Package: 2to3 Description-md5: f572313f6474fd18ce500cec46aba367 Description-en: 2to3 binary using python3 2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code. The standard library contains a rich set of fixers that will handle almost all code. 2to3 supporting library lib2to3 is, however, a flexible and generic library, so it is possible to write your own fixers for 2to3. lib2to3 could also be adapted to custom applications in which Python code needs to be edited automatically. . This package is a dependency package, which depends on Debian's default Python 3 2to3 version (currently v3.12). Package: abinit Description-md5: 716f4f6b5757cdff41a09c10ca375dc4 Description-en: package for electronic structure calculations ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave basis. . ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors. Excited states can be computed within the Time-Dependent Density Functional Theory (for molecules), or within Many-Body Perturbation Theory (the GW approximation). In addition to the main ABINIT code, different utility programs are provided. . This package contains the executables needed to perform calculations (however, pseudopotentials are not supplied). For a set of pseudopotentials, install the abinit-data package. Package: abinit-data Description-md5: 4578d654ca0897253bccf3e98b9209ae Description-en: package for electronic structure calculations (Data files) ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave basis. . ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors. Excited states can be computed within the Time-Dependent Density Functional Theory (for molecules), or within Many-Body Perturbation Theory (the GW approximation). In addition to the main ABINIT code, different utility programs are provided. . This package contains a set of pseudopotentials and example inputs. Package: abinit-doc Description-md5: 4edc662ae552484e117ff0d2d74e2f4b Description-en: package for electronic structure calculations (Documentation) ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave basis. . ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors. Excited states can be computed within the Time-Dependent Density Functional Theory (for molecules), or within Many-Body Perturbation Theory (the GW approximation). In addition to the main ABINIT code, different utility programs are provided. . This package contains the documentation and tutorials. Package: abyss Description-md5: 7c736de2ab206e6ade42c9f95ff44b4a Description-en: de novo, parallel, sequence assembler for short reads ABySS is a de novo, parallel, sequence assembler that is designed for short reads. It may be used to assemble genome or transcriptome sequence data. Parallelization is achieved using MPI, OpenMP and pthread. 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: adb Description-md5: 4fb58b8688addfd94d32fe9a20c9d2e8 Description-en: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: adios2-data Description-md5: 8dfd1562d15510899ddf04cb3bd599c3 Description-en: ADIOS2 Adaptable IO system for simulations - tool data The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains tool data for ADIOS2. Package: adios2-mpi-bin Description-md5: 13439910a31b75459b92b4893cee3be1 Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binary tools for the MPI build of ADIOS2. Package: adios2-scripts Description-md5: 47150ef130d4a9e991df093a62ec1dec Description-en: ADIOS2 Adaptable IO system for simulations - scripts The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains scripts for ADIOS2. Package: adios2-serial-bin Description-md5: d0a03efaffbc863c9f7ba4203085ebd4 Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binary tools for ADIOS2. Package: afl++ Description-md5: dad03c98adce45fdfb6d2610388bb2e7 Description-en: instrumentation-driven fuzzer for binary formats American fuzzy lop is a fuzzer that employs compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor- or resource-intensive testing regimes down the road. . afl++-fuzz is designed to be practical: it has modest performance overhead, uses a variety of highly effective fuzzing strategies, requires essentially no configuration, and seamlessly handles complex, real-world use cases - say, common image parsing or file compression libraries. . afl++ is a fork of the unmaintained afl. Package: afl++-doc Description-md5: e28faca40fdb5d878c9f725ad154b396 Description-en: instrumentation-driven fuzzer for binary formats - documentation American fuzzy lop is a fuzzer that employs compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. . This package provides the documentation, a collection of special crafted test cases, vulnerability samples and experimental stuff. 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: 196c983135bfe5727ed497202663edef 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. 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-import-wizard Description-md5: 40903d9bfa08053e3f7af4bacb5d1b3d Description-en: PIM data import wizard akonadi-import-wizard is an assistant to import PIM data from other applications into Akonadi for use in KDE PIM applications 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: akonadiconsole Description-md5: eab8b689674d4e9e50a06d477c067f16 Description-en: management and debugging console for akonadi Akonadi Console is a useful utility that can be used to explore or manage Akonadi. Since this utility exposes Akonadi internals, it is very useful for debugging but may also prove handy in other cases. Package: akregator Description-md5: fffc0061a3e67d03090b7bcfa5b44773 Description-en: RSS/Atom feed aggregator Akregator is a news feed reader. It enables you to follow news sites, blogs and other RSS/Atom-enabled websites without the need to manually check for updates using a web browser. Akregator is designed to be both easy to use and to be powerful enough to read hundreds of news sources conveniently. It comes with Konqueror integration for adding news feeds and with an internal browser for easy news reading. 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: ampliconnoise Description-md5: cd8d15fcdec00d4fc4f08c519dbff884 Description-en: removal of noise from 454 sequenced PCR amplicons AmpliconNoise is a package of applications to clean up high-throughput sequence data. It consists of three main parts: . Pyronoise - does flowgram-based clustering to spot misreads SeqNoise - removes PCR point mutations Perseus - removes PCR chimeras without the need for a set of reference sequences . Previously there was a standalone "Pyronoise" by the same authors and this package includes an updated version. There is also a "Denoiser" in Qiime which is related but distinct. Package: android-libbacktrace Description-md5: 3ba2c6115afcca7c07cbbbde8ca6ef09 Description-en: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Package: android-libbacktrace-dev Description-md5: 1f078e9628df401b2f7fbe46f9340d78 Description-en: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . This package contains the development files. Package: android-libbase Description-md5: 0c270a1f75d0d57cef9cc7cb5d418366 Description-en: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Package: android-libbase-dev Description-md5: 5400b9d81a8ba7cc90d4f188ed3a76b8 Description-en: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libcutils Description-md5: fd1d222be998cc5b11ef894b0dccf4b2 Description-en: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Package: android-libcutils-dev Description-md5: 8dbc8f2a1febc7395868e7a5f0621a49 Description-en: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-liblog Description-md5: 9f7f6cb1971d10d4d4cdf57b3a57437b Description-en: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Package: android-liblog-dev Description-md5: 5ad1bb25d167e070f3b3738d5d6501f5 Description-en: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Package: android-libnativehelper Description-md5: ff590d246977a332deee42638b9d1ae0 Description-en: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Package: android-libnativehelper-dev Description-md5: d55b54cc58037dbd12b6783140da5a68 Description-en: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . This package contains the development files. Package: android-libsparse Description-md5: fcfc4311d4b14b27020e77f2250237d8 Description-en: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Package: android-libsparse-dev Description-md5: b99b0d0490ab2905c5577e6068f1839d Description-en: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libutils Description-md5: 5733fbd900654b274afd776fc170cf63 Description-en: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Package: android-libutils-dev Description-md5: f37768d78bf5e25e5cf20a8d5e5dbd1f Description-en: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libziparchive Description-md5: f2eb7b1deaf0e36dfe923e3b4709e319 Description-en: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Package: android-libziparchive-dev Description-md5: 217dfecadef26031dff8fa80a1788d9e Description-en: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-platform-frameworks-native-headers Description-md5: 432d3ef0a04b352ab3c290d31ffd367b Description-en: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. Package: android-platform-system-core-headers Description-md5: d17abc6b3966d0256defe412df8e7b21 Description-en: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Package: android-sdk-libsparse-utils Description-md5: e30e2e41695b4ac048f36bf6a745e4fa Description-en: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Package: apbs Description-md5: 2babbf799be2526f2121cce538f5aa47 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation, including: . * simulation of diffusional processes to determine ligand-protein and protein-protein binding kinetics, * implicit solvent molecular dynamics of biomolecules , * solvation and binding energy calculations to determine ligand-protein and protein-protein equilibrium binding constants and aid in rational drug design, * and biomolecular titration studies. . APBS was designed to efficiently evaluate electrostatic properties for such simulations for a wide range of length scales to enable the investigation of molecules with tens to millions of atoms. . This package contains the apbs program and utilities. Package: apbs-data Description-md5: 2727b42d5b879cec963c864079c4838a Description-en: data files for APBS (Adaptive Poisson Boltzmann Solver) APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains all data files for apbs package to reduce the redundancy between architectures in Debian. Package: apbs-doc Description-md5: 963a28a17c99038982957e8783eb1201 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation, including: . * simulation of diffusional processes to determine ligand-protein and protein-protein binding kinetics, * implicit solvent molecular dynamics of biomolecules , * solvation and binding energy calculations to determine ligand-protein and protein-protein equilibrium binding constants and aid in rational drug design, * and biomolecular titration studies. . APBS was designed to efficiently evaluate electrostatic properties for such simulations for a wide range of length scales to enable the investigation of molecules with tens to millions of atoms. . This package contains the apbs documentation. Package: apport-kde Description-md5: c8fd570a74a013e8fc3c502dd64152ce Description-en: KDE frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a KDE frontend for browsing and handling the crash reports. Package: apport-noui Description-md5: d5aa0379a714ef65137c463f0f903564 Description-en: tools for automatically reporting Apport crash reports apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . Installing this package will configure your system to automatically submit all new Apport crash reports. Besides that it is an empty package. Package: apport-valgrind Description-md5: 21b17902929fcb9d5f6a9bcc53f2af83 Description-en: valgrind wrapper that first downloads debug symbols apport-valgrind is a valgrind wrapper that automatically downloads related available debug symbols and provides them to valgrind's memcheck tool, which is executed. The output is a valgrind log file ("valgrind.log") that contains stack traces (with as many symbols resolved as available) and that shows memory leaks. Package: apt-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: artha Description-md5: 2305d9a361d5f6a7f9a56af1854bca96 Description-en: Handy off-line thesaurus based on WordNet Artha is a off-line English thesaurus with distinct features like: * hot-key press word look-up (select text on any window and press a preset hot-key for look-up) * regular expressions based search (broaden search using wild-cards like *, ?, etc.) * passive desktop notifications (of word definitions for uninterrupted work-flow) * spelling suggestions (when the exact spelling is vague/not known) . Once launched, it monitors for a preset hot-key combination. When some text is selected on any window and the hot-key is pressed, it pops-up with the word looked-up. Should the user prefer passive notifications, this can be done by enabling the notifications option. . When the term looked for is vague/not known, then either the search can be broadened with the use of regular expressions (*, ?, etc.) in the search string or spelling suggestions when a term is incorrect. . For regular expressions based search to work, wordnet-sense-index package is required. Package: astropy-utils Description-md5: 66f91a2a4f6c2297733b7ed899429da7 Description-en: Command line tools from astropy The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. . This package contains the tools that come with astropy: . * fitscheck: Detect and fix FITS standards violations * fits2bitmap: Create a bitmap file from a FITS image. * fitsdiff: Compare two FITS image files and report the differences in header keywords and data. * fitsheader: Print the header(s) of one or more FITS file(s) to the standard output in a human-readable format. * samp_hub: SAMP Hub Server. * volint: Check a VOTable file for compliance to the VOTable specification * wcslint: Check the WCS keywords in a FITS file for compliance against the standards Package: bat Description-md5: fe57157c2e97d51f6072ac586ca26707 Description-en: cat(1) clone with syntax highlighting and git integration bat is a drop-in cat(1) replacement featuring: . * syntax highlighting for a large number of languages; * git integration; * automatic paging; * a user-friendly command-line interface. . In this package the executable and its manpage have been renamed from ‘bat’ to ‘batcat’ because of a file name clash with another Debian package. Package: beets Description-md5: ca8f466f5c117f899fd4e865a4defa20 Description-en: music tagger and library organizer Beets is a media library management system for obsessive-compulsive music geeks. . The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. It then provides a set of tools for manipulating and accessing your music. . Beets also includes a music player that implements the MPD protocol, so you can play music in your beets library using any MPD client. Package: beets-doc Description-md5: dc039d8a0437d0d96a9bba3c9deb32bb Description-en: music tagger and library organizer - documentation Beets is a media library management system for obsessive-compulsive music geeks. . The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. It then provides a set of tools for manipulating and accessing your music. . Beets also includes a music player that implements the MPD protocol, so you can play music in your beets library using any MPD client. . This package provides detailed documentation on beets usage. Package: binutils-alpha-linux-gnu Description-md5: af3b95cf468fa442f38551e20ab183d2 Description-en: GNU binary utilities, for alpha-linux-gnu target This package provides GNU assembler, linker and binary utilities for the alpha-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for alpha-linux-gnu and alpha-linux-gnu is not your native platform. Package: binutils-alpha-linux-gnu-dbg Description-md5: b413f423180a0d8ac45547161b750c1d Description-en: GNU binary utilities, for alpha-linux-gnu target (debug symbols) This package provides debug symbols for binutils-alpha-linux-gnu. Package: binutils-arc-linux-gnu Description-md5: 99eb9a490546955fece005eb5d677df5 Description-en: GNU binary utilities, for arc-linux-gnu target This package provides GNU assembler, linker and binary utilities for the arc-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for arc-linux-gnu and arc-linux-gnu is not your native platform. Package: binutils-arc-linux-gnu-dbg Description-md5: 3a5b9d68aae8b5baa9f5a135b2d4384a Description-en: GNU binary utilities, for arc-linux-gnu target (debug symbols) This package provides debug symbols for binutils-arc-linux-gnu. Package: binutils-arm-linux-gnueabi Description-md5: 79266d4adbe9b99c071fa53b597f6949 Description-en: GNU binary utilities, for arm-linux-gnueabi target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabi target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabi and arm-linux-gnueabi is not your native platform. Package: binutils-arm-linux-gnueabi-dbg Description-md5: e59c420a02ddb6e7553dc778bbd0e0c3 Description-en: GNU binary utilities, for arm-linux-gnueabi target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabi. Package: binutils-for-build Description-md5: 3e7c61cc537f12c56d442cedd307bcd5 Description-en: GNU assembler, linker and binary utilities for the build architecture The programs in this package are used to assemble, link and manipulate binary and object files for the native architecture. They may be used in conjunction with a build architecture compiler and various libraries to build programs. When using binutils through this metapackage, tools without an architecture prefix must be used. Package: binutils-for-host Description-md5: 1f6b2f5a49fd5974b13f8e75dc20c7b1 Description-en: GNU assembler, linker and binary utilities for the host architecture The programs in this package are used to assemble, link and manipulate binary and object files for the architecture of this package. They may be used in conjunction with a matching compiler and various libraries to build programs. When using binutils through this metapackage, all tools must be used with an architecture prefix. Package: binutils-hppa-linux-gnu Description-md5: f5fe4ad0c7c0676b4edfb3c4e6e98c0b Description-en: GNU binary utilities, for hppa-linux-gnu target This package provides GNU assembler, linker and binary utilities for the hppa-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for hppa-linux-gnu and hppa-linux-gnu is not your native platform. Package: binutils-hppa-linux-gnu-dbg Description-md5: 149cfbc7b99518558ca103c35604d5bc Description-en: GNU binary utilities, for hppa-linux-gnu target (debug symbols) This package provides debug symbols for binutils-hppa-linux-gnu. Package: binutils-hppa64-linux-gnu Description-md5: d10ea856859cb34c423f67db676441a0 Description-en: GNU assembler, linker and binary utilities targeted for hppa64-linux The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. . This package is needed to build an 64-bit kernel for 64-bit hppa machines. Package: binutils-hppa64-linux-gnu-dbg Description-md5: 2e7f5f591a28da760bcd221550eb3193 Description-en: GNU binutils targeted for hppa64-linux (debug symbols) This package provides debug symbols for binutils-hppa64-linux-gnu. Package: binutils-m68k-linux-gnu Description-md5: 91e318163f68633b7480b755b31dca60 Description-en: GNU binary utilities, for m68k-linux-gnu target This package provides GNU assembler, linker and binary utilities for the m68k-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for m68k-linux-gnu and m68k-linux-gnu is not your native platform. Package: binutils-m68k-linux-gnu-dbg Description-md5: 092fdec0bf6a6ba4aae1f5902583622d Description-en: GNU binary utilities, for m68k-linux-gnu target (debug symbols) This package provides debug symbols for binutils-m68k-linux-gnu. Package: binutils-powerpc64-linux-gnu Description-md5: a8d3955c3e92c21de5e6ab3b2d086f0b Description-en: GNU binary utilities, for powerpc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the powerpc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for powerpc64-linux-gnu and powerpc64-linux-gnu is not your native platform. Package: binutils-powerpc64-linux-gnu-dbg Description-md5: fca1ee307fc3e9e8c8b4a35abe58adb0 Description-en: GNU binary utilities, for powerpc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-powerpc64-linux-gnu. Package: binutils-riscv64-linux-gnu-dbg Description-md5: 1ca6a2cb739bd3daa03246115653b8d0 Description-en: GNU binary utilities, for riscv64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-riscv64-linux-gnu. Package: binutils-sh4-linux-gnu Description-md5: f825034fec7a76f7251bee2c8e9a9eca Description-en: GNU binary utilities, for sh4-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sh4-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sh4-linux-gnu and sh4-linux-gnu is not your native platform. Package: binutils-sh4-linux-gnu-dbg Description-md5: 85bb1a4a4655a7e23ba6add71b7c0b45 Description-en: GNU binary utilities, for sh4-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sh4-linux-gnu. Package: binutils-source Description-md5: acf2f0e289b8b831828996002f7eb6f1 Description-en: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Package: binutils-sparc64-linux-gnu Description-md5: 112083b1b69cabd04e42ad79e3caf39f Description-en: GNU binary utilities, for sparc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sparc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sparc64-linux-gnu and sparc64-linux-gnu is not your native platform. Package: binutils-sparc64-linux-gnu-dbg Description-md5: 03078b416cd22110053532d91caacde4 Description-en: GNU binary utilities, for sparc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sparc64-linux-gnu. Package: bittwist Description-md5: b06d0054503e4d44218cd729fa2cb44a Description-en: libpcap based Ethernet packet generator bittwist (or Bit-Twist) is designed to complement tcpdump, which by itself has done a great job in capturing network traffic. Bit-Twist can regenerate the captured traffic onto a live network (the packets are generated from tcpdump trace file, generating a .pcap file). . Bit-Twist also comes with a comprehensive trace file editor to allow one to change the contents of a trace file (bittwiste). . Generally, a packet generator is useful in simulating networking traffic or scenario, testing firewall, IDS, and IPS, and troubleshooting various network problems. . The Bit-Twist features are: . * runs on Linux, BSD, macOS, and Windows; * send multiple trace files at a time; * send packets at a specific speed or up to your NIC line rate in Mbps using built-in token bucket algorithm; * comprehensive trace file editor with control over most fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers with automatic header checksum correction; * comprehensive trace file editor to edit most fields in Ethernet, ARP, IPv4, IPv6, ICMPv4, ICMPv6, TCP, and UDP headers; * automatic header checksum correction; * send packets with custom QoS bits to test classification/queuing features of switches/routers; * append user payload to existing packets after a specific header; * append user payload (e.g. copy of hex stream from Wireshark) to existing packets after a specific header; * select a specific range of packets and save them in another trace file; * highly scriptable - with proper manipulation you can turn Bit-Twist into an extremely flexible packet generator tool; * if you are teaching Computer Networks classes, you may find Bit-Twist useful as a practical teaching material. It gives your students a hands-on experience to learn various networking protocols etc. Package: blender Description-md5: 90b4f36fda45432800e6a278de5b06b4 Description-en: Very fast and versatile 3D modeller/renderer Blender is an integrated 3d suite for modelling, animation, rendering, post-production, interactive creation and playback (games). Blender has its own particular user interface, which is implemented entirely in OpenGL and designed with speed in mind. Python bindings are available for scripting; import/export features for popular file formats like 3D Studio and Wavefront Obj are implemented as scripts by the community. Stills, animations, models for games or other third party engines and interactive content in the form of a standalone binary are common products of Blender use. Package: blender-data Description-md5: cf40bbb7bd8bb0c71e9c32489ca7949e Description-en: Very fast and versatile 3D modeller/renderer - data package Blender is an integrated 3d suite for modelling, animation, rendering, post-production, interactive creation and playback (games). Blender has its own particular user interface, which is implemented entirely in OpenGL and designed with speed in mind. Python bindings are available for scripting; import/export features for popular file formats like 3D Studio and Wavefront Obj are implemented as scripts by the community. Stills, animations, models for games or other third party engines and interactive content in the form of a standalone binary are common products of Blender use. . This package contains documentation, libraries and images for blender. Package: 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: bornagain Description-md5: 3ca3a14f553d40163abda32c821d064e Description-en: Simulate and fit X-ray and neutron GISAS -- binary BornAgain is a software package to simulate and fit small-angle scattering at grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron (GISANS) data. Calculations are carried out in the framework of the distorted wave Born approximation (DWBA). BornAgain provides a graphical user interface for interactive use as well as a generic Python and C++ framework for modeling multilayer samples with smooth or rough interfaces and with various types of embedded nanoparticles. . BornAgain supports: . Layers: * Multilayers without any restrictions on the number of layers * Interface roughness correlation * Magnetic materials . Particles: * Choice between different shapes of particles (form factors) * Particles with inner structures * Assemblies of particles * Size distribution of the particles (polydispersity) . Positions of Particles: * Decoupled implementations between vertical and planar positions * Vertical distributions: particles at specific depth in layers or on top. * Planar distributions: - fully disordered systems - short-range order distribution (paracrystals) - two- and one-dimensional lattices . Input Beam: * Polarized or unpolarized neutrons * X-ray * Divergence of the input beam (wavelength, incident angles) following different distributions * Possible normalization of the input intensity . Detector: * Off specular scattering * Two-dimensional intensity matrix, function of the output angles . Use of BornAgain: * Simulation of GISAXS and GISANS from the generated sample * Fitting to reference data (experimental or numerical) * Interactions via Python scripts or Graphical User Interface . If you use BornAgain in your work, please cite C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain — Software for simulating and fitting X-ray and neutron small-angle scattering at grazing incidence, version , http://www.bornagainproject.org Package: bornagain-doc Description-md5: 815a96937dc1374d77fae4d17285aaa5 Description-en: Simulate and fit X-ray and neutron GISAS -- doc BornAgain is a software package to simulate and fit small-angle scattering at grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron (GISANS) data. Calculations are carried out in the framework of the distorted wave Born approximation (DWBA). BornAgain provides a graphical user interface for interactive use as well as a generic Python and C++ framework for modeling multilayer samples with smooth or rough interfaces and with various types of embedded nanoparticles. . BornAgain supports: . Layers: * Multilayers without any restrictions on the number of layers * Interface roughness correlation * Magnetic materials . Particles: * Choice between different shapes of particles (form factors) * Particles with inner structures * Assemblies of particles * Size distribution of the particles (polydispersity) . Positions of Particles: * Decoupled implementations between vertical and planar positions * Vertical distributions: particles at specific depth in layers or on top. * Planar distributions: - fully disordered systems - short-range order distribution (paracrystals) - two- and one-dimensional lattices . Input Beam: * Polarized or unpolarized neutrons * X-ray * Divergence of the input beam (wavelength, incident angles) following different distributions * Possible normalization of the input intensity . Detector: * Off specular scattering * Two-dimensional intensity matrix, function of the output angles . Use of BornAgain: * Simulation of GISAXS and GISANS from the generated sample * Fitting to reference data (experimental or numerical) * Interactions via Python scripts or Graphical User Interface . If you use BornAgain in your work, please cite C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain — Software for simulating and fitting X-ray and neutron small-angle scattering at grazing incidence, version , http://www.bornagainproject.org . This package contains the BornAgain documentation. Package: broot Description-md5: 3b89144cda49e3ed4f25401e61f3a991 Description-en: Tree view, file manager, configurable launcher broot lets you explore file hierarchies with a tree-like view, manipulate files, launch actions, and define your own shortcuts. . It displays the directory contents on a single page, lets you filter the tree using fuzzy patterns and regular expressions, and integrates with git to hide gitignored files by default. . Image previewing functionality is temporarily disabled. . Usage and full documentation at https://dystroy.org/broot. Package: buildlog-consultant Description-md5: 03628aeae53788e68d12a1d9646fbb72 Description-en: build log parser and analyser buildlog-consultant can parse build logs and highlight and extract the key error lines. This can be used to extract a snippet from a build log with the core problem. 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: calligra Description-md5: 5b2385e3ba6a90ac8a81e5c2cbf9a89e Description-en: extensive productivity and creative suite Calligra Suite is a set of applications written to help you to accomplish your work. It includes office applications such as a word processor, a spreadsheet, a presentation program, a database application, etc., and raster and vector graphics tools. . This metapackage provides all the components of the Calligra Suite. Package: calligra-data Description-md5: d3f6d1b2e7bc9c43c1993d8f13b5bad4 Description-en: common shared data for the Calligra Suite This package provides the architecture-independent data that is shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligra-gemini Description-md5: e156dccbd8762e0bf3c51b08fa15e113 Description-en: unified interface for stage and words Calligra Gemini provide a unified applications which combines traditional desktop application and touch friendly interface for the Words and Stage components. . This package is part of the Calligra Suite. Package: calligra-gemini-data Description-md5: ba80b197ee8375b24507a54641a0e7b6 Description-en: Calligra Gemini - data files Calligra Gemini provide a unified applications which combines traditional desktop application and touch friendly interface for the Words and Stage components. . This package provides data files for Calligra Gemini. Package: calligra-libs Description-md5: bd711fec00d4e12eb191529df959aaf2 Description-en: common libraries and binaries for the Calligra Suite This package provides the libraries and binaries that are shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligrasheets Description-md5: 2d8660804f7fda925c09df2937712c47 Description-en: spreadsheet for the Calligra Suite Tables is a powerful spreadsheet application. It is scriptable and provides both table-oriented sheets and support for complex mathematical formulae and statistics. It is the successor of KSpread. . This package is part of the Calligra Suite. Package: calligrasheets-data Description-md5: bd117eec7cfca920b66e8222d53837b6 Description-en: data files for Sheets spreadsheet This package contains architecture-independent data files for Sheets, the spreadsheet shipped with the Calligra Suite. . See the calligrasheets package for further information. . This package is part of the Calligra Suite. Package: calligrastage Description-md5: 4b8f690fc43fe1ca4190000d83114c16 Description-en: presentation program for the Calligra Suite Stage is an easy to use yet still flexible presentation application. You can easily create presentations containing a rich variety of elements, from graphics to text, from charts to images. Stage is extensible through a plugin system, so it is easy to add new effects, new content elements or even new ways of managing your presentation. . Stage natively uses the OpenDocument file format standard, for easy interchange with all ODF supporting applications, which includes Microsoft Office. Examples of its easy-to-use features are support for layouts, a special slide overview view during presentations for the presenter, support for many different master sliders in one presentation, cool transitions and a useful notes feature. . This package is part of the Calligra Suite. Package: calligrastage-data Description-md5: 63d64d4a8a3b9b339727cb670a41bc78 Description-en: data files for Calligra Stage This package contains architecture-independent data files for Stage, the presentation program shipped with the Calligra Suite. . See the calligrastage package for further information. . This package is part of the Calligra Suite. Package: calligrawords Description-md5: e8c718ad734d42503998d607ce115062 Description-en: word processor for the Calligra Suite Words is a FrameMaker-like word processing and desktop publishing application. It is capable of creating polished and professional looking documents. It can be used for desktop publishing, but also for "normal" word processing, like writing letters, reports and so on. . This package is part of the Calligra Suite. Package: calligrawords-data Description-md5: e3cac4e05ee1286dadee867f20e3d4d4 Description-en: data files for Words word processor This package contains architecture-independent data files for Words, the word processor shipped with the Calligra Suite. . See the calligrawords package for further information. . This package is part of the Calligra Suite. Package: camitk-actionstatemachine Description-md5: 1a89de2353abd7bc4a9d494836fabbc2 Description-en: pipeline replay application for the CamiTK library CamiTK helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . camitk-actionstatemachine is able to replay a pipeline (workflow) of CamiTK actions. This application takes an CamiTK augmented version of a SCXML subset as input and allow on to replay interactive the described state-machine containing a list of CamiTK actions and transitions. Package: camitk-config Description-md5: 2c1afc6dce4ed70dd9ce0bcc4ed035f5 Description-en: Computer Assisted Medical Intervention Tool Kit - config Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains a command-line application to diagnose and check the CamiTK configuration and environment setup. Package: camitk-imp Description-md5: dd3f9295894451a1295fe3976b740a2f Description-en: workbench application for the CamiTK library CamiTK helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . camitk-imp is the CamiTK workbench application where you can test all available extensions for prototyping. It provides an easy and interactive access to all available data and algorithm parameters, including the one you build yourself using the CamiTK SDK. . For example, camitk-imp can visualize medical images from a lot of different (standard) formats, offers image processing and segmentation algorithms to reconstruct a mesh geometry and run a biomechanical simulation. Package: cargo-1.82 Description-md5: f894562a11fc2421647ac771e1f6c13a Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: cargo-1.82-doc Description-md5: f27438963e0fd905872c0e1656b9d40c Description-en: Rust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation. Package: cargo-outdated Description-md5: 6c637ad3aaced24e60df750ede3629e9 Description-en: Cargo subcommand for displaying when dependencies are out of date This package contains the following binaries built from the Rust crate "cargo-outdated": - cargo-outdated Package: cdebconf-gtk Description-md5: fa7569ffcd2c68e0354e0bf4c62db2ca Description-en: Gtk+ frontend for Debian Configuration Management System Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . cdebconf-gtk is a minimal Gtk+ frontend cdebconf package. Package: cecilia Description-md5: 0ad50c0128dc7c07aa943e8ebf3e38b9 Description-en: Sound synthesis and audio signal processing environment Cecilia is an audio signal processing environment aimed at sound designers. It lets you create your own GUI using a simple syntax and comes with many original built-in modules and presets for sound effects and synthesis. . Cecilia uses the pyo audio engine created for the Python programming language. Package: cl-bordeaux-threads Description-md5: 5378588069e09e6c16e32d40e4635e4e Description-en: Portable threads library for Common Lisp BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. . It essentially provides a compatibility layer for multi-threading across multiple CL implementations. . Some parts of its implementation-specific code can also be implemented in a Lisp that does not support multiple threads, so that thread-safe code can be compiled on both multithread and single-thread implementations without need of conditionals. Package: cl-ironclad Description-md5: fc956644c68c68c0849a60705f210d5a Description-en: cryptographic toolkit written in Common Lisp Ironclad is a cryptography library written entirely in Common Lisp. It includes support for several popular ciphers, digests, and MACs and public key cryptography algorithms. For several implementations that support Gray Streams, support is included for convenient stream wrappers. . Most of the algorithms were written with efficiency for specific Common Lisp implementations in mind, although portable code is provided as an alternative in nearly all instances. The framework should be flexible enough to accommodate implementation-specific optimizations when possible. . Test vectors for many of the algorithms are included to provide a level of confidence in the correctness of the implementations. Package: cl-named-readtables Description-md5: 2c872f88c5030a27b709a996c91a2c6f Description-en: Common Lisp library that creates namespaces for named readtables Named-Readtables is a library that provides a namespace for readtables akin to the already-existing namespace of packages in Common Lisp. In particular: . - you can associate readtables with names, and retrieve readtables by names; . - you can associate source files with readtable names, and be sure that the right readtable is active when compiling/loading the file; . - similarly, your development environment now has a chance to automatically determine what readtable should be active while processing source forms on interactive commands. (E.g. think of `C-c C-c` in Slime (yet to be done)) . It follows that Named-Readtables is a facility for using readtables in a localized way. . Additionally, it also attempts to become a facility for using readtables in a modular way. In particular: . - it provides a macro to specify the content of a readtable at a glance; . - it makes it possible to use multiple inheritance between readtables. 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-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-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-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: 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: clisp Description-md5: bd606112c6e68065d5c3e4bf2ea84e07 Description-en: GNU CLISP, a Common Lisp implementation GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. . The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time. . GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, a socket interface, i18n, fast bignums, arbitrary precision floats and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. . This package contains the main CLISP executable, the link-kit, and the following modules: i18n, regexp, syscalls, readline, ASDF, rawsock, bindings/glibc. Package: clisp-doc Description-md5: 48178209c0c67734f0f29f4aab3ae93d Description-en: GNU CLISP, a Common Lisp implementation (documentation) GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This package contains the documentation for CLISP. Package: clisp-module-berkeley-db Description-md5: 54ee2627028cc0fbca855b7a56a4e579 Description-en: GNU CLISP module that adds an interface to Berkeley DB GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This package adds a module to CLISP that implements an interface to the Berkeley DB. Package: clisp-module-clx Description-md5: 8dce40ecd796dcc40eb98cc49d585c58 Description-en: GNU CLISP module that adds X11 bindings GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the X11 called CLX. Package: clisp-module-dbus Description-md5: e5d9e87c24db82c4b7487ccf1a070bac Description-en: GNU CLISP module that adds an interface to D-Bus GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the D-Bus system. Package: clisp-module-fastcgi Description-md5: 4bd40bdcf9fcac8511d3bf1d2f20942c Description-en: GNU CLISP module that adds an interface to FastCGI GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to FastCGI. Package: clisp-module-gdbm Description-md5: bcb10de03d2c3c7d7482879565840396 Description-en: GNU CLISP module that adds an interface to GNU DBM GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to GNU DBM. Package: clisp-module-libsvm Description-md5: 5afeaaa141d1c9ee1a2ebcdc9aa95449 Description-en: GNU CLISP module that adds an interface to LIBSVM GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the LIBSVM library for support vector classification. Package: clisp-module-pari Description-md5: dd5b8f105a98b9281f5425513ff52f9b Description-en: GNU CLISP module that adds an interface to PARI GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the PARI computer algebra system. Package: clisp-module-postgresql Description-md5: b227c3be5f5023744682e423cfec930e Description-en: GNU CLISP module that adds a PostgreSQL interface GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the PostgreSQL DB using the C bindings. Package: clisp-module-zlib Description-md5: 745092b4f14a16a1d5b4c3ec0e8c96ff Description-en: GNU CLISP module that adds zlib support for vectors GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements a zlib interface, allowing you to compress vectors using zlib. Package: clzip Description-md5: f4f9082ace3754e4570abdb054e5ccc8 Description-en: C, lossless data compressor based on the LZMA algorithm Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. . Clzip is a C language version of lzip using the lzip file format; the files produced by clzip are fully compatible with lzip. . Clzip is intended for embedded devices or systems lacking a C++ compiler. Package: cmake-curses-gui Description-md5: ad28c67dee764cb32d73040783a280db Description-en: curses based user interface for CMake (ccmake) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake". Package: cmake-qt-gui Description-md5: 1385c1223e89dd992bad5dcde2206383 Description-en: Qt based user interface for CMake (cmake-gui) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides the CMake Qt based GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. The main executable file for this GUI is "cmake-gui". Package: cntr Description-md5: 377b3207d09ca624730d6675bbdad8b6 Description-en: a container debugging tool based on FUSE mount cntr mounts the file system from one container or the host into the target container, by creating a nested container with the help of a FUSE filesystem. This allows to ship minimal runtime image in production and limit the surface for exploits. . Natively supported: docker, podman, LXC, LXD, rkt, systemd-nspawn, containerd; For other container engines, cntr also takes PIDs. Package: coinor-libipopt-dev Description-md5: 004a2b4e162fc64f12e7d4eb4d34e764 Description-en: Interior-Point Optimizer - header files Ipopt is an open-source solver for large-scale nonlinear continuous optimization. It can be used from modeling environments, such as AMPL, GAMS, or Matlab, and it is also available as a callable library with interfaces to C++, C, and Fortran. Ipopt uses an interior point method, together with a filter linear search procedure. Ipopt is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . The Debian package is compiled against MUMPS (as it is the only one of the available solvers that is Free Software and included in Debian). . This package contains the header files for developers. Package: coinor-libipopt-doc Description-md5: ace0722ec70c25cead2c4fcc86a4a74d Description-en: Interior-Point Optimizer - documentation Ipopt is an open-source solver for large-scale nonlinear continuous optimization. It can be used from modeling environments, such as AMPL, GAMS, or Matlab, and it is also available as a callable library with interfaces to C++, C, and Fortran. Ipopt uses an interior point method, together with a filter linear search procedure. Ipopt is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . The Debian package is compiled against MUMPS (as it is the only one of the available solvers that is Free Software and included in Debian). . This package contains the documentation. Package: coinor-libipopt3 Description-md5: b22cc6665e1345d36a3c5f15fa8b6fb8 Description-en: Interior-Point Optimizer, for large-scale nonlinear optimization Ipopt is an open-source solver for large-scale nonlinear continuous optimization. It can be used from modeling environments, such as AMPL, GAMS, or Matlab, and it is also available as a callable library with interfaces to C++, C, and Fortran. Ipopt uses an interior point method, together with a filter linear search procedure. Ipopt is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . The Debian package is compiled against MUMPS (as it is the only one of the available solvers that is Free Software and included in Debian). . This package contains the library. Package: containers-storage Description-md5: 8636c564b0525a473282c66694950f4e Description-en: CLI tools for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the CLI tools. Package: darknet Description-md5: ca02cc401e27e140a3286c576fa481ed Description-en: Open Source Neural Networks in C Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. Package: debcargo Description-md5: f2f7a9e991939d8ab97f55a64774c1dd Description-en: Create a Debian package from a Cargo crate This package contains the following binaries built from the Rust crate "debcargo": - debcargo Package: deepin-shortcut-viewer Description-md5: 95bb167dbb9b841326b7998267c9962a Description-en: Pop-up shortcut viewer for Deepin applications Deepin-shortcut-viewer is a standalone binary that helps Deepin applications pop up their shortcut information on screen in a unified appearance. . This package is part of DDE (Deepin Desktop Environment). 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: dgit Description-md5: 559081434127c75cd5fadde790e2eb02 Description-en: git interoperability with the Debian archive dgit (with the associated infrastructure) makes it possible to treat the Debian archive as a git repository. . dgit push constructs uploads from git commits . dgit clone and dgit fetch construct git commits from uploads. Package: dgit-infrastructure Description-md5: 2b3caec6ca4cc54a4c6e213a025b062c Description-en: dgit server backend infrastructure This package contains tools which are useful for setting up a dgit git repository server. You probably want dgit, the client package, instead of dgit-infrastructure. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a debhelper extension to make it easier for other packages to include apport hooks. Package: dhall Description-md5: c57c005ec08beb181b3c8709238c2663 Description-en: configuration language guaranteed to terminate Dhall is an explicitly-typed configuration language that is not Turing complete. Despite being Turing-incomplete, Dhall is a real programming language with a type-checker and evaluator. . Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. . This package contains an executable which type-checks a Dhall file and reduces the file to a fully evaluated normal form. 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: dico Description-md5: 13351509d30fca7bfbce1ebfb40dafec Description-en: RFC 2229 compliant dictionary client GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the dico console client. Package: dico-dev Description-md5: 16e1bb2a6ba815217fba949b97e64a68 Description-en: RFC 2229 compliant modular dictionary server (development files) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the header files, static libraries, and symbolic links needed for development. Package: dico-doc Description-md5: 17ba737c119a2c7c1da487b29883c36c Description-en: RFC 2229 compliant modular dictionary server (documentation) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the complete documentation for GNU Dico. Package: dico-module-guile Description-md5: 66523e3cc8ec7aaa5245271578006b86 Description-en: RFC 2229 compliant modular dictionary server (Guile module) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package provides an abstract layer for interfacing with database modules written in Guile. Package: dico-module-mediawiki Description-md5: 6d62157d3239bb297f3bc3f3014fc280 Description-en: RFC 2229 compliant modular dictionary server (mediawiki module) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the module that handles the use of Wiktionary or Wikipedia as a dictionary database. Package: dico-module-python Description-md5: 328809bb25555818a70089c7b9bac544 Description-en: RFC 2229 compliant modular dictionary server (Python module) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package provides an abstract layer for interfacing with database modules written in Python. Package: dico-module-wordnet Description-md5: d2928f88165a5fd8534fc0276732250d Description-en: RFC 2229 compliant modular dictionary server (WordNet module) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package provides an abstract layer for reading WordNet lexical database files. Package: dicod Description-md5: ec9ad191eacf23c9cb9849b4c27dc108 Description-en: RFC 2229 compliant modular dictionary server GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the dicod server, in addition to the following plugins: * ldap: provides LDAP support * substr: provides a substring search strategy * stratall: provides the 'all' search strategy Package: dicoweb Description-md5: aea960854256df0c1d2a77cc4a99f90a Description-en: RFC 2229 compliant modular dictionary server (web interface) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package provides a web interface for database searches. Package: digimend-dkms Description-md5: 4ae67844d2f43f2fdcb5b5ae16efad23 Description-en: Collection of graphics tablet drivers by DIGImend project This is a collection of graphics tablet drivers for the Linux kernel, produced and maintained by the DIGImend project. . See http://digimend.github.io/drivers/digimend/tablets/ for a list of supported tablet models. Package: docker-registry Description-md5: dec26d26103381d10d2cb2fbed09ab63 Description-en: Docker toolset to pack, ship, store, and deliver content The Docker toolset to pack, ship, store, and deliver content. . The Docker Registry 2.0 implementation contained in this package is for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance. . This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons. . The new registry implementation provides the following benefits: . * faster push and pull * new, more efficient implementation * simplified deployment * pluggable storage backend * webhook notifications Package: dolfin-bin Description-md5: 8319156332b1455d0d2d298062600604 Description-en: Executable scripts for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains executable scripts for DOLFIN. Package: dolfin-doc Description-md5: 6d80f35b15cb807f29f485694db24fae Description-en: Documentation and demo programs for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains documentation and demo programs for DOLFIN. Package: dolfinx-doc Description-md5: 95c344709eaba924f607a3ea5ce774b4 Description-en: Documentation and demo programs for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains documentation and demo programs for DOLFIN-X. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The documentation for the legacy version of DOLFIN is provided by dolfin-doc. Package: dolphin-emu Description-md5: 3a44a2d181ababa7e9a5d6deca0fe4b3 Description-en: Gamecube and Wii emulator Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more. Package: dolphin-emu-data Description-md5: 8727f82dada3878530c00a00381d0555 Description-en: Gamecube and Wii emulator - data files Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more. . This package contains the platform independent data files for Dolphin. Package: dracut Description-md5: ff5d73107edf988d1308accca8de03f4 Description-en: Initramfs generator using udev This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Package: dracut-config-rescue Description-md5: cdbd0e866f1b2aa69a08ff629c17bcc4 Description-en: dracut is an event driven initramfs infrastructure This is the dracut configuration to turn on rescue image generation Package: dracut-live Description-md5: 82eda9955b37992c0f2f77558a84b7d8 Description-en: dracut is an event driven initramfs infrastructure (live image modules) Package to build a dracut initramfs with live image capabilities. . This package requires everything which is needed to build an initramfs with dracut, with live image capabilities, like Live CDs. Package: dracut-network Description-md5: 35b333bb5f6987592870eaf905d6c38d Description-en: dracut is an event driven initramfs infrastructure (network modules) Package to build a dracut initramfs with network support. This includes dracut modules for NFS, CIFS, iSCSI, HTTP, NBD, FCP and FCOE. Package: dracut-squash Description-md5: 85a5b251b3f335a51a518f8d85951f68 Description-en: dracut is an event driven initramfs infrastructure (squashfs modules) Package to build an initramfs with most files in a squashfs image. . This package provides a dracut module to build an initramfs, but store most files in a squashfs image, result in a smaller initramfs size and reduce runtime memory usage. Package: e2fsck-static Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89 Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Package: ecflow-client Description-md5: 4465c7db96b428b1574b9117dddef6a2 Description-en: Client tools for Meteorological workflow ecFlow is a work flow package that enables users to run a large number of programs ( with dependencies on each other and on time) in a controlled environment. It provides reasonable tolerance for hardware and software failures, combined with good restart capabilities. . ecFlow submits tasks(jobs) and receives acknowledgements from tasks when they change status and when they send events, using child commands embedded in the scripts. ecflow stores the relationship between tasks, and is able to submit tasks dependent on triggers. . This package contains the client tools Package: ecflow-server Description-md5: 7e89b304c0e7747b0f79b63729eb8133 Description-en: Meteorological workflow controller - server ecFlow is a work flow package that enables users to run a large number of programs ( with dependencies on each other and on time) in a controlled environment. It provides reasonable tolerance for hardware and software failures, combined with good restart capabilities. . ecFlow submits tasks(jobs) and receives acknowledgements from tasks when they change status and when they send events, using child commands embedded in the scripts. ecflow stores the relationship between tasks, and is able to submit tasks dependent on triggers. Package: elixir Description-md5: 572fe6b3095250d25aa22e376bc0e13e Description-en: functional meta-programming aware language Elixir is a functional meta-programming aware language intended primarily for developing distributed, fault-tolerant and scalable systems. Elixir source code is compiled to bytecode for the Erlang Virtual Machine (EVM), and can use Erlang libraries transparently. Package: elk-lapw Description-md5: 0bc9af3e9d9d6f44cbf4af13b824aec1 Description-en: All-Electron Density-Functional Electronic Structure Code Elk is an all-electron full-potential linearised augmented-plane wave (FP-LAPW) code. By not including pseudo-potentials, Elk can provide very reliable high-precision results and works for every chemical element. Features include: . * FP-LAPW basis with local-orbitals * APW radial derivative matching to arbitrary orders at muffin-tin surface (super-LAPW, etc.) * Arbitrary number of local-orbitals allowed (all core states can be made valence for example) * Total energies resolved into components * Forces - including incomplete basis set (IBS) and core corrections work with spin-orbit coupling, non-collinear magnetism and LDA+U * LSDA, GGA and (potential-only) meta-GGA functionals available * LDA+U: fully localised limit (FLL), around mean field (AFM) and interpolation between the two; works with SOC, NCM and spin-spirals * Isolated molecules or periodic systems * Core states treated with the radial Dirac equation * Spin-orbit coupling (SOC) included in second-variational scheme * Non-collinear magnetism (NCM) with arbitrary on-site magnetic fields * Fixed spin-moment calculations (with SOC and NCM) * Time-dependent density functional theory (TDDFT) for linear optical response calculations * First-order optical response * Non-linear optical (NLO) second harmonic generation . Elk is parallelized via hybrid OpenMP/OpenMPI. Package: elpa-flycheck Description-md5: a537e395ab01bcebd0553cd7a9a35398 Description-en: modern on-the-fly syntax checking for Emacs Flycheck uses various syntax checking and linting tools to automatically check the contents of buffers while the user types, and reports warnings and errors directly in the buffer, or in an optional error list. . It is intended to replace the older Flymake which is part of Emacs core. Package: emscripten Description-md5: 46339f12bf7f0c234a5b61dbc48f3ab3 Description-en: LLVM-to-JavaScript Compiler Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also called LLVM IR (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run). . Using Emscripten, you can * Compile C and C++ code into JavaScript and run that on the web * Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web . Some uses of emscripten require additional packages: * setting WASM2C requires wabt (at least release 1.0.24-2). * emcmake requires cmake. * emconfigure may require automake. * emmake requires make. * emrun option --android requires adb. * emscons requires scons. * WebIDL Binder requires python3-ply. Package: emscripten-doc Description-md5: f0e422567662ce47b8f128b7deffb4da Description-en: LLVM-to-JavaScript Compiler Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also called LLVM IR (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run). . Using Emscripten, you can * Compile C and C++ code into JavaScript and run that on the web * Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web . This package contains the documentation. Package: esys-particle Description-md5: 04ba0c118e19e7a213b0c75adebeded0 Description-en: Software for particle-based numerical modelling (MPI version) ESyS-Particle is Open Source software for particle-based numerical modelling. The software implements the Discrete Element Method (DEM), a widely used technique for modelling processes involving large deformations, granular flow and/or fragmentation. ESyS-Particle is designed for execution on parallel supercomputers, clusters or multi-core PCs running a Linux-based operating system. The C++ simulation engine implements spatial domain decomposition via the Message Passing Interface (MPI). A Python wrapper API provides flexibility in the design of numerical models, specification of modelling parameters and contact logic, and analysis of simulation data. ESyS-Particle has been utilised to simulate earthquake nucleation, comminution in shear cells, silo flow, rock fragmentation, and fault gouge evolution, to name but a few applications. 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: exactimage Description-md5: 9949da3ff157b2d9d5470042b5d548a3 Description-en: fast image manipulation programs ExactImage is a fast C++ image processing library. Unlike many other library frameworks it allows operation in several color spaces and bit depths natively, resulting in low memory and computational requirements. . This package contains the utilities. Package: examl Description-md5: 4972cdf739509b60035d9f3b35bafb60 Description-en: Exascale Maximum Likelihood (ExaML) code for phylogenetic inference Exascale Maximum Likelihood (ExaML) is a code for phylogenetic inference using MPI. This code implements the popular RAxML search algorithm for maximum likelihood based inference of phylogenetic trees. . ExaML is a strapped-down light-weight version of RAxML for phylogenetic inference on huge datasets. It can only execute some very basic functions and is intended for computer-savvy users that can write little perl-scripts and have experience using queue submission scripts for clusters. ExaML only implements the CAT and GAMMA models of rate heterogeneity for binary, DNA, and protein data. . ExaML uses a radically new MPI parallelization approach that yields improved parallel efficiency, in particular on partitioned multi-gene or whole-genome datasets. It also implements a new load balancing algorithm that yields better parallel efficiency. . It is up to 4 times faster than its predecessor RAxML-Light and scales to a larger number of processors. 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: eza Description-md5: 7ed1042380d482b0c7e7072e0ce6ac97 Description-en: Modern replacement for ls eza is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Package: eztrace Description-md5: e1dc5c0f13d8ddd27c1ffd5e0fa052bf Description-en: Automatic execution trace generation for HPC - tools EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the tools. Package: faketime Description-md5: 583f56c26c345706c1147c5561a549d0 Description-en: Report faked system time to programs (command-line tool) The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. FTPL allows you to specify both absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago). . This package contains a "faketime" binary that makes it easy to use the LD_PRELOAD library. Package: fastboot Description-md5: 191f300ce2b717b2e20bb7a62d2818fb Description-en: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: fenics Description-md5: d3015a1f60aae2dbbc9de5b6f0aa19b9 Description-en: Automated Solution of Differential Equations FEniCS is a collection of free software for automated, efficient solution of differential equations. . FEniCS has an extensive list of features, including automated solution of variational problems, automated error control and adaptivity, a comprehensive library of finite elements, high performance linear algebra and many more. . FEniCS is organized as a collection of interoperable components, including the problem-solving environment DOLFIN, the form compiler FFC, the finite element tabulator FIAT, the just-in-time compiler Instant, the code generation interface UFC, the form language UFL and a range of additional components. . This is a metapackage which depends on all FEniCS components. . This is the legacy version of FEniCS. You may want to consider installing the next-generation FEniCS-X (fenicx package). Package: fenicsx Description-md5: e4e2e6146cf4c1c06ad520ad19b71e84 Description-en: Automated Solution of Differential Equations FEniCS is a collection of free software for automated, efficient solution of differential equations. . FEniCS has an extensive list of features, including automated solution of variational problems, automated error control and adaptivity, a comprehensive library of finite elements, high performance linear algebra and many more. . FEniCS is organized as a collection of interoperable components, including the problem-solving environment DOLFIN, the form compiler FFC, the finite element tabulator FIAT, the just-in-time compiler Instant, the code generation interface UFC, the form language UFL and a range of additional components. . This is a metapackage which depends on all FEniCS-X components. . FEniCS-X is the next-generation implementation of FEniCS (with DOLFIN-X, FFC-X) Package: ffindex Description-md5: 8abce3f23162533b9e5ba184ce05afc6 Description-en: simple index/database for huge amounts of small files FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, separated by '\0'. A second file contains a plain text index, giving name, offset and length of the small files. The lookup is currently done with a binary search on an array made from the index file. . This package provides the executables. Package: fftw-dev Description-md5: 305322771ed86f6ceaf06ac43a0a4094 Description-en: library for computing Fast Fourier Transforms This library computes FFTs in one or more dimensions. It is extremely fast. This package contains the statically linked library and the header files. Package: fftw-docs Description-md5: 984728026773fe7303b3dc58c0ee1141 Description-en: documentation for fftw This package contains the documentation and test programs for fftw, a Fast Fourier Transform library. Package: fftw2 Description-md5: acb30c90c95af5652d1f00a3d8b88bcd Description-en: library for computing Fast Fourier Transforms This library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library version of the fftw libraries in double precision. . To get the static library and the header files you need to install fftw-dev. . For documentation and test programs, install fftw-docs Package: fiat-utils Description-md5: 903925aaad2c14c156cc46997530eb89 Description-en: Fortran IFS and Arpege Toolkit - utilities FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: 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: flycheck-doc Description-md5: 2b752f744980a4c6e2ff13af7e4e80a6 Description-en: modern on-the-fly syntax checking for Emacs - documentation Flycheck uses various syntax checking and linting tools to automatically check the contents of buffers while the user types, and reports warnings and errors directly in the buffer, or in an optional error list. . This package includes flycheck's HTML documentation. 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: fonts-sahel Description-md5: b6dcf2d1004656e0b4504308a8517a29 Description-en: Sahel font family Sahel project is a Persian-Arabic typeface family with five weights Based on Dejavu Sans. For Latin glyphs the Roboto font has been used. This is a free and open source software. Package: fonts-sahel-variable Description-md5: d0745288326541a1f70f8af2b6b7936b Description-en: Sahel font family (VF) Sahel project is a Persian-Arabic typeface family with five weights Based on Dejavu Sans. For Latin glyphs the Roboto font has been used. This is a free and open source software. . This is the VF variant of the font. Package: form Description-md5: 84468d585ba68000c5b3f146029e3dc6 Description-en: Symbolic manipulation system This is a Symbolic Manipulation System. It reads symbolic expressions from files and executes symbolic/algebraic transformations upon them. The answers are returned in a textual mathematical representation. As its landmark feature, the size of the considered expressions in FORM is only limited by the available disk space and not by the available RAM. Package: form-doc Description-md5: f6e9654d3e6595c2d7d51183c53f4715 Description-en: Documentation for symbolic manipulation system This is the documentation for the Symbolic Manipulation System. It reads symbolic expressions from files and executes symbolic/algebraic transformations upon them. The answers are returned in a textual mathematical representation. As its landmark feature, the size of the considered expressions in FORM is only limited by the available disk space and not by the available RAM. Package: freefem++ Description-md5: 01429493488c740a6366ff810a1828dd Description-en: Provides the binaries of the FreeFem++ FE suite FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the executables of FreeFem++. Package: freefem++-doc Description-md5: 53f265a9a554171b82cd13c41ed83ac9 Description-en: Provides the documentation of the FreeFem++ FE suite FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the documentation files of FreeFem++. Package: freeipa-client Description-md5: 1aa0c0a3f974364e79585d72db619762 Description-en: FreeIPA centralized identity framework -- client FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This is the client package. Package: freeipa-client-epn Description-md5: e86c1026ebb3af2bf07192883a773749 Description-en: FreeIPA centralized identity framework -- tools for configuring Expiring Password Notification FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This package provides a service to collect and send expiring password notifications via email (SMTP). Package: freeipa-client-samba Description-md5: c96b7178885d6e724e0833a8eaf878ea Description-en: FreeIPA centralized identity framework -- Samba client FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This package provides command-line tools to deploy Samba domain member on the machine enrolled into a FreeIPA environment. Package: freeipa-common Description-md5: 94d7150bfe2c2b72eb5182a3b5ebf3f8 Description-en: FreeIPA centralized identity framework -- common files FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This package includes common files. Package: fritzing Description-md5: 7f056a3679631d4272496446763b4bd9 Description-en: Easy-to-use electronic design software Fritzing is an open source project designed to help one transition from a prototype to a finished project. Aimed at users who want to produce or document circuits and experiments, one starts by building a physical prototype, then recreating it with Fritzing’s graphical editor. From there one can generate a schematic, PCB artwork, and PCB production files. Package: fritzing-data Description-md5: e785ce98bf5abb0260ab40b4807583ac Description-en: Easy-to-use electronic design software (data files) Fritzing is an open source project designed to help one transition from a prototype to a finished project. Aimed at users who want to produce or document circuits and experiments, one starts by building a physical prototype, then recreating it with Fritzing’s graphical editor. From there one can generate a schematic, PCB artwork, and PCB production files. . This package contains the architecture independent data files for Fritzing. Package: fscrypt Description-md5: a00e89ddf41088a1fe352513192a47b3 Description-en: Tool for managing Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . To use fscrypt, you must have a filesystem with encryption enabled and a kernel that supports reading/writing from that filesystem. Currently, ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has supported Linux filesystem encryption since v4.1, F2FS added support in v4.2, and UBIFS added support in v4.10. Other filesystems may add support for native encryption in the future. Package: ftp-proxy Description-md5: 62e06e3e66504bb8dcc3df43dd9668ff Description-en: application level proxy for the FTP protocol FTP-Proxy is a transparent, application-level proxy server for FTP connections, designed to protect FTP servers against attacks based on the FTP protocol. It is the first (and currently only) component of the SuSE Proxy Suite, a set of programs to enhance firewall security. . FTP-Proxy is much less complex than any current FTP server, has been designed with great care and performs chroot(), setuid(), setgid() to avoid possible vulnerabilities, and is believed to be immune against current known attacks. . FTP-Proxy features include: o Securely relays FTP connections between clients and servers o Can switch connections from active to passive and vice versa o Utilizes port ranges for both control and data connections o Provides extensive auditing (via syslog or rotating log files) o Can separate user related from system triggered audit events o Provides command restriction based on logged in user name o Allows command argument checking with regular expressions o Is able to retrieve configuration data from an LDAP directory o Has been thoroughly tested against buffer overflow attacks o Fully conforms to RFC 959 and 1123 (the basic FTP RFCs) o Planned to support RFC 1579 ("Firewall Friendly FTP") o Planned to support RFC 2428 (IPv6 Extensions for FTP) o Based on GNU AutoConf, supposed to run on many UNIX systems Package: ftp-proxy-doc Description-md5: c6a24aa91cec5d8501d5b000611c9c39 Description-en: documentation for ftp-proxy FTP-Proxy is a transparent, application-level proxy server for FTP connections, designed to protect FTP servers against attacks based on the FTP protocol. It is the first (and currently only) component of the SuSE Proxy Suite, a set of programs to enhance firewall security. . This package contains the documentation in PDF and HTML for ftp-proxy. Package: fuse2fs Description-md5: f46223c6f3fa81ecb1aab45af7c4f382 Description-en: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Package: fuseext2 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. 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: garli Description-md5: 26bd1f70ecc029da7a39ce42be819b22 Description-en: phylogenetic analysis of molecular sequence data using maximum-likelihood GARLI, Genetic Algorithm for Rapid Likelihood Inference is a program for inferring phylogenetic trees. Using an approach similar to a classical genetic algorithm, it rapidly searches the space of evolutionary trees and model parameters to find the solution maximizing the likelihood score. It implements nucleotide, amino acid and codon-based models of sequence evolution, and runs on all platforms. The latest version adds support for partitioned models and morphology-like datatypes. Package: garli-examples Description-md5: 0edf68e52e3e7dd1a026db9b6fdb2621 Description-en: phylogenetic analysis of molecular sequence data (examples) GARLI, Genetic Algorithm for Rapid Likelihood Inference is a program for inferring phylogenetic trees. Using an approach similar to a classical genetic algorithm, it rapidly searches the space of evolutionary trees and model parameters to find the solution maximizing the likelihood score. It implements nucleotide, amino acid and codon-based models of sequence evolution, and runs on all platforms. The latest version adds support for partitioned models and morphology-like datatypes. . This package contains example data for garli. Package: garli-mpi Description-md5: ee7b598933ca6c4be7968b793f32d680 Description-en: phylogenetic analysis of molecular sequence data using maximum-likelihood (MPI) GARLI, Genetic Algorithm for Rapid Likelihood Inference is a program for inferring phylogenetic trees. Using an approach similar to a classical genetic algorithm, it rapidly searches the space of evolutionary trees and model parameters to find the solution maximizing the likelihood score. It implements nucleotide, amino acid and codon-based models of sequence evolution, and runs on all platforms. The latest version adds support for partitioned models and morphology-like datatypes. . This version of Garli is using MPI. Package: gcc-14-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-14-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-14-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-14-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-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-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-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-arm-none-eabi Description-md5: 9da50871a8c83af046cd3b2d2c25fba2 Description-en: GCC cross compiler for ARM Cortex-R/M processors Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. Package: gcc-arm-none-eabi-source Description-md5: 8e7ec8e77660318baa356aae00688625 Description-en: GCC cross compiler for ARM Cortex-R/M processors (source) Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. . This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC) for embedded ARM chips. Package: 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-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-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-14-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-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-14-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-14-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-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-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-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-14-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: gdb-multiarch Description-md5: a1817b57c8908df620117da195d633bc Description-en: GNU Debugger (with support for multiple architectures) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains a version of GDB which supports multiple target architectures. Package: gdb-source Description-md5: f6e1298a18996d699ccfb824f5342e59 Description-en: GNU Debugger (source) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains the sources and patches which are needed to build GDB. Package: gdbserver Description-md5: 883ab8a4c88e4e7893ca5e20099104e3 Description-en: GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Package: gdc-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-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-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-14-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-14-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: geany Description-md5: c0d5bdfd9932e3c9874301db29cfafa1 Description-en: fast and lightweight IDE Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK3 toolkit and therefore you need only the GTK3 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation Package: geany-common Description-md5: 4f0e7d9ecfaaf1934733fa0b66844e50 Description-en: fast and lightweight IDE -- common files Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK3 toolkit and therefore you need only the GTK3 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation . This package contains arch independent files. Package: geany-plugin-addons Description-md5: 75fdfcea8f55dff2e3dbb5f23e681825 Description-en: miscellaneous plugins for Geany This plugin adds various small addons to Geany which aren't worth an individual plugin, but might still be useful for people. * DocList: This addon places a new item in the toolbar and when clicked offers a menu listing all open files plus the 'Close All' and 'Close Other Documents' menu items. This can be useful to quickly access open files and switch to them. * OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when the word under the cursor looks like a URI. 'Open URI' uses the browser command configured in Geany to open it. * Tasks: The tasks plugin goes through a file being edited and picks out lines with "TODO" or "FIXME" in them. It collects the text after those words and puts them in a new "Tasks" tab in the message window. Clicking on a task in that tab takes you to the line in the file where the task was defined. * Systray: Adds a status icon to the notification area (systray) and provides a simple popup menu with some basic actions. It can also be used to quickly show and hide the Geany main window. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-autoclose Description-md5: b493756d62cf77d299b875cc4e5a8ee2 Description-en: auto-closing plugin for Geany This plugin enables auto-closing features. Auto-closing works while you typing and intellectually helps you to write code. . Features: * auto-close for: { }, [ ], ( ), " ", ' ', < >, ` ` * customizeable auto-closing inside strings and comments * delete pairing character if you pressed BackSpace * suppress inserting one char twice (if you type "{}" you will get "{}", not "{}}") * enclose selected text into brackets instead of removing selection (select text and type "(" or ")" to enclose selection into "()") * keep selection when enclosing * for C-like languages enclosing selection into "{}" makes auto-indentation (select text and type "{" or "}" - text will be enclosed and indented) * enclosing in {} moves cursor to beginning (before "{" character) * for C-like languages to insert {}-block you do not need to select text precisely: plugin detects boundaries automatically, just ensure that selection covers lines you need to indent (works like TAB indentation) * fix auto-indent inside {} (makes full indent for this block) * auto-close curly bracket by pressing Enter * auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression (for C/C++ languages only) * remove paring brace when pressing Shift+BackSpace, unindent {}-blocks * add semicolon after ``struct {|};`` and ``class {|};`` * move cursor to closed char by pressing Tab . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-automark Description-md5: 276fd7c2093c3d559ab9356cca12298b Description-en: auto-mark plugin for Geany This is a simple plugin that highlights all words that match current word under cursor (see screenshot). . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-codenav Description-md5: 6b0da2015ec2feb22215e285bf09b66f Description-en: code navigation plugin for Geany This plugin adds some facilities for navigating in code using Geany, making it possible to: * Switch between header and implementation * Go to a file by typing its name . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-commander Description-md5: eaa0e0da896c001d0c9a8e4143a79deb Description-en: command panel plugin for Geany This plugin adds a command panel to Geany for rapid access to any action. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-ctags Description-md5: 478a74c53c3a50316de86a33db345039 Description-en: ctags plugin for Geany GeanyCtags adds a simple support for generating and querying ctags files for a Geany project. . Even though Geany supports symbol definition searching by itself within the open files (and with a plugin support within the whole project), tag regeneration can become too slow for really big projects. This is why this plugin was created. It makes it possible to generate the tag file only once and just query it when searching for a particular symbol definition/declaration. This approach is fine for big projects where most of the codebase remains unchanged and the tag positions remain more or less static. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-debugger Description-md5: 2053a567008dfdfea4fb659f7ae440e6 Description-en: debugger plugin for Geany Features: * Debugger panel * Setting target, environment variables and command line arguments * Breakpoints * Watches, autos * Debug terminal * Debugger messages window * Variables calltips while debugging * Saving debug session data in a Geany project (can be switched through settings) * Double or single panel modes * Hotkeys . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-defineformat Description-md5: 1d132e7a3e33ca7b4aebad773d39192a Description-en: on-the-fly #define prettyprinter plugin for Geany This plugin will help you to write multiline defines with aligned backslash. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-doc Description-md5: ed02b5e16b093a00133da998f5b78a97 Description-en: documentation plugin for Geany Geanydoc is a plugin for the Geany IDE which is intended to be used to search for documentation API from different sources. It allows execution of specified commands on the current word at the cursor position or otherwise specified via a dialog to obtain this documentation. This documentation is displayed in the geany buffer as a tab called *DOC*, or may be displayed in an external program. . After installing this package, you'll need to enable the "Doc" plugin and then setup a keyword binding for it in Geany's preferences dialogue. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-extrasel Description-md5: ce60499bae36ea8f6e33bdda608b6029 Description-en: extra selection plugin for Geany The Extra Selection plugin adds the following functions to Geany:- * Go to matching brace and select (select to matching brace) * Go to line and select (select to line) * Ctrl+Shift+Alt+Left/Right/Home/End key - same as Ctrl+Shift, but for rectangular selection. * Column mode - while active, all (Ctrl)-Shift-Arrow keys do rectangle selection instead of stream. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-gendoc Description-md5: 94de8df62993353138871351153d3578 Description-en: documentation generation plugin for Geany GeanyGenDoc is a plugin for Geany which provides support for automatically generating documentation based on comments in the source code. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-geniuspaste Description-md5: 2c872c9e0e9407146214a73b8b920c66 Description-en: GeniusPaste plugin for Geany This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us . GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-git-changebar Description-md5: 49c92ffb8f02f81b01252e771a709641 Description-en: git change bar plugin for Geany This plugin highlights uncommitted changes to files tracked with Git, and allows one to navigate through the hunks. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-gproject Description-md5: c1fab65fa7554c80c2cb2aba6f2f7064 Description-en: transitional dummy package for geany-plugin-projectorganizer This is a transitional dummy package. It can safely be removed. Package: geany-plugin-insertnum Description-md5: 1909ae858e8e868c264aa2f4ed64627d Description-en: number inserting plugin for Geany This plugin for Geany replaces a (possibly zero-width) rectangular selection with integer numbers, using start/step/base etc. specified by the user. For practical reasons, the number of lines is limited to 500000. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-keyrecord Description-md5: ed9a4b064efbc6fb006bbbd321a1cab5 Description-en: git change bar plugin for Geany This plugin allows you to record a sequence of keystrokes and to replay it several times. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-latex Description-md5: 100ff1ff400ba321d88badad9dc75cef Description-en: improved LaTeX support plugin for Geany GeanyLaTeX is a plugin for the Geany IDE to improve work with LaTeX. Features include: * Wizard for creating a new LaTeX-document * Frontend for easy input of \ref{} and \label{} * Easy adding of special characters and environments through plugin menu entry * Support for adding new items to BibTeX database * Toolbar with commonly used format options * Bulk replacement and input replacement of special characters . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-lineoperations Description-md5: 325a2c0de38437db83563a094a80ba2e Description-en: Line Operations plugin for Geany Line Operations is an assortment of simple line functions that can be applied to an open file. . Features . * Remove Duplicate Lines, sorted * Remove Duplicate Lines, ordered * Remove Unique Lines * Remove Empty Lines * Remove Whitespace Lines * Sort Lines Ascending * Sort Lines Descending . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-lipsum Description-md5: 47bd32f7e2d6cb5514f97bee3b545cf8 Description-en: Lorem Ipsum generator plugin for Geany GeanyLipsum is a plugin for Geany which implements a Lorem Ipsum generator to insert placeholder text into your document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-lua Description-md5: ad635f7b27849a73abdcfc5fdddf9dbb Description-en: Lua scripting plugin for Geany GeanyLua is a plugin which provides a Lua scripting interface for the Geany IDE. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-macro Description-md5: 55b1d9a3a3fd46ef6f1aea0557975a62 Description-en: macro plugin for Geany Geanymacro is a plugin to provide user defined macros for Geany. This plugin allows you to record and use your own macros. Macros are sequences of actions that can then be repeated with a single key combination. So if you had dozens of lines where you wanted to delete the last 2 characters, you could simple start recording, press End, Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it would automatically edit the line and move to the next. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-markdown Description-md5: 92a094e1fedbd82e0aaa30bdb67af717 Description-en: markdown plugin for Geany This plugin provides a real-time preview of rendered Markdown in Geany. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-miniscript Description-md5: 770056820a34913c5b90cd7d75594a88 Description-en: Geany Mini-Script filter plugin This plugin is a tool to apply a script filter on: - the text selection, - the current document, - all documents of the current session. . The filter type can be: - Unix shell script, - Perl script, - Python script, - sed commands, - awk script. . The output can be: - the selection of the current document, - all the current document, - or a new document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-numberedbookmarks Description-md5: 8340bc2f32555be087c4c23d732ac50a Description-en: numbered bookmarks plugin for Geany Geanynumberedbookmarks is a plugin to provide users with 10 numbered bookmarks (in addition to the usual bookkmarks). Normally if you had more than one bookmark, you would have to cycle through them until you reached the one you wanted. With this plugin you can go straight to the bookmark that you want with a single key combination. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-overview Description-md5: 58a772626e1c85d16177a6d7f4543bac Description-en: overview plugin for Geany This plugin provides an overview of the active document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-pairtaghighlighter Description-md5: da3b5575bb9ab908baec9b3b9ee94d71 Description-en: tag pair highlighter plugin for Geany Finds and highlights matching opening/closing HTML tag by clicking or moving cursor inside a tag. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-pg Description-md5: ec2bfa67797fdf4ab6a7bbf552d17306 Description-en: pg plugin for Geany GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt and verify signatures with GnuPG. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-pohelper Description-md5: aff4592deef57b9b5395e33c0509c4d5 Description-en: Geany plugin for improved support for GetText translation files Pohelper is a plugin for Geany that improves the support for GetText translation files . Features: * Navigation between all, untranslated or fuzzy messages * Reformatting of the translation (reflow) * Toggling the fuzziness of a translation * Pasting of the untranslated string to the translation * Automatic updating of the translation metadata . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-prettyprinter Description-md5: c31ba25f6bee6788d34429a7f8a4039f Description-en: XML pretty printer for Geany This plugin gives Geany XML pretty-printing functionality, allowing it to beautify and enhance the readability of XML files. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-prj Description-md5: 3a8fa0c6882602994f2aa3e91e832fbf Description-en: alternative project manager for Geany GeanyPrj is a plugin for Geany that provides an alternative method for managing projects in Geany, which moves away from Geany's default project management style, which is session-based, instead implementing a system which automatically opens a project when oen of its files are opened. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-projectorganizer Description-md5: 070e3278fe7b4e369bce8698d545e284 Description-en: projectorganizer plugin for Geany Project Organizer is an extension of Geany's project management displaying a tree of files belonging to the project in the sidebar. In addition, it enables complete indexing of the project files (and having code completion, syntax highlighting and tag definition/declaration jumps for the whole project) quick swapping between header and source files, improved opening of includes, searching project files by name and more. External directories can be attached to the project to extend the plugin's functionality to related directories outside the project tree. The plugin was created with big projects in mind so everything works fast enough even with projects consisting of tens of thousands of files. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-scope Description-md5: fd35f47b4aab48097a4b8f16eea9459e Description-en: graphical GDB front-end for Geany Scope is a graphical GDB front-end with the normal functions you would expect (stepping, breakpoints, etc.), and a few notable features: * The comminication between Scope and gdb is asynchronous. * You can enter any gdb command, at any time. * All gdb I/O (along with some other messages) is displayed in a terminal-like "Debug Console". Whenever you find the GUI lacking, simply switch to that console and work directly with gdb. * 7-bit/Locale/UTF-8 support for values. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-sendmail Description-md5: 3574b1e38a01ba9a40884a7dc33d15a1 Description-en: mailer plugin for Geany GeanySendMail is a plugin to send a document as attachment using the preferred mail client from inside Geany. It is similar to the envelope symbol of most office tools and requires a mail client that is supporting remote calls. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-shiftcolumn Description-md5: 3a4926a898f3d7bbd1bfa06f78c451fb Description-en: text column shifting plugin for Geany ShiftColumn is a plugin which allows text to be shifted horizontally in the Geany IDE. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-spellcheck Description-md5: 53d2dc921440db7405aafc40529fe94b Description-en: spellcheck plugin for Geany Spellcheck is a plugin which checks the content of the current document in Geany with the spell check library Enchant. This plugin allows the whole document, or only a selection to be checked for spelling mistakes. Misspelt words are highlighted with a red squiggly underline, and wrong words are printed in Geany's messages window along with available suggestions. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-tableconvert Description-md5: 36b9ae15e3fd1a2cf2321cf7bb74e3bd Description-en: table convert plugin for Geany Tableconvert is a plugin which helps on converting a tabulator separated selection into a table. Currently the plugin supports: * HTML * LaTeX * SQL . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-treebrowser Description-md5: 01b37f1d864a44fa1a800649c0a75d12 Description-en: tree browser plugin for Geany This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-updatechecker Description-md5: 37b8994011f31812671b272b6c22b896 Description-en: update checker plugin for Geany This plugin adds an update checker plugin to Geany, allowing users to check whether there is a more recent version of Geany available. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-vc Description-md5: 5deed53a61c1c7be3d1da6d6d15f6479 Description-en: VCS plugin for Geany GeanyVC is a plugin for Geany that provides a uniform way of accessing the different version-control systems inside the Geany IDE. Only a small subset of vc operations are implemented, which are: * diff * log * status * revert * commit . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-vimode Description-md5: 7e8aaec7b44805404be0d56f6d8296d6 Description-en: Vim-mode plugin for Geany The vimode plugin is a Vim-mode plugin for Geany. . Vim is another UNIX editor. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-webhelper Description-md5: 14bf6a99c7f5fd901d7c119f099ff6cd Description-en: web helper plugin for Geany This plugin provides some web development facilities such as web page preview and some debugging tools (web inspector) for Geany. . Its prominent features include:- * A basic web view, which provides a display of any web page (using WebKit) * Automatic reloading of web view upon document saving * A web inspector/debugging tool for the web view's content (including a Javascript console, a viewer and editor of processed HTML and CSS, a network usage analysis tool and many more, thanks to WebKit) . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-workbench Description-md5: 1f99cb169d6250a9ea85bd519e783c45 Description-en: workbench plugin for Geany The Workbench plugin is an extension that makes it possible to manage multiple projects in geany. You can add geany projects to a workbench. From there you can add directories to the project to manage the files belonging to the project. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-xmlsnippets Description-md5: 6fa9e233ed59b6513856a160496e3ceb Description-en: XMLSnippets plugin for Geany This plugin extends XML/HTML tag autocompletion provided by Geany. It automatically inserts a matching snippet after you type an opening tag. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugins Description-md5: 175bac6ab6c326ef6021cb24f34557dc Description-en: set of plugins for Geany This is a metapackage which installs the whole set of plugins for Geany. . Geany is a fast and lightweight IDE. Package: geany-plugins-common Description-md5: 20deb6c15435fd40b4d0314ace9266b6 Description-en: set of plugins for Geany (translations) This package contains translations for the Geany Plugins. You probably do not want to install this package directly, but instead install one of the other plugins packages. 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: geomview Description-md5: 5aad241dc92af9959f86b1427a4df0c9 Description-en: interactive geometry viewing program Geomview is interactive geometry software which is particularly appropriate for mathematics research and education. In particular, geomview can display things in hyperbolic and spherical space as well as Euclidean space. . Geomview allows multiple independently controllable objects and cameras. It provides interactive control for motion, appearances (including lighting, shading, and materials), picking on an object, edge or vertex level, snapshots in SGI image file or Renderman RIB format, and adding or deleting objects is provided through direct mouse manipulation, control panels, and keyboard shortcuts. External programs can drive desired aspects of the viewer (such as continually loading changing geometry or controlling the motion of certain objects) while allowing interactive control of everything else. 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: gerris Description-md5: ba5cedc197e01a3fbd3cfa805dac8abf Description-en: Fluid Flow Solver Gerris is a system for the solution of the partial differential equations describing fluid flow. . A brief summary of its main (current) features: . * Solves the time-dependent incompressible variable-density Euler, Stokes or Navier-Stokes equations * Adaptive mesh refinement: the resolution is adapted dynamically to the features of the flow * Entirely automatic mesh generation in complex geometries * Second-order in space and time * Unlimited number of advected/diffused passive tracers * Flexible specification of additional source terms * Portable parallel support using the MPI library * Volume of Fluid advection scheme for interfacial flows . This package has MPI support built in. Package: getdp Description-md5: d37be89327ef07aeaf1bd960a9d14b69 Description-en: general environment for the treatment of discrete problems GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. . The main feature of GetDP is the closeness between the input data defining discrete problems (written by the user in ASCII data files) and the symbolic mathematical expressions of these problems. . See GetDP's reference manual for a more thorough overview of GetDP's capabilities: http://www.geuz.org/getdp Package: getdp-sparskit Description-md5: c238adac56d31689c87d19ae4f434b5b Description-en: general environment for the treatment of discrete problems GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. . The main feature of GetDP is the closeness between the input data defining discrete problems (written by the user in ASCII data files) and the symbolic mathematical expressions of these problems. . See GetDP's reference manual for a more thorough overview of GetDP's capabilities: http://www.geuz.org/getdp . Getdp is compiled with SPARSKIT support 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: gfsview-batch Description-md5: 915d95bf1624995c637d12bf6501d53b Description-en: batch-version of viewer for Gerris simulation files Gerris is a system for the solution of the partial differential equations describing fluid flow. . GfsView displays the results of 2D and 3D Gerris simulations. A brief summary of its main features: . * Scalar and vector cross-sections. * Isosurfaces. * Streamlines. * User-defined functions. * Fast adaptive display (using the multiresolution data representation of Gerris). * Scriptable. * Offline image generation. * Quality PostScript, PDF and bitmap outputs. Package: ghdl Description-md5: 898aa78eff5e5684d36c1b7162717375 Description-en: VHDL compiler/simulator GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . GHDL offers three machine code generation backends: one based on GCC, one using the LLVM compiler suite and a GHDL specific one called mcode. These are available in the ghdl-gcc, ghdl-llvm and ghdl-mcode packages respectively. Both the GCC and LLVM backends create highly optimized code for excellent simulation performance while simulations compiled with the GCC backend also allow coverage testing using gcov. The mcode backend creates less performant code but makes up for it with much faster compilation. It is therefore preferable for smaller projects without large or long running simulations. . Multiple backends can be installed at the same time and selected by either invoking the desired GHDL directly (as ghdl-gcc, ghdl-llvm or ghdl-mcode) or by providing a GHDL_BACKEND environment variable (containing gcc, llvm or mcode) while invoking ghdl. . This package is a dependency package that will make sure at least one backend is installed. Package: ghdl-common Description-md5: b290124fad2a6e7a33b72c9925247d56 Description-en: VHDL compiler/simulator (common files) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains common files for the GHDL compiler packages. Package: ghdl-gcc Description-md5: ec1284d70cac706d2656e20b43505771 Description-en: VHDL compiler/simulator (GCC backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the GCC backend. Package: ghdl-llvm Description-md5: d7156d37c756669e593cfa7d02043035 Description-en: VHDL compiler/simulator (LLVM backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the LLVM backend. Package: ghdl-mcode Description-md5: a43d648f2765b04ca5f3eada73656aac Description-en: VHDL compiler/simulator (mcode backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the mcode backend. Package: ghdl-tools Description-md5: be3177ca14cf04b7594ec1f43e04a999 Description-en: VHDL compiler/simulator (tools) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains ghwdump, a simple command line tool to extract information from GHW files produced by GHDL and display it as text. It is mainly intended for use in debugging and is not needed for regular use of GHDL, where a wavefile visualization tool like gtkwave would normally be used. Package: gimp Description-md5: 0c13253910a0a1bd77c64d38c07351a0 Description-en: GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. It has a large collection of professional-level editing tools and filters, similar to the ones you might find in Photoshop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, Photoshop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. . To open files remotely (like over HTTP), install the gvfs-backends package. . To use a MIDI device (like a musical keyboard) as an input controller in GIMP, install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI Package: gimp-data Description-md5: f70d84aecd044d27d27535082275ce75 Description-en: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Package: ginkgo Description-md5: 946f901aa5a106ee3776df7ac04d0bed Description-en: BDD Testing Framework for Go Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. Package: gir1.2-ags-7.0 Description-md5: 7a22cc2d9aef49daaa1ecb967d4f7141 Description-en: Advanced Gtk+ Sequencer core library -- gir bindings libags is a general purpose application context library built upon GObject providing persistence and configuration. It allows you to organize threads in a tree hierarchy that is synced 1000 times per second per default. Since it is written in a object orientated manner you might want to override its default behaviour. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-agsaudio-7.0 Description-md5: 229d5c2142fad03fe8eed0dbf64805d8 Description-en: Advanced Gtk+ Sequencer audio processing engine library -- gir bindings libags_audio is a tree based audio processing library built upon GObject and libags. It allows you to do audio processing supporting LADSPA, DSSI and Lv2 plugin support. Audio data is processed multi-threaded. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-agsgui-7.0 Description-md5: f3ab51719cd46a939407e76410b07817 Description-en: Advanced Gtk+ Sequencer widget library -- gir bindings libags_gui is a widget library built upon Gtk+-4.0. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ggit-1.0 Description-md5: c1d6744b5adc64ebcfb3df54958e6052 Description-en: GObject introspection data for the git2-glib-1.0 library This package contains introspection data for the git2-glib-1.0 library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gimp-3.0 Description-md5: 538143e278ce511cf21322ff34d370a2 Description-en: Instrospection data for the GIMP library This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libgimp operations. Package: gir1.2-govirt-1.0 Description-md5: 53038ce1b062fd08c562b83d19f572b2 Description-en: GObject introspection data for libgovirt libgovirt is a library that allows applications to use oVirt REST API to list VMs managed by an oVirt instance, and to get the connection parameters needed to make a SPICE/VNC connection to them. . This package contains introspection data for the libgovirt library. Package: gir1.2-libxfce4panel-2.0 Description-md5: 6f88d6a939694f758eac9078910bbf06 Description-en: Xfce4 panel library (introspection data) This package contains introspection data for the library (GTK3 variant) used by various plugins for the Xfce panel. Package: gir1.2-libxfce4windowing-0.0 Description-md5: c70358f3a947a4f54538c0a72c7b8c7b Description-en: Typelib file for libxfce4windowing This package contains the headers for libxfce4windowing. If you intend to code wayland applications for the Xfce4 desktop environment, you need to install this package. . This package provides the introspection data for libxfce4windowing. Package: gir1.2-libxfce4windowingui-0.0 Description-md5: dc0d6e1bfd7f5e59f4ffaadbd968b410 Description-en: Typelib file for libxfce4windowingui This package contains the headers for libxfce4windowing. If you intend to code wayland applications for the Xfce4 desktop environment, you need to install this package. . This package provides the introspection data for libxfce4windowingui. Package: git-absorb Description-md5: 3d59826d3904b54c9142fbc56d9baa7f Description-en: Git commit --fixup, but automatic git-absorb is a port of hg absorb to Git. . git absorb automatically identifies which commits are safe to modify, and which indexed changes belong to each of those commits. It then writes fixup! commits for each of those changes. These fixups can later be folded into the feature branch with Git's built-in autosquash functionality. Package: git-debpush Description-md5: f81a25b032f095406615f34eb49d78cb Description-en: client script for git pushing to Debian-style archives git-debpush is a script to create and push a specially formatted signed git tag. The metadata in the tag indicates that the tagged commit should be pushed (or "uploaded") to a Debian-style archive. . Tags generated by this script can be read by an intermediary service, which performs any conversion that's needed (such as producing and signing a .dsc and .changes), and then uploads the result to the Debian-style archive on your behalf. Package: git-debrebase Description-md5: e4745a1c73d8cbbfb3a0f6cbfa82eeaf Description-en: rebasing git workflow tool for Debian packaging git-debrebase is a tool for representing in git, and manipulating, Debian packages based on upstream source code. . git-debrebase is an alternative to workflows including git-dpm, gbp pq, and direct use of quilt patches. Package: git-delta Description-md5: 5321a4c9ad3ebbcc7fa824cddf867acf Description-en: syntax-highlighting pager for git, diff, and grep output Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output. . This package provides the executable binary /usr/bin/delta. . (Unrelated executable binary /usr/bin/git-delta is in the package git-extras, and unrelated executable binaries /usr/bin/multidelta and /usr/bin/singledelta are in the package delta.) Package: git-evtag Description-md5: 1aa17f64c2b040e6e3b399439307f32e Description-en: extended verification for git tags git-evtag can be used as a replacement for git-tag -s. It will generate a strong checksum (called Git-EVTag-v0-SHA512) over the commit, tree, and blobs it references (and recursively over submodules). Package: git-evtag-tests Description-md5: 7a31aa63895d1ef2cc69601f0430125c Description-en: extended verification for git tags - as-installed tests git-evtag can be used as a replacement for git-tag -s. It will generate a strong checksum (called Git-EVTag-v0-SHA512) over the commit, tree, and blobs it references (and recursively over submodules). . This package contains "as-installed" automated tests, typically used via gnome-desktop-testing-runner or autopkgtest. Package: giza-dev Description-md5: aa6a91728e861cb48d8455b30499ddec Description-en: Lightweight scientific plotting library (development files) Giza is a lightweight scientific plotting library built on top of cairo that provides uniform output to multiple devices. Giza also provides a mostly compatible, modern replacement for the PGPLOT graphics library. . This package contains the development files. Package: glbinding-doc Description-md5: 9cc62a22189bfc1d2f5461ce20de800f Description-en: documentation for glbinding glbinding leverages modern C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. . It provides type-safe parameters, per feature API header, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as tools and examples for quick-starting your projects. . This package provides the documentation. Package: glbinding-tools Description-md5: 0733f9be11e923d90786e089fc7c9a02 Description-en: command-line tools for glbinding glbinding leverages modern C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. . It provides type-safe parameters, per feature API header, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as tools and examples for quick-starting your projects. . This package provides the command-line tools. 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-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-14-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-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-14-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-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-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-14-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-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-14-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: gnome Description-md5: 984c5028c0ccad6f8854b311229d0985 Description-en: Full GNOME Desktop Environment, with extra components This is the GNOME Desktop environment, an intuitive and attractive desktop, with extra components. . This metapackage depends on the standard distribution of the GNOME desktop environment, plus a complete range of plugins and other applications integrating with GNOME and Debian, providing the best possible environment to date. Package: gnome-api-docs Description-md5: 496b00afa16f37c71dba791811e45f2a Description-en: API reference documentation for the GNOME libraries This metapackage brings all available API documentation for the libraries of the GNOME platform, as well as their important dependencies. This should be most of the documentation you need to write GNOME applications. . This documentation is best viewed within the devhelp documentation browser. Package: gnome-builder Description-md5: ab40b3eb334588b66259c6735e3f7577 Description-en: IDE for GNOME Builder is a new IDE for GNOME that is focused on bringing the power of our platform to more developers than ever before. . Builder attempts to be an IDE for writing software for GNOME. It does not try to be a generic IDE, but one specialized for GNOME application developers. Package: gnome-core Description-md5: fcab6512392d98bcda40d798ee6af273 Description-en: GNOME Desktop Environment -- essential components These are the core components of the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on a basic set of programs, including a file manager, an image viewer, a web browser, a video player and other tools. . It contains the official “core” modules of the GNOME desktop. Package: gnome-devel Description-md5: 4b80f7ee218a9bd537ce4990cb1bc0fd Description-en: GNOME Desktop Environment -- development tools These are the development tools of the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on a recommended set of applications to develop new programs for GNOME. Package: gnome-games Description-md5: 2443e597e8cb9da0c471d6ba50ef9a22 Description-en: games for the GNOME desktop These are the games from the official GNOME release. They have the look and feel of the GNOME desktop, but can be used without it. . Games are now split in separate packages; this metapackage brings all of them but they can be installed separately. Package: gnome-platform-devel Description-md5: 7bf26e57deae6cf1571f41b9eebefca1 Description-en: GNOME development platform These are the development components that are part of the development “platform” for the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on the recommended components to develop and build applications using GNOME technologies. Most of these components have long-term API stability guarantees. Package: gnuastro Description-md5: 912d618ff36751857ede0cf72ea0dd90 Description-en: GNU Astronomy Utilities programs GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs for astronomical data analysis and manipulation. The programs can be run on the command-line for efficient and easy usage and the libraries can be used within C and C++ programs. . This package contains Gnuastro's programs. Package: gnudatalanguage Description-md5: 55d934ac72dab469015a839098d20569 Description-en: Free IDL compatible incremental compiler GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. From IDL 8.0, the following language elements are supported: . * FOREACH loop * negative array indices * garbage collection pointers and objects * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`) . The file input output system is fully implemented. GUI support (widgets) is officially provided, but it's not complete yet. . This package contains the main commandline and interpreter frontend. Package: gnustep Description-md5: 606c06d2bb4cf4710e41f368d083d407 Description-en: User applications for the GNUstep Environment These packages will give a fairly complete GNUstep user environment. . This is a metapackage depending on some of the important GNUstep applications. Package: gnustep-core-devel Description-md5: 5e2c73f5f3771ecfb89dca395437e8d1 Description-en: GNUstep Development Environment -- core libraries These are the packages needed to develop programs for the GNUstep environment. . This is a metapackage that depends on the GNUstep core libraries (FoundationKit and AppKit, aka GNUstep Base and GUI). Package: gnustep-core-doc Description-md5: d4d2c2b0556302d94c3e856710d2c4bd Description-en: GNUstep Development Environment -- core documentation These packages provide documentation for developing programs for the GNUstep environment. . This is a metapackage that depends on the documentation packages of the core GNUstep development environment (GNUstep Make, Base and GUI). Package: gnustep-devel Description-md5: 420c2d7aa2dd99c3903918c951c973f9 Description-en: GNUstep Development Environment -- development tools These packages provide tools for development applications for GNUstep, as well as extra libraries for the GNUstep environment. . This is a metapackage that depends on gnustep-core-devel and commonly used development applications. Package: gnustep-full Description-md5: 7baca7ac2f345a391120279470e435ba Description-en: Complete set of GNUstep packages This package depends on all available GNUstep packages: tools, applications, frameworks, libraries, documentation, etc. The only exception is SOGo and its dependencies, which are not co-installable with libgnustep-dl2-dev. The various GNUstep backends are also not available. . This is a metapackage which includes some leaf and specialized packages that most users wouldn't want to install. Package: gnustep-games Description-md5: ccb0bfaff1d7a5c398647ae23633ca76 Description-en: GNUstep based games These packages are a few games for GNUstep. . This is a metapackage that depends on (almost) all games designed for the GNUstep environment. Package: gobgpd Description-md5: e6f6939bca8bc73a3489a527ad1b3bc7 Description-en: BGP implemented in Go (daemon and client) GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in Go. It is designed to exploit multicore processors and can be easily integrated with other software through an RPC API. . This package contains both the daemon and the client. Package: gobjc++-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-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++-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++-14-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++-14-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-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-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-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-14-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-14-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: golang-github-ansible-receptor-dev Description-md5: 3ccf737c7a26373dca86a72c5c28a20b Description-en: Daemon for controlling a mesh of nodes and workers (library) Receptor is an overlay network intended to ease the distribution of work across a large and dispersed collection of workers. Receptor nodes establish peer-to-peer connections with each other via existing networks. . These are the Golang development files. Package: golang-github-checkpoint-restore-go-criu-dev Description-md5: 86e3fd7404b98b8e4c75fe9297e301e3 Description-en: CRIU bindings for Golang Golang bindings for CRIU. The code is based on the Golang-based PHaul implementation from the CRIU repository. . Golang bindings provide an easy way to use the CRIU RPC calls from Golang without the need to set up all the infrastructure to make the actual RPC connection to CRIU. Package: golang-github-containerd-errdefs-dev Description-md5: b38a8e9ccdc44f007533b604d6571323 Description-en: Common definition and library of errors used by containerd (library) Go code and definition wiht common errors shared across containerd and related applicaitons. Package: golang-github-containers-psgo-dev Description-md5: 7df906bc4f66ec10f8ff3f00abbc0491 Description-en: ps(1) AIX-format compatible Golang library Psgo is a ps(1) AIX-format compatible golang library extended with various descriptors useful for displaying container-related data. . The idea behind the library is to provide an easy to use way of extracting process-related data, just as ps(1) does. The problem when using ps(1) is that the ps format strings split columns with whitespaces, making the output nearly impossible to parse. Using fork and execute ps also adds some jitter, either in the container or filter the output afterwards, further limiting applicability. . This library aims to make things a bit more comfortable, especially for container runtimes, as the API allows one to join the mount namespace of a given process and will parse /proc and /dev/ from there. Package: golang-github-containers-storage-dev Description-md5: 33c19defe0f75a3ad4a64ce898778b1f Description-en: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Package: golang-github-docker-distribution-dev Description-md5: 67866d98c933b00cec3bb20a22e40b40 Description-en: Docker toolset to pack, ship, store, and deliver content (source) The Docker toolset to pack, ship, store, and deliver content. . The Docker Registry 2.0 implementation contained in this package is for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance. . This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons. . The new registry implementation provides the following benefits: . * faster push and pull * new, more efficient implementation * simplified deployment * pluggable storage backend * webhook notifications . This package contains the source. Package: golang-github-onsi-ginkgo-v2-dev Description-md5: c171d94d1dde96176dd8594210e6bedd Description-en: BDD Testing Framework for Go (development files) Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. . This package contains the development files. Package: golang-github-openshift-imagebuilder-dev Description-md5: 24dd02358d6e43f7e098dba8eca47934 Description-en: Builds container images using Dockerfile as input This library supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides sources that other package may require for building. Package: golang-github-osrg-gobgp-dev Description-md5: 7b92526e033213543b73fc1f885e1de1 Description-en: BGP implemented in Go (source) GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in Go. It is designed to exploit multicore processors and can be easily integrated with other software through an RPC API. . This package contains the source code. Package: golang-github-sylabs-sif-dev Description-md5: 024794b746ffe199c6e4609f729405f8 Description-en: reference implementation of the Singularity Image Format (SIF) SIF is an implementation of the Singularity Container Image Format that makes it easy to create complete and encapsulated container enviroments stored in a single file. Package: golang-github-theupdateframework-go-tuf-dev Description-md5: 4ba8d29c66142c6288a69eb01abe08b1 Description-en: Securing software in golang (library) The Update Framework (TUF) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and specification that developers can adopt into any software update system. Package: golang-gomega-dev Description-md5: 2ccbf34bedd966536138c969b979c50a Description-en: Matcher/assertion library for the Go programming language Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD test framework, but can be adapted for use in other contexts too. Package: golang-goptlib-dev Description-md5: 1938d0d49eb18d59376894237590e1c0 Description-en: library for Tor pluggable transports written in Go goptlib is a little Go library which understands the Tor pluggable transport managed-proxy protocol. It is useful for developers writing Tor pluggable transports in Go. Package: golang-k8s-api-dev Description-md5: 330f281d709cd832feca749f20e26f06 Description-en: Schema for Kubernetes server external API types (library) This library primary consumer is k8s.io/client-go, and is published separately to avoid diamond dependency problems for users who depend on more than one of k8s.io/client-go, k8s.io/apimachinery, k8s.io/apiserver. . Kubernetes is a system for managing containerized applications across multiple hosts. 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: gpaw Description-md5: 299c52e61efe392985b4be165a33dfb5 Description-en: DFT and beyond within the projector-augmented wave method A density-functional theory (DFT) Python code based on the projector-augmented wave (PAW) method and the atomic simulation environment (ASE). It uses real-space uniform grids and multigrid methods, atom-centered basis-functions or plane-waves. Package: gpg-from-sq Description-md5: 6381c98ab2f413bee812c3e721649627 Description-en: use gpg-sq for /usr/bin/gpg This package diverts the GnuPG implementation of gpg (if installed) to gpg-g10code, while /usr/bin/gpg is provided by the Rust crate sequoia-chameleon-gnupg. Package: gpg-sq Description-md5: 88d39aa0ed7561bf7d70614570515611 Description-en: gpg-like OpenPGP CLI toolkit gpg-sq is Sequoia's alternative implementation of a tool following the GnuPG command line interface. It provides a drop-in but not feature-complete replacement for the GnuPG project's gpg. . It currently implements a commonly used subset of the signature creation and verification commands, the encryption and decryption commands, the key listing commands, and some miscellaneous commands. . Support for trust models is limited. Currently, the web-of-trust and always-trust models are implemented (as "--pgp" and "--always"). . This tool is provided by the Sequoia project via the sequoia-chameleon-gnupg crate. Package: gpgv-from-sq Description-md5: dee3c2a29967aea622c6c9966e324a02 Description-en: use gpgv-sq for /usr/bin/gpgv This package diverts the GnuPG implementation of gpgv (if installed) to gpgv-g10code, while /usr/bin/gpgv is provided by the Rust crate sequoia-chameleon-gnupg. Package: gpgv-sq Description-md5: 0db5288552bd5b181b378353894058c7 Description-en: gpgv-like validator for OpenPGP signatures gpgv-sq is Sequoia's alternative implementation of a verification-only interface for OpenPGP signatures. It provides a feature-complete drop-in replacement for the GnuPG project's gpgv. . This tool is provided by the Sequoia project via the sequoia-chameleon-gnupg crate. Package: gr-framework Description-md5: 4ae413f29a0ef4a106054b7df3988585 Description-en: Universal framework of Graphical Kernel System (GKS) and OpenGL (metapackage) GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. Package: gr-framework-bin Description-md5: 7983c47fcf5023496f398212bbfd672b Description-en: Binary of Graphical Kernel System (GKS) and OpenGL GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains binary executable files for GR. Package: gr-framework-doc Description-md5: 52fb9c2ce47d630ca6775d9a7ed01947 Description-en: Documentation of Graphical Kernel System (GKS) and OpenGL GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains documentation for GKS. Package: gr-framework-plugin-agg Description-md5: d340f0436a75cee2db3577ed70aed6c3 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for AGG GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Anti-Grain Geometry library. Package: gr-framework-plugin-base Description-md5: 151dd36dff439f71df9a0a97c4264549 Description-en: Basic plugins for Graphical Kernel System (GKS) and OpenGL GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains comprehensive plugins - PGF (Portable Graphics Format), SVG (Scalable Vector Graphics) and WMF (Windows Metafile) plugins. Package: gr-framework-plugin-cairo Description-md5: 58a8ceb94ade9f6d8d58742e8d80a55f Description-en: Graphical Kernel System (GKS) and OpenGL plugin for Cairo GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Cairo Graphics. Package: gr-framework-plugin-full Description-md5: 1c5792d2384b8758e312255a91b682e1 Description-en: All plugins for Graphical Kernel System (GKS) and OpenGL (metapackage) GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package installs all of plugins for GKS. Package: gr-framework-plugin-gl Description-md5: 68a9292b7f87d63bd92b42a59ff1b546 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for WGL/CGL/GLX GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for OpenGL. Package: gr-framework-plugin-gs Description-md5: c6888de523278fcebd9233d1d8deca05 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for Ghostscript GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Ghostscript. Package: gr-framework-plugin-qt5 Description-md5: 4f9bc7be7774e05868393955566770a6 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for Qt5 GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Qt5. Package: gr-framework-plugin-qt6 Description-md5: 21e4a9edff5ebbd10b80d6a932d75c8d Description-en: Graphical Kernel System (GKS) and OpenGL plugin for Qt6 GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Qt6. Package: gr-framework-plugin-video Description-md5: 1e8c173d8558dd770985133ed783bb37 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for Video GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for Video output. Package: gr-framework-plugin-x11 Description-md5: 5509c08e06649e9c48b5b5d8dc963150 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for GKS 5 (X11) GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for GKS 5 (X11). Package: gr-framework-plugin-zmq Description-md5: d0d6be4c83f8ce97ec12631d2a9c5149 Description-en: Graphical Kernel System (GKS) and OpenGL plugin for ZeroMQ GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains plugin for ZeroMQ. Package: grandorgue Description-md5: 27438a07a7b227bb1d0373a0aa9a9e90 Description-en: sample-based pipe organ simulator GrandOrgue allows the user to load and play virtual pipe organs. Using sample sets, GrandOrgue is able to combine the individual pipe sounds and organ behaviors to simulate a variety of pipe organs. . When connected to MIDI keyboards and an audio system, it can accurately simulate the sound of a real pipe organ. . The user can create and load organ samplesets using a dedicated file format. A demonstration organ sampleset is provided in the grandorgue-demo package. Package: grandorgue-demo Description-md5: 05f814e278ce58c37ec153aa9de13c11 Description-en: sample-based pipe organ simulator (demo sampleset) GrandOrgue allows the user to load and play virtual pipe organs. Using sample sets, GrandOrgue is able to combine the individual pipe sounds and organ behaviors to simulate a variety of pipe organs. . This package contains a demonstration organ sampleset. Package: gretl Description-md5: 794e28c78e36c7b7cd146f72657cb173 Description-en: GNU Regression, Econometric & Time-Series Library The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the GTK+ client and the command-line client. Package: gretl-common Description-md5: ff96d7a4a8ecc0d9dc4d3a5fc7a9276e Description-en: GNU Regression, Econometric & Time-Series Library -- scripts package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides scripts (included in the gretl sources) which are used by the main gretl program. Package: gretl-data Description-md5: ca39f18d7838200b73a31c129d1a7c2e Description-en: GNU Regression, Econometric & Time-Series Library -- data package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides data sets (included in the gretl sources) which are used by the main gretl program. Package: gretl-doc Description-md5: 12446f8f1d87b3da9e7f7f2362aac9e3 Description-en: GNU Regression, Econometric & Time-Series Library -- doc package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides documentation and examples included in the gretl sources. Package: grml2usb Description-md5: 47f5dcfcba5f5a348ddd10ff68785fee Description-en: install Grml system / ISO to USB device This script installs a Grml ISO to an USB device to be able to boot from it. Make sure you have at least one Grml ISO or a running Grml system (/run/live/medium) available. Package: gromacs Description-md5: b2bae23de6e584a47799dd4899a2c30a Description-en: Molecular dynamics simulator, with building and analysis tools GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non- biological systems, e.g. polymers. . This package contains variants both for execution on a single machine, and using the MPI interface across multiple machines. Package: gromacs-data Description-md5: 03ddef80c5d959a0289c77ec8b295eee Description-en: GROMACS molecular dynamics sim, data and documentation GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non- biological systems, e.g. polymers. . This package contains architecture-independent topology and force field data, documentation, man pages, and example files. Package: gsequencer Description-md5: 310197ea8f2817bdb533a2894bcace02 Description-en: Advanced Gtk+ Sequencer audio processing engine Advanced GTK+ Sequencer is intended to be used for music composition. It features a piano roll, as well as a synth, matrix editor, drum machine, soundfont2 player, mixer and an output panel. It’s designed to be highly configurable. You may add effects to its effect chain; and add or remove audio channels/pads. You may set up a fully functional network of engines, thus there is a link editor for linking audio lines. Package: gsequencer-data Description-md5: 675131431a64c4ef2418f20d83d832cd Description-en: Data files for Advanced Gtk+ Sequencer Advanced GTK+ Sequencer is intended to be used for music composition. . This package contains architecture-independent supporting data files for use with GSequencer, such as l10n support files. Package: gsequencer-doc Description-md5: 44b24877ea9b7da9520f8876f8e9db61 Description-en: Documentation for Advanced Gtk+ Sequencer Advanced GTK+ Sequencer is intended to be used for music composition. . This package contains the user manual that explains the GUI in html format of Advanced Gtk+ Sequencer. 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: gtk-4-examples Description-md5: 5aa776a1b85b3a7177e93a35cc24869b Description-en: example files for GTK 4 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK4. Package: gtk-4-tests Description-md5: 16801b2e0bb5b3bd5dd4b20c8fb93349 Description-en: "as-installed" tests for GTK 4 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains installable test programs, primarily for use with autopkgtest. Package: gudhi-utils Description-md5: b51bf5afa1111fae25d9c7961897131d Description-en: Utilities from the GUDHI library The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology. . This package contains some utilities built with the GUDHI library. 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: gyoto Description-md5: 42f3f41a98855d4c5ad2107ebb2e316d Description-en: General relativistic geodesic integration and ray-tracing Gyoto is a framework for computing geodesics in curved space-times. The gyoto utility program uses this framework to compute images of astronomical objects in the vicinity of compact objects (e.g. black-holes). Such images are distorted by strong gravitational lensing. The gyoto program takes a scenery description in XML format, computes this scenery using relativistic ray-tracing, and saves the result in FITS format. . This metapackage depends on all the Gyoto interfaces (command-line, Python 3 and Yorick). . MPI parallelization requires the mpi-default-bin package. The Gyoto documentation is provided in the gyoto-doc package. Package: gyoto-bin Description-md5: 4acd7d528f858fbaf752c4cdc2011031 Description-en: General relativistic ray-tracing command-line interface Gyoto is a framework for computing geodesics in curved space-times. The gyoto utility program uses this framework to compute images of astronomical objects in the vicinity of compact objects (e.g. black-holes). Such images are distorted by strong gravitational lensing. The gyoto program takes a scenery description in XML format, computes this scenery using relativistic ray-tracing, and saves the result in FITS format. . This package contains the `gyoto' command-line utility. More complex uses of the Gyoto framework can be achieved using the python3-gyoto or yorick-gyoto packages. Gyoto can be extended with plug-ins (see libgyoto9-dev). . MPI parallelization requires the mpi-default-bin package. Producing videos requires the python3-gyoto and python3-opencv packages. Package: gyoto-doc Description-md5: b6a061c3492629ca6779320a8822478c Description-en: documentation for the Gyoto library Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a library (libgyoto), utility programs, and a plug-in for the Yorick programming language. . This package contains the Gyoto Reference Manual. Package: hdf5-helpers Description-md5: a3cccba65ea044fcfc8b9a89336ba7c2 Description-en: HDF5 - Helper tools Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains helper tools for HDF5. Package: hdf5-plugin-lzf Description-md5: e97187efff273df88e1d567ee845aba6 Description-en: hdf5 plugin to lzf compression library HDF5 (Hierarchical Data Format library, version 5) is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. . This package provides a plugin to the HDF5 LZF filter for the LZF compression library. Plugins are built for both serial (single processor) jobs (libhdf5-dev) and for multiprocessor (threaded) jobs (libhdf5-mpi-dev). Package: hdf5-tools Description-md5: 755d05265670495cad91ade27dcc060c Description-en: HDF5 - Runtime tools Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains runtime tools for HDF5. Package: hpcc Description-md5: 9ba9f4d0258b754f36a6b86c90697ea9 Description-en: HPC Challenge benchmark The High Performance Computing (HPC) Challenge benchmark runs a suite of 7 tests that measure the performance of CPU, memory and network for HPC clusters. Amongst others, it includes the High-Performance LINPACK (HPL) benchmark, used by the Top500 ranking (http://www.top500.org/). 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: html2text Description-md5: 7a7c7a9ee3037edf0447e7265323bd76 Description-en: advanced HTML to text converter html2text is a converter from HTML to plain text. . html2text reads HTML documents supplied in the command line (or from standard input), converts each of them into a stream of plain text characters and writes output to the file or the terminal. . html2text was written because the author wasn't happy with the output of "lynx -dump" and so he wrote something better. Package: hyphy-common Description-md5: 29fb3ecb2c129ae6357a78d4e47aa407 Description-en: Hypothesis testing using Phylogenies (common files) HyPhy is an open-source software package for the analysis of genetic sequences using techniques in phylogenetics, molecular evolution, and machine learning. It features a complete graphical user interface (GUI) and a rich scripting language for limitless customization of analyses. Additionally, HyPhy features support for parallel computing environments (via message passing interface) and it can be compiled as a shared library and called from other programming environments such as Python or R. Continued development of HyPhy is currently supported in part by an NIGMS R01 award 1R01GM093939. . This package provides files that are common to all binary versions. Package: hyphy-mpi Description-md5: bf880100fd3d0b8d321965866c6d667b Description-en: Hypothesis testing using Phylogenies (MPI version) HyPhy is an open-source software package for the analysis of genetic sequences using techniques in phylogenetics, molecular evolution, and machine learning. It features a complete graphical user interface (GUI) and a rich scripting language for limitless customization of analyses. Additionally, HyPhy features support for parallel computing environments (via message passing interface) and it can be compiled as a shared library and called from other programming environments such as Python or R. Continued development of HyPhy is currently supported in part by an NIGMS R01 award 1R01GM093939. . This package provides an executable using MPI to do multiprocessing. Package: hyphy-pt Description-md5: 27e3303e49d4d235306c006bc3c67912 Description-en: Hypothesis testing using Phylogenies (pthreads version) HyPhy is an open-source software package for the analysis of genetic sequences using techniques in phylogenetics, molecular evolution, and machine learning. It features a complete graphical user interface (GUI) and a rich scripting language for limitless customization of analyses. Additionally, HyPhy features support for parallel computing environments (via message passing interface) and it can be compiled as a shared library and called from other programming environments such as Python or R. Continued development of HyPhy is currently supported in part by an NIGMS R01 award 1R01GM093939. . This package provides an executable using pthreads to do multiprocessing. Package: ideviceactivation Description-md5: 3a635c38d14f551c7d693223a3dd5cb4 Description-en: Command line utility to manage the activation of Apple iOS devices This project provides an interface to activate and deactivate iOS devices by talking to Apple's webservice alongside a command-line utility named ideviceactivation. . This package contains a command-line utility named ideviceactivation. Package: idle Description-md5: 3ed47fd5fc9b2b81c62bf5baef25a5e8 Description-en: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python 3 version's IDLE (currently v3.12). Package: idle-python3.12 Description-md5: 4a4668eb66afcf983d1db1098428dd56 Description-en: IDE for Python (v3.12) using Tkinter IDLE is an Integrated Development Environment for Python (v3.12). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.13 Description-md5: cc58505c07afae069f49efa213857899 Description-en: IDE for Python (v3.13) using Tkinter IDLE is an Integrated Development Environment for Python (v3.13). IDLE is written using Tkinter and therefore quite platform-independent. Package: indi-aagcloudwatcher-ng Description-md5: 62763d6f6c1e97450f2070541b6defa9 Description-en: INDI driver for the AAG Cloud Watcher This package contains the INDI driver for the AAG Cloud Watcher using the new INDI Weather API and with anemometer support. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-apogee Description-md5: 34f8da74ba310414dd90dd6726c340b5 Description-en: INDI driver for Apogee CCDs and Filter Wheels This package contains the INDI driver for hardware from Apogee, especially CCDs and filter wheels. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-astromechfoc Description-md5: 44cfa2e9305f569e221f0af4aea0060a Description-en: INDI driver for Astromechanics Canon Lens Controller This package contains the INDI driver for the Canon Lens Controller made by Astromechanics. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-avalon Description-md5: fb22650fd1a53ef601e3a1a816a8d1c0 Description-en: INDI driver for Avalon Instruments mounts This package contains the INDI driver for Avalon Instruments mounts with StarGO control. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-beefocus Description-md5: 05365ad813138951ccee416f53cc12a6 Description-en: INDI driver for Bee Focus This package contains an INDI driver for an open source hardware/software telescope focuser. The driver interacts with a Bee Focuser using TCP/IP. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-bin Description-md5: db0e8f43df68cc93bef3aa45ef531342 Description-en: INDI server, drivers and tools INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the INDI server, the drivers for the supported astronomical instrumentation, and other INDI tools. Package: indi-bresserexos2 Description-md5: 9bd43ac783cb4a94b0b44dc6538b4329 Description-en: INDI driver for Exos II GoTo Telescope Mount This package contains a basic driver for the Bresser Exos II GoTo telescope mount controller, allowing the connection to INDI clients. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-dreamfocuser Description-md5: 952be1fbadffebaff478a504d5806378 Description-en: INDI driver for DeamFocuser focuser This package contains an INDI driver for the focuser made by DreamFocuser. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-dsi Description-md5: ba966938e648505b1745d879f65b8484 Description-en: INDI driver for Meade DSI Pro I/II/III This package contains an INDI driver for Meade DSI Pro I/II/III cameras. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-ffmv Description-md5: 64196ed9fec954c8d270c3101c004874 Description-en: INDI driver for Point Grey Firefly MV cameras This package contains an INDI driver for Point Grey Firefly MV cameras. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-fli Description-md5: 29396c71e20f7c6e85e3ceca484fd9ed Description-en: INDI driver for FLI CCD & Focuser This package contains an INDI driver for Finger Lakes Instruments CCD and Focuser. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-gige Description-md5: ed216fd62cc245b74aaf7d521be4bd7a Description-en: INDI driver for GigE machine vision cameras This package contains an INDI driver for most GigE machine vision cameras through project Aravis. . Machine vision GigE cameras are designed towards throughput, and hence provide emphasis on high-speed video streaming. The main design goal for this driver is to use these cameras as primary imager or for guiding. Therefore, the main goal of this driver is not to provide high-speed video streams, but to control these cameras more or less as a generic CCD camera with a manual trigger and manual exposure controls. . Many of the pre-processing features found on many of these cameras have therefore been not exposed. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-limesdr Description-md5: b35a5d3d07b6d584957eed759d0933fa Description-en: INDI driver for LimeSDR (LMS7) Receiver This package contains an INDI driver for the LimeSDR (LMS7) Receiver. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-mgen Description-md5: c9d52ff79be2a55106fdd6902a00aeb7 Description-en: INDI driver for Lacerta MGen Autoguider This package contains an INDI driver for the Lacerta MGen Autoguider. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-nightscape Description-md5: 6fd41aeba8797490c2be9e1653d63999 Description-en: INDI driver for Celestron Nightscape 8300 This package contains the INDI driver for the Celestron Nightscape 8300 line of CCDs. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-shelyak Description-md5: 749c4744ae7c280f85904466758c94ba Description-en: INDI driver for Shelyak and Alpy Spectrograph This package contains the INDI driver for Shelyak and Alpy Spectrographs. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-spectracyber Description-md5: ca2b327ed5a542996098eb6e9f5d7666 Description-en: INDI driver for hydrogen line spectrometer This package contains the INDI driver for Radio Astronomy Supplies SpectraCyber hydrogen line spectrometer. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-starbook Description-md5: 6437dbf71c1d622bd55bf298697c3748 Description-en: INDI driver for Vixen Starbook telescope controllers This package contains the INDI driver for the Vixen Starbook telescope controllers. It aims for compatibility with first generation Starbook. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-starbook-ten Description-md5: a653ddafc1937a9a2d523b2a9d15028f Description-en: INDI driver for Vixen Starbook Ten telescope controllers This package contains a INDI driver for the Vixen Starbook Ten telescope controllers. It works by using an HTTP link. . This driver is compatible with any INDI client such as KStars or Xephem. Package: indi-webcam Description-md5: 2ac23957091cea82b860d168408e9ad4 Description-en: INDI Driver for web cameras This package contains a driver for FFMPEG based web cameras. . This driver is compatible with any INDI client such as KStars or Xephem. Package: inkscape Description-md5: fd78d7e3f908aaaa647abcf642a7ea9f Description-en: vector-based drawing program Inkscape is an illustration editor which has everything needed to create professional-quality computer art. You can use it to make diagrams and illustrations, technical drawings, web graphics, clip art, icons and logos. A collection of hands-on tutorials show you how to combine lines, shapes and text of different types and styles to build up a picture. . A selection of powerful vector graphics editing tools comes as standard. There is excellent support for paths, gradients, layers, alpha transparency and text flow control. An extensive library of filters allow you to apply realistic effects and extensions allow you to work with bitmaps, barcodes and printing marks, amongst other things. . Most of the common vector formats are supported, including PDF, Adobe Illustrator and AutoCAD files, and it has unrivalled support for the SVG web graphics standard. . Between the suggested packages: * dia: to export Dia shapes; * libsvg-perl: to import .txt files (txt2svg extension); * python3-packaging: used by the Optimized SVG extension; * python3-uniconvertor: enables several import/export extensions; * pstoedit: to work with eps files; * ruby: there are several extensions written in ruby; Package: inkscape-tutorials Description-md5: a99694ba2d7d4264d8d9771ae593ad53 Description-en: vector-based drawing program - tutorials Inkscape is an illustration editor which has everything needed to create professional-quality computer art. You can use it to make diagrams and illustrations, technical drawings, web graphics, clip art, icons and logos. A collection of hands-on tutorials show you how to combine lines, shapes and text of different types and styles to build up a picture. . This package contains the tutorials, accessible from the Help > Tutorials menu. Package: iputils-clockdiff Description-md5: 9decf160dafd56034002d36fa8dc3289 Description-en: Measure the time difference between networked computers Clockdiff computes the difference between the time of the machine on which it is called and the time of other network-accessible machines. The time differences measured by clockdiff are obtained using a sequence of ICMP TSTAMP messages which are returned to the sender by the IP module in the remote machine. Package: iqtree Description-md5: 74d9431c410fc0f02ede82d14c6a3692 Description-en: efficient phylogenetic software by maximum likelihood IQ-TREE is a very efficient maximum likelihood phylogenetic software with following key features among others: . * A novel fast and effective stochastic algorithm to estimate maximum likelihood trees. IQ-TREE outperforms both RAxML and PhyML in terms of likelihood while requiring similar amount of computing time (see Nguyen et al., 2015) * An ultrafast bootstrap approximation to assess branch supports (see Minh et al., 2013). * A wide range of substitution models for binary, DNA, protein, codon, and morphological alignments. * Ultrafast model selection for all data types, 10 to 100 times faster than jModelTest and ProtTest. * Finding best partition scheme like PartitionFinder. * Partitioned models with mixed data types for phylogenomic (multi- gene) alignments, allowing for separate, proportional, or joint branch lengths among genes. * Supporting the phylogenetic likelihod library (PLL) (see Flouri et al., 2014) Package: ironic-python-agent Description-md5: 0a3f62f99ca1ec0dadaaa0dd7a0e7c69 Description-en: bare metal hypervisor API for OpenStack - Python Agent Ironic provision bare metal machines instead of virtual machines. It is a fork of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality. . This package provides the Python agent, to be deployed on the discovery image or ramdisk. Package: janus Description-md5: 022f61fae5f25008ff31538c0638cfb3 Description-en: general purpose WebRTC server/gateway janus is a general purpose WebRTC server/gateway with a minimal footprint. . As such, it doesn't provide any functionality per se other than implementing the means to set up a WebRTC media communication with a browser or application, exchanging JSON messages with it over different transports, and relaying RTP/RTCP and messages between clients and the server-side application logic they're attached to. Any specific feature/application is provided by server side plugins, that browsers can then contact via the server to take advantage of the functionality they provide. . Example of such plugins can be implementations of applications like echo tests, conference bridges, media recorders, SIP gateways and the like. Package: janus-demos Description-md5: fc46cfe9970d817fde5a4d4d91d9bdbc Description-en: general purpose WebRTC server/gateway - demos janus is a general purpose WebRTC server/gateway with a minimal footprint. . This package contains a set of demo html applications using Janus. . The demos require online referenced Javascript code. . GStreamer example script in package janus-tools is needed to feed one of the streams in Streaming demo. Package: janus-dev Description-md5: a43d387e9fb659100fa84874325248ed Description-en: general purpose WebRTC server/gateway - development files janus is a general purpose WebRTC server/gateway with a minimal footprint. . This package contains headers for plugin development. Package: janus-doc Description-md5: 34ebfe3e1ab34bf6420ffb9fe4447365 Description-en: general purpose WebRTC server/gateway - documentation janus is a general purpose WebRTC server/gateway with a minimal footprint. . This package contains the html documentation for Janus. Package: janus-tools Description-md5: 1057f39fa11fc64fe9effaf649942463 Description-en: general purpose WebRTC server/gateway - helper tools janus is a general purpose WebRTC server/gateway with a minimal footprint. . This package contains the following helper tools: * janus-pp-rec - extract media file from a Janus recording * pcap2mjr - convert a pcap dump to a Janus recording * mjr2pcap - convert a Janus recording to pcap format . Packages gstreamer1.0-plugins-good gstreamer1.0-x are needed for included example streaming script. Package: jnettop Description-md5: 8129e2e4a7fc0738c2e956cc8c72b5b9 Description-en: View hosts/ports taking up the most network traffic jNettop captures traffic coming across the host it is running on and displays streams sorted by bandwidth they use. Result is a nice listing of communication on network by host and port, how many bytes went through this transport and the bandwidth it is consuming. Package: juce-modules-source Description-md5: e36a9946227bc21e9b3789067ad38388 Description-en: Jules' Utility Class Extensions (module sources) JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. . It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound. . This package installs the sources for the JUCE modules along with required development libraries, as used by 'jucer' projects. (Projucer is provided in the 'juce-tools' package). Package: juce-modules-source-data Description-md5: 3254191bdd95de7ef53161ef14e79304 Description-en: Jules' Utility Class Extensions (platform independent module sources) JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. . This package contains the actual source files. . This package is not intended for a direct installation. Instead, you probably should install the 'juce-modules-source' package (which will force this package to be installed as well). Package: juce-tools Description-md5: dfdee637c73f97d146c7b5165c5dcba9 Description-en: JUCE's project management tools JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. The Projucer (formerly Introjucer) is JUCE's project-management tool and secret weapon. . The Projucer's Duties: - Central management of cross-platform builds - JUCE Module Management - New Project Creation - User-Interface Design Tool - Plug-in Projects - Miscellaneous Utilities Package: jupyter-qtconsole Description-md5: 23f416a037c1d2a42549b2ca5ce449a2 Description-en: Jupyter - Qt console (binaries) IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the qtconsole binaries for the Python 3 interpreter. Package: justbuild Description-md5: a2fab0a79e77a3ae8fe25c2929f16624 Description-en: Justbuild generic build system Justbuild is a generic build system supporting multi-repository builds. A peculiarity of the tool is the separation between global names and physical location on the one hand, and logical paths used for actions and installation on the other hand (sometimes referred to as "staging"). The language-specific information to translate high-level concepts (libraries, binaries) into individual compile action is taken from user-defined rules described by functional expressions. 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: kalendarac Description-md5: d3ff638deb9dc50edfde838c5b96ec2f Description-en: akonadi-calendar - calendar reminder This library offers helper functions to integrate the use of Akonadi calendar items in applications. . This package contains the daemon for calendar reminders. Package: kalk Description-md5: cae7155f2399a137349372c482f2717b Description-en: Powerful cross-platform calculator based on the Kirigami framework Kalk is a convergent calculator application built with the Kirigami framework. Although it is mainly targeted for mobile platforms, it can also be used on the desktop. . Originally starting as a fork of Liri calculator, Kalk has gone through heavy development, and no longer shares the same codebase with Liri calculator. Package: karbon Description-md5: c543dbc851e9639d2f9bd45d7103ac4e Description-en: vector graphics application for the Calligra Suite Karbon is a vector drawing application with an user interface that is easy to use, highly customizable and extensible. That makes Karbon a great application for users starting to explore the world of vector graphics as well as for artists wanting to create breathtaking vector art. Features include: . * Loading support for ODG, SVG, WMF, WPG, EPS/PS * Writing support for ODG, SVG, WMF, PNG, PDF * Customizable user interface with freely placeable toolbars and dockers * Layer docker for easy handling of complex documents including preview thumbnails, support for grouping shapes via drag and drop, controlling visibility of shapes or locking * Advanced path editing tool with great on-canvas editing capabilities * Various drawing tools for creating path shapes including a draw path tool and a pencil tool, as well as a calligraphy drawing tool * Gradient and pattern tools for easy on-canvas editing of gradient and pattern styles * Top notch snapping facilities for guided drawing and editing (e.g. snapping to grid, guide lines, path nodes, bounding boxes, orthogonal positions, intersections of path shapes or extensions of lines and paths) * Many predefined basic shapes included, such as circle/ellipse, star or rectangle * Artistic text shape with support for following path outlines (i.e. text on path) * Complex path operations and effects like Boolean set operations, path flattening, rounding and refining as well as whirl/pinch effects * Extensible by writing plugins for new tools, shapes and dockers . This package is part of the Calligra Suite. Package: kdepim-runtime Description-md5: 0967d17f860788c8f2abc91821679d4e Description-en: runtime components for Akonadi KDE This package contains Akonadi agents written using KDE Development Platform libraries. Any package that uses Akonadi should probably pull this in as a dependency. The kres-bridges is also parts of this package. . This package is part of the kdepim-runtime module. Package: kdepim-themeeditors Description-md5: 9c1dbb7cdf6d69806b1c42af6547c3d0 Description-en: Theme Editors for KDE PIM applications KDE PIM Theme Editors allow you to create and edit various KDE themes for KDE PIM software such as KMail and KAddressBook. 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: kicad Description-md5: 21f7e01a3ffe97be9bbafb9e920e7e78 Description-en: Electronic schematic and PCB design software Kicad is a suite of programs for the creation of printed circuit boards. It includes a schematic editor, a PCB layout tool, support tools and a 3D viewer to display a finished & fully populated PCB. . Kicad is made up of 5 main components: . * kicad - project manager * eeschema - schematic editor * pcbnew - PCB editor * gerbview - GERBER viewer * cvpcb - footprint selector for components . Libraries: * Both eeschema and pcbnew have library managers and editors for their components and footprints * You can easily create, edit, delete and exchange library items * Documentation files can be associated with components, footprints and key words, allowing a fast search by function * Very large libraries are available for schematic components and footprints * Most components have corresponding 3D models Package: kicad-demos Description-md5: d9bb9691e767f694c242b3f10ecfcfde Description-en: Demo projects for kicad The KiCad projects within this package are various typical small use cases which can be used for study or also for build own projects on top of these existing projects. . The projects included are on one side easy and simple projects with classical through hole mounted components with one or two layers but also rather more complex projects based on surface mounted devices (SMD) with multiple layers. Package: kicad-doc-ca Description-md5: 4d9ee61f6ce42b604c77f2f03f9452f1 Description-en: Kicad help files (Catalan) This package provides various documentation files for KiCad in Catalan, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * GSIK - Getting Started in KiCad * KiCad - The main project editor Package: kicad-doc-de Description-md5: 16adabd006de81e7e21e272f7ded4142 Description-en: Kicad help files (German) This package provides various documentation files for KiCad in German, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Package: kicad-doc-en Description-md5: 567344c78915795c0787ff3b7d859aab Description-en: Kicad help files (English) This package provides various documentation files for KiCad in English, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Package: kicad-doc-es Description-md5: 65b886e8344efd70ffb06e21c41f6560 Description-en: Kicad help files (Spanish) This package provides various documentation files for KiCad in Spanish, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Package: kicad-doc-fr Description-md5: 3fbcc1c1ea789c83a7924fb8096144de Description-en: Kicad help files (French) This package provides various documentation files for KiCad in French, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GSIK - Getting Started in KiCad * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Package: kicad-doc-id Description-md5: ce43d76eda41ec5281940849c76d36e5 Description-en: Kicad help files (Indonesian) This package provides various documentation files for KiCad in Indonesian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * Eeschema - schematic capture editor * GSIK - Getting Started in KiCad * KiCad - The main project editor Package: kicad-doc-it Description-md5: 8c7f8c304d25877dfb496fbecc7791ff Description-en: Kicad help files (Italian) This package provides various documentation files for KiCad in Italian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Package: kicad-doc-ja Description-md5: 27399d0aeae63f498a84113bf045abbd Description-en: Kicad help files (Japanese) This package provides various documentation files for KiCad in Japanese, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Package: kicad-doc-pl Description-md5: 0655990b914e927683889a2d10dee524 Description-en: Kicad help files (Polish) This package provides various documentation files for KiCad in Polish, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Package: kicad-doc-ru Description-md5: bb97bc7fcda183ca1e927762c4a8c08e Description-en: Kicad help files (Russian) This package provides various documentation files for KiCad in Russian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Package: kicad-doc-zh Description-md5: 63162c412616035f02db9860897c5a48 Description-en: Kicad help files (Chinese) This package provides various documentation files for KiCad in German, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Package: kicad-libraries Description-md5: f2959d171b2d67bfd0e119212339e09c Description-en: Virtual package providing common used libraries by kicad This package contains dependencies on the component libraries (schematics and footprints), and also on the templates that are used in KiCad. . If you prefer to control the installation of the dependent packages * kicad-footprint * kicad-symbols * kicad-templates you should not install kicad-libraries and install one or more of the above packages. . Note! 3D model libraries are not set as a dependency due the installation size of this package, if you want to use the 3D models you need to install kicad-packages3d separately. 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: klayout Description-md5: da1feb2b7930fe04504c78af1a532478 Description-en: High Performance Layout Viewer and Editor This is very good viewer for GDSII and other layout files used in the semiconductor industry. . It is similar to 'magic', but has a much more modern GUI and is more robust handling all kinds of GDSII files created by various other tools. Its focus is more on viewing than on editing, but it also has limited, but expanding, support for DRC and extraction for LVS. 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: kmail Description-md5: 06986fdec87702a4386c5bfc37a5a063 Description-en: full featured graphical email client KMail supports multiple accounts, mail filtering and email encryption. The program let you configure your workflow and it has good integration into KDE (Plasma Desktop) but is also useable with other Desktop Environments. 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: konsolekalendar Description-md5: 6d16b3889cedcfd96f6a9e292cdb099a Description-en: konsole personal organizer KonsoleKalendar is a command-line interface to KDE calendars. KonsoleKalendar complements KOrganizer by providing a console frontend to manage your calendars. 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: kstars Description-md5: f683107e014c6cad80de4fa829c4e841 Description-en: desktop planetarium, observation planning and telescope control KStars is a scientifically accurate desktop planetarium, visualising a graphical simulation of the night sky from any location on Earth, at any date and time. The display includes 130,000 stars, 13,000 deep-sky objects, all 8 planets, the Sun and Moon, and thousands of comets and asteroids. KStars addresses students and amateur astronomers of all levels. . The database of known objects can be extended and updated from local or remote databases, which is prepared for in a user-extendable interface. KStars suggests observations of particular interest like conjunctions with respect to the location of the user. And for user-selected targets it proposes the ones that are best-observable. . The software may be used for planning experiments around the globe, e.g. for remote controlled commercial services. But KStars also features an INDI interface to control local telescopes and cameras. Users with programming experience can script it via the KDE desktop bus. Package: kstars-data Description-md5: bba5efa02a5ac257563d213fb1d0a30f Description-en: data files for KStars desktop planetarium This package contains architecture-independent data files for KStars, the graphical desktop planetarium for KDE, including star catalogues and astronomical images. 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: kup-backup Description-md5: 57e7684c13c4bf541cba7a70c3a13db3 Description-en: backup tool for KDE's Plasma desktop Kup is a backup tool for KDE's Plasma desktop created for helping people to keep up-to-date backups of their personal files. . Features : - Incremental backup archive with the use of "bup". - Synchronized folders with the use of "rsync". - Support for local filesystem or external usb storage. - Monitor availibilty of backup destination. - Integration into KDE's Plasma desktop. Package: lammps Description-md5: e7d428177d9d81d47bea5a96772e407c Description-en: Molecular Dynamics Simulator LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. Package: lammps-data Description-md5: e9fa5001f76f0fa592495d5c7d2a5083 Description-en: Molecular Dynamics Simulator. Data (potentials) LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . The package contains data (potentials) Package: lammps-doc Description-md5: e7bf8b722554a64f035120871a9d40b0 Description-en: Molecular Dynamics Simulator (documentation) LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . The package contains documentation. Package: lammps-examples Description-md5: f43cc2bbd2c8af5c281a7d19e42e8091 Description-en: Molecular Dynamics Simulator (examples) LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . The package contains example scripts and benchmarks. Package: ledger2beancount Description-md5: c6c0368dce50afb4514d3e8317bcd973 Description-en: Convert Ledger-based textual ledgers to Beancount ones A script to automatically convert Ledger-based textual ledgers to Beancount ones. . Conversion is based on (concrete) syntax, so that information that is not meaningful for accounting reasons but still valuable (e.g., comments, formatting, etc.) can be preserved. Package: lib32gphobos-14-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: lib32gphobos5 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-14-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4 Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32stdc++6-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: libadios2-common-c++11-dev Description-md5: 57268e11cbec2150bb3e70d415b21d06 Description-en: Adaptable IO system for simulations - C++11 binding include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common C++11 binding include files for ADIOS2. Package: libadios2-common-c-dev Description-md5: 1c2cfa93793b12537fe1be40846cd3cf Description-en: Adaptable IO system for simulations - C binding include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common C binding include files for ADIOS2. Package: libadios2-common-core-dev Description-md5: 74653ffb40aec3d346e60ea7ec8352a6 Description-en: Adaptable IO system for simulations - core include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common core include files for ADIOS2. Package: libadios2-mpi-auxiliary-2.10 Description-md5: 30833304a2d4fcbec1f2c87c2b972b9b Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the auxiliary thirdparty libraries required by the MPI build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-mpi-auxiliary-dev Description-md5: 732f3a1490205a811ce4d71ea9c53dcc Description-en: Adaptable IO system for simulations - auxiliary development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binding development files for the auxiliary thirdparty libraryies required by the MPI build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-mpi-c++11-2.10 Description-md5: 26a287a9eb7df867181236507d979fd5 Description-en: ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-c++11-dev Description-md5: fed92ce645d3b054fdbd030c6d4ddfac Description-en: Adaptable IO system for simulations - C++11 binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding development files for the MPI build of ADIOS2. Package: libadios2-mpi-c-2.10 Description-md5: 3335639c8cd8625da1d0df44aced9933 Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-c-dev Description-md5: ee63becc1eaa48a32a3f82bd8ebe87bf Description-en: Adaptable IO system for simulations - C binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding development files for the MPI build of ADIOS2. Package: libadios2-mpi-core-2.10 Description-md5: 1bbc19a1a7121683f60a5752c4d59d63 Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core libraries for the MPI build of ADIOS2. Package: libadios2-mpi-core-dev Description-md5: a6037597e4b000c827ab3c73bfbafcbe Description-en: Adaptable IO system for simulations - core development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core development files for the MPI build of ADIOS2. Package: libadios2-mpi-fortran-2.10 Description-md5: 2e121c1c338f331b8e3bfdfe6c395233 Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-fortran-dev Description-md5: 6b6c3e9149f62c835e3ea01eff840141 Description-en: Adaptable IO system for simulations - Fortran binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding development files for the MPI build of ADIOS2. Package: libadios2-mpi-plugins Description-md5: 2b24b7c1463117aa04083ef6ba648d17 Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the plugin libraries for the MPI build of ADIOS2. Package: libadios2-serial-auxiliary-2.10 Description-md5: 1e2824419b8e2eb727158b40075f2d67 Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the auxiliary thirdparty libraries required by the serial build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-serial-auxiliary-dev Description-md5: 76dd37c89f153552a9cb7eb9f4ee418b Description-en: Adaptable IO system for simulations - auxiliary development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binding development files for the auxiliary thirdparty libraryies required by the serial build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-serial-c++11-2.10 Description-md5: f7df48efa549e8d3cd4caa8eeaa2fc2f Description-en: ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding libraries for the serial build of ADIOS2. Package: libadios2-serial-c++11-dev Description-md5: 94e13fa754414b86d3e99465789c09de Description-en: Adaptable IO system for simulations - C++11 binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding development files for the serial build of ADIOS2. Package: libadios2-serial-c-2.10 Description-md5: 0a984f08514ef8ff007af39c42479f6b Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding libraries for the serial build of ADIOS2. Package: libadios2-serial-c-dev Description-md5: 5f02efb3076e9459f0f7e7c9d2d74ab8 Description-en: Adaptable IO system for simulations - C binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding development files for the serial build of ADIOS2. Package: libadios2-serial-core-2.10 Description-md5: 72035af34866f3ebb3a993dfd80dfceb Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core libraries for the serial build of ADIOS2. Package: libadios2-serial-core-dev Description-md5: ffc1edc97476b2841da6afe87c0429e4 Description-en: Adaptable IO system for simulations - core development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core development files for the serial build of ADIOS2. Package: libadios2-serial-fortran-2.10 Description-md5: f9626defe65d0e5d708a8fe1abb7aa49 Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding libraries for the serial build of ADIOS2. Package: libadios2-serial-fortran-dev Description-md5: 624aa2debe9707be66c00fef6d68c9b6 Description-en: Adaptable IO system for simulations - Fortran binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding development files for the serial build of ADIOS2. Package: libadios2-serial-plugins Description-md5: 861f06d7fa2b11f235073d61f73b3b8c Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the plugin libraries for the serial build of ADIOS2. Package: libags-audio-dev Description-md5: 27deccc96d59feefeaa9213bf5ce4b62 Description-en: Advanced Gtk+ Sequencer audio processing engine (Development files) libags_audio is a tree based audio processing library built upon GObject and libags. It allows you to do audio processing supporting LADSPA, DSSI and Lv2 plugin support. Audio data is processed multi-threaded. . This package includes the needed header files to develop with Advanced Gtk+ Sequencer audio processing library. Package: libags-audio-doc Description-md5: 874a1289ca5d65cd81ecb2121c514ef1 Description-en: Advanced Gtk+ Sequencer audio processing engine (API documentation) libags_audio is a tree based audio processing library built upon GObject and libags. It allows you to do audio processing supporting LADSPA, DSSI and Lv2 plugin support. Audio data is processed multi-threaded. . This package contains the API reference in html format of Advanced Gtk+ Sequencer audio processing library. Package: libags-audio7t64 Description-md5: 72a0d1a628f8e72339e8f8c12b2d2c1e Description-en: Advanced Gtk+ Sequencer audio processing library libags_audio is a tree based audio processing library built upon GObject and libags. It allows you to do audio processing supporting LADSPA, DSSI and Lv2 plugin support. Audio data is processed multi-threaded. Package: libags-dev Description-md5: 9fe56f0637912d67753c345369f7491d Description-en: Advanced Gtk+ Sequencer core library (Development files) libags is a general purpose application context library built upon GObject providing persistence and configuration. It allows you to organize threads in a tree hierarchy that is synced 1000 times per second per default. Since it is written in a object orientated manner you might want to override its default behaviour. . This package includes the needed header files to develop with Advanced Gtk+ Sequencer base library. Package: libags-doc Description-md5: 02504e584f670eb97d88a62b2fad661f Description-en: Advanced Gtk+ Sequencer core library (API documentation) libags is a general purpose application context library built upon GObject providing persistence and configuration. It allows you to organize threads in a tree hierarchy that is synced 1000 times per second per default. Since it is written in a object orientated manner you might want to override its default behaviour. . This package contains the API reference in html format of Advanced Gtk+ Sequencer base library. Package: libags-gui-dev Description-md5: e84062758e5c9a1569f8c41eeeafe641 Description-en: Advanced Gtk+ Sequencer widget library (Development files) libags_gui is a widget library built upon Gtk+-4.0. . This package includes the needed header files to develop with Advanced Gtk+ Sequencer UI widget library. Package: libags-gui-doc Description-md5: ce52e51333e3995780444e430eacb606 Description-en: Advanced Gtk+ Sequencer widget library (API documentation) libags_gui is a widget library built upon Gtk+-4.0. . This package contains the API reference in html format of Advanced Gtk+ Sequencer UI widget library. Package: libags-gui7t64 Description-md5: 73d57ec8f767e2c9f307991358fde064 Description-en: Advanced Gtk+ Sequencer widget library libags_gui is a widget library built upon Gtk+-4.0. It contains widgets like - LED - dial - indicator - cartesian - ruler Package: libags7t64 Description-md5: 264127586245ba99045b10de63a8aad9 Description-en: Advanced Gtk+ Sequencer core library libags is a general purpose application context library built upon GObject providing persistence and configuration. It allows you to organize threads in a tree hierarchy that is synced 1000 times per second per default. Since it is written in a object orientated manner you might want to override its default behaviour. 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: libakonadicalendar-data Description-md5: ccb122260fc4b1a3966d32166765ebed Description-en: data files for akonadi-calendar This library offers helper functions to integrate the use of Akonadi calendar items in applications. . This package contains shared data files. Package: libakonadicalendar-dev Description-md5: 1a66f15ec9062a4af5011bd5403b8ab0 Description-en: akonadi-calendar - development files This library offers helper functions to integrate the use of Akonadi calendar items in applications. . This package contains the development files. 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: libakonadinotes-dev Description-md5: eee620b27ee63eb96f6184bebfb8a4d9 Description-en: Akonadi notes access library - development files This library provides notes 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: 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: libapache2-mod-php8.4 Description-md5: 6a338a642132f78b17e5228372062a40 Description-en: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libapbs-dev Description-md5: 99fddf8ba6c3ebcd3c50caf758147e53 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains the development headers to build against libapbs_* shared libraries. Package: libapbs3t64 Description-md5: 90f597bcf1c87921eed5cea0ddc1b150 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains the libapbs_* shared libraries. Package: 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: libatlas-ecmwf-0 Description-md5: 3f3d1da0cfaae3a94da83cac725356fe Description-en: Numerical weather prediction and climate modelling library Atlas is an ECMWF library for parallel data-structures supporting unstructured grids and function spaces, with the aim to investigate alternative more scalable dynamical core options for Earth System models, and to support modern interpolation and product generation software. . Atlas is predominantly C++ code, with main features available to Fortran codes through a F2003 interface. ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libatlas-ecmwf-dev Description-md5: e787f2aa7a1b4f81f5c81286d9939b9f Description-en: Numerical weather prediction and climate modelling library - dev files Atlas is an ECMWF library for parallel data-structures supporting unstructured grids and function spaces, with the aim to investigate alternative more scalable dynamical core options for Earth System models, and to support modern interpolation and product generation software. . Atlas is predominantly C++ code, with main features available to Fortran codes through a F2003 interface. ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libatlas-ecmwf-utils Description-md5: 7592645ca7738031dcb490b4deb520bc Description-en: Numerical weather prediction and climate modelling library - utilities Atlas is an ECMWF library for parallel data-structures supporting unstructured grids and function spaces, with the aim to investigate alternative more scalable dynamical core options for Earth System models, and to support modern interpolation and product generation software. . Atlas is predominantly C++ code, with main features available to Fortran codes through a F2003 interface. ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libbde-dev Description-md5: 0efc5d50517dfd9c4ba9f02d0b14a00f Description-en: BitLocker Drive Encryption access library -- development files The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes the development support files. Package: libbde-utils Description-md5: 73134051cf2d0fdd7adc4b00a487b563 Description-en: Tools to access the BitLocker Drive Encryption format. The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Package: libbde1t64 Description-md5: e8855bb0882e361448b4ce50c1634b6b Description-en: BitLocker Drive Encryption access library The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Package: libbloom-dev Description-md5: 127c4aa85feb482bbd7fc53f76d7d81d Description-en: simple and small bloom filter implementation in C (development files) It implements bloom filters: http://en.wikipedia.org/wiki/Bloom_filter . This package provides C header files for the library. Package: libbloom2 Description-md5: db98c98644eaf11bf73f19c6cb7d5293 Description-en: simple and small bloom filter implementation in C It implements bloom filters: http://en.wikipedia.org/wiki/Bloom_filter . This package provides shared library. 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: libboost-atomic1.83-dev Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-atomic1.83.0 Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-chrono1.83-dev Description-md5: 885c86b3701dab9982f79d2dcc83515c Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-chrono1.83.0t64 Description-md5: 48bd785e2e56a406e6dbf1b5ba8ce77e Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-container1.83-dev Description-md5: 41cba76db235acb1c7483636f7771fe0 Description-en: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.83.0 Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594 Description-en: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-context1.83-dev Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-contract1.83-dev Description-md5: bf0d7e4539ed6d34f89ea7c9286b60e4 Description-en: Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-contract1.83.0 Description-md5: cbd95e0aa2c452e909d5fb8cd5d45bc3 Description-en: Contract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-coroutine1.83-dev Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-coroutine1.83.0 Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-date-time1.83-dev Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-date-time1.83.0 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-exception1.83-dev Description-md5: 384c2c28f8227e2f185f0778df8c37fc Description-en: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Package: libboost-fiber1.83-dev Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-fiber1.83.0 Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-filesystem1.83-dev Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-graph-parallel1.83-dev Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph-parallel1.83.0 Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph1.83-dev Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.83.0 Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-iostreams1.83-dev Description-md5: c5f42432b54f040f1daea1900a535e47 Description-en: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-json1.83-dev Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-json1.83.0 Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-locale1.83-dev Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-log1.83-dev Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-log1.83.0 Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-math1.83-dev Description-md5: ef3334f7fe3b30cab4c2d25557dbaaa3 Description-en: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.83.0 Description-md5: 23f6f4e3877dda6577301cc1999a87b1 Description-en: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-mpi-python1.83-dev Description-md5: f4aa2213bbcbac6016ed67ed252a2cb4 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Package: libboost-mpi-python1.83.0 Description-md5: 3aacb014fd455aab00e9bc4e91c51677 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Package: libboost-mpi1.83-dev Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-mpi1.83.0 Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-nowide1.83-dev Description-md5: b9afa86bce7e3278c8490ff95c937693 Description-en: Standard library functions with UTF-8 API on Windows development files This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-nowide1.83.0 Description-md5: 3af43843053722a5bec4ac1ad1187bcf Description-en: Standard library functions with UTF-8 API on Windows This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-numpy1.83-dev Description-md5: 0cd697d06e4f050674a72a97968e8c0c Description-en: Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-numpy1.83.0 Description-md5: f9652c47c704cb13fd7973b1d9eed5c1 Description-en: Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. Package: libboost-python1.83-dev Description-md5: 4073b19bab34408d8c56b2db9718bb71 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-random1.83-dev Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.83.0 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-serialization1.83-dev Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-serialization1.83.0 Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-stacktrace1.83-dev Description-md5: 54146e5655935cff00889b9b265f7df3 Description-en: library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-stacktrace1.83.0 Description-md5: 111fa2da3db5649074e55bfb276b056e Description-en: library to capture and print stack traces This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-system1.83-dev Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-system1.83.0 Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-test1.83-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.83.0 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-thread1.83-dev Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-timer1.83-dev Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-timer1.83.0 Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-type-erasure1.83-dev Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-type-erasure1.83.0 Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-url1.83-dev Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost-wave1.83-dev Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.83.0 Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost1.83-all-dev Description-md5: abd1c54975e8940f5fbd0921c61d01f1 Description-en: Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. Package: libboost1.83-doc Description-md5: 0047dca3fe8d493c8010ac9a1b558493 Description-en: Boost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org. Package: 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: 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++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++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++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: libcaf-mpich-3t64 Description-md5: 9d9412e935ae276ba04b111249f3e1db Description-en: Co-Array Fortran libraries (MPICH) OpenCoArrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015 in the draft Technical Specification [TS 18508] "Additional Parallel Features in Fortran". . This package provides the libraries necessary for Fortran to build parallel CAF programs built on top of MPICH MPI. Package: libcaf-openmpi-3t64 Description-md5: fb98a199d40670e2d06b868ea80280ff Description-en: Co-Array Fortran libraries (OpenMPI) OpenCoArrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015 in the draft Technical Specification [TS 18508] "Additional Parallel Features in Fortran". . This package provides the libraries necessary for Fortran to build parallel CAF programs built on top of OpenMPI. Package: libcalendarsupport-data Description-md5: ed108671a11620981ba1bdcd347affd9 Description-en: KDE PIM Calendar support - data files This library provides calendar support for KDE PIM. . This package provides data files used by the library. Package: libcalendarsupport-dev Description-md5: edb2746c074a98a4b30b89455b0882f1 Description-en: KDE PIM Calendar support - development files This library provides calendar support for KDE PIM. . This package provides development files. Package: libcamitk-dev Description-md5: 6235bd1db242781f6a963bdefdb11041 Description-en: Computer Assisted Medical Intervention Tool Kit - development Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains development files needed to build CamiTK applications. This package also provides the CamiTK wizard application to create new extensions. Package: libcamitk5 Description-md5: 5cefd2aa55a8280e9b55146cc51755b5 Description-en: Computer Assisted Medical Intervention Tool Kit - runtime Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the shared libraries needed to run CamiTK applications. Package: libcamitk5-data Description-md5: bd31b3313aa2f68fce5bdf0a5992d5b9 Description-en: Computer Assisted Medical Intervention Tool Kit - data Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the examples and test data for CamiTK. Package: libcamitk5-doc Description-md5: 9ad56f284ab3b0729fe457ad6dae0ab6 Description-en: Computer Assisted Medical Intervention Tool Kit - documentation Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the documentation for CamiTK. Package: 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: libchemistry-opensmiles-perl Description-md5: bcedc619406ba723b18d660510dbc5d7 Description-en: OpenSMILES format reader and writer Chemistry::OpenSMILES provides support for SMILES chemical identifiers conforming to OpenSMILES v1.0 specification. . Chemistry::OpenSMILES::Parser reads in SMILES strings and returns them parsed to arrays of Graph::Undirected objects. Each atom is represented by a hash. . Chemistry::OpenSMILES::Writer performs the inverse operation. Generated SMILES strings are by no means optimal. Package: 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-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-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-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: 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: 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: libcoarrays-dev Description-md5: 443f0a64b05f6c1b44fde675d83efdae Description-en: Co-Array Fortran libraries OpenCoArrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015 in the draft Technical Specification [TS 18508] "Additional Parallel Features in Fortran". . This package contains shared development files (headers and fortran modules) Package: libcoarrays-mpich-dev Description-md5: 26e66c932dd2e98f5060256749497024 Description-en: Co-Array Fortran libraries for - development files (MPICH) OpenCoArrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015 in the draft Technical Specification [TS 18508] "Additional Parallel Features in Fortran". . This package provides the libraries necessary for Fortran to build parallel CAF programs built on top of MPICH MPI. Package: libcoarrays-openmpi-dev Description-md5: 521eab5b3cd3a12d232bdf03341cde88 Description-en: Co-Array Fortran libraries - development files (OpenMPI) OpenCoArrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015 in the draft Technical Specification [TS 18508] "Additional Parallel Features in Fortran". . This package provides the libraries necessary for Fortran to build parallel CAF programs built on top of OpenMPI. Package: libcombblas-dev Description-md5: 01092df4e8f248432b56947ace54f260 Description-en: an extensible parallel graph library for graph analytics The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel graph library offering a small but powerful set of linear algebra primitives specifically targeting graph analytics. . - The Combinatorial BLAS development influences the Graph BLAS standardization process. - It achieves scalability via its two dimensional distribution and coarse-grained parallelism. - CombBLAS powers HipMCL, a highly-scalable parallel implementation of the Markov Cluster Algorithm (MCL). - Operations among sparse matrices and vectors use arbitrary user defined semirings. . This package provides development files for building client applications against combblas. Package: libcombblas-docs Description-md5: 10fdb310beb6f4139d1cf4aeab6ac436 Description-en: an extensible parallel graph library for graph analytics (docs) The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel graph library offering a small but powerful set of linear algebra primitives specifically targeting graph analytics. . - The Combinatorial BLAS development influences the Graph BLAS standardization process. - It achieves scalability via its two dimensional distribution and coarse-grained parallelism. - CombBLAS powers HipMCL, a highly-scalable parallel implementation of the Markov Cluster Algorithm (MCL). - Operations among sparse matrices and vectors use arbitrary user defined semirings. . This package provides full HTML documentation for the CombBLAS API. Package: libcombblas2.0.0t64 Description-md5: 40b7560544e0c13716535d69a7bfc105 Description-en: an extensible parallel graph library for graph analytics The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel graph library offering a small but powerful set of linear algebra primitives specifically targeting graph analytics. . - The Combinatorial BLAS development influences the Graph BLAS standardization process. - It achieves scalability via its two dimensional distribution and coarse-grained parallelism. - CombBLAS powers HipMCL, a highly-scalable parallel implementation of the Markov Cluster Algorithm (MCL). - Operations among sparse matrices and vectors use arbitrary user defined semirings. . This package provides the combblas shared library. Package: libcoq-mathcomp-abel Description-md5: 3adc2407c3df0e5de782fe2f159ef52b Description-en: Abel-Galois and Abel-Ruffini theorems for Mathematical Components This package provides proofs of the Abel-Galois (solvability by radicals and solvability of the Galois group) and of the Abel-Ruffini theorem (general unsolvability of the quintic equations) using the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcpgplot0 Description-md5: d641ec08761518baca1c80faea1683f6 Description-en: CPGPLOT replacement shared lib based on giza Giza is a lightweight scientific plotting library built on top of cairo that provides uniform output to multiple devices. Giza also provides a mostly compatible, modern replacement for the PGPLOT graphics library. . This package provides a free replacement for the CPGPLOT shared lib. Package: libcriterion-dev Description-md5: 03760bc9a6688e6451ae2f8cdfe6cb4f Description-en: cross-platform C and C++ unit testing framework (development files) Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. . This gives the user great control, at the unfortunate cost of simplicity. . Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: . * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it just works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. * Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC and Visual Studio 2015+). . This package contains the headers needed to compile other packages against the criterion library Package: libcriterion3 Description-md5: ad9dc453214f2decb49cafe67805c7f4 Description-en: cross-platform C and C++ unit testing framework Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. . This gives the user great control, at the unfortunate cost of simplicity. . Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: . * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it just works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. * Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC and Visual Studio 2015+). . This package contains the runtime library of the package Package: libdeal.ii-9.6.0 Description-md5: 0c8668bb5606f7acd1d570172d38f180 Description-en: Finite Element Differential Equations Analysis Library deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required. . This package contains the shared libraries. Package: libdeal.ii-dev Description-md5: 5a369645e90c8f66b985eb03e4c7a0db Description-en: Differential Equations Analysis Library - development files deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required. . This package contains the development files. Package: libdeal.ii-doc Description-md5: dcf2e06380119549b7af283bba39aa78 Description-en: Differential Equations Analysis Library - html doc. and examples deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required. . This package contains the documentation and examples. Package: libdevicexlib-dev Description-md5: c4c1b8c6a8b07dc1776fb34496cef7f0 Description-en: Library wrapping device-oriented routines and utilities The deviceXlib library wraps device-oriented routines and utilities. . This package contains the static library. Package: libdico2t64 Description-md5: eaaf55d14ffda8e0d48423b9a7314451 Description-en: RFC 2229 compliant modular dictionary server (shared library) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the shared library. Package: libdolfin-dev Description-md5: 3d79ecc23d1ab64df6bd61a89fc7d93e Description-en: Shared links and development files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files. . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfin-dev-common Description-md5: 102fedefc8f65414f2ef972f4bdbee89 Description-en: Common header files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the common development header files. . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfin2019.2t64 Description-md5: 36b945ea393f2c4a8fe500c27fbbb1a7 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries. Package: libdolfin64-2019.2t64 Description-md5: 9b05d589a0e6b372aaec1d227313cf71 Description-en: Shared libraries for DOLFIN (64-bit indexing) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries for DOLFIN built against 64-bit PETSc (64-bit indexing). Package: libdolfin64-dev Description-md5: c32a0d365a083bb480ef0d2cb6a101a6 Description-en: Shared links and dev files for DOLFIN (64-bit indexing) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for DOLFIN built against 64-bit PETSc (64-bit indexing). . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfinx-complex-dev Description-md5: 59b256ad341827e4c4c4e5af4f7b8d2d Description-en: Shared links and header files for DOLFIN (complex numbers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for the complex number build. . This is the next-generation version of DOLFIN-). The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-complex0.9 Description-md5: f41dc33b4940a12c2135694d20dc5514 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries with complex number support. Package: libdolfinx-dev Description-md5: aa90851252787184d62f28b2cdaa7458 Description-en: Shared links and header files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the common development files and depends on the real or complex development package. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-real-dev Description-md5: 7d08875fc9b45dfc7e05649405090ec4 Description-en: Shared links and header files for DOLFIN (real numbers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for the real number build. . This is the next-generation version of DOLFIN-X. The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-real0.9 Description-md5: 6e1ac5acb4da3ed07d764dc1c9935f36 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries with real number support. Package: libdovi-dev Description-md5: 56d1cfdef6dbd24e2a30a373f6509a6b Description-en: read and write Dolby Vision metadata (development files) Dolby Vision is a format for high dynamic range (HDR) video. The libdovi library provides functonality to read and write Dolby Vision metadata. . This package contains the development files. Package: libdovi3 Description-md5: b45d18877b74d0eda1d9e92583084d2e Description-en: read and write Dolby Vision metadata (shared library) Dolby Vision is a format for high dynamic range (HDR) video. The libdovi library provides functonality to read and write Dolby Vision metadata. . This package contains the shared library. Package: libdune-common-dev Description-md5: 6b7febfda4fb6035c9e5ebe00c5dfc58 Description-en: toolbox for solving PDEs -- basic classes (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the basic classes. Package: libdune-common-doc Description-md5: 75634d17d9c0ff91984e531f1b00a182 Description-en: toolbox for solving PDEs -- basic classes (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the basic classes. Package: libdune-functions-dev Description-md5: 3deacdcb722cbfc9d21f7fbb4d727070 Description-en: toolbox for solving PDEs -- interface for functions (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . dune-functions provides an interface for global finite element functions. . This package contains the development files. Package: libdune-functions-doc Description-md5: 2bcbbf027fac592936f5e5b56b221361 Description-en: toolbox for solving PDEs -- interface for functions (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . dune-functions provides an interface for global finite element functions. . This package contains the documentation. Package: libdune-geometry-dev Description-md5: 3b40a15aad9393d2093a770e27cc7a0d Description-en: toolbox for solving PDEs -- geometry classes (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the geometry classes. Package: libdune-geometry-doc Description-md5: 771ce72d6c781fc1ade450e064adff74 Description-en: toolbox for solving PDEs -- geometry classes (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the geometry classes. Package: libdune-grid-dev Description-md5: 85d4d4fceff920f104f6c3693a7607e8 Description-en: toolbox for solving PDEs -- grid interface (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the grid interface. Package: libdune-grid-doc Description-md5: 94753bf5a89b60673de5b4b8aa1266bd Description-en: toolbox for solving PDEs -- grid interface (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the grid interface. Package: libdune-grid-glue-dev Description-md5: 5a74c74d9339484f14f7ee1862b40ef4 Description-en: toolbox for solving PDEs -- compute couplings between grids (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . dune-grid-glue provides infrastructure for the coupling of two unrelated DUNE grids. The coupling may be overlapping or nonoverlapping, conforming or nonconforming. The two grids are not required to be of the same type, and they may even be of different dimensions. . This package contains the development files. Package: libdune-grid-glue-doc Description-md5: 2ec97ab870bf2d892011e93dbc0f90d9 Description-en: toolbox for solving PDEs -- compute couplings between grids (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . dune-grid-glue provides infrastructure for the coupling of two unrelated DUNE grids. The coupling may be overlapping or nonoverlapping, conforming or nonconforming. The two grids are not required to be of the same type, and they may even be of different dimensions. . This package contains the documentation. Package: libdune-istl-dev Description-md5: 861f28a73f032fa881df43c7dbe3ac88 Description-en: toolbox for solving PDEs -- iterative solvers (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the iterative solver template library. Package: libdune-istl-doc Description-md5: 290d1b252e098c4592acc54dbb97ea43 Description-en: toolbox for solving PDEs -- iterative solvers (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the iterative solver template library. Package: libdune-localfunctions-dev Description-md5: f5bcf298319321edca2b6cbf46308b62 Description-en: toolbox for solving PDEs -- local basis (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the interface for the local basis and layout of the degrees of freedom. Package: libdune-localfunctions-doc Description-md5: 9951dbc75ae1c115815e697de4ad371c Description-en: toolbox for solving PDEs -- local basis (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the interface for the local basis and layout of the degrees of freedom. Package: libdune-typetree-dev Description-md5: b2b5a6fa7b9d141a4c528edf703a2d1e Description-en: toolbox for solving PDEs -- typed tree template library (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the typed tree template library. Package: libdune-typetree-doc Description-md5: 1541e608eac2816a3810ba82a155cb21 Description-en: toolbox for solving PDEs -- typed tree template library (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the typed tree template library. Package: libdune-uggrid-dev Description-md5: 4cc3595f160bf1d2aba339076078ab0d Description-en: software framework for finite element methods (development files) UG is a flexible software tool for the numerical solution of partial differential equations on unstructured meshes, with a focus on multigrid methods. It has a very powerful grid manager, which supports two- and three-dimensional grids with mixed element types. The grids can be adaptively refinement using either classic red/green-refinement, or pure red refinement with hanging nodes. All this is fully parallelized and can run on large distributed machines. . The version in this package has been built with the necessary flags for use with the Dune software system. . This package contains the development files. Package: libeckit-dev Description-md5: 10e695bcc9686cd92584d7bff379ddbc Description-en: C++ toolkit for ECMWF tools and applications ecKit is a cross-platform c++ toolkit that supports development of tools and applications at ECMWF. It is based on code developed over the last 20 years within the MARS software and was re-factored out to be reused by other applications. The main focus is UNIX/POSIX systems, and it has been thoroughly tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in some way can be seen as a leaner substitute for some 'Boost' libraries. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libeckit-utils Description-md5: 74553e3d8a8ef58d97b5f0140444ed11 Description-en: C++ toolkit for ECMWF tools and applications - development files ecKit is a cross-platform c++ toolkit that supports development of tools and applications at ECMWF. It is based on code developed over the last 20 years within the MARS software and was re-factored out to be reused by other applications. The main focus is UNIX/POSIX systems, and it has been thoroughly tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in some way can be seen as a leaner substitute for some 'Boost' libraries. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libeckit0d Description-md5: 10e695bcc9686cd92584d7bff379ddbc Description-en: C++ toolkit for ECMWF tools and applications ecKit is a cross-platform c++ toolkit that supports development of tools and applications at ECMWF. It is based on code developed over the last 20 years within the MARS software and was re-factored out to be reused by other applications. The main focus is UNIX/POSIX systems, and it has been thoroughly tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in some way can be seen as a leaner substitute for some 'Boost' libraries. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libell-dev Description-md5: 83184daf9a971f2f9f27ba11727c1c6a Description-en: development files for the Embedded Linux library The Embedded Linux library (aka. ell) provides table, queues, ring buffers, cryptographic, and some functions for Embedded Devices. . This package contains what you need for compiling sources that use this library in your own code. Package: libell0 Description-md5: 6e120ef5112741b1e2b695ded4ca42b1 Description-en: Embedded Linux library The Embedded Linux library (aka. ell) provides table, queues, ring buffers, cryptographic, and some functions for Embedded Devices. . This package contains what you need to run programs that use this library. Package: libelpa-dev Description-md5: 7ffdeab5160ec2322fb59ebe3467baf8 Description-en: Eigenvalue SoLvers for Petaflop-Applications (Development version) ELPA is Eigenvalue SoLvers for Petaflop-Applications. . This version contains the Fortran90 modules and the static library. Package: libelpa19 Description-md5: 69c0f58271a13746b95dee845105f22d Description-en: Eigenvalue SoLvers for Petaflop-Applications ELPA is Eigenvalue SoLvers for Petaflop-Applications. Package: libensmallen-dev Description-md5: 53786bc3db68afada07edf24cfdd11fb Description-en: C++ header-only library for mathematical optimization Ensmallen provides a simple set of abstractions for writing an objective function to optimize. It also provides a large set of standard and cutting-edge optimizers that can be used for virtually any mathematical optimization task. These include full-batch gradient descent techniques, small-batch techniques, gradient-free optimizers, and constrained optimization. Package: libexactimage-perl Description-md5: 93eafba0d4643325efa77fb195bb9b44 Description-en: fast image manipulation library (Perl bindings) ExactImage is a fast C++ image processing library. Unlike many other library frameworks it allows operation in several color spaces and bit depths natively, resulting in low memory and computational requirements. . This package contains the Perl bindings. Package: libeztrace-dev Description-md5: fa869525a5354c44bf2db0d4c3a520cc Description-en: Automatic execution trace generation for HPC - development files EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the development files. Package: libeztrace0 Description-md5: 72d91f068e85b3fa50d696af4c3a4224 Description-en: Automatic execution trace generation for HPC - runtime libraries EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the development files. Package: libfaketime Description-md5: 9717213973a84a29283491178debf275 Description-en: Report faked system time to programs (preload library) The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. FTPL allows you to specify both absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago). . This package contains the LD_PRELOAD library for faketime. Package: libfckit-dev Description-md5: 425e39ff19ee709914f46ff94f2843f6 Description-en: Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfckit-utils Description-md5: 0efa58911ea92a6554b9f98e35d5e864 Description-en: Library Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfckit0d Description-md5: 0efa58911ea92a6554b9f98e35d5e864 Description-en: Library Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfetk-dev Description-md5: 061d4475d6b8a227f13e36225397f2b7 Description-en: FETK libraries for APBS (development headers) The Finite Element ToolKit (FETK) is a collection of adaptive finite element method (AFEM) software libraries and tools for solving coupled systems of nonlinear geometric partial differential equations (PDE). The FETK libraries and tools are written in an object-oriented form of ANSI-C and in C++, and include a collection of standard numerical libraries (PUNC), a stand-alone high-quality surface and volume simplex mesh generator (GAMer), a stand-alone networked polygon display tool (SG), a general nonlinear finite element modeling kernel (MC) . This package provides a fork of FETK intended for use by APBS (Adaptive Poisson Boltzmann Solver). . The FETK component MALOC (Minimal Abstraction Layer for Object-oriented C/C++ programs) is provided separately by libmaloc-dev. . This package contains the development headers to build against libapbs_* shared libraries. Package: libfetk1.9t64 Description-md5: 29d68a451f70081d4e9f9e9ff7160169 Description-en: FETK libraries for APBS (shared libraries) The Finite Element ToolKit (FETK) is a collection of adaptive finite element method (AFEM) software libraries and tools for solving coupled systems of nonlinear geometric partial differential equations (PDE). The FETK libraries and tools are written in an object-oriented form of ANSI-C and in C++, and include a collection of standard numerical libraries (PUNC), a stand-alone high-quality surface and volume simplex mesh generator (GAMer), a stand-alone networked polygon display tool (SG), a general nonlinear finite element modeling kernel (MC) . This package provides a fork of FETK intended for use by APBS (Adaptive Poisson Boltzmann Solver). . The FETK component MALOC (Minimal Abstraction Layer for Object-oriented C/C++ programs) is provided separately via libmaloc-dev. . This package contains the libgamer, libmc, libpunc (and libcgcode, libvf2c) shared libraries. Package: libffindex0-dev Description-md5: 2e1a5431a7e2882cda8dd362295e7ead Description-en: library for simple index/database for huge amounts of small files (development) FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, separated by '\0'. A second file contains a plain text index, giving name, offset and length of the small files. The lookup is currently done with a binary search on an array made from the index file. . This package contains the header files and documentation needed to develop applications with libffindex. Package: libffindex0t64 Description-md5: 8e51c2b4dcfee1f9473492981967e475 Description-en: library for simple index/database for huge amounts of small files FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, separated by '\0'. A second file contains a plain text index, giving name, offset and length of the small files. The lookup is currently done with a binary search on an array made from the index file. . This package provides the shared library. Package: libfftw3-mpi-dev Description-md5: 949ad157dc374d96bd9538fdde4f5944 Description-en: MPI Library for computing Fast Fourier Transforms - development The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the statically linked library, header files and test programs. . This package contains the header files and static libraries for the mpi libraries. For documentation, see libfftw3-doc. Package: libfftw3-mpi3 Description-md5: c5bacbd678deaa87a976b8848ae7546a Description-en: MPI Library for computing Fast Fourier Transforms The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library versions of the fftw libraries in single, double and long double precisions. Note that on some architectures double is the same as long double in which case there is no long double library. . To get the static library and the header files, you need to install libfftw3-mpi-dev. For documentation, see libfftw3-doc. Package: libfiat-0 Description-md5: a077df21c9ae02b239cd0f8439dcd3ae Description-en: Fortran IFS and Arpege Toolkit - libray FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfiat-dev Description-md5: ca65ce441c2a42b170f42c6e7fc1f748 Description-en: Fortran IFS and Arpege Toolkit - development files FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: 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: libfreefem++ Description-md5: 766a4cb396240bc656d8f0d4096d8ef2 Description-en: Provides the shared libraries of the FreeFem++ FE suite FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the shared libraries of FreeFem++. Package: libfreefem++-dev Description-md5: 76d0663ed221ff171f62c5d2df88a0f7 Description-en: Provides the development files of the FreeFem++ FE suite FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the development files of FreeFem++. Package: libfsntfs-dev Description-md5: 693f185ca962fd1765784ed6f11d9310 Description-en: NTFS access library -- development files NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package includes the development support files. Package: libfsntfs-utils Description-md5: 9e256fa429919857b62ab413b2edfc77 Description-en: NTFS access library -- Utilities NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package contains fsntfsinfo, a utility to determine information about a Windows NT File System volume. Package: libfsntfs1t64 Description-md5: a03d823cd13c0f81ddbc134c6112e6a5 Description-en: NTFS access library NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package contains the shared library. Package: 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: 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: libgccjit-14-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit0 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgdbussyncevo0 Description-md5: 81cdca19c3ca84881b6fa874129a1846 Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared gdbus library) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides a shared 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: libgeomview-1.9.5t64 Description-md5: 647bfba6c433bcd6ff52152febbdbe10 Description-en: geomview library runtime Geomview is interactive geometry software which is particularly appropriate for mathematics research and education. . OOGL is the Object Oriented Graphics Library, upon which Geomview is built. This package provides the run-time OOGL library for geomview and its modules. Package: libgeomview-dev Description-md5: c427e7ebbc656c19e6432a4304c16c22 Description-en: geomview library development package Geomview is interactive geometry software which is particularly appropriate for mathematics research and education. . OOGL is the Object Oriented Graphics Library, upon which Geomview is built. This package provides the development package for OOGL, required to build Geomview modules. Package: libgetfem++-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgetfem-dev Description-md5: a24b52cd1584dd6627ad4e3ed62631de Description-en: Development files for the GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. . This package contains development files for building software that uses the GETFEM library. Package: libgetfem5++ Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgetfem5t64 Description-md5: 0c40bc13b699654ee45fee9ae331d722 Description-en: GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. Package: libgfs-1.3-2t64 Description-md5: 9ca60e98bc8a69cdc63934618621e1f5 Description-en: Fluid Flow Solver -- shared libraries Gerris is a system for the solution of the partial differential equations describing fluid flow. . This package contains the shared libraries for libgfs. . This package has MPI support built in. Package: libgfs-dev Description-md5: b32073116f14d0d737cd4cb2fe3d8867 Description-en: Fluid Flow Solver -- development libraries and headers Gerris is a system for the solution of the partial differential equations describing fluid flow. . This package contains the headers and development libraries needed to build applications using libgfs. . This package has MPI support built in. Package: libgfsgl-dev Description-md5: 317029727c83796a4e914c9bde843000 Description-en: graphical viewer for Gerris simulation files. Development files Gerris is a system for the solution of the partial differential equations describing fluid flow. . GfsView displays the results of 2D and 3D Gerris simulations. A brief summary of its main features: . * Scalar and vector cross-sections. * Isosurfaces. * Streamlines. * User-defined functions. * Fast adaptive display (using the multiresolution data representation of Gerris). * Scriptable. * Offline image generation. * Quality PostScript, PDF and bitmap outputs. . The package contains development files Package: libgfsgl0t64 Description-md5: 91251b9245d92c2dbf0ef5037e90ac09 Description-en: graphical viewer for Gerris simulation files. Shared library Gerris is a system for the solution of the partial differential equations describing fluid flow. . GfsView displays the results of 2D and 3D Gerris simulations. A brief summary of its main features: . * Scalar and vector cross-sections. * Isosurfaces. * Streamlines. * User-defined functions. * Fast adaptive display (using the multiresolution data representation of Gerris). * Scriptable. * Offline image generation. * Quality PostScript, PDF and bitmap outputs. . The package contains shared library Package: libghc-dhall-dev Description-md5: 2d9c0566a374ad21fc4f091b93b748e0 Description-en: configuration language guaranteed to terminate Dhall is an explicitly-typed configuration language that is not Turing complete. Despite being Turing-incomplete, Dhall is a real programming language with a type-checker and evaluator. . Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-dhall-doc Description-md5: 9aa16848215f7a53004ed3305e955194 Description-en: configuration language guaranteed to terminate; documentation Dhall is an explicitly-typed configuration language that is not Turing complete. Despite being Turing-incomplete, Dhall is a real programming language with a type-checker and evaluator. . Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-dhall-prof Description-md5: 9cbdf5116384429ab70d441a93a87c23 Description-en: configuration language guaranteed to terminate; profiling libraries Dhall is an explicitly-typed configuration language that is not Turing complete. Despite being Turing-incomplete, Dhall is a real programming language with a type-checker and evaluator. . Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libghc-serialise-dev Description-md5: ad3bd7e5da3adf93947d7c7eddac8bd3 Description-en: binary serialisation library for Haskell values This package (formerly binary-serialise-cbor) provides pure, efficient serialization of Haskell values directly into ByteStrings for storage or transmission purposes. By providing a set of typeclass instances, you can also serialise any custom data type you have as well. . The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-serialise-doc Description-md5: 64ffad5f57e0406e37396164efbafd8b Description-en: binary serialisation library for Haskell values; documentation This package (formerly binary-serialise-cbor) provides pure, efficient serialization of Haskell values directly into ByteStrings for storage or transmission purposes. By providing a set of typeclass instances, you can also serialise any custom data type you have as well. . The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-serialise-prof Description-md5: 5d766d99dc3f1c78a858cd20dfe582d6 Description-en: binary serialisation library for Haskell values; profiling libraries This package (formerly binary-serialise-cbor) provides pure, efficient serialization of Haskell values directly into ByteStrings for storage or transmission purposes. By providing a set of typeclass instances, you can also serialise any custom data type you have as well. . The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libghdl-4-1-0 Description-md5: 9040be609d2820ac4a850ea82c24c945 Description-en: VHDL compiler/simulator (shared library) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the shared library to access GHDL internals. Package: libghdl-dev Description-md5: fe1250146eaf015da09547dd2b4cc0cf Description-en: VHDL compiler/simulator (library development files) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the files required to compile programs using libghdl. Package: libgimp-3.0-0 Description-md5: 87c9f62281987fda19082f1b5cc2c95c Description-en: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Package: libgimp-3.0-bin Description-md5: 6c6840edf29ecfb6a58583f74a9931da Description-en: Development binaries for the GIMP library This package contains binaries that are necessary to develop gimp plugins or packages that use libgimp. . Currently, it contains the gimptool-2.99 binary. Package: libgimp-3.0-dev Description-md5: 9dc8e4f80e3689624c2ada9283cd9ccd Description-en: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation Program, along with the static versions of libgimp. . Install this package if you wish to compile your own plugins, or if you wish to develop packages that use libgimp. Package: libgimp-3.0-doc Description-md5: 8acaa3767b69bc8f021740c983e4e23a Description-en: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . Package: libgit-raw-perl Description-md5: c4d0d8c7726ffc64a8fadcb0c412ccd5 Description-en: Perl bindings to the Git linkable library (libgit2) libgit2 is a pure C implementation of the Git core methods provided as a re-entrant linkable library designed to be fast and portable with a solid API. The Git::Raw module provides Perl bindings to the libgit2 API. Package: libgit2-fixtures Description-md5: a94423c77c15a4ed597658212c81d603 Description-en: low-level Git library - test suite examples libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package provides the test examples of the library, which can be useful for other pieces of software relying on libgit2, for testing purposes. Package: libgit2-glib-1.0-0 Description-md5: 11756b996ede7a9103d2300a91a1eebb Description-en: glib wrapper library around the libgit2 git access library libgit2-glib is a glib wrapper library around the libgit2 git access library. Package: libgit2-glib-1.0-dev Description-md5: ade42256d1619250e0c25af34bb681cc Description-en: glib wrapper library around the libgit2 git access library - development files libgit2-glib is a glib wrapper library around the libgit2 git access library. . This package contains the development files used in building applications that use the libgit2-glib Library. Package: libgit2-glib-1.0-doc Description-md5: e3f391a2bbdc5ead05e330c93d812b85 Description-en: glib wrapper library around the libgit2 git access library - documentation libgit2-glib is a glib wrapper library around the libgit2 git access library. . This package contains HTML documentation for libgit2-glib. Package: libgiza0 Description-md5: 26336d1a829393c58994ed28fa9acfbd Description-en: Lightweight scientific plotting library (shared library) Giza is a lightweight scientific plotting library built on top of cairo that provides uniform output to multiple devices. Giza also provides a mostly compatible, modern replacement for the PGPLOT graphics library. . This package contains the shared library. Package: libglbinding-dev Description-md5: e575c08f170bdd00b18552b79aab111a Description-en: development files for glbinding glbinding leverages modern C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. . It provides type-safe parameters, per feature API header, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as tools and examples for quick-starting your projects. . This package provides the development files. Package: libglbinding3 Description-md5: ccd3caf804718c1a8df6ebd3d7daf421 Description-en: cross-platform C++ binding for OpenGL glbinding leverages modern C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. . It provides type-safe parameters, per feature API header, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as tools and examples for quick-starting your projects. . This package provides the shared libraries. Package: libglib2.0-tests Description-md5: 08c6a283a0e7547a1f8014a0ba341a09 Description-en: GLib library of C routines - installed tests GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains test programs, designed to be run as part of a regression testsuite. Package: libgloo-dev Description-md5: 1eb5d67397fdb9a8162c5c082d1e6d78 Description-en: Collective communications library (development files) Gloo is a collective communications library. It comes with a number of collective algorithms useful for machine learning applications. These include a barrier, broadcast, and allreduce. . Transport of data between participating machines is abstracted so that IP can be used at all times, or InifiniBand (or RoCE) when available. In the latter case, if the InfiniBand transport is used, GPUDirect can be used to accelerate cross machine GPU-to-GPU memory transfers. . Where applicable, algorithms have an implementation that works with system memory buffers, and one that works with NVIDIA GPU memory buffers. In the latter case, it is not necessary to copy memory between host and device; this is taken care of by the algorithm implementations. . This package ships the development files. Package: libgloo0 Description-md5: 11fe5b4bb9197845522ecac87176ae15 Description-en: Collective communications library (shared object) Gloo is a collective communications library. It comes with a number of collective algorithms useful for machine learning applications. These include a barrier, broadcast, and allreduce. . Transport of data between participating machines is abstracted so that IP can be used at all times, or InifiniBand (or RoCE) when available. In the latter case, if the InfiniBand transport is used, GPUDirect can be used to accelerate cross machine GPU-to-GPU memory transfers. . Where applicable, algorithms have an implementation that works with system memory buffers, and one that works with NVIDIA GPU memory buffers. In the latter case, it is not necessary to copy memory between host and device; this is taken care of by the algorithm implementations. . This package ships the shared object for Gloo. 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: libgmm++-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgmm-dev Description-md5: 44e2672eb28de88fab8b23b2a9a85a71 Description-en: Generic C++ template library for sparse, dense and skyline matrices GMM is a framework of pre-defined methods for matrix computation. It is built as a set of generic algorithms for any interfaced vector type or matrix type. . It can be viewed as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built-in, hence it can be used as a standalone linear algebra library. Package: libgnat-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: libgnuastro-dev Description-md5: 8c3bf70329b5ad2cdceee22a0ee1b057 Description-en: GNU Astronomy Utilities development files GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs for astronomical data analysis and manipulation. The programs can be run on the command-line for efficient and easy usage and the libraries can be used within C and C++ programs. . This package contains Gnuastro's headers and static libraries. Package: libgnuastro21 Description-md5: 75f9deadbbeaac57b6a056dc4e2b531d Description-en: GNU Astronomy Utilities shared libraries GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs for astronomical data analysis and manipulation. The programs can be run on the command-line for efficient and easy usage and the libraries can be used within C and C++ programs. . This package contains Gnuastro's shared librarires. Package: libgnudatalanguage0 Description-md5: 3f7e764b56df4e42f651f46a08f8b230 Description-en: Free IDL compatible incremental compiler shared library GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. . This package contains the shared library which is used by the different frontends (gdl binary, Python package). Package: 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: libgovirt-common Description-md5: 8c88d15bd56b1887856f8f98733cd7df Description-en: GObject-based library to access oVirt REST API (common files) libgovirt is a library that allows applications to use oVirt REST API to list VMs managed by an oVirt instance, and to get the connection parameters needed to make a SPICE/VNC connection to them. . This package contains the translation files. Package: libgovirt-dev Description-md5: 73b4ea3152f8edc1fe413c0ec92de227 Description-en: GObject-based library to access oVirt REST API (dev files) libgovirt is a library that allows applications to use oVirt REST API to list VMs managed by an oVirt instance, and to get the connection parameters needed to make a SPICE/VNC connection to them. . This package contains the development files. Package: libgovirt2 Description-md5: 6735780968aa021086f224e9220c8f10 Description-en: GObject-based library to access oVirt REST API libgovirt is a library that allows applications to use oVirt REST API to list VMs managed by an oVirt instance, and to get the connection parameters needed to make a SPICE/VNC connection to them. 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: libgr-framework-dev Description-md5: 5a7f155e265f0d5607c9432f617f4ae6 Description-en: Development files of Graphical Kernel System (GKS) and OpenGL GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains development files for GR. Package: libgr-framework0 Description-md5: ef5b54f5bbcb392bbe49a7cf1777125e Description-en: Library of Graphical Kernel System (GKS) and OpenGL GR is a universal framework for cross-platform visualization applications. It offers developers a compact, portable and consistent graphics library for their programs. Applications range from publication quality 2D graphs to the representation of complex 3D scenes. . This package contains runtime library for GR. 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: libgretl1-dev Description-md5: 3c577cc7339db4dc97447db5388dd863 Description-en: GNU Regression, Econometric & Time-Series Library -- development package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the static library and header files. Package: libgretl1t64 Description-md5: 280aca5449828146a212cd203161d06d Description-en: GNU Regression, Econometric & Time-Series Library -- library package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the shared library. Package: libgromacs-dev Description-md5: aab3304779c4ebcd0dbb20ae1eb40866 Description-en: GROMACS molecular dynamics sim, development kit GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non- biological systems, e.g. polymers. . This package contains header files and static libraries for development purposes, plus sample Makefiles. Development components for MPI-enabled GROMACS builds also require their respective packages. Package: libgromacs9 Description-md5: fe8a52ff85a0918122997c6ce3fd2d27 Description-en: GROMACS molecular dynamics sim, shared libraries GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non- biological systems, e.g. polymers. . This package contains the shared library, libgromacs. Package: libgtg-dev Description-md5: c431ca1bec8438a7ed4539506a6c543a Description-en: Generic Trace Generator (GTG) - development files The GTG library provides a low level library to generate execution traces in Paje or OTF formats. . This package contains the development files Package: libgtg-tools Description-md5: 8de4690bfaf0f7e3efcd25db442e18c9 Description-en: Generic Trace Generator (GTG) - tools The GTG library provides a low level library to generate execution traces in Paje or OTF formats. . This package contains tools to manipulate gtg files. Package: libgtg0 Description-md5: ea60e1713b3175548217f54740436f92 Description-en: Generic Trace Generator (GTG) - shared library The GTG library provides a low level library to generate execution traces in Paje or OTF formats. . This package contains the shared library. Package: libgudhi-dev Description-md5: faf19d8da7a0aa41db0500f1fb33400f Description-en: Generic open source C++ library for topological data analysis The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology. . This package contains the header files. See the libgudhi-examples package for example programs using the library. Package: libgudhi-doc Description-md5: ebe9b1d5ef60496dcfc2a92b9524fcd6 Description-en: Documentation for the GUDHI library The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology. . This package contains documentation. Package: libgudhi-examples Description-md5: 9d29a2b4457b1ffa5f5c3f4737176c8f Description-en: Example programs for the GUDHI library The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology. . This package contains some source code examples. Package: libgyoto9-dev Description-md5: 149d1d42130d976ca3af1656592d0610 Description-en: development files for libgyoto Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package provides the files necessary to compile Gyoto plugins and codes using the libgyoto library. Package: libgyoto9t64 Description-md5: 2fddfc4f8e4feaf0bdc81b8dd73e47ac Description-en: Gyoto framework main library an standard plug-in Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a shared library (this package), utility programs (in the gyoto package), and a plug-in for the Python 3 and Yorick programming languages (in python3-gyoto and yorick-gyoto respectively). Gyoto can be extended with plug-ins (see libgyoto9-dev). . The standard plugin (stdplug) is included in this package. A plug-in for extending Gyoto in the Python 3 language is shipped in the python3-gyoto packages. . MPI parallelization requires the gyoto-bin and mpi-default-bin packages. Package: libhamlib++-dev Description-md5: b641923875fe087fcd2f8e62611bcb5e Description-en: Development C++ library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the development library with C++ bindings. If you wish to run applications developed using this library you'll need the 'libhamlib++4' package. Package: libhamlib++4t64 Description-md5: 09b01354ec5b873f75104929772949e9 Description-en: Run-time C++ library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the C++ run-time form of the library. If you wish to develop software using this library you need the 'libhamlib++-dev' package. Package: libhamlib-dev Description-md5: 4cbc590d7c98bc291c20c919f54e243e Description-en: Development library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the development library with both C bindings. If you wish to run applications developed using this library you'll need the 'libhamlib4' package. Package: libhamlib-doc Description-md5: 0c1cf87c1ec4e391547c2c66031c7038 Description-en: Documentation for the hamlib radio control library Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the developers documentation for the API. Package: libhamlib-perl Description-md5: 11dcb610bf4028fb1307b4aef62038da Description-en: Run-time perl library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the perl bindings of the library. Package: libhamlib-utils Description-md5: cc7b4ca12d48dc5b55a0ed3dc8096880 Description-en: Utilities to support the hamlib radio control library Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides command-line utilities to test the hamlib library and to control transceivers if you're short of anything more sophisticated: ampctl ampctld rigctl rigctlcom rigctld rigmem rigsmtr rigswr rotctl rotctld Package: libhamlib4t64 Description-md5: c67b2b377fead3c97a1110d16e3b74e3 Description-en: Run-time library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the C run-time form of the library. If you wish to develop software using this library you need the 'libhamlib-dev' package. Package: libhdf5-103-1t64 Description-md5: 0058d2fd2a000aa6e520a6728baf452a Description-en: HDF5 C runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C runtime files for serial platforms. Package: libhdf5-cpp-103-1t64 Description-md5: f98ebd9a835975b2031fe61ea3c6da71 Description-en: HDF5 - C++ runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C++ runtime files for serial platforms. Package: libhdf5-dev Description-md5: 362b5f6dc77ab06d0d5bb4bee15328bf Description-en: HDF5 - development files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains development files for serial platforms. Package: libhdf5-doc Description-md5: 2beb8eb8a5c75717cac8cf22d9f85901 Description-en: HDF5 - Documentation Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains documentation for HDF5. Package: libhdf5-fortran-102t64 Description-md5: 935f51a2a91124f4268c04b763898c7c Description-en: HDF5 Fortran runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the Fortran runtime files for serial platforms. Package: libhdf5-hl-100t64 Description-md5: c9045d102978306f9b038586e565d46d Description-en: HDF5 High Level runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C API runtime files for serial platforms. Package: libhdf5-hl-cpp-100t64 Description-md5: 7cb0879f3333b7e1590c7f694ff4d155 Description-en: HDF5 High Level C++ runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C++ API runtime files for serial platforms. Package: libhdf5-hl-fortran-100t64 Description-md5: f5868528d288cddaf17143b7fe8c37c1 Description-en: HDF5 High Level Fortran runtime files - serial version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level Fortran API runtime files for serial platforms. Package: libhdf5-java Description-md5: f1f04aec5ae4a29834a404e6a584bae5 Description-en: HDF5 - Java Wrapper Library Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the java wrapper library for HDF5. Package: libhdf5-jni Description-md5: afbd108fc87cab0be63eaac66cb2cc73 Description-en: native library used by libhdf5-java This package is only useful with libhdf5-java. Package: libhdf5-mpi-dev Description-md5: 000de1674e23733763d2617fc6178480 Description-en: HDF5 - development files - default MPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package depends on the default MPI version of HDF5 for each platform. Package: libhdf5-mpich-103-1t64 Description-md5: bdf0e47395047577a6e5b69535d59c8d Description-en: HDF5 - C runtime files - MPICH2 version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C runtime files for use with MPICH2. Package: libhdf5-mpich-cpp-103-1t64 Description-md5: c385460e05f74aabce33ecb6779771e3 Description-en: HDF5 - C++ runtime files - MPICH2 version - unsupported Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C++ runtime files for mpich platforms. . Warning: C++ with parallel HDF5 is not supported upstream. Use this feature at your own risks. Package: libhdf5-mpich-dev Description-md5: 397c20324c15b9ca40ee6269f59b8c3d Description-en: HDF5 - development files - MPICH2 version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains development files for use with MPICH2. Warning: the C++ interface is not provided for this version. Package: libhdf5-mpich-fortran-102t64 Description-md5: 25f55d3c454e9604ae13e8485bcc8d8a Description-en: HDF5 Fortran runtime files - MPICH2 version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the Fortran runtime files for mpich platforms. Package: libhdf5-mpich-hl-100t64 Description-md5: 7231b375d828e4dd4396de447c9ef18d Description-en: HDF5 High Level runtime files - MPICH2 version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C API runtime files for mpich platforms. Package: libhdf5-mpich-hl-cpp-100t64 Description-md5: 6fd2ea9b5a1de5f2dab545703dded2bd Description-en: HDF5 High Level C++ runtime files - MPICH2 version - unsupported Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C++ API runtime files for mpich platforms. . Warning: C++ with parallel HDF5 is not supported upstream. Use this feature at your own risks. Package: libhdf5-mpich-hl-fortran-100t64 Description-md5: 363e82069cc95487ea9ae7c16576ac3f Description-en: HDF5 High Level Fortran runtime files - MPICH2 version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level Fortran API runtime files for mpich platforms. Package: libhdf5-openmpi-103-1t64 Description-md5: 9075165887209e7211568015540d7e11 Description-en: HDF5 - C runtime files - OpenMPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C runtime files for use with OpenMPI. Package: libhdf5-openmpi-cpp-103-1t64 Description-md5: 96d0c60a7e840a8a02a7629e066e4e30 Description-en: HDF5 - C++ runtime files - OpenMPI version - unsupported Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the C++ runtime files for openmpi platforms. . Warning: C++ with parallel HDF5 is not supported upstream. Use this feature at your own risks. Package: libhdf5-openmpi-dev Description-md5: b2e1745fcc6f39d3205d638572b3c87c Description-en: HDF5 - development files - OpenMPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains development files for use with OpenMPI. Package: libhdf5-openmpi-fortran-102t64 Description-md5: fd180dd7bbd14657c17bf237e923b8b0 Description-en: HDF5 Fortran runtime files - OpenMPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the Fortran runtime files for openmpi platforms. Package: libhdf5-openmpi-hl-100t64 Description-md5: 1625f735200bc7326012e1261389944e Description-en: HDF5 High Level runtime files - OpenMPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C API runtime files for openmpi platforms. Package: libhdf5-openmpi-hl-cpp-100t64 Description-md5: 81f0a57c6e30df8c6f3ea653aef85d9c Description-en: HDF5 High Level C++ runtime files - OpenMPI version - unsupported Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level C++ API runtime files for openmpi platforms. . Warning: C++ with parallel HDF5 is not supported upstream. Use this feature at your own risks. Package: libhdf5-openmpi-hl-fortran-100t64 Description-md5: 79d7c6390a9f3f261c6c51be9d7bafca Description-en: HDF5 High Level Fortran runtime files - OpenMPI version Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains the high level Fortran API runtime files for openmpi platforms. 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: libhypre-2.32.0 Description-md5: 478cf6be96dbcdf76f616926e4ebdedb Description-en: High Performance Matrix Preconditioners - Shared Library Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the shared library. Package: libhypre-dev Description-md5: 36f18e0963e1fd3f37a82a2605769015 Description-en: High Performance Matrix Preconditioners - Development Files Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the headers and symlinks necessary to develop programs which use hypre. Package: libhypre64-2.32.0 Description-md5: eb3b32ffb2fb640c4e2c96da274ced79 Description-en: High Performance Matrix Preconditioners - 64-bit (bigint) Shared Library Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the shared library supporting 64-bit integers for both HYPRE_BigInt and HYPRE_Int (--with-bigint). Package: libhypre64-dev Description-md5: d04e685568c49d162df490b2880bcf14 Description-en: High Performance Matrix Preconditioners - 64-bit (bigint) Development Files Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the headers and symlinks necessary to develop programs which use hypre with 64-bit integers for both HYPRE_BigInt and HYPRE_Int (--with-bigint). Package: libhypre64m-2.32.0 Description-md5: 2ee3f646db69100b9f6e20cac373f3b8 Description-en: High Performance Matrix Preconditioners - 64-bit (mixedint) Shared Library Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the shared library supporting 64-bit HYPRE_BigInt with 32-bit HYPRE_Int (--with-mixedint). . Note that segfaults have been reported in MPI tests. libhypre64m (mixedint) might not be safe, and should be considered experimental. Use with care (or do not use). See https://github.com/hypre-space/hypre/issues/326 Package: libhypre64m-dev Description-md5: d3b28a617c946bf08d293ea96172caa8 Description-en: High Performance Matrix Preconditioners - 64-bit (mixedint) Development Files Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. . This package contains the headers and symlinks necessary to develop programs which use hypre with 64-bit HYPRE_BigInt and 32-bit HYPRE_Int (--with-mixedint). . Note that segfaults have been reported in MPI tests. libhypre64m (mixedint) might not be safe, and should be considered experimental. Use with care (or do not use). See https://github.com/hypre-space/hypre/issues/326 Package: libideviceactivation-1.0-2 Description-md5: 2330c8e916809e78c8adecc5ae46055c Description-en: Library to manage the activation process of Apple iOS devices (shared library) This project provides an interface to activate and deactivate iOS devices by talking to Apple's webservice alongside a command-line utility named ideviceactivation. . This package provides the shared library files for libideviceactivation. Package: libideviceactivation-1.0-dev Description-md5: 5772ec3160051657484dc7e48443b08f Description-en: Library to manage the activation process of Apple iOS devices (dev files) This project provides an interface to activate and deactivate iOS devices by talking to Apple's webservice alongside a command-line utility named ideviceactivation. . This package contains the development files for libideviceactivation. Package: libindi-data Description-md5: 2147f72ad3210176b1dd800e188015bb Description-en: Instrument-Neutral Device Interface library -- shared data INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the data files for the INDI library. Package: libindi-dev Description-md5: 87bf82675f43ab4b1d583033650b5e46 Description-en: Instrument-Neutral Device Interface library -- development files INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains development headers and libraries for the INDI library. Package: libindi-plugins Description-md5: 42c6d49d1fe305e17b481ff3d63f6c67 Description-en: Instrument-Neutral Device Interface library -- plugins INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains binary plugins. Package: libindialignmentdriver2 Description-md5: 91c1cefc7f4eaf2e5977cc1fa7a80f30 Description-en: Instrument-Neutral Device Interface library -- alignment driver lib INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the alignment driver shared library. Package: libindiclient2 Description-md5: 2932b4a33d0beb4a8fb2666fd3559dea Description-en: Instrument-Neutral Device Interface library -- client library INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the client shared library. Package: libindidriver2 Description-md5: 60df8aa9fbc23dcb5c3b5fdfddfeb824 Description-en: Instrument-Neutral Device Interface library -- driver library INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the driver shared library. Package: libindilx200-2 Description-md5: 3ef0b62f32a167f4e2e30b306dc2bd5f Description-en: Instrument-Neutral Device Interface library -- lx200 driver lib INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, scalable, and stateless. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. . This package contains the lx200 driver shared library. Package: libjavascriptcoregtk-4.0-bin Description-md5: 063e995389abd53361e2fa870999c7ca Description-en: WebKitGTK JavaScript command-line interpreter (transitional dummy package) This is a transitional dummy package, it can be safely removed. Package: libjavascriptcoregtk-bin Description-md5: ac7afc0b1a4392958885f97c8f08146c Description-en: JavaScript engine library from WebKitGTK - command-line interpreter JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This package provides jsc, a command-line JavaScript interpreter. Package: libjs-janus-gateway Description-md5: d6bb3716c1c312f6fa298613ea3aab1b Description-en: general purpose WebRTC server/gateway - JavaScript library janus is a general purpose WebRTC server/gateway with a minimal footprint. . This package contains a JavaScript library to interact with Janus from a web browser. Package: libjuce-doc Description-md5: 5d99d0cc4969b5646d2f8e1b7bc9f465 Description-en: Jules' Utility Class Extensions (documentation) JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. . It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound. . This package contains html documentation for the JUCE API. 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: 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: libkf6textaddonswidgets1 Description-md5: a0edcb1e7ffbec7bb383f4c5805056a0 Description-en: KDE text handling addons - widgets library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text addons widgets library Package: libkf6textautocorrectioncore1 Description-md5: 7f5520ab781f8a1e1a4c4408b01c1dcb Description-en: KDE text handling addons - correction core library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text autocorrection core library. Package: libkf6textautocorrectionwidgets1 Description-md5: 6173529a45da5bc4bbac92fafb176e88 Description-en: KDE text handling addons - correction widget library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text autocorrection widget library. Package: libkf6textcustomeditor1 Description-md5: 29c86dad1d2cd40c73339fbeb809e37f Description-en: KDE text handling addons - custom editor library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text custom editor library. Package: libkf6textedittexttospeech1 Description-md5: e8648a3cb823a7e2085d949cb0d3571e Description-en: KDE text handling addons - text edit text-to-speech library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text-to-speech library. Package: libkf6textemoticonscore1 Description-md5: 9b012611a3cf027fb8300567ef4b535f Description-en: KDE text handling addons - text emoticons library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text emoticons library. Package: libkf6textemoticonswidgets1 Description-md5: eb9c8bb42502bd2a061c50b75898e758 Description-en: KDE text handling addons - text emoticons widgets library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the emoticons widget library. Package: libkf6textgrammarcheck1 Description-md5: 55c8a0fab430cf91f455da5a980ff2cc Description-en: KDE text handling addons - text grammar check library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text grammar check library. Package: libkf6texttranslator1 Description-md5: 65c042159295a71c9d6474fdebe41f7b Description-en: KDE text handling addons - text translator library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text translator library. Package: libkf6textutils1 Description-md5: 2883b053a15ea0321e1036d3806cb708 Description-en: KDE text handling addons - text utils library KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the text utils 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: 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: 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: libkpim6akonadicalendar6 Description-md5: 3c53c6b55c5a80a95ca7aec512b79a31 Description-en: library providing calendar helpers for Akonadi items This library offers helper functions to integrate the use of Akonadi calendar items in applications. 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: libkpim6akonadinotes6 Description-md5: 8c6e61d76502884be9087f95fed497e3 Description-en: Akonadi notes access library This library provides notes manipulation 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: libkpim6calendarsupport6 Description-md5: faa6b9ae1834c946ddc7e93cc77973d3 Description-en: KDE PIM Calendar support - library This library provides calendar support for KDE PIM. . This package provides the shared libraries. 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: 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: libkpim6importwizard6 Description-md5: 1ac1205de0e3cf6e3198da0ba75dbde3 Description-en: PIM data import wizard - library akonadi-import-wizard is an assistant to import PIM data from other applications into Akonadi for use in KDE PIM applications . This package contains the import wizard shared libraries. 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: 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: libkpim6mailcommon6 Description-md5: a643053763057912f5ec3bae95cb63ad Description-en: KDE PIM email utility library The mail common library provides utility functions for dealing with email. . This package is part of 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: libkpim6messagecomposer6 Description-md5: 9b1e91dffa5a411917a57fa755736f29 Description-en: KDE PIM messaging library, composer library This package contains the message composer library. It provides basic e-mail message composing facilities. . This package is part of KDE PIM module. Package: libkpim6messagecore6 Description-md5: 035d36e99d6729804a6073c2098ccd4e Description-en: KDE PIM messaging library, core library This package contains the message core library. It provides basic e-mail message handling facilities. . This package is part the KDE PIM module. Package: libkpim6messagelist6 Description-md5: 49a0d7f2169e8c95462d34be5e96bbb2 Description-en: KDE PIM messaging library, message list library This package contains the message list library. It provides a widget for the e-mail message lists with extensive filtering, grouping and useful features. . This package is part of the KDE PIM module. Package: libkpim6messageviewer6 Description-md5: 319f8d30f993e4f4fe2a059521823cf8 Description-en: KDE PIM messaging library, message viewer library This package contains the message viewer library which implements feature-rich and highly configurable widget for viewing e-mail messages. . This package is part of the KDE PIM 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: libkpim6mimetreeparser6 Description-md5: 635d2e79e5fa3bb98401cbcce2481c9a Description-en: KDE PIM Mime Tree parser library This library implements a parser for the mime tree used by KMail. . This package is part of the KDE PIM module. This package contains the development files for the mime tree parser library. 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: 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: libkpim6templateparser6 Description-md5: 724d02891f85b2429bcabdc216fcfc5e Description-en: KMail template parser library This library implements a parser for the mail templates which KMail uses to enable customization of initial structure for the new, reply or forwarded messages. . This package is part of the KDE PIM module. 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: libkpim6webengineviewer6 Description-md5: 6820c418b472aa21642d8eef0bb9105c Description-en: KDE's Qt WebEngine Viewer This library implements view on Qt WebEngine used by KDE PIM. . This package is part of the KDE PIM module. Package: libkpimimportwizard-dev Description-md5: 4f2c82eec9f32dbb6a702784893b1ee1 Description-en: PIM data import wizard - development files akonadi-import-wizard is an assistant to import PIM data from other applications into Akonadi for use in KDE PIM applications . This package contains the import wizard developmentt files. 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: 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: libktextaddons-data Description-md5: cadfc251429fbfb72865af82343758dd Description-en: KDE text handling addons - data files KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the data files needed by KTextAddons. Package: libktextaddons-dev Description-md5: 3c939a6b7a9b9f7473601f47db43134c Description-en: KDE text handling addons - development files KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package provides the development files needed to build software using KTextAddons. Package: libktextaddons-doc Description-md5: b26c37196b9b123e7fc6b5d4455fb98c Description-en: KDE text handling addons - documentation KTextAddons is a collection of text addons libraries developed by the KDE community. . This collection of libraries provide functionalities such as autocorrection, text to speak, grammar checking, text translator or emoticon support. . This package contains the qch documentation 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: liblammps-dev Description-md5: bd3e5f34aab7356671f9f3cbf2018f6a Description-en: Molecular Dynamics Simulator (dev files) LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . This package contains development files and headers to build applications using the LAMMPS shared library. Package: liblammps0t64 Description-md5: 95a8c59b10a7cfd9e036bde06240f237 Description-en: Molecular Dynamics Simulator (shared library) LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . This package provides the LAMMPS shared library. Package: libliggghts-dev Description-md5: bd0518b7882ae590f9f2a01777707449 Description-en: Open Source DEM Particle Simulation Software. Development files LIGGGHTS stands for LAMMPS improved for general granular and granular heat transfer simulations. . LAMMPS is a classical molecular dynamics simulator. It is widely used in the field of Molecular Dynamics. Thanks to physical and algorithmic analogies, LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR package to perform these kind of simulations. LIGGGHTS aims to improve those capability with the goal to apply it to industrial applications. Development version. . The package contains development files. Package: libliggghts3t64 Description-md5: dfef3659090bbf7e942ebb5469c86902 Description-en: Open Source DEM Particle Simulation Software. Shared library LIGGGHTS stands for LAMMPS improved for general granular and granular heat transfer simulations. . LAMMPS is a classical molecular dynamics simulator. It is widely used in the field of Molecular Dynamics. Thanks to physical and algorithmic analogies, LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR package to perform these kind of simulations. LIGGGHTS aims to improve those capability with the goal to apply it to industrial applications. Development version. . The package contains shared library. 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: 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: 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: libllvm20 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-20-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: liblrs-dev Description-md5: 5d0168d74b6acf76565022e34c5a9fa9 Description-en: package to enumerate vertices and extreme rays (development file) A convex polyhedron is the set of points satisfying a finite family of linear inequalities. The study of the vertices and extreme rays of such systems is important and useful in e.g. mathematics and optimization. In a dual interpretation, finding the vertices of a (bounded) polyhedron is equivalent to finding the convex hull (bounding inequalities) of an (arbitrary dimensional) set of points. Lrs (lexicographic reverse search) has two important features that can be very important for certain applications: it works in exact arithmetic, and it consumes memory proportional to the input, no matter how large the output is. . This package contains the optional headers, and a unversioned symlink to the library, useful for developers. Package: liblrs2 Description-md5: 9920fe6a50b69ee0b84e21fc99b9a2e7 Description-en: package to enumerate vertices and extreme rays (shared libraries) A convex polyhedron is the set of points satisfying a finite family of linear inequalities. The study of the vertices and extreme rays of such systems is important and useful in e.g. mathematics and optimization. In a dual interpretation, finding the vertices of a (bounded) polyhedron is equivalent to finding the convex hull (bounding inequalities) of an (arbitrary dimensional) set of points. Lrs (lexicographic reverse search) has two important features that can be very important for certain applications: it works in exact arithmetic, and it consumes memory proportional to the input, no matter how large the output is. . This package contains the (required) shared library. Package: libmagics++-data Description-md5: 321cba5334173061fd108c281ef76d8f Description-en: Data files needed for magics++ library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. . This package contains data expected by the magics++ library. Package: libmagics++-dev Description-md5: baa5d623da7de3a3bfd720cd69bd1fcf Description-en: Development files for ECMWF plotting software MAGICS++ Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . This package includes the header files and static libraries needed to build against libmagics++. Package: libmagics++-metview-dev Description-md5: 5cbee2a14ce45ca3e81843d73bd70d3e Description-en: Libraries needed for building MetView Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. . This package includes the header files and static libraries needed to build metview against magics++. Package: libmagplus3v5 Description-md5: 25e7234e00d5dfa68d9d523112d26bef Description-en: ECMWF meteorological plotting software library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . The library supports the plotting of contours, wind fields, observations, satellite images, symbols, text, axis and graphs (including boxplots). . Data fields to be plotted may be presented in various formats, for instance GRIB 1 and 2 code data, Gaussian grid, regularly spaced grid and fitted data. Input data can also be in BUFR and NetCDF format or retrieved from an ODB database. . The produced meteorological plots can be saved in various formats, such as PostScript, EPS, PDF, GIF, PNG, SVG and KML. Package: libmailcommon-data Description-md5: de44abf0ed6615d24862e961ae9a8253 Description-en: KDE PIM email utility library - data files The mail common library provides utility functions for dealing with email. . This package contains the shared data distributed with the library. . This package is part of KDE PIM module. Package: libmailcommon-dev Description-md5: e5f863b6e3a15d202b91e4c1f6cd9620 Description-en: KDE PIM email utility library - development files The mail common library provides utility functions for dealing with email. . This package contains the development files needed for the KDE PIM mail common library. . This package is part of KDE PIM module. Package: libmailcommon-plugins Description-md5: 9f85869ef7fe19f347dca80a74764ce0 Description-en: KDE PIM email utility library - plugins The mail common library provides utility functions for dealing with email. . This package contains the plugins distributed with the library. . This package is part of KDE PIM module. 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: libmaus2-2 Description-md5: 7b52f6dbc57ca0d2e08c74363898d9fd Description-en: collection of data structures and algorithms for biobambam Libmaus2 is a collection of data structures and algorithms. It contains . * I/O classes (single byte and UTF-8) * bitio classes (input, output and various forms of bit level manipulation) * text indexing classes (suffix and LCP array, fulltext and minute (FM), ...) * BAM sequence alignment files input/output (simple and collating) . and many lower level support classes. Package: libmaus2-dev Description-md5: 5985b8355d85114b571b6940b393017d Description-en: collection of data structures and algorithms for biobambam (devel) Libmaus2 is a collection of data structures and algorithms. It contains . * I/O classes (single byte and UTF-8) * bitio classes (input, output and various forms of bit level manipulation) * text indexing classes (suffix and LCP array, fulltext and minute (FM), ...) * BAM sequence alignment files input/output (simple and collating) . and many lower level support classes. . This package contains header files and static libraries. Package: libmeep-mpi-default-dev Description-md5: 42127b3fc82eb5c718211a1d0ce39716 Description-en: development library for using parallel version of meep Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method. . Its features include: * Free and open-source software under the GNU GPL. * Complete scriptability via Python, Scheme, or C++ APIs. * Simulation in 1d, 2d, 3d, and cylindrical coordinates. * Distributed memory parallelism on any system supporting MPI. * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ, along with dispersive ε(ω) and μ(ω) including loss/gain, nonlinear (Kerr & Pockels) dielectric and magnetic materials, electric/magnetic conductivities σ, and saturable gain/absorption. * Perfectly-matched layer (PML) absorbing boundaries as well as Bloch-periodic and perfect-conductor boundary conditions. * Exploitation of symmetries to reduce the computation size, including even/odd mirror planes and 90°/180° rotations. * Arbitrary current sources including a guided-mode launcher. * Frequency-domain solver for finding the response to a continuous-wave (CW) source. * ε/μ and field import/export in the HDF5 data format. * GDSII file import for planar geometries. * Materials library containing predefined broadband, complex refractive indices. * Field analyses including Poynting flux, mode decomposition, near to far transformations, frequency extraction, local density of states (LDOS), modal volume, Maxwell stress tensor, arbitrary functions; completely programmable. . This package contains some files for developing software. Package: libmeep-mpi-default30 Description-md5: affd7fba383c4a57f50687bf9c8ff972 Description-en: library for using parallel version of meep Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method. . Its features include: * Free and open-source software under the GNU GPL. * Complete scriptability via Python, Scheme, or C++ APIs. * Simulation in 1d, 2d, 3d, and cylindrical coordinates. * Distributed memory parallelism on any system supporting MPI. * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ, along with dispersive ε(ω) and μ(ω) including loss/gain, nonlinear (Kerr & Pockels) dielectric and magnetic materials, electric/magnetic conductivities σ, and saturable gain/absorption. * Perfectly-matched layer (PML) absorbing boundaries as well as Bloch-periodic and perfect-conductor boundary conditions. * Exploitation of symmetries to reduce the computation size, including even/odd mirror planes and 90°/180° rotations. * Arbitrary current sources including a guided-mode launcher. * Frequency-domain solver for finding the response to a continuous-wave (CW) source. * ε/μ and field import/export in the HDF5 data format. * GDSII file import for planar geometries. * Materials library containing predefined broadband, complex refractive indices. * Field analyses including Poynting flux, mode decomposition, near to far transformations, frequency extraction, local density of states (LDOS), modal volume, Maxwell stress tensor, arbitrary functions; completely programmable. . This package contains libraries for the OpenMPI version on 64bit architectures and for the MPICH version on 32bit architectures. Package: libmetkit-data Description-md5: e17aed0c2e16f83f05902006ac4a1168 Description-en: Data used by the ECMWF Metkit Library MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package contains data used by Metkit Package: libmetkit-dev Description-md5: b404f9e9f4b2eda46ac44f899fd39740 Description-en: Development files for the Metkit toolkit MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package provides shared libraries and headers. Package: libmetkit-utils Description-md5: 18ec69375ccc709635f8cf67931673dc Description-en: Utilities for the MetKit MARS access library MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package contains the tool 'parse-mars-request' Package: libmetkit0d Description-md5: ffd1c836e3d87e69b2df136b1d6bd4dc Description-en: Library for Meteorology tookit, implementing MARS language MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. MARS is the Meteorological Archive Retrieval System from ECMWF. Package: libmetview-dev Description-md5: aab56829c1a4f7ec880dc0283fb8b3eb Description-en: Development files for MetView Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides static libraries and include files for building Metview-based software. Package: libmetview0d Description-md5: 538ea032789f4cb1b8c6534dbc24d0df Description-en: Shared libraries for MetView Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides shared libraries and for Metview-based software. Package: libmfem-dev Description-md5: 65e4de3a4887a9507024be17bd159bc0 Description-en: C++ library for finite element methods - development files This is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers. . This package provides mfem library development files. Package: libmfem4.7 Description-md5: e1ccc7afcf6f837f0196eee7faa3d6ac Description-en: Lightweight, general, scalable C++ library for finite element methods This is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers. 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: libmgl-data Description-md5: 72a1e314d7edd0e8da326b2891f7a2c6 Description-en: library for scientific graphs (data files) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the MathGL data files. Package: libmgl-dev Description-md5: 441e5bcf090e9cc82c7c471500af5e51 Description-en: library for scientific graphs (development files) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the development files. Package: libmgl-fltk8t64 Description-md5: e266cf0dd887b9170b6126ba6b9f77c6 Description-en: library for scientific graphs (fltk interface for windows) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the fltk interface shared object files for window opening. Package: libmgl-glut8t64 Description-md5: bc00345a6654105a9c2bc4b3630451c6 Description-en: library for scientific graphs (glut interface for windows) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the glut interface shared object files for window opening. Package: libmgl-mpi8t64 Description-md5: 2d3d49746caedfdbced3dc37fdf8f29e Description-en: library for scientific graphs (mpi enhanced runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the, parallel interface enhanced, shared object files. Package: libmgl-qt5-8t64 Description-md5: 65674fc1ba0d029dd5fccd30999c71b8 Description-en: library for scientific graphs (Qt interface for windows) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the Qt interface shared object files for window opening. Package: libmgl-wnd8t64 Description-md5: ae1ba382faceb7364c853fce1dda06e4 Description-en: library for scientific graphs (windows runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the window opening related shared object files based on Fltk, Qt and Wx. Package: libmgl-wx8t64 Description-md5: 756ea267aac5d394736c05f89a837fad Description-en: library for scientific graphs (wx interface for windows) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the wx interface shared object files for window opening. Package: libmgl8t64 Description-md5: 5b29b5827601f6236045854d314cfdae Description-en: library for scientific graphs (main runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the shared object files. 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: libmirserver-dev Description-md5: 5df494748c81b14deddb055b2b3bb810 Description-en: Mir Display Server - server library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required to build Mir servers. 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: libmlpack-dev Description-md5: 5660c8c90c61f0ce67048a9b1b536b58 Description-en: intuitive, fast, scalable C++ machine learning library (development libs) This package contains the mlpack Library development files. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a "swiss army knife" for machine learning researchers. Package: libmpich-dev Description-md5: 205143ab86543f81bee9061da3c41b22 Description-en: Development files for MPICH MPICH is a high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 3.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O. . This package includes the MPICH headers and static libraries, as well as the compiler wrappers needed to build MPICH programs. Package: libmpich12 Description-md5: 791075ca4caa9c5a6ee65f1aa2b76f75 Description-en: Shared libraries for MPICH MPICH is a high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 3.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O. . This package includes the MPICH shared libraries. Package: libmptcpd3 Description-md5: 844bd3471e4e6f51098be2d61a6ff896 Description-en: Multipath TCP Daemon Library The Multipath TCP Daemon Library is a library to build plugins for the mptcpd, short for Multipath TCP Daemon. This library can be used to perform Multipath TCP path management related operations in the user space. . The daemon interacts with the Linux kernel through a generic Netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request new MPTCP subflows, handle requests for subflows, etc. The plugin can react on events and requests path management related operations to create subflows, advertise addresses, etc. Package: libmptcpd3-dev Description-md5: 2f7b85d1f72587bc78856b7bd4fd9f9e Description-en: Multipath TCP Daemon Library - Development files The Multipath TCP Daemon Library is a library to build plugins for the mptcpd, short for Multipath TCP Daemon. This library can be used to perform Multipath TCP path management related operations in the user space. . The daemon interacts with the Linux kernel through a generic Netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request new MPTCP subflows, handle requests for subflows, etc. The plugin can react on events and requests path management related operations to create subflows, advertise addresses, etc. . This package provides the development files (ie. includes, static library) that allows one to build software or mptcpd plugins which uses libmptcpd3. Package: libmptcpd3-doc Description-md5: fb042abf60b3b692f172a4ad8806fda8 Description-en: Multipath TCP Daemon Library - documentation The Multipath TCP Daemon Library is a library to build plugins for the mptcpd, short for Multipath TCP Daemon. This library can be used to perform Multipath TCP path management related operations in the user space. . The daemon interacts with the Linux kernel through a generic Netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request new MPTCP subflows, handle requests for subflows, etc. Plugins can react on events and requests path management related operations to create subflows, advertise addresses, etc. . This package provides documentation files describing how to use libmptcpd3. Package: libmptcpwrap0 Description-md5: 9819956b26fb038cd274fa89a06f7029 Description-en: Multipath TCP Converter Library The Multipath TCP Converter Library - libmptcpwrap - helps to enable MPTCP usage on unmodified legacy services. This library can be used with LD_PRELOAD to force MPTCP socket usage instead of TCP. . To use MPTCP on a Linux kernel, it is required to explicitly create an MPTCP socket. In theory, it is then needed to modify an existing program to benefit from MPTCP. In practice, 'socket()' syscall can be modified to create an MPTCP socket instead of TCP. This is done with the help of this lib and LD_PRELOAD. Package: libmpv-dev Description-md5: 75dc37959dc839bda92d807f6bf8032d Description-en: video player based on MPlayer/mplayer2 (client library dev files) mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types. . This package provides development files for libmpv. Package: libmpv2 Description-md5: f53ab59815e161d1223f2ea17a8a58bd Description-en: video player based on MPlayer/mplayer2 (client library) mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types. . This package provides a client library that can be used to embed mpv in other applications. Package: libmrmpi-dev Description-md5: bb79131e88b83173f39b39400f4edeef Description-en: Implements MapReduce operation on top of standard MPI message - development The MapReduce-MPI (MR-MPI) library is open-source software that implements the MapReduce operation popularized by Google on top of standard MPI message passing. . The MR-MPI library is written in C++ and is callable from hi-level languages such as C++, C, Fortran. A Python wrapper is also included, so MapReduce programs can be written in Python, including map() and reduce() user callback methods. A hi-level scripting interface to the MR-MPI library, called OINK, is also included which can be used to develop and chain MapReduce algorithms together in scripts with commands that simplify data management tasks. OINK has its own manual and doc pages. . This package contains development files needed to build MapReduce-MPI applications. Package: libmrmpi1 Description-md5: 9a698058ad1c96ec48e87ca5bb14aa20 Description-en: Implements MapReduce operation on top of standard MPI message - runtime The MapReduce-MPI (MR-MPI) library is open-source software that implements the MapReduce operation popularized by Google on top of standard MPI message passing. . The MR-MPI library is written in C++ and is callable from hi-level languages such as C++, C, Fortran. A Python wrapper is also included, so MapReduce programs can be written in Python, including map() and reduce() user callback methods. A hi-level scripting interface to the MR-MPI library, called OINK, is also included which can be used to develop and chain MapReduce algorithms together in scripts with commands that simplify data management tasks. OINK has its own manual and doc pages. . This package contains the libraries needed to run MapReduce-MPI applications. Package: libmumps-5.7 Description-md5: 3f5077d4617d80daf0ac8274bb6a5446 Description-en: Direct linear systems solver - parallel shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. Package: libmumps-64pord-5.7 Description-md5: 5a888b1a342a2e94a90d63109cb8d3a2 Description-en: Direct linear systems solver (64 bit) - parallel shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps-64pord-ptscotch-5.7 Description-md5: a0dae21b4a69ca731cc72362a293e857 Description-en: Direct linear systems solver (64 bit) - PTScotch-version shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides shared libaries enabling reordering of data using PTSCOTCH. It supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps-64pord-scotch-5.7 Description-md5: e2fea1f33f14732db6f96ed663716c14 Description-en: Direct linear systems solver (64 bit) - Scotch-version shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides shared libaries enabling reordering of data using SCOTCH. It supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps-64pord-seq-5.7 Description-md5: 3f01d6b4e054bb8a8f9f0d747d3ab986 Description-en: Direct linear systems solver (64 bit) - non-parallel shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package is built the MUMPS libseq dummy sequential MPI library. Unless you know that you specifically need this, then you almost certainly want the libmumps-64pord-5.7 package. . This package supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps-dev Description-md5: df8d2f2904a9df44aec3849c3beec234 Description-en: Direct linear systems solver - parallel development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. Package: libmumps-headers-dev Description-md5: 73a2bea231709018b2b75161cab4d961 Description-en: Direct linear systems solver - development header files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides MUMPS header files used by libmumps*-dev packages. Package: libmumps-ptscotch-5.7 Description-md5: dda2423c0624e114135fde415d2ed7b5 Description-en: Direct linear systems solver - PTScotch-version shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides shared libaries enabling reordering of data using PTSCOTCH. Package: libmumps-ptscotch-dev Description-md5: 321a8c81f61b1038c0a28a977f0a7e03 Description-en: Direct linear systems solver - PTScotch-version development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides static libaries enabling reordering of data using PTSCOTCH. Package: libmumps-scotch-5.7 Description-md5: 0274bcf64a0ac447a0ad91ece85a0774 Description-en: Direct linear systems solver - Scotch-version shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides shared libaries enabling reordering of data using SCOTCH. Package: libmumps-scotch-dev Description-md5: 3e8e4d2096cd36a29623e15eb483acec Description-en: Direct linear systems solver - Scotch-version development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides static libaries enabling reordering of data using SCOTCH. Package: libmumps-seq-5.7 Description-md5: 079a3048c3620fad39984dacf82bca56 Description-en: Direct linear systems solver - non-parallel shared libraries MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package is built the MUMPS libseq dummy sequential MPI library. Unless you know that you specifically need this, then you almost certainly want the libmumps-5.7 package. Package: libmumps-seq-dev Description-md5: f5a73cf19e9751103fcb0255d1e6d748 Description-en: Direct linear systems solver - non-parallel development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package is built the MUMPS libseq dummy sequential MPI library. Unless you know that you specifically need this, then you almost certainly want the libmumps-dev package. Package: libmumps64-dev Description-md5: 04ddfe628dc0190ea8320168b051fe3a Description-en: Direct linear systems solver (64 bit) - parallel development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps64-ptscotch-dev Description-md5: 56220a793222f7a1dbf30aa904dcdab0 Description-en: Direct linear systems solver (64 bit) - PTScotch-version development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides static libaries enabling reordering of data using PTSCOTCH. It supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps64-scotch-dev Description-md5: fbbdc82aa71f50af5cd14c0f1624aaa4 Description-en: Direct linear systems solver (64 bit) - Scotch-version development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package provides static libaries enabling reordering of data using SCOTCH. It supports 64-bit ordering (-DPORD_INTSIZE64). Package: libmumps64-seq-dev Description-md5: 224ca7fac3b4348baa80d8cc51423a16 Description-en: Direct linear systems solver (64 bit) - non-parallel development files MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. . This package is built the MUMPS libseq dummy sequential MPI library. Unless you know that you specifically need this, then you almost certainly want the libmumps64-dev package. . This package supports 64-bit ordering (-DPORD_INTSIZE64). Package: libnblib-gmx-dev Description-md5: dc27cd189c67f6f5e8570c76bbb9230c Description-en: GROMACS molecular dynamics sim, NB-LIB development kit GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . The goal of NB-LIB is to enable researchers to programmatically define molecular simulations. Traditionally these have been performed using a collection of executables and a manual workflow followed by a “black-box” simulation engine. NB-LIB allows users to script a variety of novel simulation and analysis workflows at a more granular level. . This package contains header files for NB-LIB. For the legacy GROMACS API, see libgromacs-dev. Package: libnblib-gmx0 Description-md5: 4d65ba852c35b66c083ab49bac0f2eb5 Description-en: GROMACS molecular dynamics sim, NB-LIB shared libraries GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . The goal of NB-LIB is to enable researchers to programmatically define molecular simulations. Traditionally these have been performed using a collection of executables and a manual workflow followed by a “black-box” simulation engine. NB-LIB allows users to script a variety of novel simulation and analysis workflows at a more granular level. . This package contains the shared library, libnblib-gmx. Package: libncarg-bin Description-md5: f8affe674e63c9363c21bae99542a011 Description-en: NCAR command-language library - development tools This package provides development tools for developing applications of the NCARG command library, such as wrappers for compilation of NCL executables. Package: libncarg-data Description-md5: b77afafcc6bb70406642ac66445db160 Description-en: NCAR command-language library - Data NCAR Command Language library used by NCAR. This package contains data such as colormaps, fonts and map data that is used by the ncarg library. Package: libncarg-dev Description-md5: 9c9148628e6b5c148812518160386ff6 Description-en: Development files for the NCAR command language library ncarg is the NCAR command-language. Package: libncarg0t64 Description-md5: 848c564cd2a3d341bcecdb0eb6060b5d Description-en: NCAR command-language library NCAR Command Language library used by NCAR binaries and tools. Package: libncbi-ngs-dev Description-md5: 3422bc1afe8fcaeaf775092e387806dd Description-en: Next Generation Sequencing language Bindings (C++ development) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . This is the full development package. Package: libncbi-ngs3 Description-md5: eea05f384e3aa5790614840e037c0cad Description-en: Next Generation Sequencing language Bindings (full runtime) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. Package: libnetcdf-mpi-19 Description-md5: 544d5abff5d8ffd3a09189e30430026f Description-en: Interface for scientific data access to large binary data NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. . This package contains the C run-time shared libraries required by programs. Package: libnetcdf-mpi-dev Description-md5: f5762b06d6f3c4ec071c7868de8d7e05 Description-en: creation, access, and sharing of array-oriented scientific data NetCDF (network Common Data Form) is a set of interfaces for array-oriented data access and a freely distributed collection of data access libraries for C, Fortran, C++, Java, and other languages. The netCDF libraries support a machine-independent format for representing scientific data. Together, the interfaces, libraries, and format support the creation, access, and sharing of scientific data. . This package provides headers. Package: libnetcdf-pnetcdf-19 Description-md5: 544d5abff5d8ffd3a09189e30430026f Description-en: Interface for scientific data access to large binary data NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. . This package contains the C run-time shared libraries required by programs. Package: libnetcdf-pnetcdf-dev Description-md5: f5762b06d6f3c4ec071c7868de8d7e05 Description-en: creation, access, and sharing of array-oriented scientific data NetCDF (network Common Data Form) is a set of interfaces for array-oriented data access and a freely distributed collection of data access libraries for C, Fortran, C++, Java, and other languages. The netCDF libraries support a machine-independent format for representing scientific data. Together, the interfaces, libraries, and format support the creation, access, and sharing of scientific data. . This package provides headers. Package: libnglib-6.2t64 Description-md5: 749dde83fc8c0f63e018605be247d718 Description-en: Automatic 3d tetrahedral mesh generator shared library NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the shared libraries. Package: libnglib-dev Description-md5: 688d6219dad630c08a816fa98ae2a6fb Description-en: Automatic 3d tetrahedral mesh generator development files NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the static libraries and header files. Package: libngs-c++-dev Description-md5: 9534a0a0250642f9581d48e416693286 Description-en: Next Generation Sequencing language Bindings (C++ development) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . This is the development package for C++ usage. Package: libngs-c++3 Description-md5: 0fec940c649cd38f828013b13b889f53 Description-en: Next Generation Sequencing language Bindings (C++ runtime) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. Package: libngs-java Description-md5: 7e9c9b034df5ad8390e688ab3dbb4b4b Description-en: Next Generation Sequencing language Bindings (Java bindings) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Java bindings. Package: libngs-java-doc Description-md5: 0b28558f8410c16ac13258cb3eb503e2 Description-en: Next Generation Sequencing language Bindings (Java documentation) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Documentation for the Java bindings. Package: libngs-jni Description-md5: ac3f619a761e17f97e3175d723403d2c Description-en: Next Generation Sequencing language Bindings (Java native binding) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Java native bindings. Package: 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: libnss-extrausers Description-md5: ddb09d6e0234d21eb8b08b919f49ef5b Description-en: nss module to have an additional passwd, shadow and group file This Name Service Switch (NSS) module reads /var/lib/extrausers/passwd, /var/lib/extrausers/shadow and /var/lib/extrausers/groups, allowing to store system accounts and accounts copied from other systems in different files. Package: libnss-myhostname Description-md5: 0980255dcdd179a9442647b0c4bdcb7c Description-en: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.0.2 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Package: libnss-resolve Description-md5: 2dce7349d41cde95481f217d1250a7a1 Description-en: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd-resolved package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Package: libnthash-dev Description-md5: 0594065329be0972efe23be4ee0be429 Description-en: Recursive hash function for hashing all possible k-mers in a DNA/RNA sequence This is a header-only binary containing the necessary files for implementing nthash function. 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: 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: 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: libomp5-20 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: libopen-trace-format-dev Description-md5: cc31607672380d5ebba77ef4f230204a Description-en: Open Trace Format support library - development files OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf provides support for reading/writing them. . This package contains development files to compile against libopen-trace-format. Package: libopen-trace-format1 Description-md5: 942a33170a37b40f4d87c2a585041442 Description-en: Open Trace Format support library - shared library OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf provides support for reading/writing them. . This package contains the libotf shared library. Package: libopen3d-dev Description-md5: 7f50e228865cfccefabbd802df6d9d7c Description-en: Library for 3D data processing - development headers Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package contains the development headers for C++ Package: libopen3d0.18t64 Description-md5: 293b80c6ea389274989a61431706a06e Description-en: Library for 3D data processing Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. Package: libopenfoam Description-md5: 03c5770cc760693bbb21400c29d6894b Description-en: Open source toolbox for Computational Fluid Dynamics (CFD) - libraries OpenFOAM is the free, open source CFD software released and developed primarily by OpenCFD Ltd since 2004. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to acoustics, solid mechanics and electromagnetics. . Package contains needed libraries. Package: libopenmpi-dev Description-md5: b378507a7bc7ecccf3855f2ea92d5e20 Description-en: high performance message passing library -- header files Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains the header files and compiler wrappers which are needed to compile and link programs against libopenmpi. Package: libopenmpi40 Description-md5: 72141e1823cc63cbe9896c2f4fefec5f Description-en: high performance message passing library -- shared library Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains the Open MPI shared libraries. Package: libopm-common Description-md5: fa2fdadcd9a8abc6b4fb3956d49e0678 Description-en: Tools for Eclipse reservoir simulation files -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . The Eclipse file format is widely used in the reservoir simulation community. This package provides library containing code for processing files in Eclipse format as well as utility code used by other OPM modules. Package: libopm-common-bin Description-md5: 0b7721ca0bfd02d60520174005663530 Description-en: Tools for Eclipse reservoir simulation files -- utility programs The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . The Eclipse file format is widely used in the reservoir simulation community. This package provides utility programs to process files in this format, like for comparing two files, converting between binary version and formatted text file format, etc. Package: libopm-common-dev Description-md5: 9f0c4321a4edd4076d38b2289c90d613 Description-en: Tools for Eclipse reservoir simulation files -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the shared buildsystem of all OPM modules, the headers for input, parsing, and output of files in Eclipse format, a format widely used in the reservoir simulation community, and generic utilities used in other OPM modules. Package: libopm-common-doc Description-md5: 6d3a99580e17a54e28dd7e4ae43c3909 Description-en: Tools for Eclipse reservoir simulation files -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the source code documentation of library and tools for Eclipse reservoir simulation files. Package: libopm-grid Description-md5: 43e564721b92f6c16ececf703742368f Description-en: DUNE grid implementations for reservoir simulation -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the library of the grid implementations. Package: libopm-grid-bin Description-md5: daf5cfbf8d555d141fbbbe8e0be74f29 Description-en: corner point grid utility programs The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides programs to mirror corner point grids specified in Eclipse file format and convert the corner point grid representation of an Eclipse together with permeability/porosity to file suitable for visualization with Paraview. Package: libopm-grid-dev Description-md5: fb8a51ca678b8a489fe8c21af32a4f03 Description-en: DUNE grid implementations for reservoir simulation -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the development files for the grid implementations, i.e. the headers and shared library links. Package: libopm-grid-doc Description-md5: d590b623b755f72e4588ba78c88f1dd8 Description-en: DUNE grid implementations for reservoir simulation -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the source code documentation of the grid implementations. Package: libopm-material-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-material-doc Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-models-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-models-doc Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-simulators Description-md5: 56e1acedd6234c496183c4235f53d8b5 Description-en: Open porous media / reservoir simulators -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides the library used by the research (ebos) and production (flow) fully implicit black-oil simulators. Package: libopm-simulators-bin Description-md5: a53078b54969f0808458867bd6bb2768 Description-en: Parallel porous media / reservoir simulators -- applications The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a defacto industry standard in the oil reservoir simulation community. . Package provides the simulation programs. Package: libopm-simulators-dev Description-md5: 2081827cf2da00f50fdbcc42d393ba35 Description-en: Parallel porous media / reservoir simulators -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides the development files (headers and shared library links). Package: libopm-simulators-doc Description-md5: 8b23700b16a9d881dea6ba8c0f73dea2 Description-en: Open porous media / reservoir simulators -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides documentation of the source code of the simulators. Package: libopm-upscaling Description-md5: f5adbe2326af653914969fa715f89e1a Description-en: Porous media upscaling tools -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the shared library used by the upscaling applications. Package: libopm-upscaling-bin Description-md5: 341212c591ed4e125a15eda09b058803 Description-en: Porous media upscaling tools -- applications The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the upscaling applications. Package: libopm-upscaling-dev Description-md5: 08651316d101be599bb4e8f3ced0912f Description-en: Porous media upscaling tools -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the development files (headers and shared library links). Package: libopm-upscaling-doc Description-md5: 64dcfd2b0519df9e7e7ab43e35aff3fc Description-en: Porous media upscaling tools -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the documentation of the source code. Package: libosmo-sccp-dev Description-md5: 8e070ef906970234ad41b0d7cca14c80 Description-en: Development files for libsccp, libmtp and libxua SCCP is a network layer protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks. It is heavily used in cellular networks such as GSM. This package contains the development files for the library. Package: libosmo-sigtran-dev Description-md5: 354d370f4fbb4364ad9dc338550d9c6a Description-en: Development headers for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, including connection-less and connection-oriented SCCP as per ITU-T Q.71x, M3UA (MTP3 User Adaptation) according to IETF RFC4666, SUA (SCCP User Adpatation) according to IETF RFC3868 as well as MTP-level routing function and handling of signaling links, linksets, ASPs, SGs, etc. Package: libosmo-sigtran-doc Description-md5: f934691e54ebb87d59e7b356a8e9c29a Description-en: Documentation for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, including connection-less and connection-oriented SCCP as per ITU-T Q.71x, M3UA (MTP3 User Adaptation) according to IETF RFC4666, SUA (SCCP User Adpatation) according to IETF RFC3868 as well as MTP-level routing function and handling of signaling links, linksets, ASPs, SGs, etc. This package provides documentation for the Osmocom SIGTRAN Library. Package: libosmo-sigtran10 Description-md5: 41b089f4864402089ec9cc59171b3e90 Description-en: Osmocom SIGTRAN library (SCCP, SUA, M3UA and more) This is a shared library containing SS7/SIGTRAN related functionality, including connection-less and connection-oriented SCCP as per ITU-T Q.71x, M3UA (MTP3 User Adaptation) according to IETF RFC4666, SUA (SCCP User Adpatation) according to IETF RFC3868 as well as MTP-level routing function and handling of signaling links, linksets, ASPs, SGs, etc. Package: libosmomtp0 Description-md5: fe3c70e0aec1adc1289180986ebfa2bd Description-en: Message Transfer Part for Signaling System 7 MTP is part of the Signaling System 7 used for communication in Public Switched Telephone Networks. MTP is responsible for reliable, unduplicated and in-sequence transport of SS7 messages between communication partners. This library is closely related to the libosmosccp library. Package: libosmosccp0 Description-md5: 9a8e1655bde7b31c3538347e4f590f92 Description-en: Library for Signalling Connection Control Part (SCCP) SCCP is a network layer protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks. It is heavily used in cellular networks such as GSM. Package: libosmoxua0 Description-md5: e7d06984ffdbe59bafb4c4ba160f6fea Description-en: Osmocom SCCP support library for generating and parsing messages SCCP is a network layer protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks. It is heavily used in cellular networks such as GSM. This library is used to provide generating and parsing message facilities. Package: libotf-trace-dev Description-md5: f5368aa013b39af127938fe9591c9125 Description-en: Open Trace format support library - compatibility symlink OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf provides support for reading/writing them. . This package contains compatibility symlinks for the old libotf.so library name and headers. Package: libotfaux0 Description-md5: 93324652b397f948446cdfe5c3db4ea7 Description-en: Open Trace Format support library - shared library OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotfaux provides support for reading/writing them. . This package contains the libotfaux shared library. Package: libp4est-2.3 Description-md5: e80a50e228ca07830a64dd22d30e1642 Description-en: Algorithms for Parallel Adaptive Mesh Refinement - shared library The p4est software library enables the dynamic management of a collection of adaptive octrees, conveniently called a forest of octrees. p4est is designed to work in parallel and scale to hundreds of thousands of processor cores. . This package contains the shared library. Package: libp4est-dev Description-md5: 1eb998be717d04c1faca5373d8c4b2f0 Description-en: Algorithms for Parallel Adaptive Mesh Refinement - development files The p4est software library enables the dynamic management of a collection of adaptive octrees, conveniently called a forest of octrees. p4est is designed to work in parallel and scale to hundreds of thousands of processor cores. . This package contains the development files. Package: libp4est-sc-2.3 Description-md5: f3676b0f5475017514008ac7151ccff9 Description-en: Algorithms for Parallel Adaptive Mesh Refinement - support library The p4est software library enables the dynamic management of a collection of adaptive octrees, conveniently called a forest of octrees. p4est is designed to work in parallel and scale to hundreds of thousands of processor cores. . This package contains the support library. Package: libpam-fscrypt Description-md5: 421164b2c9097f303ec36802927e6dea Description-en: PAM module for Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This PAM module can be used to unlock one or more directories upon user login and then lock those directories when the user ends their session. Package: libpam-ssh-agent-auth Description-md5: b497af339bd0a11905af49467fcfcf83 Description-en: PAM Authentication via forwarded ssh-agent pam_ssh_agent_auth is a PAM module which permits PAM authentication via your keyring in a forwarded ssh-agent. . This module can be used to provide authentication for anything run locally that supports PAM. It was written specifically with the intention of permitting authentication for sudo without password entry, and also has been proven useful for use with su as an alternative to wheel. Package: 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: libpcl-apps1.14 Description-md5: fb64622368e817e9f7599d538d8a8231 Description-en: Point Cloud Library - apps library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the libraries needed to run applications depending on PCL apps. Package: libpcl-common1.14 Description-md5: e124d70174bf8fd27896e1a2702f7c75 Description-en: Point Cloud Library - common library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL common library. Package: libpcl-dev Description-md5: 621d78511d316c10676102f4eb2d5e65 Description-en: Point Cloud Library - development files The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains development files (headers and shared library symbolic link). Package: libpcl-doc Description-md5: 2eac989d9e8426e817a291a4d72d8b4d Description-en: Point Cloud Library - documentation The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the Doxygen generated documentation. Package: libpcl-features1.14 Description-md5: 6b2cfde4ea608cec5667c51cecae1d04 Description-en: Point Cloud Library - features library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL features library. Package: libpcl-filters1.14 Description-md5: 5dc174cffaaecba9a8e6573ea3742124 Description-en: Point Cloud Library - filters library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL filters library. Package: libpcl-io1.14 Description-md5: 32b70475a17565f461df37256996889a Description-en: Point Cloud Library - I/O library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the libraries needed to run applications depending on PCL io. Package: libpcl-kdtree1.14 Description-md5: 2b746b073bd8243924b1f76887ef7870 Description-en: Point Cloud Library - kdtree library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL kdtree library. Package: libpcl-keypoints1.14 Description-md5: 2ebd8d288fd640a31cadb9a47aea2b49 Description-en: Point Cloud Library - keypoints library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL keypoints library. Package: libpcl-ml1.14 Description-md5: 555d995717db7a2124ff109f381f6b9c Description-en: Point Cloud Library - ml library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL ml library. Package: libpcl-octree1.14 Description-md5: 3e222bdd6932ba069557aae7996aee8a Description-en: Point Cloud Library - octree library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL octree library. Package: libpcl-outofcore1.14 Description-md5: 03cc4446a707e8e13cbb22dd7978a195 Description-en: Point Cloud Library - outofcore library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the libraries needed to run applications depending on PCL outofcore. Package: libpcl-people1.14 Description-md5: d4e81c5414b8901c2263bfa3d8deea03 Description-en: Point Cloud Library - people library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the libraries needed to run applications depending on PCL people. Package: libpcl-recognition1.14 Description-md5: 7845b738fa518f105555886cf24db674 Description-en: Point Cloud Library - recognition library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the libraries needed to run applications depending on PCL recognition. Package: libpcl-registration1.14 Description-md5: 99866bb3c92cf3b4f48a9ad2a5ba3faa Description-en: Point Cloud Library - registration library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL registration library. Package: libpcl-sample-consensus1.14 Description-md5: 231c3575c742c67f65c7337736d3c42c Description-en: Point Cloud Library - sample consensus library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL sample consensus library. Package: libpcl-search1.14 Description-md5: 08d512cb4be213d02f0208aa68cfbe10 Description-en: Point Cloud Library - search library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL search library. Package: libpcl-segmentation1.14 Description-md5: d78224d9a2146191c1882e51ec9c34bb Description-en: Point Cloud Library - segmentation library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL segmentation library. Package: libpcl-stereo1.14 Description-md5: 1d394a47859d0d2b58cbaa560b3c2c06 Description-en: Point Cloud Library - stereo library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL stereo library. Package: libpcl-surface1.14 Description-md5: d3a8222ea16ee8055baf78527c964e45 Description-en: Point Cloud Library - surface library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL surface library. Package: libpcl-tracking1.14 Description-md5: 3b3ad71f463a97f672c9a544e952698c Description-en: Point Cloud Library - tracking library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL tracking library. Package: libpcl-visualization1.14 Description-md5: 0e570a53d7eb86b10ad020e182428d16 Description-en: Point Cloud Library - visualization library The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package contains the PCL visualization library. Package: libperlx-maybe-xs-perl Description-md5: 923df061de5e574d0943f8c78ed8e6f1 Description-en: XS backend for PerlX::Maybe PerlX::Maybe::XS is a (possibly 30% faster) XS implementation of PerlX::Maybe. Package: libpetsc-complex-dev Description-md5: 8f875d2e33f062bf8a5090f431f3003d Description-en: Virtual package depending on latest PETSc development package PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This is a dummy package which depends on the most recent version of libpetsc-complexX-dev with complex number support (X=version). Package: libpetsc-complex3.22 Description-md5: cc5f892f0800afc45444321189cacfaf Description-en: Shared libraries for version 3.22 of PETSc with Complex Numbers PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package contains the PETSc 3.22 shared library, supporting complex numbers. . It provides soname libpetsc-complex3.22 Package: libpetsc-complex3.22-dbg Description-md5: aa066db869222d4d00eb36590ad72e2e Description-en: Debugging libraries for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files and debugging libraries for debugging applications using PETSc 3.22 with complex number support. . Libraries include unstripped symbols, but this package is also built with internal PETSc debugging activated (--with-debugging=1). Package: libpetsc-complex3.22-dev Description-md5: c9e281be0c33f0c690aaca0f9d26e9b6 Description-en: Static libraries, shared links, header files for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files for building applications using PETSc 3.22 with support for complex numbers. . Note HYPRE is not supported with PETSc complex. Package: libpetsc-real-dev Description-md5: 0825f2bf23862044ae0b2d06e81d473f Description-en: Virtual package depending on latest PETSc development package PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This is a dummy package which depends on the most recent version of libpetsc-realX-dev with real number support (X=version). Package: libpetsc-real3.22 Description-md5: 99373fccc67a1ec2d1db0a1c60ddfea3 Description-en: Shared libraries for version 3.22 of PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package contains the PETSc 3.22 shared library for real numbers. . It provides soname libpetsc-real3.22 Package: libpetsc-real3.22-dbg Description-md5: 8ec73a90ebfd85a0184913dd1b18cdca Description-en: Debugging libraries for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files and debugging libraries for debugging applications using PETSc 3.22 with real numbers. . Libraries include unstripped symbols, but this package is also built with internal PETSc debugging activated (--with-debugging=1). Package: libpetsc-real3.22-dev Description-md5: 3f009d9b51758cccaad1c3eef1597d40 Description-en: Static libraries, shared links, header files for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files for building applications using PETSc 3.22 with real numbers. Package: libpetsc3.22-dev-common Description-md5: 9acf07d44fc61586195caaaf206708a5 Description-en: Common header and support dev files for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides header and other support files common to the various dev packages (with real or complex number support) for PETSc 3.22. Package: libpetsc3.22-dev-examples Description-md5: de6be8702c9982a22ca5358d79247300 Description-en: Static libraries, shared links, header files for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides example, test, and tutorial scripts for PETSc 3.22. Package: libpetsc64-complex-dev Description-md5: 8e048939ed9ca0178d7c639bca3b6702 Description-en: Latest 64-bit PETSc development package with complex numbers PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This is a dummy package which depends on the most recent version of libpetsc64-complexX-dev with complex number support and 64-bit indexing (X=version). Package: libpetsc64-complex3.22 Description-md5: 247ef33e6a0ba03c12e8515eb923dea9 Description-en: Shared libraries for version 3.22 of 64-bit PETSc with Complex Numbers PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package contains the PETSc 3.22 shared library, supporting complex numbers and 64-bit indexing. . It provides soname libpetsc64-complex3.22 Package: libpetsc64-complex3.22-dbg Description-md5: 27f24ad770efa241f0d57ef9c3de7721 Description-en: Debugging libraries for 64-bit PETSc with Complex Numbers PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files and debugging libraries for debugging applications using PETSc 3.22 with complex number support and 64-bit indexing. . Libraries include unstripped symbols, but this package is also built with internal PETSc debugging activated (--with-debugging=1). Package: libpetsc64-complex3.22-dev Description-md5: 82f2bc803dab4295428fa4b9b8389e79 Description-en: Development files for 64-bit PETSc with complex numbers PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files for building applications using PETSc 3.22 with support for complex numbers and 64-bit indexing. . Note HYPRE is not supported with PETSc complex. Package: libpetsc64-real-dev Description-md5: 59dd1c0daf1186a4352de59614959df7 Description-en: Virtual package depending on latest 64-bit PETSc development package PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This is a dummy package which depends on the most recent version of libpetsc64-realX-dev with real number support and 64-bit indexing (X=version). Package: libpetsc64-real3.22 Description-md5: e5048d0e5707c5518feea88f034bacf6 Description-en: Shared libraries for version 3.22 of 64-bit PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package contains the PETSc 3.22 shared library for real numbers and 64-bit indexing. . It provides soname libpetsc-real3.22 Package: libpetsc64-real3.22-dbg Description-md5: 7d0571f098797019a1aee44cae7006d7 Description-en: Debugging libraries for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files and debugging libraries for debugging applications using PETSc 3.22 with real numbers and 64-bit indexing. . Libraries include unstripped symbols, but this package is also built with internal PETSc debugging activated (--with-debugging=1). Package: libpetsc64-real3.22-dev Description-md5: c8d389ce178f5df04fc62c598fb00ecc Description-en: Static libraries, shared links, header files for 64-bit PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package provides the development files for building applications using PETSc 3.22 with real numbers and 64-bit indexing. Package: libpgplot0 Description-md5: f1cb3323ff5ab1ee705431ac5eb3ce25 Description-en: PGPLOT replacement shared lib based on giza Giza is a lightweight scientific plotting library built on top of cairo that provides uniform output to multiple devices. Giza also provides a mostly compatible, modern replacement for the PGPLOT graphics library. . This package provides a free replacement for the PGPLOT shared lib. Package: libphp8.4-embed Description-md5: 17fa3de0790c8e86099371b7d0b0b0bd Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.4.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: 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: libplb-dev Description-md5: 0c0a0f0dc8684237d68eff48b37d7977 Description-en: CFD solver based on the lattice Boltzmann method. Development files A software tool for classical CFD, particle-based models and complex physical interaction, Palabos offers a powerful environment for your fluid flow simulations. . Through the innovative matrix-based interface, setting up a massively parallel simulation or developing a new physical model has become simpler than ever. The package contains development files. Package: libplb-doc Description-md5: 019a6d9c804665b81d9aee8feab0d73a Description-en: CFD solver based on the lattice Boltzmann method. Documentation A software tool for classical CFD, particle-based models and complex physical interaction, Palabos offers a powerful environment for your fluid flow simulations. . Through the innovative matrix-based interface, setting up a massively parallel simulation or developing a new physical model has become simpler than ever. The package contains documentation and examples Package: libplb1t64 Description-md5: 574552b618b5e22d328e745c436cc1cb Description-en: CFD solver based on the lattice Boltzmann method. Shared library A software tool for classical CFD, particle-based models and complex physical interaction, Palabos offers a powerful environment for your fluid flow simulations. . Through the innovative matrix-based interface, setting up a massively parallel simulation or developing a new physical model has become simpler than ever. The package contains shared library. Package: libpnetcdf-dev Description-md5: 0103ba17a43b67909b8b1d0270e35fa5 Description-en: Development files for the parallel netCDF library PnetCDF is a library providing high-performance parallel I/O while still maintaining file-format compatibility with Unidata's NetCDF, specifically the formats of CDF-1 and CDF-2. Although NetCDF supports parallel I/O starting from version 4, the files must be in HDF5 format. PnetCDF is currently the only choice for carrying out parallel I/O on files that are in classic formats (CDF-1 and 2). . In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2, that supports more data types and allows users to define large dimensions, attributes, and variables (>2B elements). Package: libpnetcdf0d Description-md5: 7091f57470e3f2961350c0e6ced75dba Description-en: Libraryfor reading and writing parallel NetCDF files PnetCDF provides high-performance parallel I/O while still maintaining file-format compatibility with Unidata's NetCDF, specifically the formats of CDF-1 and CDF-2. . In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2, that supports more data types and allows users to define large dimensions, attributes, and variables (>2B elements). . This package provides the static library libpnetcdf.a Package: libpnetcdf6 Description-md5: 7091f57470e3f2961350c0e6ced75dba Description-en: Libraryfor reading and writing parallel NetCDF files PnetCDF provides high-performance parallel I/O while still maintaining file-format compatibility with Unidata's NetCDF, specifically the formats of CDF-1 and CDF-2. . In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2, that supports more data types and allows users to define large dimensions, attributes, and variables (>2B elements). . This package provides the static library libpnetcdf.a Package: libpocl-dev Description-md5: edd2fcf6dac885dd120b29e19b52fce2 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. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . 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: libpocl2-common Description-md5: 73ba37913f8df3aa9b2105db2ca31c55 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. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides the architecture independent files of the pocl library. Package: libpocl2t64 Description-md5: aa3b27c7c5041bd439cd25028a5a5f74 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: libptscotch-7.0 Description-md5: 4f6f275a40d71d2a070c51326b849b38 Description-en: MPI programs and libraries for graph, mesh and hypergraph partitioning Shared libraries package for PT-SCOTCH, the MPI version of scotch, which is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Package: libptscotch-dev Description-md5: 0eafb053278f9be78b326b70f40b1fd4 Description-en: MPI programs and libraries for graph, mesh and hypergraph partitioning Headers and libraries package for PT-SCOTCH, the MPI version of scotch, which is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Package: libpython3.12-testsuite Description-md5: ad730db5e04da1131b8cceebc4970626 Description-en: Testsuite for the Python standard library (v3.12) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.12-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.12-stdlib package). Package: libpython3.13-testsuite Description-md5: 6eb1cb1c77a35f3ad72e9402f5401943 Description-en: Testsuite for the Python standard library (v3.13) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.13-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.13-stdlib package). Package: libqt5contacts5a Description-md5: 2f48c07bace2d6691360fbae8783a306 Description-en: Qt PIM module, Contacts library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt PIM module's Contacts library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5organizer5a Description-md5: ed8d300fc6b3a1af43a5d3e844504189 Description-en: Qt PIM module, Organizer library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt PIM module's Organizer library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5versit5a Description-md5: d194430a054da7d8130a932e9b854f78 Description-en: Qt PIM module, Versit library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt PIM module's Versit library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5versitorganizer5a Description-md5: 39cdd38dea099ca0a10ccc81648a08ba Description-en: Qt PIM module, Versit Organizer library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt PIM module's Versit Organizer library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqtpropertybrowser-dev Description-md5: 0b27dd2131dcb793652328ce1f7ad328 Description-en: Qt Property Browser Library - development A framework providing a set of graphical editors for Qt properties similar to the one used in Qt Designer. . This package contains development files needed to build applications using Qt Property Browser Package: libqtpropertybrowser5 Description-md5: de188948f9f3ab759a084b870302323d Description-en: Qt Property Browser Library - runtime A framework providing a set of graphical editors for Qt properties similar to the one used in Qt Designer. . This package contains the shared libraries needed to run applications linked against libqtpropertybrowser5. Package: librdkit-dev Description-md5: cadf4e2d9818548292d31eade9e00bca Description-en: Collection of cheminformatics and machine-learning software (development files) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the header files. Package: librdkit1t64 Description-md5: f3b5688fc64de582110322df8c0d19da Description-en: Collection of cheminformatics and machine-learning software (shared libraries) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the shared libraries. Package: librheolef-dev Description-md5: b57cb7ed615e9036ae6ab40459f7f80f Description-en: efficient Finite Element environment - development files Rheolef is a computer environment that serves as a convenient laboratory for computations in applied mathematics involving finite element-like methods. It provides a set of commands and C++ algorithms and containers. . Most basically, containers cover the classic graph data structure for sparse matrix formats and finite element meshes. At a higher level of abstraction, they can handle approximate finite element spaces, discrete fields. Flexible and powerful expressions are used to specify bilinear forms. . Current applications include: * massively distributed memory finite element environment, based on MPI; * elasticity, Stokes and Navier-Stokes problems in 2D and 3D; * complex fluids applications: viscoplasticity, viscoelasticity, wall slip; * nonlinear problems with fixed-point, Newton and continuation methods; * high order polynomials, mixed elements and discontinuous Galerkin methods; * auto-adaptive mesh approaches; * axisymmetric problems; * multi-regions and variable coefficient problems. . This package provides the headers required for development. Package: librheolef1 Description-md5: 1b80165773fd20d001546830b210c8f7 Description-en: efficient Finite Element environment - shared library Rheolef is a computer environment that serves as a convenient laboratory for computations in applied mathematics involving finite element-like methods. It provides a set of commands and C++ algorithms and containers. . Most basically, containers cover the classic graph data structure for sparse matrix formats and finite element meshes. At a higher level of abstraction, they can handle approximate finite element spaces, discrete fields. Flexible and powerful expressions are used to specify bilinear forms. . Current applications include: * massively distributed memory finite element environment, based on MPI; * elasticity, Stokes and Navier-Stokes problems in 2D and 3D; * complex fluids applications: viscoplasticity, viscoelasticity, wall slip; * nonlinear problems with fixed-point, Newton and continuation methods; * high order polynomials, mixed elements and discontinuous Galerkin methods; * auto-adaptive mesh approaches; * axisymmetric problems; * multi-regions and variable coefficient problems. . This package provides the shared library. Package: librhino-java Description-md5: 56304b110a7e11df7b042a8bec6b6f22 Description-en: Libraries for rhino Java Script Engine Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. . This package contains only Java library and no interpreter. For Rhino interpreter, you install rhino package. Package: libruby3.1t64 Description-md5: 66e37af89f1234cdbe6ad1ecbc869d44 Description-en: Libraries necessary to run Ruby 3.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-3.1' library, necessary to run Ruby 3.1. (API version 3.1.0) Package: librust-adblock-dev Description-md5: 5f7a10e04be895665cc826559fceaa4a Description-en: native Rust module for Adblock Plus syntax - Rust source code EasyList, EasyPrivacy) filter parsing and matching. . Source code for Debianized Rust crate "adblock" Package: librust-alacritty-terminal-dev Description-md5: d47860122866cc1404131c6edf85cc77 Description-en: Writing terminal emulators - Rust source code Source code for Debianized Rust crate "alacritty_terminal" Package: librust-aom-sys-dev Description-md5: c4a0ca2d2f231ed94b12559a933faa29 Description-en: FFI bindings to aom - Rust source code Source code for Debianized Rust crate "aom-sys" Package: librust-arboard-dev Description-md5: 11b2d289cbd5f43a1f871162717b5ecd Description-en: Image and text handling for the OS clipboard - Rust source code Source code for Debianized Rust crate "arboard" Package: librust-async-h1-dev Description-md5: d7e3bbbaee06b76acce3ea52c827962c Description-en: Asynchronous HTTP 1.1 parser - Rust source code Source code for Debianized Rust crate "async-h1" Package: librust-async-tungstenite-dev Description-md5: b1f39d0a75d2777a4eb03b93b16cd32a Description-en: Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation - Rust source code Source code for Debianized Rust crate "async-tungstenite" 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-base64-dev Description-md5: 32fd475be71ad568067a575a587f286c Description-en: Encodes and decodes base64 as bytes or utf8 - Rust source code Source code for Debianized Rust crate "base64" Package: librust-bat-dev Description-md5: ad07f1ccda62a905bf9c50826c538f39 Description-en: Cat(1) clone with wings - Rust source code Source code for Debianized Rust crate "bat" Package: librust-bigdecimal-dev Description-md5: f7e03c716b8e0e437cce574f28c14752 Description-en: Arbitrary precision decimal numbers - Rust source code Source code for Debianized Rust crate "bigdecimal" Package: librust-bindgen-dev Description-md5: 0f5047fc164db07d00115bf53f4b28a8 Description-en: Automatically generates Rust FFI bindings to C and C++ libraries - Rust source code Source code for Debianized Rust crate "bindgen" Package: librust-boxcar-dev Description-md5: 37b83ff178609f5e4adda5541e74fd69 Description-en: Concurrent, append-only vector - Rust source code Source code for Debianized Rust crate "boxcar" Package: librust-breezyshim-dev Description-md5: e9c71818fbf2d1c3254b7edd221049a8 Description-en: Rust shim around the Breezy Python API - Rust source code Source code for Debianized Rust crate "breezyshim" Package: librust-broot-dev Description-md5: ec5a23d7cdd81c803225e4bfe69639db Description-en: New file manager - Rust source code Source code for Debianized Rust crate "broot" Package: librust-bson-dev Description-md5: 6edb2b6fd8a01a358f0a72b23646adc7 Description-en: Encoding and decoding support for BSON in Rust - Rust source code Source code for Debianized Rust crate "bson" Package: librust-buildlog-consultant-dev Description-md5: 68418a2ae77bd97cb10d05239f5114c8 Description-en: Buildlog parser and analyser - Rust source code Source code for Debianized Rust crate "buildlog-consultant" Package: librust-calloop-0.10+futures-io-dev Description-md5: 44c7e9b76d0f10a66bb8b64c33e7b66a Description-en: Callback-based event loop - feature "futures-io" This metapackage enables feature "futures-io" for the Rust calloop crate, by pulling in any additional dependencies needed by that feature. Package: librust-calloop-0.10+futures-util-dev Description-md5: 6de07174f654c995fc49fe7035e14da7 Description-en: Callback-based event loop - feature "futures-util" and 1 more This metapackage enables feature "futures-util" for the Rust calloop crate, by pulling in any additional dependencies needed by that feature. . Additionally, this package also provides the "executor" feature. Package: librust-calloop-0.10-dev Description-md5: a3d0f592e2355f07e124f7c762e056bc Description-en: Callback-based event loop - Rust source code Source code for Debianized Rust crate "calloop" Package: librust-capstone-sys-dev Description-md5: 5b67de24fe92f1b4a207aca3c3437043 Description-en: System bindings to the capstone disassembly library - Rust source code Source code for Debianized Rust crate "capstone-sys" Package: librust-cargo-dev Description-md5: 5fcbd48f38ae3ab8b1040883b508432f Description-en: Package manager for Rust - Rust source code Source code for Debianized Rust crate "cargo" Package: librust-charset-dev Description-md5: 9cfb80fc55be72b3e19efc1a35b31081 Description-en: Thunderbird-compatible character encoding decoding for email - Rust source code Source code for Debianized Rust crate "charset" Package: librust-ciborium-ll-dev Description-md5: 3d41f77b223c25605303bfc497e2a6cb Description-en: Low-level CBOR codec primitives - Rust source code Source code for Debianized Rust crate "ciborium-ll" Package: librust-cntr-dev Description-md5: 0d25d5403619b99e18107e7750e9f987 Description-en: Container debugging tool based on FUSE - Rust source code Source code for Debianized Rust crate "cntr" Package: librust-command-group-dev Description-md5: 98ebdefa5e9644726ccffbf8ed4272c7 Description-en: Extension to Command to spawn in a process group - Rust source code Source code for Debianized Rust crate "command-group" Package: librust-compiler-builtins+c-dev Description-md5: b6718a131ede0bd3bfe844d166b8a5e2 Description-en: Compiler intrinsics used by the Rust compiler - feature "c" Also available for other targets if necessary! . This metapackage enables feature "c" for the Rust compiler_builtins crate, by pulling in any additional dependencies needed by that feature. Package: librust-compiler-builtins+core-dev Description-md5: 30a6e66c5974a30cf527e51b336fab0c Description-en: Compiler intrinsics used by the Rust compiler - feature "core" Also available for other targets if necessary! . This metapackage enables feature "core" for the Rust compiler_builtins crate, by pulling in any additional dependencies needed by that feature. Package: librust-compiler-builtins+rustc-dep-of-std-dev Description-md5: 8f6cf70cfb02a8cd0e31cb23b924a464 Description-en: Compiler intrinsics used by the Rust compiler - feature "rustc-dep-of-std" Also available for other targets if necessary! . This metapackage enables feature "rustc-dep-of-std" for the Rust compiler_builtins crate, by pulling in any additional dependencies needed by that feature. Package: librust-compiler-builtins-dev Description-md5: 286dbcb7d9b602f415190248c9533934 Description-en: Compiler intrinsics used by the Rust compiler - Rust source code Also available for other targets if necessary! . Source code for Debianized Rust crate "compiler_builtins" Package: librust-compiletest-rs-dev Description-md5: 6a8e8593014b3e4c771e3b3a06f90c37 Description-en: Compiletest utility from the Rust compiler as a standalone testing harness - Rust source code Source code for Debianized Rust crate "compiletest_rs" Package: librust-comrak-dev Description-md5: f8d12aa7d3c0f4b935e556e80041595d Description-en: 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter - Rust source code Source code for Debianized Rust crate "comrak" Package: librust-copypasta-ext-dev Description-md5: 01f6a12f9c065a46fa1f7c0eb368bbb3 Description-en: Clipboard library providing useful extensions for copypasta - Rust source code Source code for Debianized Rust crate "copypasta-ext" Package: librust-cradle-dev Description-md5: a1f283c95c67dcacd6fa3ffa87823e4b Description-en: Execute child processes with ease - Rust source code Source code for Debianized Rust crate "cradle" Package: librust-crates-io-dev Description-md5: 12f8a38e4572157263b210e3767f8f9a Description-en: Helpers for interacting with crates.io - Rust source code Source code for Debianized Rust crate "crates-io" Package: librust-criterion-dev Description-md5: 831682fb862e1c68d99b07dab1e8ebb0 Description-en: statistics-driven micro-benchmarking - Rust source code Criterion.rs helps you write fast Rust code by detecting and measuring performance improvements or regressions, even small ones, quickly and accurately. You can optimize with confidence, knowing how each change affects the performance of your code. . This package contains the source for the Rust criterion crate, for use with cargo. Package: librust-ctrlc-dev Description-md5: bb005b94a6183d806d54409637f2e346 Description-en: Easy Ctrl-C handler for Rust projects - Rust source code Source code for Debianized Rust crate "ctrlc" Package: librust-deb822-lossless-dev Description-md5: 79c586fccc568f3cb9c3a5762d704c79 Description-en: Lossless parser for deb822 files - Rust source code Source code for Debianized Rust crate "deb822-lossless" Package: librust-debbugs-dev Description-md5: cf08f49d77265947eb4b5950e41d7e46 Description-en: Debian Bugtracking System API client - Rust source code Source code for Debianized Rust crate "debbugs" Package: librust-debcargo-dev Description-md5: e3d5b919249739cbd1a2875b20d4c69f Description-en: Create a Debian package from a Cargo crate - Rust source code Source code for Debianized Rust crate "debcargo" Package: librust-debian-analyzer-dev Description-md5: cc735915a0f511c16cc56656e463b1d2 Description-en: Debian analyzer - Rust source code Source code for Debianized Rust crate "debian-analyzer" Package: librust-debian-changelog-dev Description-md5: 93666bd05f2b4133966027f87e3483d0 Description-en: Parser for Debian changelog files - Rust source code Source code for Debianized Rust crate "debian-changelog" Package: librust-debian-control-dev Description-md5: 8b6c6be49d3b9025aa00dee6cb2f09cd Description-en: Parser for Debian copyright files - Rust source code Source code for Debianized Rust crate "debian-control" Package: librust-debian-watch-dev Description-md5: 4840e7c8f793cbc8bb8f1d6661eaeabc Description-en: Parser for Debian watch files - Rust source code Source code for Debianized Rust crate "debian-watch" Package: librust-debversion-dev Description-md5: 2065c676f4c00b84d26a31975d2fb72f Description-en: Debian version parsing, manipulation and comparison - Rust source code Source code for Debianized Rust crate "debversion" Package: librust-derive-more-dev Description-md5: a05827db56a93002b1c9dc8b38b23e71 Description-en: Adds #[derive(x)] macros for more traits - Rust source code Source code for Debianized Rust crate "derive_more" Package: librust-diesel-dev Description-md5: 1994ba7e917115b91a8a2a457127ccb3 Description-en: Safe and extensible ORM and Query Builder - Rust source code Source code for Debianized Rust crate "diesel" 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-dolby-vision-dev Description-md5: 8057cd20a4b0ce244769ca2ed579d44b Description-en: Dolby Vision metadata parsing and writing - Rust source code Source code for Debianized Rust crate "dolby_vision" Package: librust-drm-fourcc-dev Description-md5: 2d90e93ef0415418ccd10ea68f7368db Description-en: Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc - Rust source code Source code for Debianized Rust crate "drm-fourcc" Package: librust-drm-sys-dev Description-md5: 542dd83aaf3437fbbd0af5af196a6119 Description-en: Bindings to the Direct Rendering Manager API - Rust source code Source code for Debianized Rust crate "drm-sys" Package: librust-easy-ext-dev Description-md5: 48ed1d1f693814326f5d0085c1ebafc3 Description-en: Lightweight attribute macro for easily writing extension trait pattern - Rust source code Source code for Debianized Rust crate "easy-ext" Package: librust-embed-doc-image-dev Description-md5: 9c3141b4d7f6447d9bcb0de4431df5e0 Description-en: Embed images in Rust documentation - Rust source code Source code for Debianized Rust crate "embed-doc-image" Package: librust-enumset-derive-dev Description-md5: ca7bbfc34b277758d04a1569fcf288e5 Description-en: Internal helper crate for enumset - Rust source code Not public API. . Source code for Debianized Rust crate "enumset_derive" Package: librust-enumset-dev Description-md5: e71905e57fa98bd9e8bfca034bc066cf Description-en: Creating compact sets of enums - Rust source code Source code for Debianized Rust crate "enumset" Package: librust-erbium-net-dev Description-md5: 8bc33a2ef884e29ae77867b2ddaeabe3 Description-en: Network services for small/home networks - Low level networking abstractions - Rust source code Source code for Debianized Rust crate "erbium-net" Package: librust-exacl-dev Description-md5: fae4cd05883e6f3aab4af089ef1ac8ba Description-en: Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD - Rust source code Source code for Debianized Rust crate "exacl" Package: librust-exr-dev Description-md5: bcb181446e19fa4a93b61334f4fdd9c0 Description-en: Read and write OpenEXR files without any unsafe code - Rust source code Source code for Debianized Rust crate "exr" Package: librust-eza-dev Description-md5: 99f922f82a57892632db3ea4e836c784 Description-en: Modern replacement for ls - Rust source code Source code for Debianized Rust crate "eza" Package: librust-font-kit-dev Description-md5: 4b41b9f405846ccf21958c2bd2822be8 Description-en: Cross-platform font loading library - Rust source code Source code for Debianized Rust crate "font-kit" Package: librust-freetype-dev Description-md5: 1fa5e730da5335b5c1b42fe13fcbcc93 Description-en: Bindings for Freetype used by Servo - Rust source code Source code for Debianized Rust crate "freetype" Package: librust-freetype-rs-dev Description-md5: 5369eb3244b385b3f07977fbd3a4be6d Description-en: Bindings for FreeType font library - Rust source code Source code for Debianized Rust crate "freetype-rs" Package: librust-freetype-sys-dev Description-md5: dcfab28c59ca72c8876c32e2a8907fba Description-en: Low level binding for FreeType font library - Rust source code Source code for Debianized Rust crate "freetype-sys" Package: librust-fts-sys-dev Description-md5: 06a8e39ef5001f68e2be3adbb69963df Description-en: File hierarchy traversal functions (FTS) - Rust source code Source code for Debianized Rust crate "fts-sys" Package: librust-futures-channel-dev Description-md5: 1727d7828f1e78e60eaa300f5a043c9b Description-en: Channels for asynchronous communication using futures-rs - Rust source code Source code for Debianized Rust crate "futures-channel" Package: librust-futures-core-dev Description-md5: 4ee42665159e1ae9b7b339665e32c260 Description-en: Core traits and types in for the `futures` library - Rust source code Source code for Debianized Rust crate "futures-core" Package: librust-futures-executor-dev Description-md5: 539e90eaf46709cf7147ff722424ed35 Description-en: Executors for asynchronous tasks based on the futures-rs library - Rust source code Source code for Debianized Rust crate "futures-executor" Package: librust-futures-macro-dev Description-md5: 87fe1c4c338c7068a2ed50611bca3edf Description-en: Futures-rs procedural macro implementations - Rust source code Source code for Debianized Rust crate "futures-macro" Package: librust-futures-task-dev Description-md5: 29110af2788b77dbfc813daab8351d05 Description-en: Tools for working with tasks - Rust source code Source code for Debianized Rust crate "futures-task" Package: librust-futures-test-dev Description-md5: 97249e2179a70f5a34ea16a0cb947088 Description-en: Common utilities for testing components built off futures-rs - Rust source code Source code for Debianized Rust crate "futures-test" Package: librust-futures-util-dev Description-md5: 11af644094c4242852607920d1bebf2b Description-en: Common utilities for the futures-rs library - Rust source code - Rust source code Source code for Debianized Rust crate "futures-util" Package: librust-git-absorb-dev Description-md5: d1983a07ec95da5d2a840418fa08b7e6 Description-en: Git commit --fixup, but automatic - Rust source code Source code for Debianized Rust crate "git-absorb" Package: librust-git2+default-dev Description-md5: 9f3df519a32eb7a03c60b4aefe41ce14 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "default" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "default" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+https-dev Description-md5: 09f3ed4205589e1be2d74efdc5af5bb6 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "https" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "https" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+openssl-probe-dev Description-md5: 62d6dc9d20611eafa3a6f42aa8d28786 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "openssl-probe" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "openssl-probe" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+openssl-sys-dev Description-md5: f74a98cbb9808b56292f0d8eba816d03 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "openssl-sys" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "openssl-sys" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+ssh-dev Description-md5: 2328fe9b5d5eb540ee69f4e80819ad47 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "ssh" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "ssh" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+ssh-key-from-memory-dev Description-md5: d886702357c57b5db5b2283383ed6047 Description-en: Bindings to libgit2 for interoperating with git repositories - feature "ssh_key_from_memory" This library is both threadsafe and memory safe and allows both reading and writing git repositories. . This metapackage enables feature "ssh_key_from_memory" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2-curl-dev Description-md5: fd79666c77cdfea765b1c3adc6ac584e Description-en: Backend for an HTTP transport in libgit2 powered by libcurl - Rust source code Intended to be used with the git2 crate. . Source code for Debianized Rust crate "git2-curl" Package: librust-git2-dev Description-md5: 4a657e3ca9d8481f429657b79b32d4b7 Description-en: Bindings to libgit2 for interoperating with git repositories - Rust source code This library is both threadsafe and memory safe and allows both reading and writing git repositories. . Source code for Debianized Rust crate "git2" Package: librust-gix-archive-dev Description-md5: 17882101dc100f4791c2335b709055dd Description-en: Archive generation from of a worktree stream - Rust source code Source code for Debianized Rust crate "gix-archive" Package: librust-gix-config-dev Description-md5: 4a51c04fdff108d296b9b7fc439b0684 Description-en: Git-config file parser and editor from the gitoxide project - Rust source code Source code for Debianized Rust crate "gix-config" Package: librust-gix-dev Description-md5: 4c5167edfbde509d6d556ba8ff9e711e Description-en: Interact with git repositories just like git would - Rust source code Source code for Debianized Rust crate "gix" Package: librust-gix-diff-dev Description-md5: 6ee1fd8e2963a73930f8433c1cdc3c38 Description-en: Calculate differences between various git objects - Rust source code Source code for Debianized Rust crate "gix-diff" Package: librust-gix-dir-dev Description-md5: b73889d0fd2c377eb5912b61e788af09 Description-en: The gitoxide project dealing with directory walks - Rust source code Source code for Debianized Rust crate "gix-dir" Package: librust-gix-discover-dev Description-md5: 782dadcc88dc723e7eb42fe934ab9afd Description-en: Discover git repositories and check if a directory is a git repository - Rust source code Source code for Debianized Rust crate "gix-discover" Package: librust-gix-fs-dev Description-md5: 09ca124cceea5be4eeb9ab571230402b Description-en: Crate providing file system specific utilities to `gitoxide` - Rust source code Source code for Debianized Rust crate "gix-fs" Package: librust-gix-index-dev Description-md5: f2db0d9f0e1883983008ac8b96044431 Description-en: Work-in-progress crate of the gitoxide project dedicated implementing the git index file - Rust source code Source code for Debianized Rust crate "gix-index" Package: librust-gix-lock-dev Description-md5: 039a9a4913700b91fdbb6b14afa478e1 Description-en: Git-style lock-file implementation - Rust source code Source code for Debianized Rust crate "gix-lock" Package: librust-gix-odb-dev Description-md5: b5b6eb347dab8309c66b0375a2ed71ac Description-en: Implements various git object databases - Rust source code Source code for Debianized Rust crate "gix-odb" Package: librust-gix-pack-dev Description-md5: 0aea60a89cab86fcecab2ae1b2eadcba Description-en: Implements git packs and related data structures - Rust source code Source code for Debianized Rust crate "gix-pack" Package: librust-gix-ref-dev Description-md5: c73611d3a4cabecae8bde1700447cd17 Description-en: Handle git references - Rust source code Source code for Debianized Rust crate "gix-ref" Package: librust-gix-status-dev Description-md5: 3fba25ca86a9cd698797dfd035bfe648 Description-en: The gitoxide project dealing with 'git status'-like functionality - Rust source code Source code for Debianized Rust crate "gix-status" Package: librust-gix-submodule-dev Description-md5: 1cf91585dc7862d38c1deea19c38c7da Description-en: The gitoxide project dealing git submodules - Rust source code Source code for Debianized Rust crate "gix-submodule" Package: librust-gix-tempfile-dev Description-md5: 244c556dcadc4df1b6e6b19b6bf4b4a2 Description-en: Tempfile implementation with a global registry to assure cleanup - Rust source code Source code for Debianized Rust crate "gix-tempfile" Package: librust-gix-worktree-dev Description-md5: 371f8193bd4a1c2ee70dd81e05013766 Description-en: The gitoxide project for shared worktree related types and utilities - Rust source code Source code for Debianized Rust crate "gix-worktree" Package: librust-gix-worktree-state-dev Description-md5: 3880a22959008ffb35f3c03c3d04e952 Description-en: The gitoxide project implementing setting the worktree to a particular state - Rust source code Source code for Debianized Rust crate "gix-worktree-state" Package: librust-gix-worktree-stream-dev Description-md5: 8ab47371e46a8be65726f3ef0f0a8262 Description-en: Generate a byte-stream from a git-tree - Rust source code Source code for Debianized Rust crate "gix-worktree-stream" Package: librust-glib-sys-dev Description-md5: 6ca34064f782a4b66ce1dd8683436181 Description-en: FFI bindings to libglib-2.0 - Rust source code Source code for Debianized Rust crate "glib-sys" Package: librust-glycin-dev Description-md5: c977c8105e338304515c185662ee53a4 Description-en: Sandboxed image decoding - Rust source code Source code for Debianized Rust crate "glycin" Package: librust-glycin-utils-dev Description-md5: a1d183a417897439140ffdc34a06299a Description-en: Sandboxed image decoding - Rust source code Source code for Debianized Rust crate "glycin-utils" Package: librust-half-dev Description-md5: 5835de554cd15dfe127b990baf6e7a05 Description-en: Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types - Rust source code Source code for Debianized Rust crate "half" Package: librust-headers-dev Description-md5: a4b82d8ee9bed4973c456041b69bff33 Description-en: Typed HTTP headers - Rust source code Source code for Debianized Rust crate "headers" Package: librust-http-auth-dev Description-md5: 88929ffd812f4ad8f73839da2aaef499 Description-en: HTTP authentication: parse challenge lists, respond to Basic and Digest challenges - Rust source code Likely to be extended with server support and additional auth schemes. . Source code for Debianized Rust crate "http-auth" Package: librust-http-types-dev Description-md5: 73ed514f2e175431c1f4b966170ffd1c Description-en: Common types for HTTP operations - Rust source code Source code for Debianized Rust crate "http-types" Package: librust-humantime-dev Description-md5: d4909bd839a2e63828bceeb2b896f4d2 Description-en: Parser and formatter for std::time::{Duration, SystemTime} - Rust source code Source code for Debianized Rust crate "humantime" Package: librust-image-dev Description-md5: 1c878cec349cda376c3a396c8bbe8730 Description-en: Imaging library - Rust source code Provides basic image processing and encoders/decoders for common image formats. . Source code for Debianized Rust crate "image" Package: librust-image-hasher-dev Description-md5: baa86db544efe3ca383565df34607900 Description-en: Simple library that provides perceptual hashing and difference calculation for images - Rust source code Source code for Debianized Rust crate "image_hasher" Package: librust-imagepipe-dev Description-md5: ec78b0cf1207dbdbd549d004a9671629 Description-en: Image processing pipeline - Rust source code Source code for Debianized Rust crate "imagepipe" Package: librust-imap-client-dev Description-md5: 79c83f617ecb06a16e46ff59f294a2f7 Description-en: library to manage IMAP clients - Rust source code imap-client is a Rust library to manage IMAP clients. . This package contains the source for the Rust imap-client crate, packaged for use with cargo. Package: librust-imap-codec-dev Description-md5: 4e7fccbb518c9b40953732661a145eea Description-en: rock-solid and complete codec for IMAP - Rust source code The imap-codec library provides parsing and serialization for IMAP4rev1 implementations. It is based on imap-types and a rock-solid and well-documented building block for IMAP client and server implementations in Rust. The complete formal syntax of IMAP4rev1 and several IMAP extensions are implemented. . This package contains the source for the Rust imap-codec crate, for use with cargo. Package: librust-imap-next-dev Description-md5: 4879d4a30dcfb104a7ddd8b84de73245 Description-en: thin abstraction over IMAP protocol flows - Rust source code imap-next is a thin sans I/O abstraction over IMAP's distinct protocol flows. These are literal handling, AUTHENTICATE, and IDLE. . This package contains the source for the Rust imap-next crate, for use with cargo. Package: librust-imap-types-dev Description-md5: 41949117d17882c6b027ca9feed05b89 Description-en: misuse-resistant data structures for IMAP - Rust source code The imap-types crate provides a complete set of well-designed, misuse-resistant types for the IMAP4rev1 protocol and various extensions. Notably, it does *not* provide parsers, nor serializers, but tries to become the "standard library" for IMAP in Rust that is useful for a broad range of crates. . This package contains the source for the Rust imap-types crate, for use with cargo. Package: librust-input-linux-dev Description-md5: 4cbf6909d8ead1168fab19c2fd8fe437 Description-en: Evdev and uinput - Rust source code Source code for Debianized Rust crate "input-linux" Package: librust-input-linux-sys-dev Description-md5: e59b35ecb57696909f4854ee4fe98165 Description-en: Bindings for - Rust source code Source code for Debianized Rust crate "input-linux-sys" Package: librust-input-sys-dev Description-md5: b2746f8092cb00eeececd41e3a78b1cf Description-en: Bindgen generated unsafe libinput wrapper - Rust source code Source code for Debianized Rust crate "input-sys" Package: librust-itertools-dev Description-md5: 6faedd6262a2375e7374f9b4e46ed81b Description-en: Extra iterator adaptors, iterator methods, free functions, and macros - Rust source code Source code for Debianized Rust crate "itertools" Package: librust-jpegxl-rs-dev Description-md5: b63f6efb9ef96110c66aae6d2cf292f1 Description-en: Safe Rust wrapper for JPEG XL reference implementation - Rust source code Source code for Debianized Rust crate "jpegxl-rs" Package: librust-jsonwebtoken-dev Description-md5: 16801719566201b42aecbbe8afb54dae Description-en: Create and decode JWTs in a strongly typed way - Rust source code Source code for Debianized Rust crate "jsonwebtoken" Package: librust-lazy-regex-dev Description-md5: 93a9444fd8e59a5cdcb7a219c950070f Description-en: lazy static regexes checked at compile time - Rust source code Lazy-regex enables you to use the `regex!` macro to build regexes: * they're checked at compile time * they're wrapped in `once_cell` lazy static initializers so that they're compiled only once * they can hold flags as suffix: `let case_insensitive_regex = regex!("ab*"i);` * regex creation is less verbose . This macro returns references to normal instances of `regex::Regex` so all the usual features are available. . This package contains the source for the Rust lazy-regex crate, for use with cargo. Package: librust-leptonica-plumbing-dev Description-md5: 2d5657a919b85a4914063df9dfb518fb Description-en: safe wrapper of leptonica-sys - Rust source code Leptonica-plumbing exposes a safe version of the leptonica-sys api, to access the C API of leptonica in a safe manner. . This package contains the source for the Rust leptonica-plumbing crate, packaged for use with cargo and dh-cargo. Package: librust-leptonica-sys-dev Description-md5: 0d7d047605b25ecd2b1c4dcee78d21dd Description-en: FFI bindings for Leptonica - Rust source code leptonica-sys is Rust FFI bindings to Leptonica. . Leptonica is a pedagogically-oriented library broadly useful for image processing and image analysis applications. . This package contains the source for the Rust leptonica-sys crate, for use with cargo. Package: librust-lfs-core-dev Description-md5: 947da265581361537645792cfaf04a13 Description-en: Give information on mounted disks - Rust source code Source code for Debianized Rust crate "lfs-core" Package: librust-libadwaita-sys-dev Description-md5: 75bbac18c279e8d19d9c3c8b4b40a9a4 Description-en: FFI bindings for libadwaita - Rust source code Source code for Debianized Rust crate "libadwaita-sys" Package: librust-libbpf-sys-dev Description-md5: 831381731c550bd81507384ecb39e674 Description-en: Rust bindings to libbpf from the Linux kernel - Rust source code Source code for Debianized Rust crate "libbpf-sys" Package: librust-libgit2-sys-dev Description-md5: 3ffebdfc72ac11ece6583860901bb2a3 Description-en: Native bindings to the libgit2 library - Rust source code Source code for Debianized Rust crate "libgit2-sys" Package: librust-libraw-rs-sys-dev Description-md5: d09b91f197239399d8868880e7b610dc Description-en: FFI bindings to LibRaw - Rust source code Source code for Debianized Rust crate "libraw-rs-sys" Package: librust-librsvg-dev Description-md5: 16d4338c9ecc83f916d3e1725eb1070d Description-en: Render SVG images to Cairo surfaces - Rust source code GNOME uses this to render SVG icons. Outside of GNOME, other desktop environments use it for similar purposes. Wikimedia uses it for Wikipedia's SVG diagrams. . Source code for Debianized Rust crate "librsvg" Package: librust-libspa-sys-dev Description-md5: a0027abe74c92e9f97d9e0f44be7b03e Description-en: Rust FFI bindings for libspa - Rust source code Source code for Debianized Rust crate "libspa-sys" Package: librust-lmdb-master-sys-dev Description-md5: 34d6a293b55297a58013777fa351c605 Description-en: Rust bindings for liblmdb on the mdb.master branch - Rust source code Source code for Debianized Rust crate "lmdb-master-sys" Package: librust-loopdev-dev Description-md5: e0a1d91295f4c86d12bd413a7b68dfca Description-en: Setup and control loop devices - Rust source code Source code for Debianized Rust crate "loopdev" Package: librust-lopdf-dev Description-md5: be86351db81d6323a6820bddd62ab015 Description-en: PDF document manipulation - Rust source code Source code for Debianized Rust crate "lopdf" Package: librust-mail-send-dev Description-md5: 68da7afc230d5f6eda709a2f06fd18d9 Description-en: e-mail delivery library - Rust source code mail-send is a Rust library to build, sign and send e-mail messages via SMTP. . This package contains the source for the Rust crate mail-send, packaged for use with cargo. Package: librust-makefile-lossless-dev Description-md5: c42ba2689372a0e9a5301ffbb1b2616e Description-en: Lossless Parser for Makefiles - Rust source code Source code for Debianized Rust crate "makefile-lossless" Package: librust-matrixmultiply-dev Description-md5: a94256fb0afa5cb290ffbd50b7a207ae Description-en: General matrix multiplication for f32 and f64 matrices - Rust source code Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading. . Source code for Debianized Rust crate "matrixmultiply" Package: librust-mozim-dev Description-md5: 1aaf912c40aa589135307d01cc01b9b6 Description-en: DHCP Client Library - Rust source code Source code for Debianized Rust crate "mozim" Package: librust-mpris-server-dev Description-md5: 833ba07f0a019a8997696759cc11fd40 Description-en: Implement MPRIS D-Bus interface in your application - Rust source code Source code for Debianized Rust crate "mpris-server" Package: librust-nettle-sys-dev Description-md5: 860df4e736569a7a58e4020debd9e848 Description-en: Low-level Rust bindings for the Nettle cryptographic library - Rust source code Source code for Debianized Rust crate "nettle-sys" Package: librust-nix-dev Description-md5: 83e13593f82e195b62da1613c846549b Description-en: Rust friendly bindings to *nix APIs - Rust source code Source code for Debianized Rust crate "nix" Package: librust-notify-rust-dev Description-md5: b1f79e2f7767ba308466bf1cb52e5d45 Description-en: show desktop notifications - Rust source code notify-rust is a library for displaying desktop notifications. . This package contains the source for the Rust notify-rust crate, packaged for use with cargo. Package: librust-oauth2-dev Description-md5: 1bdd6b280355411c3bd22bdb3e779abb Description-en: Extensible, strongly-typed implementation of OAuth2 - Rust source code Source code for Debianized Rust crate "oauth2" 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-openpgp-card-rpgp-dev Description-md5: 42e6c8eb3b817df1d129c8e5a83db661 Description-en: Companion crate for using openpgp-card with rPGP - Rust source code Source code for Debianized Rust crate "openpgp-card-rpgp" Package: librust-openssh-keys-dev Description-md5: 7bd4a89e01b6c1c805cb9d7517ef743b Description-en: Read and write OpenSSH public keys - Rust source code Source code for Debianized Rust crate "openssh-keys" Package: librust-oxigraph-dev Description-md5: 1a6b53ba3990229db2afe08ca861b0fc Description-en: SPARQL database and RDF toolkit - Rust source code Oxigraph is a graph database library implementing the SPARQL standard. Its goal is to provide a compliant, safe and fast on-disk graph database. It also provides a set of utility functions for reading, writing, and processing RDF files. . Oxigraph implements the following specifications: * SPARQL 1.1 Query, SPARQL 1.1 Update, and SPARQL 1.1 Federated Query. * Turtle, TriG, N-Triples, N-Quads, and RDF XML RDF serialization formats for both data ingestion and retrieval. * SPARQL Query Results XML Format, SPARQL 1.1 Query Results JSON Format and [SPARQL 1.1 Query Results CSV and TSV Formats. . This package contains the source for the Rust crate oxigraph, for use with cargo. Package: librust-oxrdf-dev Description-md5: c62fd2c6224f861cc9e38dfac91d4e0a Description-en: data structures related to RDF - Rust source code OxRDF is a simple library providing datastructures encoding RDF 1.1 concepts. It is intended to be a basic building block of other crates like Oxigraph or Spargebra. . OxRDF I/O is a set of parsers and serializers for RDF. . OxRdfXml is a parser and serializer for RDF/XML. . Oxttl is a set of parsers and serializers for Turtle, TriG, N-Triples, N-Quads and N3. . This package contains the source for the Rust crates oxrdf, oxrdfio, oxrdfxml and oxttl, for use with cargo. Package: librust-oxrocksdb-sys-dev Description-md5: bf8d77d1e33bff2fceef42856116ad47 Description-en: Rust bindings for RocksDB for Oxigraph - Rust source code oxrocksdb-sys provides RocksDB bindings for Oxigraph. . Oxigraph is a graph database library implementing the SPARQL standard. . This package contains the source for the Rust crate oxrocksdb-sys, for use with cargo. Package: librust-oxsdatatypes-dev Description-md5: 52e8ba83649824dfa5583606841e71f6 Description-en: some XSD datatypes for SPARQL implementations - Rust source code oxsdatatypes is an implementation of some XML Schema Definition Language Datatypes. Its main aim is to ease the implementation of SPARQL and XPath. . This package contains the source for the Rust crate oxsdatatypes, for use with cargo. Package: librust-parsec-service-dev Description-md5: 9d77142927d260e89cead244caf11931 Description-en: Abstraction layer for secure storage and operations - Rust source code Source code for Debianized Rust crate "parsec-service" Package: librust-parsec-tool-dev Description-md5: 71055332884d97da6ecee879e6a529b3 Description-en: Command line tool to communicate with the Parsec service - Rust source code Source code for Debianized Rust crate "parsec-tool" Package: librust-patchkit-dev Description-md5: b717690c6dc04abd5cd2f65f34a37054 Description-en: Parsing and manipulating patch files - Rust source code Source code for Debianized Rust crate "patchkit" Package: librust-pdf-dev Description-md5: ec99630bb308351a07470494acb0e2e6 Description-en: PDF reader - Rust source code Source code for Debianized Rust crate "pdf" Package: librust-pem-dev Description-md5: 93d4169fe92062fda3b06a2297e80952 Description-en: Parse and encode PEM-encoded data - Rust source code Source code for Debianized Rust crate "pem" Package: librust-pep440-rs-dev Description-md5: ea4c6ecb0ae96419ff0cf6f80784e255 Description-en: Python version numbers and specifiers, implementing PEP 440 - Rust source code Source code for Debianized Rust crate "pep440_rs" Package: librust-pep508-rs-dev Description-md5: 39e7030b4aec012b7598dc822f26563b Description-en: Python dependency specifiers, better known as PEP 508 - Rust source code Source code for Debianized Rust crate "pep508_rs" Package: librust-pgp-dev Description-md5: f057f7829aaf8ce0584aa97fc756e6d9 Description-en: OpenPGP implementation in Rust - Rust source code rPGP is a pure Rust implementation of OpenPGP, following RFCs 9580, 4880, 2440, and 6637. . rPGP offers a flexible low-level API and gives users the ability to build higher level PGP tooling in the most compatible way possible. Additionally, it fully supports all functionality required by the Autocrypt 1.1 e-mail encryption specification. Source code for Debianized Rust crate "pgp" Package: librust-pinger-dev Description-md5: d0200448d77834aefc29d57423d2e0a3 Description-en: library to execute the ping command and parse the output - Rust source code Source code for Debianized Rust crate "pinger" Package: librust-pipewire-dev Description-md5: 1741885c5fd230e36d2b63b17bc861f3 Description-en: Rust bindings for PipeWire - Rust source code Source code for Debianized Rust crate "pipewire" Package: librust-pipewire-sys-dev Description-md5: 5b6c3c0ee3e7f838659791c70c853797 Description-en: Rust FFI bindings for PipeWire - Rust source code Source code for Debianized Rust crate "pipewire-sys" Package: librust-plotters-bitmap-dev Description-md5: 66d95e70672dc3ea4a1a0f668bc240d1 Description-en: Plotters Bitmap Backend - Rust source code Source code for Debianized Rust crate "plotters-bitmap" Package: librust-plotters-dev Description-md5: b4843c7c7d5039bc665dec1ef08bd2ec Description-en: Rust data plotting and drawing library - Rust source code Source code for Debianized Rust crate "plotters" Package: librust-plotters-svg-dev Description-md5: 8d5c1a524f2cf78c07ebaffc5d1dbf44 Description-en: Plotters SVG backend - Rust source code Source code for Debianized Rust crate "plotters-svg" Package: librust-postgres-protocol-dev Description-md5: c2de6f5bd4bfaab5791981225a678b24 Description-en: Low level Postgres protocol APIs - Rust source code Source code for Debianized Rust crate "postgres-protocol" Package: librust-pyproject-toml-dev Description-md5: 22fd98f4400dbc99d56e70bd30d1923a Description-en: Pyproject.toml parser in Rust - Rust source code Source code for Debianized Rust crate "pyproject-toml" Package: librust-qrcode-dev Description-md5: af1447db21910a243c4d4523138695ab Description-en: QR code encoder in Rust - Rust source code Source code for Debianized Rust crate "qrcode" Package: librust-qrcode-generator-dev Description-md5: b5fbafc7d55dfde22e5dd18da34e2ea9 Description-en: Generate QR Code matrices and images in RAW, PNG and SVG formats - Rust source code Source code for Debianized Rust crate "qrcode-generator" Package: librust-qrencode-dev Description-md5: e7c1d18bf419de39675569a53ed27f62 Description-en: QR code encoder in Rust - Rust source code Source code for Debianized Rust crate "qrencode" Package: librust-ratatui-dev Description-md5: 2862e3e1fec174f85b28e6ce0eb27f2e Description-en: Library that's all about cooking up terminal user interfaces - Rust source code Source code for Debianized Rust crate "ratatui" Package: librust-rb-sys-build-dev Description-md5: 002361191805b1a74b14bc1ac0d23785 Description-en: Build system for rb-sys - Rust source code Source code for Debianized Rust crate "rb-sys-build" Package: librust-ron-dev Description-md5: 51cf31c86977da443e65e3d8ad6351a8 Description-en: Rusty Object Notation - Rust source code Source code for Debianized Rust crate "ron" Package: librust-rowan-dev Description-md5: a7d77efdb4f8d49db640667e50a022a4 Description-en: Generic lossless syntax trees - Rust source code Source code for Debianized Rust crate "rowan" Package: librust-rpgpie-dev Description-md5: 5f6f751130edf0ab3f276713a3f713de Description-en: Experimental high level API for rPGP - Rust source code Source code for Debianized Rust crate "rpgpie" Package: librust-rpgpie-sop-dev Description-md5: 8ff924cba16037f4c8db4ffc288ee354 Description-en: Experimental SOP implementation based on rpgpie - Rust source code rpgpie-sop is a very thin wrapper on top of rpgpie, implementing the excellent sop (Stateless OpenPGP) Rust interface. It is used to build the rsop Command Line Interface (CLU) tool, which implements the Stateless OpenPGP CLI. Source code for Debianized Rust crate "rpgpie-sop" Package: librust-ruma-common-dev Description-md5: 5632d741f701f25be26081650d9863ba Description-en: Common types for other ruma crates - Rust source code Source code for Debianized Rust crate "ruma-common" Package: librust-rust-argon2-dev Description-md5: a60ecfd5a785030d84414aea011a8f01 Description-en: The Argon2 password hashing function - Rust source code Source code for Debianized Rust crate "rust-argon2" Package: librust-rustfix-dev Description-md5: a33ca17eccf4a8bc26781f64267b77a3 Description-en: Automatically apply the suggestions made by rustc - Rust source code Source code for Debianized Rust crate "rustfix" Package: librust-rusty-paserk-dev Description-md5: 113783aace042d204e3403f95c6132ef Description-en: Platform Agnostic Serializable Keys (PASERK) is an extension on PASETO for key management - Rust source code Source code for Debianized Rust crate "rusty_paserk" Package: librust-rusty-paseto-dev Description-md5: a1d94ff4bdfedd2c672f84fe281784c4 Description-en: Rust implementation of PASETO tokens - source code Source code for Debianized Rust crate "rusty_paseto" Package: librust-rustyline-dev Description-md5: d3639cdec82fadef50149fbb1d2d5290 Description-en: Readline implementation based on Linenoise - Rust source code Source code for Debianized Rust crate "rustyline" Package: librust-schemars-derive-dev Description-md5: aa3fc1e48bf34a94e4f1ba0cc15ea562 Description-en: Macros for #[derive(JsonSchema)], for use with schemars - Rust source code Source code for Debianized Rust crate "schemars_derive" Package: librust-schemars-dev Description-md5: 586ae93848805299852596e82d09374c Description-en: Generate JSON Schemas from Rust code - Rust source code Source code for Debianized Rust crate "schemars" Package: librust-selinux-sys-dev Description-md5: b966e2965463b4fd7d4fab0b9026cbb4 Description-en: Flexible Mandatory Access Control (MAC) for Linux - Rust source code Source code for Debianized Rust crate "selinux-sys" Package: librust-sequoia-autocrypt-dev Description-md5: ad26750e1bb463f6dc9f54a14f419d3a Description-en: Autocrypt support - Rust source code Source code for Debianized Rust crate "sequoia-autocrypt" Package: librust-sequoia-net-dev Description-md5: 5738dc5a853193b29d9d5418c8cafa0a Description-en: Network services for OpenPGP - Rust source code Source code for Debianized Rust crate "sequoia-net" Package: librust-sequoia-openpgp-dev Description-md5: c557d34e629e92e231570f1740df9e61 Description-en: OpenPGP data types and associated machinery - Rust source code Source code for Debianized Rust crate "sequoia-openpgp" Package: librust-serde-cbor-dev Description-md5: c769a45232777e0ef73ff53945532e58 Description-en: CBOR support for serde - Rust source code Source code for Debianized Rust crate "serde_cbor" Package: librust-serde-derive-dev Description-md5: 6891035de6eeda374c036d6843e00776 Description-en: Macros 1.1 #[derive(Serialize, Deserialize)] - Rust source code Source code for Debianized Rust crate "serde_derive" Package: librust-serde-dev Description-md5: 4cdfa32a1b83a930e750e8f8d51510af Description-en: Generic serialization/deserialization framework - Rust source code Source code for Debianized Rust crate "serde" Package: librust-serde-json-dev Description-md5: 6c8c09eb99697f1e7e46b31e68129c15 Description-en: JSON serialization file format - Rust source code Source code for Debianized Rust crate "serde_json" Package: librust-serde-with-dev Description-md5: 815acab2f8688389ce0ae8345f0f6c1a Description-en: Custom de/serialization functions for Rust's serde - Rust source code Source code for Debianized Rust crate "serde_with" Package: librust-serde-with-macros-dev Description-md5: 53ad318bf274367ebc9544a51850200d Description-en: Proc-macro library for serde_with - Rust source code Source code for Debianized Rust crate "serde_with_macros" Package: librust-servo-fontconfig-sys-dev Description-md5: 1f29ee230f9505da57ef5e78d0bcaac6 Description-en: Font configuration and customization library - Rust source code Source code for Debianized Rust crate "servo-fontconfig-sys" Package: librust-shadow-rs-dev Description-md5: 921722c242fe4203441f278f07f812e6 Description-en: Build-time information stored in your rust project - Rust source code Source code for Debianized Rust crate "shadow-rs" Package: librust-soketto-dev Description-md5: 075b4ca0a4a7ef54f14d16bbbb8a4983 Description-en: websocket protocol implementation Soketto is an implementation of the RFC 6455 websocket protocol. . This package contains the source for the Rust soketto crate, for use with cargo. Package: librust-sparesults-dev Description-md5: 6cda3a863725ee65d39dbc9bcfa474da Description-en: basic data structures related to RDF - Rust source code Sparesults is a set of parsers and serializers for SPARQL query results formats. It is intended to be a building piece for SPARQL client and server implementations in Rust like Oxigraph. . It supports SPARQL Query Results XML Format (Second Edition), SPARQL 1.1 Query Results JSON Format and SPARQL 1.1 Query Results CSV and TSV Formats. Support for SPARQL-star is also available behind the rdf-star feature. . This package contains the source for the Rust crate sparesults, for use with cargo. Package: librust-spargebra-dev Description-md5: 75013f6f670aa58c467387e04c973fe8 Description-en: SPARQL parser - Rust source code Spargebra is a SPARQL parser. It supports both SPARQL 1.1 Query and SPARQL 1.1 Update. This crate is intended to be a building piece for SPARQL implementations in Rust like Oxigraph. . sparopt is a work in progress SPARQL Query optimizer. . Support for SPARQL-star is also available behind the rdf-star feature. . This package contains the source for the Rust crates spargebra and sparopt, for use with cargo. Package: librust-sqlx-core-dev Description-md5: 4b5423d01ce73fc01a755f3772b1b1b3 Description-en: Core of SQLx, the rust SQL toolkit - Rust source code Not intended to be used directly. . Source code for Debianized Rust crate "sqlx-core" Package: librust-sqlx-dev Description-md5: 73361f5800bc81855c98de1556273cd7 Description-en: 🧰 The Rust SQL Toolkit - Rust source code An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. . Source code for Debianized Rust crate "sqlx" Package: librust-sqlx-macros-core-dev Description-md5: a5abee899cbc2cfe3510b26cb8441771 Description-en: Macro support core for SQLx, the Rust SQL toolkit - Rust source code Not intended to be used directly. . Source code for Debianized Rust crate "sqlx-macros-core" Package: librust-sqlx-macros-dev Description-md5: dfcc5e59ff6278f2d1be0b11dcb41f52 Description-en: Macros for SQLx, the rust SQL toolkit - Rust source code Not intended to be used directly. . Source code for Debianized Rust crate "sqlx-macros" Package: librust-sqlx-postgres-dev Description-md5: 032ec64b4a402954d4c023a8fcc7b72a Description-en: PostgreSQL driver implementation for SQLx - Rust source code Not for direct use; see the `sqlx` crate for details. . Source code for Debianized Rust crate "sqlx-postgres" Package: librust-sqlx-sqlite-dev Description-md5: d5047decdf9897e8166f5872fa99a8da Description-en: SQLite driver implementation for SQLx - Rust source code Not for direct use; see the `sqlx` crate for details. . Source code for Debianized Rust crate "sqlx-sqlite" Package: librust-sshkeys-dev Description-md5: 687ea94dad19455ffd88f7ef117acd68 Description-en: Parsing OpenSSH certificates and public keys - Rust source code Source code for Debianized Rust crate "sshkeys" Package: librust-ssri-dev Description-md5: f702a2cf176fc3e4397a08ec071f66f6 Description-en: Various utilities for handling Subresource Integrity - Rust source code Source code for Debianized Rust crate "ssri" Package: librust-termimad-dev Description-md5: cf55c82d1cb3e3baef7b4f57fa615d43 Description-en: Markdown Renderer for the Terminal - Rust source code Source code for Debianized Rust crate "termimad" Package: librust-tesseract-sys-dev Description-md5: 1e8ea59f94cef2aa47951a6f82769b8e Description-en: Rust bindings for Tesseract OCR - Rust source code tesseract-sys is Rust bindings for Tesseract. . Tesseract is an optical character recognition engine. . This package contains the source for the Rust tesseract-sys crate, for use with cargo. Package: librust-tokio-tungstenite-dev Description-md5: cad44114ecc19a2d47c0b12b35e06b00 Description-en: Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation - Rust source code Source code for Debianized Rust crate "tokio-tungstenite" 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-tower-http-dev Description-md5: 70a928ed88b200dc34e8ae75d8d21038 Description-en: Tower middleware and utilities for HTTP clients and servers - Rust source code Source code for Debianized Rust crate "tower-http" Package: librust-transmission-client-dev Description-md5: 1b5ac0c81154eea868814b3133256982 Description-en: Rust wrapper for Transmission rpc specs - Rust source code Source code for Debianized Rust crate "transmission-client" Package: librust-tss-esapi-sys-dev Description-md5: 4fb69f79e8dbb0350c1ef965d082b807 Description-en: FFI wrapper around TSS 2.0 Enhanced System API - Rust source code Source code for Debianized Rust crate "tss-esapi-sys" Package: librust-ttrpc-dev Description-md5: de8cdb7a62b217eef7545366db00a35e Description-en: Rust version of ttrpc - Rust source code Source code for Debianized Rust crate "ttrpc" Package: librust-tungstenite-dev Description-md5: 27a8dc7a02042cbaef3f9b971eac1a2c Description-en: Lightweight stream-based WebSocket implementation - Rust source code Source code for Debianized Rust crate "tungstenite" Package: librust-udevrs-dev Description-md5: c45b508e216f98b81e661de7259872f5 Description-en: Pure Rust implementation of the user-land udev library - Rust source code Source code for Debianized Rust crate "udevrs" Package: librust-upstream-ontologist-dev Description-md5: 0beafff2d79e7b3e4cc5be9821a9dbda Description-en: Tracking of upstream project metadata - Rust source code Source code for Debianized Rust crate "upstream-ontologist" Package: librust-uucore-dev Description-md5: d4a53ec699d615b5b5639280da73f86a Description-en: Uutils ~ 'core' uutils code library (cross-platform) - Rust source code Source code for Debianized Rust crate "uucore" Package: librust-versions-dev Description-md5: 140a596dce2bc42578a0c51531348b5f Description-en: Parsing and comparing software version numbers - Rust source code Source code for Debianized Rust crate "versions" Package: librust-vhost-dev Description-md5: 250af8762d087aa97d817ae8d6da91ff Description-en: Pure rust library for vdpa, vhost and vhost-user - Rust source code This package contains the source for the Rust vhost crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-vhost-user-backend-dev Description-md5: edaa59ef4d55dbca98bde5ecda17e383 Description-en: Framework to build vhost-user backend service daemon - Rust source code This package contains the source for the Rust vhost-user-backend crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-virtio-bindings-dev Description-md5: 781c35dd0940a3d2bd2ebeda29c6d782 Description-en: Rust FFI bindings to virtio generated using bindgen - Rust source code This package contains the source for the Rust virtio-bindings crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-virtio-queue-dev Description-md5: f845d16596526f4b053b07d3396c3652 Description-en: Virtio queue implementation - Rust source code This package contains the source for the Rust virtio-queue crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-vm-memory-dev Description-md5: 2c668f5ddecfd0d37351af9875095d2b Description-en: Safe abstractions for accessing the VM physical memory - Rust source code This package contains the source for the Rust vm-memory crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-vsock-dev Description-md5: 67bd586b72f0c2af6bfa692cbe5ff6a1 Description-en: Virtio socket support for Rust - Rust source code Source code for Debianized Rust crate "vsock" 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-wayland-client-0.29-dev Description-md5: 7c47d00082832a44df6f900e3ef8d6a6 Description-en: Bindings to the standard C implementation of the wayland protocol, client side - Rust source code Source code for Debianized Rust crate "wayland-client" Package: librust-webp-dev Description-md5: 4c9d9fd0a463e0a188d4cd5ce0966563 Description-en: WebP conversion library - Rust source code Source code for Debianized Rust crate "webp" Package: librust-wycheproof-dev Description-md5: 54550b713f63341c520a6213baa3897b Description-en: Wycheproof test vectors - Rust source code Source code for Debianized Rust crate "wycheproof" Package: librust-xkbcommon-sys-dev Description-md5: 536e53b87abc4514a23305a89b5a06ea Description-en: Bindings to libxkbcommon - Rust source code Source code for Debianized Rust crate "xkbcommon-sys" Package: librust-xterm-query-dev Description-md5: 0727907e252789b3f0023260b16a30d1 Description-en: Query your terminal - Rust source code Source code for Debianized Rust crate "xterm-query" Package: librust-yaxpeax-arch-dev Description-md5: 0c9cf5bbeac426021c9416fcffebbfa8 Description-en: Fundamental traits to describe an architecture in the yaxpeax project - Rust source code Source code for Debianized Rust crate "yaxpeax-arch" 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-yubico-dev Description-md5: b0d5975d5707cba6abdc05092fa6723a Description-en: Yubikey client API library - Rust source code Source code for Debianized Rust crate "yubico" Package: librust-zbus-1-dev Description-md5: a3b4c6e09605885c9add0209a3190edd Description-en: API for D-Bus communication - Rust source code Source code for Debianized Rust crate "zbus" Package: librust-zbus-dev Description-md5: a3b4c6e09605885c9add0209a3190edd Description-en: API for D-Bus communication - Rust source code Source code for Debianized Rust crate "zbus" Package: librust-zbus-macros-dev Description-md5: 55f79f4013784f77451b15d123f5e457 Description-en: Proc-macros for zbus - Rust source code Source code for Debianized Rust crate "zbus_macros" Package: librust-zerofrom+derive-dev Description-md5: 5445e6fc19a106393724b505ef54ad54 Description-en: ZeroFrom trait for constructing - feature "derive" This metapackage enables feature "derive" for the Rust zerofrom crate, by pulling in any additional dependencies needed by that feature. Package: librust-zerofrom-dev Description-md5: f772e68df9ffd103551b7e05afcb33d6 Description-en: ZeroFrom trait for constructing - Rust source code Source code for Debianized Rust crate "zerofrom" Package: librust-zvariant-derive-dev Description-md5: 0f0fdacfeeb65e92bfeaf7c261f54bc3 Description-en: D-Bus & GVariant encoding & decoding - Rust source code Source code for Debianized Rust crate "zvariant_derive" Package: librust-zvariant-dev Description-md5: 8ece7d455853850ea2e3bff4ad702368 Description-en: D-Bus & GVariant encoding & decoding - Rust source code Source code for Debianized Rust crate "zvariant" Package: librust-zvariant-utils-dev Description-md5: f8edaa7a81b2f15afa83c6aa0f9d33f6 Description-en: Various utilities used internally by the zvariant crate - Rust source code Source code for Debianized Rust crate "zvariant_utils" Package: librust-zxcvbn-dev Description-md5: 2b35b06f0f5932aec282b6cbd0f76573 Description-en: Entropy-based password strength estimator - Rust source code Source code for Debianized Rust crate "zxcvbn" Package: libscalapack-mpi-dev Description-md5: 106a7835e1ec54e9515085e08a191f98 Description-en: Scalable Linear Algebra Package - Dev files for MPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This is a dummy package which depends on the scalapack development package supporting the default implementation of MPI on this architecture. Package: libscalapack-mpich-dev Description-md5: d49bb3464a6f4301dd1ee6ddaac5ec9e Description-en: Scalable Linear Algebra Package - Dev files for MPICH ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms Also included: PBLAS, Parallel Basic Linear Algebra Subprograms. . This package supports the MPICH implementation of MPI. Package: libscalapack-mpich2.2 Description-md5: b31a0092a02c5a68725ec03655de6969 Description-en: Scalable Linear Algebra Package - Shared libs for MPICH ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries (this one), for the static libraries and the development files and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package supports the MPICH implementation of MPI. Package: libscalapack-openmpi-dev Description-md5: 25c95e05c5eab8d2f99ddd42c42ece4f Description-en: Scalable Linear Algebra Package - Dev files for OpenMPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package supports the OpenMPI implementation of MPI. Package: libscalapack-openmpi2.2 Description-md5: 7c18c337c3e81530905d6854815666c8 Description-en: Scalable Linear Algebra Package - Shared libs for OpenMPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries (this one), for the static libraries and the development files and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package supports the OpenMPI implementation of MPI. Package: libscalapack64-mpi-dev Description-md5: ff410a8df86ac7e3965748e8c0bddb59 Description-en: Scalable Linear Algebra Package - 64-bit Dev files for MPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This is a dummy package which depends on the scalapack development package supporting the default implementation of MPI on this architecture and providing 64 bit integer support. Package: libscalapack64-mpich-dev Description-md5: fe59c2ad208d114ff2a70eaa9a47a49a Description-en: Scalable Linear Algebra Package - 64-bit Dev files for MPICH ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms Also included: PBLAS, Parallel Basic Linear Algebra Subprograms. . This package provides 64 bit integer support and uses the MPICH implementation of MPI. Package: libscalapack64-mpich2.2 Description-md5: d48d745975416f0c442cec080bc83aba Description-en: Scalable Linear Algebra Package - 64-bit Shared libs for MPICH ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries (this one), for the static libraries and the development files and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package provides 64 bit integer support and uses the MPICH implementation of MPI. Package: libscalapack64-openmpi-dev Description-md5: 80b88189a427675ea36d4256225ca3e8 Description-en: Scalable Linear Algebra Package - 64-bit Dev files for OpenMPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries, for the static libraries and the development files (this one) and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package provides 64 bit integer support and uses the OpenMPI implementation of MPI. Package: libscalapack64-openmpi2.2 Description-md5: c1225cc6d9a37582504c40075c72ed2c Description-en: Scalable Linear Algebra Package - 64-bit Shared libs for OpenMPI ScaLAPACK is the parallel version of LAPACK used on clusters. . There are packages for the shared libraries (this one), for the static libraries and the development files and for test programs. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package provides 64 bit integer support and uses the OpenMPI implementation of MPI. Package: libscotch-7.0 Description-md5: 7010765d2b2832f99f331f08e36585e8 Description-en: programs and libraries for graph, mesh and hypergraph partitioning Shared libraries package for scotch, which is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Package: libscotch-dev Description-md5: 005031c86c345eaf27f86a6745d2b32c Description-en: programs and libraries for graph, mesh and hypergraph partitioning Headers and libraries package for scotch, which is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Package: libscotchmetis-dev Description-md5: a391c720b80b18263009a2efcd3d5429 Description-en: programs and libraries for graph, mesh and hypergraph partitioning Scotch/Metis compatility interface, providing a free implementation of the Metis system for graph partitioning and sparse matrix reordering. Package: libscotchparmetis-dev Description-md5: a4daa83e9ec9e8f2cbf2dbbe5f4b9677 Description-en: programs and libraries for graph, mesh and hypergraph partitioning Scotch/ParMetis compatility interface, providing a free implementation of the ParMetis system for parallel graph partitioning and sparse matrix reordering. Package: libsdpa-dev Description-md5: e8c042b2619d454da380e504760dfa23 Description-en: Callable library and examples of SDPA This package provides some files [examples and callable library] of SDPA (SemiDefinite Programming Algorithm). See the information of the package 'sdpa'. Further information on SDP and SDPA can be found at http://sdpa.sourceforge.net/ 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: libsilo-bin Description-md5: 9554086ae8ffcfab42b65ca08337b3b9 Description-en: Utilities to manipulate libsilo files This package contains a number of utilities for manipulating and viewing Silo files. Silo is a scientific data format library. . Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs. Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalable in parallel. Package: libsilo-dev Description-md5: 44789d497dcd21167152e84726c04613 Description-en: Development files for SILO Scientific I/O library from LLNL Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools that process Silo data files is the VisIt visualization tool. . Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs. Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalable in parallel. . Architecturally, the library is divided into two main pieces; an upper-level application programming interface (API) and a lower-level I/O implementation called a driver. Silo supports multiple I/O drivers, the two most common of which are the HDF5 (Hierarchical Data Format 5) and PDB (Portable Data Base) drivers. Package: libsiloh5-0t64 Description-md5: 2e5cdda66dd0aca877bcaddcde85bed1 Description-en: SILO Science I/O library from LLNL Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. . Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs. Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalable in parallel. Package: libslepc-complex-dev Description-md5: cfde64b423050bc21ab0b11830b70131 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dummy package which depends on the latest version of SLEPc with complex number support. Package: libslepc-complex3.22 Description-md5: 045f852446dce14ca906f23e133a80a5 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the shared libraries for SLEPc 3.22 with complex numbers. Package: libslepc-complex3.22-dev Description-md5: 9105d64850fbc7821265962128519534 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the static libraries, shared links, and header files for SLEPc 3.22 with complex numbers. Package: libslepc-real-dev Description-md5: 50f188ce774f08415c0ece65b18a4523 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dummy package which depends on the latest version of SLEPc with real number support. Package: libslepc-real3.22 Description-md5: 208ded4449faab2cb0ac20049c9d047f Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the shared libraries for SLEPc 3.22 with real numbers. Package: libslepc-real3.22-dev Description-md5: 0c95bb724912b32ec243cfe4a287cfc4 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the static libraries, shared links, and header files for SLEPc 3.22 with real numbers. Package: libslepc3.22-dev-examples Description-md5: 04786d7a073d07ab26de0b4c78cb8ed9 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains example, test, and tutorial scripts for SLEPc 3.22. Package: libslepc64-complex-dev Description-md5: 417c5ae1f45fae79f6ef05dbf6bcacf0 Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dummy package which depends on the latest version of SLEPc with complex number support and 64-bit indexing. Package: libslepc64-complex3.22 Description-md5: 1685df2e229982def32e39e4a316fc19 Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the shared libraries for SLEPc 3.22 with complex numbers and 64-bit indexing. Package: libslepc64-complex3.22-dev Description-md5: bd497932726e21fd4eff5df6b4ee50d2 Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the static libraries, shared links, and header files for SLEPc 3.22 with complex numbers and 64-bit indexing. Package: libslepc64-real-dev Description-md5: df3db3a12caba60daa3391f3abcd38bd Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dummy package which depends on the latest version of SLEPc with real number support and 64-bit indexing. Package: libslepc64-real3.22 Description-md5: b6497ff8cc1dd4bc048937db8fa36594 Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the shared libraries for SLEPc 3.22 with real numbers and 64-bit indexing. Package: libslepc64-real3.22-dev Description-md5: 158b14183bf19066557d1ecd21ec7f1d Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the static libraries, shared links, and header files for SLEPc 3.22 with real numbers and 64-bit indexing. Package: libsocl-1.4-1t64 Description-md5: 607f8f9648f71dbaceaaeeaa04f4c6e8 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains an OpenCL-compatible library interface to StarPU. Package: libsopt-dev Description-md5: ba9b7754a5bac80355a0263f4fdce0f7 Description-en: Development package for Sparse OPTimisation library SOPT is a C package to perform Sparse OPTimisation. It solves a variety of sparse regularisation problems, including the SARA algorithm. . SOPT is largely provided to support the PURIFY package, a companion open-source code to perform radio interferometric imaging, also written by the authors of SOPT. . This package contains the development files. Package: libsopt3.0t64 Description-md5: 11e0e4aea8c231f5fc9490981eadcc74 Description-en: Sparse OPTimisation shared library SOPT is a C package to perform Sparse OPTimisation. It solves a variety of sparse regularisation problems, including the SARA algorithm. . SOPT is largely provided to support the PURIFY package, a companion open-source code to perform radio interferometric imaging, also written by the authors of SOPT. . This package contains the shared library. Package: libspfft-dev Description-md5: e7bb9ee3cc0f030191b92177326bed6d Description-en: Sparse 3D FFT library with MPI, OpenMP, CUDA / ROCm support (development files) SpFFT was originally intended for transforms of data with spherical cutoff in frequency domain, as required by some computational material science codes. For distributed computations, SpFFT uses a slab decomposition in space domain and pencil decomposition in frequency domain (all sparse data within a pencil must be on one rank). If desired, the library can be compiled without any parallelization (MPI, OpenMP, CUDA / ROCm). . This package contains development files. Package: libspfft1 Description-md5: d2f230f8888c53f250c6b0b4eb65628d Description-en: Sparse 3D FFT library with MPI, OpenMP, CUDA / ROCm support SpFFT was originally intended for transforms of data with spherical cutoff in frequency domain, as required by some computational material science codes. For distributed computations, SpFFT uses a slab decomposition in space domain and pencil decomposition in frequency domain (all sparse data within a pencil must be on one rank). If desired, the library can be compiled without any parallelization (MPI, OpenMP, CUDA / ROCm). Package: libstarpu-1.4-5t64 Description-md5: 6e4e8db53b47fb942bef212def2a1e22 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the main StarPU library Package: libstarpu-dev Description-md5: 967c103c8b3cf3662ee291f422fa5be6 Description-en: Task scheduler for heterogeneous multicore machines - dev StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains development headers and libraries. Package: libstarpu-openmp-llvm-1.4-1t64 Description-md5: fa0db18af8ec5b15b780924363dc10b1 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the runtime support for LLVM OpenMP. Package: libstarpufft-1.4-1t64 Description-md5: a1e84fcd5b7aa1a04d6c8089b0a0ecef Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains a hybrid CPU+GPU FFT library. Package: libstarpumpi-1.4-3t64 Description-md5: a7034f989f1ae2e40b4db1b5bb58bd47 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains MPI extensions for StarPU. Package: libstarpurm-1.4-1t64 Description-md5: 85559acb0db63a97ea4ac811b666f011 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the resource management library. Package: libstd-rust-1.82 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.82-dev Description-md5: d179f786c5d3afccd5d86929b4043021 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: 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: libstopt-dev Description-md5: 26ca0a727d0f54dfe96b6094984e478c Description-en: library for stochastic optimization problems (development package) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Different methods are available: - dynamic programming methods based on Monte Carlo with regressions (global, local, kernel and sparse regressors), for underlying states following some uncontrolled Stochastic Differential Equations; - dynamic programming with a representation of uncertainties with a tree: transition problems are here solved by some discretizations of the commands, resolution of LP with cut representation of the Bellman values; - Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for underlying states following some controlled Stochastic Differential Equations; - Stochastic Dual Dynamic Programming methods to deal with stochastic stock management problems in high dimension. Uncertainties can be given by Monte Carlo and can be represented by a state with a finite number of values (tree); - Some branching nesting methods to solve very high dimensional non linear PDEs and some appearing in HJB problems. Besides some methods are provided to solve by Monte Carlo some problems where the underlying stochastic state is controlled. For each method, a framework is provided to optimize the problem and then simulate it out of the sample using the optimal commands previously computed. Parallelization methods based on OpenMP and MPI are provided in this framework permitting to solve high dimensional problems on clusters. The library should be flexible enough to be used at different levels depending on the user's willingness. . This package contains the headers and the static libraries (libstopt-mpi which allows for multithreading, and libstopt which does not). Package: libstopt5t64 Description-md5: 8923e4816b4c506e099c5bf74bd173d8 Description-en: library for stochastic optimization problems (shared library) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Different methods are available: - dynamic programming methods based on Monte Carlo with regressions (global, local, kernel and sparse regressors), for underlying states following some uncontrolled Stochastic Differential Equations; - dynamic programming with a representation of uncertainties with a tree: transition problems are here solved by some discretizations of the commands, resolution of LP with cut representation of the Bellman values; - Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for underlying states following some controlled Stochastic Differential Equations; - Stochastic Dual Dynamic Programming methods to deal with stochastic stock management problems in high dimension. Uncertainties can be given by Monte Carlo and can be represented by a state with a finite number of values (tree); - Some branching nesting methods to solve very high dimensional non linear PDEs and some appearing in HJB problems. Besides some methods are provided to solve by Monte Carlo some problems where the underlying stochastic state is controlled. For each method, a framework is provided to optimize the problem and then simulate it out of the sample using the optimal commands previously computed. Parallelization methods based on OpenMP and MPI are provided in this framework permitting to solve high dimensional problems on clusters. The library should be flexible enough to be used at different levels depending on the user's willingness. . This package contains the shared libraries: one which allows for multithreading (libstopt-mpi) and one which does not (libstopt). Package: libsundials-arkode6 Description-md5: 5c257d12d16e49e3873ad356646fc5bf Description-en: differential equation solver (SUNDIALS library) This package contains the library for differential equation (ODE) system solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). ARKODE is a solver for multi-rate ODE systems (initial value problems) given in explicit form M*dy/dt = f(t,y) Package: libsundials-core7 Description-md5: ca34dcaed2a5551b076bb63d558150dd Description-en: differential equation solver (SUNDIALS library) This package contains the library for differential equation (ODE) system solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). ARKODE is a solver for multi-rate ODE systems (initial value problems) given in explicit form M*dy/dt = f(t,y) . This package provides core libraries used by other SUNDIALS components. Package: libsundials-cvode7 Description-md5: 0ff52e3f29b18deabc6db57ac3b5e1d1 Description-en: ordinary differential equation solver (SUNDIALS library) This package contains the library for ordinary differential equation (ODE) system solvers from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). CVODE is a solver for stiff and nonstiff ODE systems (initial value problem) given in explicit form dy/dt = f(t,y). Package: libsundials-cvodes7 Description-md5: a9a4492d86a28ec7578a00e72cb5d2b1 Description-en: ODE solver with sensistivity analysis (SUNDIALS library) This package contains the library for ordinary differential equation (ODE) system solver with sensistivity analysis capabilities from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). CVODES is a solver for stiff and nonstiff ODE systems (initial value problem) given in explicit form y' = f(t,y,p) with sensitivity analysis capabilities (both forward and adjoint modes). Package: libsundials-dev Description-md5: 9c4aec18b9b5cc8e8b4cfd8105655be6 Description-en: Package providing everything for SUNDIALS dev work This package contains all development files necessary to build applications using SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). All examples and documentation links live in this package as well. Package: libsundials-fortran-dev Description-md5: 96ad0e393b6b3f34deba318f9c346242 Description-en: Package providing everything for SUNDIALS dev work. Fortran files This package contains all development fortran files necessary to build applications using SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). All examples and documentation links live in this package as well. Package: libsundials-ida7 Description-md5: c359589cc273deb6f6dddc3d3f3a202d Description-en: differential-algebraic system solver (SUNDIALS library) This package contains the library for differential-algebraic system (IDA) solver from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). Package: libsundials-idas6 Description-md5: 503ef1a5c6d979fe325b818c3a88ae03 Description-en: IDA solver with sensitivity capabilities (SUNDIALS library) This package contains the library for differential-algebraic system with Sensitivity capabilities (IDAS) solver from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). Package: libsundials-kinsol7 Description-md5: f267dbe7489f2eb95d1c6b5d83f7182e Description-en: KINSOL solver (SUNDIALS library) This package contain the library for KINSOL (nonlinear algebraic systems) system solver from SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). Package: libsundials-nvecparallel-hypre7 Description-md5: 8da582d23ea48351d8eb61e029bee537 Description-en: HYPRE vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the HYPRE-based parallel flavor of the library. Package: libsundials-nvecparallel-mpi7 Description-md5: 7697e104e796dd21736f11b715949ed5 Description-en: MPI vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the MPI parallel flavor of the library. Package: libsundials-nvecparallel-openmp7 Description-md5: 9c81ecc23d7793f2a719fb8dfd4f9fb5 Description-en: OpenMP vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the OpenMP-based parallel flavor of the library. Package: libsundials-nvecparallel-petsc7 Description-md5: f66e08e2eab2e39bae8b39de4d4a145e Description-en: PETSc vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the PETSc-based parallel flavor of the library. Package: libsundials-nvecparallel-pthread7 Description-md5: d0d9f60c2b63b48333180adeb6b4dcd9 Description-en: Pthread vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the pthread-based parallel flavor of the library. Package: libsundials-nvecserial7 Description-md5: 8f934980000cb2191bcd580d4875420f Description-en: Non-parallel vector operations library (SUNDIALS library) This package provides implementations for all vector operations defined by the generic NVECTOR module in the table of operations for SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers). . This package contains the serial flavor of the library. Package: libsundials-sunlinsol5 Description-md5: c2d9713eb79bcc429f16fb6375356abc Description-en: differential equation solver (SUNDIALS library) Auxiliary solvers used by the SUNDIALS library. Package: libsundials-sunmatrix5 Description-md5: c2d9713eb79bcc429f16fb6375356abc Description-en: differential equation solver (SUNDIALS library) Auxiliary solvers used by the SUNDIALS library. Package: libsuperlu-dist-dev Description-md5: f1a067ff003769a463928d71c039fce3 Description-en: Highly distributed solution of sparse linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. . SuperLU_DIST implements the algorithms for distributed memory, targetting highly parallel distributed memory hybrid systems. The numerical factorization routines are already implemented for hybrid systems with multiple GPUs. Further work will be needed to implement the other phases of the algorithms on the hybrid systems and to enhance strong scaling to extreme scale. . The main library is libsuperlu_dist.so but a fortran wrapper library is also provided as libsuperlu_dist_fortran.so . This package provides development files for building client applications against superlu-dist. Package: libsuperlu-dist8 Description-md5: a030a487e8e91b47850002f33c867c9c Description-en: Highly distributed solution of sparse linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. . SuperLU_DIST implements the algorithms for distributed memory, targetting highly parallel distributed memory hybrid systems. The numerical factorization routines are already implemented for hybrid systems with multiple GPUs. Further work will be needed to implement the other phases of the algorithms on the hybrid systems and to enhance strong scaling to extreme scale. . The main library is libsuperlu_dist.so but a fortran wrapper library is also provided as libsuperlu_dist_fortran.so . This package provides the superlu-dist and superlu_dist_fortran shared libraries. Package: libsyncevo-dbus0 Description-md5: 113d3b2a1b962cfb8979dfce5055d817 Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared D-Bus library) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides a shared library. Package: libsyncevolution0 Description-md5: c03b5e002e88b1d79a3fc2076b457f8a Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared library) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides a shared library. Package: libtorch-dev Description-md5: f82a036facab80b9cda749c723e0fe6f Description-en: Tensors and Dynamic neural networks in Python (Development Files) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Development files). Package: libtorch-test Description-md5: 4325c6e2507653d820eb920c5a2ad432 Description-en: Tensors and Dynamic neural networks in Python (Test Binaries) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Test Binaries). Package: libtorch2.4 Description-md5: 2af9ff00ffc5dab05134d4e047aa0a15 Description-en: Tensors and Dynamic neural networks in Python (Shared Objects) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Shared Objects). Package: libtrilinos-amesos-13.2 Description-md5: ecdf604e928f8a2c48753ae3dceaf38f Description-en: direct sparse solver package - runtime files Amesos is the Direct Sparse Solver Package in Trilinos. The goal of Amesos is to make AX=B as easy as it sounds, at least for direct methods. Amesos provides clean and consistent interfaces to a number of third-party libraries. . This package contains the dynamic libraries. Package: libtrilinos-amesos-dev Description-md5: f8f2acf5ce5bff5b09ccf71a1e54b647 Description-en: direct sparse solver package - development files Amesos is the Direct Sparse Solver Package in Trilinos. The goal of Amesos is to make AX=B as easy as it sounds, at least for direct methods. Amesos provides clean and consistent interfaces to a number of third-party libraries. . This package provides headers. Package: libtrilinos-amesos2-13.2 Description-md5: 25ff7db1c75a65dd8b01ec2985ffd52a Description-en: next generation direct sparse solver package - runtime files Amesos2 is a package for solving sparse linear systems using direct solvers. It differs from Amesos in that it is templated on the scalar and index types. KLU2 is the only native solver. . This package contains the dynamic libraries. Package: libtrilinos-amesos2-dev Description-md5: 39a23ed3f04d52b3ed3fdfc6aea61718 Description-en: next generation direct sparse solver package - development files Amesos2 is a package for solving sparse linear systems using direct solvers. It differs from Amesos in that it is templated on the scalar and index types. KLU2 is the only native solver. . This package provides headers. Package: libtrilinos-anasazi-13.2 Description-md5: c8716b04d6c68195db1d18505c6c8cc5 Description-en: large-scale eigenvalue algorithms - runtime files Anasazi is an extensible and interoperable framework for large-scale eigenvalue algorithms. The motivation for this framework is to provide a generic interface to a collection of algorithms for solving large-scale eigenvalue problems. Anasazi is interoperable because both the matrix and vectors (defining the eigenspace) are considered to be opaque objects -- only knowledge of the matrix and vectors via elementary operations is necessary. . This package contains the dynamic libraries. Package: libtrilinos-anasazi-dev Description-md5: c197134c6b9ee41d314b1667af00b418 Description-en: large-scale eigenvalue algorithms - development files Anasazi is an extensible and interoperable framework for large-scale eigenvalue algorithms. The motivation for this framework is to provide a generic interface to a collection of algorithms for solving large-scale eigenvalue problems. Anasazi is interoperable because both the matrix and vectors (defining the eigenspace) are considered to be opaque objects -- only knowledge of the matrix and vectors via elementary operations is necessary. . This package provides headers. Package: libtrilinos-aztecoo-13.2 Description-md5: 62bd827b6fb3f1df93d48d5b802a60fd Description-en: object-oriented interface to the Aztec solver - runtime files AztecOO provides an object-oriented interface to the well-known Aztec solver library. Furthermore, it allows flexible construction of matrix and vector arguments via Epetra matrix and vector classes. Finally, AztecOO provide additional functionality not found in Aztec and any future enhancements to the Aztec package will be available only through the AztecOO interfaces. . This package contains the dynamic libraries. Package: libtrilinos-aztecoo-dev Description-md5: 24607c09d41bc5654fc7f044deac8dbb Description-en: object-oriented interface to the Aztec solver - development files AztecOO provides an object-oriented interface to the well-known Aztec solver library. Furthermore, it allows flexible construction of matrix and vector arguments via Epetra matrix and vector classes. Finally, AztecOO provide additional functionality not found in Aztec and any future enhancements to the Aztec package will be available only through the AztecOO interfaces. . This package provides headers. Package: libtrilinos-belos-13.2 Description-md5: a626c1ed63fbc92794142bc07f6bed71 Description-en: iterative linear solvers - runtime files Belos provides next-generation iterative linear solvers and a powerful linear solver developer framework. This framework includes abstract interfaces to linear algebra using traits mechanisms, abstract interfaces to orthogonalization, abstract interfaces to iteration kernels, powerful solver managers, and a basic linear problem class. . This package contains the dynamic libraries. Package: libtrilinos-belos-dev Description-md5: e0533b482a721888c8c7525207f4a2a8 Description-en: iterative linear solvers - development files Belos provides next-generation iterative linear solvers and a powerful linear solver developer framework. This framework includes abstract interfaces to linear algebra using traits mechanisms, abstract interfaces to orthogonalization, abstract interfaces to iteration kernels, powerful solver managers, and a basic linear problem class. . This package provides headers. Package: libtrilinos-epetra-13.2 Description-md5: b1fb505913c86233acd15a07de1fe65e Description-en: basis package for linear algebra - runtime files Epetra provides the fundamental construction routines and services function that are required for serial and parallel linear algebra libraries. Epetra provides the underlying foundation for all Trilinos solvers. . This package contains the dynamic libraries. Package: libtrilinos-epetra-dev Description-md5: 9c94591657d85f06e6889021b5a09bf5 Description-en: basis package for linear algebra - development files Epetra provides the fundamental construction routines and services function that are required for serial and parallel linear algebra libraries. Epetra provides the underlying foundation for all Trilinos solvers. . This package provides headers. Package: libtrilinos-epetraext-13.2 Description-md5: 262e737ffd9445222a1f58e9454d1064 Description-en: extensions to the Epetra toolkit - runtime files EpetraExt provides tools and functions that make it easier to work with Epetra. . This package contains the dynamic libraries. Package: libtrilinos-epetraext-dev Description-md5: bd85893c9b3421a8ce761dccebec6bc7 Description-en: extensions to the Epetra toolkit - development files EpetraExt provides tools and functions that make it easier to work with Epetra. . This package provides headers. Package: libtrilinos-galeri-13.2 Description-md5: 30e8a69aca2e319dbcfc0dc5dd684a31 Description-en: generation of distributed linear systems - runtime files The Trilinos package Galeri contains a suite of utilities and classes to generate a variety of (distributed) linear systems. Galeri's functionalities are very close to that of the MATLAB's gallery() function. Several well-known finite element and finite difference matrices can be generated using only a few simple code lines. . This package contains the dynamic libraries. Package: libtrilinos-galeri-dev Description-md5: c600c80aebfeff2cd907bbeccf18b497 Description-en: generation of distributed linear systems - development files The Trilinos package Galeri contains a suite of utilities and classes to generate a variety of (distributed) linear systems. Galeri's functionalities are very close to that of the MATLAB's gallery() function. Several well-known finite element and finite difference matrices can be generated using only a few simple code lines. . This package provides headers. Package: libtrilinos-ifpack-13.2 Description-md5: 43d4bcb24b48a33134f96791290b0571 Description-en: algebraic preconditioners - runtime files IFPACK provides a suite of object-oriented algebraic preconditioners for the solution of preconditioned iterative solvers. IFPACK constructors expect an Epetra_RowMatrix object for construction. IFPACK is part of the Trilinos Solver Project and IFPACK object interact well with other Trilinos classes. In particular, IFPACK can be used as a preconditioner for AztecOO. . This package contains the dynamic libraries. Package: libtrilinos-ifpack-dev Description-md5: 9072d7c970f5aeed4b68f4eef97068a7 Description-en: algebraic preconditioners - development files IFPACK provides a suite of object-oriented algebraic preconditioners for the solution of preconditioned iterative solvers. IFPACK constructors expect an Epetra_RowMatrix object for construction. IFPACK is part of the Trilinos Solver Project and IFPACK object interact well with other Trilinos classes. In particular, IFPACK can be used as a preconditioner for AztecOO. . This package provides headers. Package: libtrilinos-ifpack2-13.2 Description-md5: 0fec478c269aa8bcdf3a1c3288f8467a Description-en: next generation algebraic preconditioners - runtime files Ifpack2 provides incomplete factorizations, relaxations, and domain decomposition operators for linear algebra objects (sparse matrices, operators, and dense vectors and multivectors) provided by the Tpetra package. You may use these operators however you wish: for example as preconditioners in an iterative solver, or as smoothers for algebraic multigrid. . This package contains the dynamic libraries. Package: libtrilinos-ifpack2-dev Description-md5: b364924c4a6a0739087aa07eab934422 Description-en: next generation algebraic preconditioners - development files Ifpack2 provides incomplete factorizations, relaxations, and domain decomposition operators for linear algebra objects (sparse matrices, operators, and dense vectors and multivectors) provided by the Tpetra package. You may use these operators however you wish: for example as preconditioners in an iterative solver, or as smoothers for algebraic multigrid. . This package provides headers. Package: libtrilinos-intrepid-13.2 Description-md5: 2cb0943c4089f37303ed77429c4cb558 Description-en: compatible discretizations of PDEs - runtime files Intrepid is a library of interoperable tools for compatible discretizations of Partial Differential Equations (PDEs). Intrepid is intended primarily for application developers who want to reuse large parts of their existing code frameworks such as I/O, data structures, assembly routines, etc. while gaining access to advanced discretization capabilities provided by Intrepid. . This package contains the dynamic libraries. Package: libtrilinos-intrepid-dev Description-md5: ae5af45401619ed281beb4ca5206c062 Description-en: compatible discretizations of PDEs - development files Intrepid is a library of interoperable tools for compatible discretizations of Partial Differential Equations (PDEs). Intrepid is intended primarily for application developers who want to reuse large parts of their existing code frameworks such as I/O, data structures, assembly routines, etc. while gaining access to advanced discretization capabilities provided by Intrepid. . This package provides headers. Package: libtrilinos-intrepid2-13.2 Description-md5: f50e9a51c57c2f6bc1c4b6136615dcd8 Description-en: next generation compatible discretizations of PDEs - runtime files Intrepid2 is an extension of Intrepid, a library of interoperable tools for compatible discretizations of Partial Differential Equations (PDEs). Intrepid2 utilizes Kokkos dynamic rank views as the default multidimensional array type, which enables the use of Intrepid2 on heterogeneous architectures. . This package contains the dynamic libraries. Package: libtrilinos-intrepid2-dev Description-md5: 0acd449f3fcf8b8faa2a0136766d90cc Description-en: next generation compatible discretizations of PDEs - development files Intrepid2 is an extension of Intrepid, a library of interoperable tools for compatible discretizations of Partial Differential Equations (PDEs). Intrepid2 utilizes Kokkos dynamic rank views as the default multidimensional array type, which enables the use of Intrepid2 on heterogeneous architectures. . This package provides headers. Package: libtrilinos-isorropia-13.2 Description-md5: 759585b2ca72a2d4b925d697e84c37b3 Description-en: partitioning, load balancing, coloring of sparse matrices - runtime files Isorropia is a package for combinatorial scientific computing, with focus on partitioning and load balancing, but also supports coloring and ordering of sparse matrices. Its main purpose is to assist with redistributing objects such as matrices and graphs in a parallel execution setting, to allow for more efficient computations. Isorropia partitions matrices by rows, and produces good maps for Epetra matrices (graphs). . This package contains the dynamic libraries. Package: libtrilinos-isorropia-dev Description-md5: 41004d7e748422d6102b8135e2851fae Description-en: partitioning, load balancing, coloring of sparse matrices - development files Isorropia is a package for combinatorial scientific computing, with focus on partitioning and load balancing, but also supports coloring and ordering of sparse matrices. Its main purpose is to assist with redistributing objects such as matrices and graphs in a parallel execution setting, to allow for more efficient computations. Isorropia partitions matrices by rows, and produces good maps for Epetra matrices (graphs). . This package provides headers. Package: libtrilinos-kokkos-13.2 Description-md5: b16d4305e8001b6f3f9e125266bea0a8 Description-en: Trilinos Kokkos programming model - runtime files Kokkos implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use OpenMP, Pthreads and CUDA as backend programming models. . This package contains the dynamic libraries. Package: libtrilinos-kokkos-dev Description-md5: 7463616d8e9cef7c865cfa168b783178 Description-en: Trilinos Kokkos programming model - development files Kokkos implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use OpenMP, Pthreads and CUDA as backend programming models. . This package provides headers. Package: libtrilinos-kokkos-kernels-13.2 Description-md5: 75eaedb213964c7524d00bc1aaf9e78b Description-en: Kokkos local computational kernels - runtime files KokkosKernels implements local computational kernels for linear algebra and graph operations, using the Kokkos shared-memory parallel programming model. "Local" means not using MPI, or running within a single MPI process without knowing about MPI. "Computational kernels" are coarse-grained operations; they take a lot of work and make sense to parallelize inside using Kokkos. KokkosKernels can be the building block of a parallel linear algebra library like Tpetra that uses MPI and threads for parallelism, or it can be used stand-alone in your application. . This package contains the dynamic libraries. Package: libtrilinos-kokkos-kernels-dev Description-md5: b00711f74cacd4dbc89b16b5f3f6641b Description-en: Kokkos local computational kernels - development files KokkosKernels implements local computational kernels for linear algebra and graph operations, using the Kokkos shared-memory parallel programming model. "Local" means not using MPI, or running within a single MPI process without knowing about MPI. "Computational kernels" are coarse-grained operations; they take a lot of work and make sense to parallelize inside using Kokkos. KokkosKernels can be the building block of a parallel linear algebra library like Tpetra that uses MPI and threads for parallelism, or it can be used stand-alone in your application. . This package provides headers. Package: libtrilinos-komplex-13.2 Description-md5: 5aed6e50f4f545275681e85aa496dbc4 Description-en: complex linear solver package - runtime files Komplex is a complex linear solver package. Solves complex-valued linear systems via equivalent real formulations. . This package contains the dynamic libraries. Package: libtrilinos-komplex-dev Description-md5: fc96ccf010c96fde724b5e473fb19aa4 Description-en: complex linear solver package - development files Komplex is a complex linear solver package. Solves complex-valued linear systems via equivalent real formulations. . This package provides headers. Package: libtrilinos-ml-13.2 Description-md5: b88aa6a669e8bb97a7bbb0c5625bc371 Description-en: multigrid preconditioning - runtime files ML is Sandia's main multigrid preconditioning package. ML is designed to solve large sparse linear systems of equations arising primarily from elliptic PDE discretizations. ML is used to define and build multigrid solvers and preconditioners, and it contains black-box classes to construct highly-scalable smoothed aggregation preconditioners. ML preconditioners have been used on thousands of processors for a variety of problems, including the incompressible Navier-Stokes equations with heat and mass transfer, linear and nonlinear elasticity equations, the Maxwell equations, semiconductor equations, and more. . This package contains the dynamic libraries. Package: libtrilinos-ml-dev Description-md5: 95b52fe0b90a53881f62519965435547 Description-en: multigrid preconditioning - development files ML is Sandia's main multigrid preconditioning package. ML is designed to solve large sparse linear systems of equations arising primarily from elliptic PDE discretizations. ML is used to define and build multigrid solvers and preconditioners, and it contains black-box classes to construct highly-scalable smoothed aggregation preconditioners. ML preconditioners have been used on thousands of processors for a variety of problems, including the incompressible Navier-Stokes equations with heat and mass transfer, linear and nonlinear elasticity equations, the Maxwell equations, semiconductor equations, and more. . This package provides headers. Package: libtrilinos-moertel-13.2 Description-md5: 0a2ca0759713f843f16e65a32a6af4dc Description-en: mortar methods package - runtime files This package supplies capabilities for nonconforming mesh tying and contact formulations in 2 and 3 dimensions using Mortar methods. Mortar methods are a type of Lagrange Multiplier constraint that can be used in contact formulations and in non-conforming or conforming mesh tying as well as in domain decomposition techniques. Originally introduced as a domain decomposition method for spectral elements, Mortar methods are used in a large class of nonconforming situations such as the surface coupling of different physical models, discretization schemes or non-matching triangulations along interior interfaces of a domain. . This package contains the dynamic libraries. Package: libtrilinos-moertel-dev Description-md5: 7799f7f1eea042985115e7b6c18fd959 Description-en: mortar methods package - development files This package supplies capabilities for nonconforming mesh tying and contact formulations in 2 and 3 dimensions using Mortar methods. Mortar methods are a type of Lagrange Multiplier constraint that can be used in contact formulations and in non-conforming or conforming mesh tying as well as in domain decomposition techniques. Originally introduced as a domain decomposition method for spectral elements, Mortar methods are used in a large class of nonconforming situations such as the surface coupling of different physical models, discretization schemes or non-matching triangulations along interior interfaces of a domain. . This package provides headers. Package: libtrilinos-muelu-13.2 Description-md5: 1b6fe2ab7b4dd2e7cfb06338396aaeac Description-en: next generation multilevel preconditioner capabilities - runtime files MueLu is designed to solve large sparse linear systems of equations arising from PDE discretizations. MueLu provides easy-to-use multigrid solvers and preconditioners based on smoothed aggregation algorithms. As a multigrid framework, MueLu supports the design of highly application specific multigrid preconditioners. . This package contains the dynamic libraries. Package: libtrilinos-muelu-dev Description-md5: 9221d98ba564f8f9b614d89f488fd696 Description-en: next generation multilevel preconditioner capabilities - development files MueLu is designed to solve large sparse linear systems of equations arising from PDE discretizations. MueLu provides easy-to-use multigrid solvers and preconditioners based on smoothed aggregation algorithms. As a multigrid framework, MueLu supports the design of highly application specific multigrid preconditioners. . This package provides headers. Package: libtrilinos-nox-13.2 Description-md5: 84147d2c99a7e04b6197c942303b5678 Description-en: robust solution of nonlinear equations - runtime files NOX robustly solves and analyzes large-scale systems of nonlinear equations. NOX is short for Nonlinear Object-Oriented Solutions, and its objective is to enable the robust and efficient solution of the equation: F(x)=0 using globalized Newton methods such as line search and trust region methods. NOX is designed to work with any linear algebra package and to be easily customized. . This package contains the dynamic libraries. Package: libtrilinos-nox-dev Description-md5: 3be07aaf1ac4c22c689acb481744e879 Description-en: robust solution of nonlinear equations - development files NOX robustly solves and analyzes large-scale systems of nonlinear equations. NOX is short for Nonlinear Object-Oriented Solutions, and its objective is to enable the robust and efficient solution of the equation: F(x)=0 using globalized Newton methods such as line search and trust region methods. NOX is designed to work with any linear algebra package and to be easily customized. . This package provides headers. Package: libtrilinos-pamgen-13.2 Description-md5: 24018a956741af0bdb06d842369e49c6 Description-en: hexahedral and quadrilateral mesh generator - runtime files PAMGEN creates hexahedral or quadrilateral (in 2D) finite element meshes of simple shapes (cubes and cylinders) in parallel. When linked to an application as a library, it allows each process of a parallel simulation to generate its finite element domain representation at execution time. . This package contains the dynamic libraries. Package: libtrilinos-pamgen-dev Description-md5: 1f786598522477efc1028205fa8db7fb Description-en: hexahedral and quadrilateral mesh generator - development files PAMGEN creates hexahedral or quadrilateral (in 2D) finite element meshes of simple shapes (cubes and cylinders) in parallel. When linked to an application as a library, it allows each process of a parallel simulation to generate its finite element domain representation at execution time. . This package provides headers. Package: libtrilinos-phalanx-13.2 Description-md5: 8d4d86ab36bd7b99e17022143208692b Description-en: local field evaluation kernel - runtime files Phalanx is a local field evaluation kernel specifically designed for general partial differential equation solvers. The main goal of Phalanx is to decompose a complex problem into a number of simpler problems with managed dependencies to support rapid development and extensibility of the PDE code. Through the use of template metaprogramming concepts, Phalanx supports arbitrary user defined data types and evaluation types. This allows for unprecedented flexibility for direct integration with user applications and provides extensive support for embedded technology such as automatic differentiation for sensitivity analysis and uncertainty quantification. . This package contains the dynamic libraries. Package: libtrilinos-phalanx-dev Description-md5: 4f8febbd813e494837b35ba6c4c1b2ba Description-en: local field evaluation kernel - development files Phalanx is a local field evaluation kernel specifically designed for general partial differential equation solvers. The main goal of Phalanx is to decompose a complex problem into a number of simpler problems with managed dependencies to support rapid development and extensibility of the PDE code. Through the use of template metaprogramming concepts, Phalanx supports arbitrary user defined data types and evaluation types. This allows for unprecedented flexibility for direct integration with user applications and provides extensive support for embedded technology such as automatic differentiation for sensitivity analysis and uncertainty quantification. . This package provides headers. Package: libtrilinos-pike-13.2 Description-md5: 028d242e6fa5a7a55130f06630eef83d Description-en: physics integration kernels - runtime files Pike is a software library for coupling and solving multiphysics applications. It provides basic interfaces and utilities for performing code-to-code coupling. It provides simple black-box Picard iteration methods for solving the coupled system of equations including Jacobi and Gauss-Seidel solvers. The Pike library contains no physics and just provides interfaces and utilities for coupling codes. . This package contains the dynamic libraries. Package: libtrilinos-pike-dev Description-md5: 49105586c082a4121520a1008dbdb137 Description-en: physics integration kernels - development files Pike is a software library for coupling and solving multiphysics applications. It provides basic interfaces and utilities for performing code-to-code coupling. It provides simple black-box Picard iteration methods for solving the coupled system of equations including Jacobi and Gauss-Seidel solvers. The Pike library contains no physics and just provides interfaces and utilities for coupling codes. . This package provides headers. Package: libtrilinos-piro-13.2 Description-md5: 2c5df5f06241cb98823c1f208ac99c84 Description-en: embedded nonlinear analysis package - runtime files Piro is the top-level, unifying package of the Embedded Nonlinear Analysis Capability area. The main purpose of the package is to provide driver classes for the common uses of Trilinos nonlinear analysis tools. These drivers all can be constructed similarly, with a ModelEvaluator and a ParameterList, to make it simple to switch between different types of analysis. They also all inherit from the same base classes (reponse-only model evaluators) so that the resulting analysis can in turn driven by non-intrusive analysis routines. . This package contains the dynamic libraries. Package: libtrilinos-piro-dev Description-md5: 5dc71fdbeabb7048ad197e19eeda32cf Description-en: embedded nonlinear analysis package - development files Piro is the top-level, unifying package of the Embedded Nonlinear Analysis Capability area. The main purpose of the package is to provide driver classes for the common uses of Trilinos nonlinear analysis tools. These drivers all can be constructed similarly, with a ModelEvaluator and a ParameterList, to make it simple to switch between different types of analysis. They also all inherit from the same base classes (reponse-only model evaluators) so that the resulting analysis can in turn driven by non-intrusive analysis routines. . This package provides headers. Package: libtrilinos-pliris-13.2 Description-md5: 7b1ac89e1e6deb3c6d6742558056d4f0 Description-en: Trilinos dense solvers package - runtime files Pliris is an object-oriented interface to a LU solver for dense matrices on parallel platforms. These matrices are double precision real matrices distributed on a parallel machine. . This package contains the dynamic libraries. Package: libtrilinos-pliris-dev Description-md5: 92cbe80f4e6c3c486ff115b30c139683 Description-en: Trilinos dense solvers package - development files Pliris is an object-oriented interface to a LU solver for dense matrices on parallel platforms. These matrices are double precision real matrices distributed on a parallel machine. . This package provides headers. Package: libtrilinos-rol-13.2 Description-md5: bcbc9028cbefb8d1da09705428984a4d Description-en: rapid optimization library - runtime files The Rapid Optimization Library (ROL) is a package for large-scale optimization. It is used for the solution of optimal design, optimal control and inverse problems in large-scale engineering applications. Other uses include mesh optimization and image processing. . This package contains the dynamic libraries. Package: libtrilinos-rol-dev Description-md5: dac6390a334d4f761568374eb76fde57 Description-en: rapid optimization library - development files The Rapid Optimization Library (ROL) is a package for large-scale optimization. It is used for the solution of optimal design, optimal control and inverse problems in large-scale engineering applications. Other uses include mesh optimization and image processing. . This package provides headers. Package: libtrilinos-rtop-13.2 Description-md5: c7e1a0d26c9ab3d057077e5d2e582efe Description-en: reductions/transformation operators - runtime files RTOp (reduction/transformation operators) provides the basic mechanism for implementing vector operations in a flexible and efficient manner. . This package contains the dynamic libraries. Package: libtrilinos-rtop-dev Description-md5: 5490932295cf870f789caf4abe84d7f0 Description-en: reductions/transformation operators - development files RTOp (reduction/transformation operators) provides the basic mechanism for implementing vector operations in a flexible and efficient manner. . This package provides headers. Package: libtrilinos-rythmos-13.2 Description-md5: 55b9da2d6371d462bc1768fade246305 Description-en: Trilinos transient integrator - runtime files Rythmos is a transient integrator for ordinary differential equations and differential-algebraic equations with support for explicit, implicit, one-step and multi-step algorithms. The fundamental design of Rythmos is aimed at supporting operator-split algorithms, multi-physics applications, block linear algebra, and adjoint integration. . This package contains the dynamic libraries. Package: libtrilinos-rythmos-dev Description-md5: 028d3e7f422154e14737c139853c1193 Description-en: Trilinos transient integrator - development files Rythmos is a transient integrator for ordinary differential equations and differential-algebraic equations with support for explicit, implicit, one-step and multi-step algorithms. The fundamental design of Rythmos is aimed at supporting operator-split algorithms, multi-physics applications, block linear algebra, and adjoint integration. . This package provides headers. Package: libtrilinos-sacado-13.2 Description-md5: e573e2f11ad50b059ceb99385bbb5c23 Description-en: automatic differentiation for C++ applications - runtime files Sacado is a set of automatic differentiation tools for C++ applications. It provides templated classes for forward, reverse and Taylor mode automatic differentiation. . This package contains the dynamic libraries. Package: libtrilinos-sacado-dev Description-md5: 56d0237e5c1b1696541f989564c1f0d9 Description-en: automatic differentiation for C++ applications - development files Sacado is a set of automatic differentiation tools for C++ applications. It provides templated classes for forward, reverse and Taylor mode automatic differentiation. . This package provides headers. Package: libtrilinos-shards-13.2 Description-md5: cff1a471a7cb51a5d01b6a6647559b25 Description-en: interoperability tools for PDE solving - runtime files The purpose of Shards is to provide a suite of common tools for numerical and topological data that facilitate interoperability between typical software modules used to solve Partial Differential Equations (PDEs) by finite element, finite volume and finite difference methods. Shards comprises of two categories of tools: methods to manage and access information about cell topologies used in mesh-based methods for PDEs, and methods to work with multi-dimensional arrays used to store numerical data in corresponding computer codes. . This package contains the dynamic libraries. Package: libtrilinos-shards-dev Description-md5: ee813cac43e8768045ae70c76d7f1866 Description-en: interoperability tools for PDE solving - development files The purpose of Shards is to provide a suite of common tools for numerical and topological data that facilitate interoperability between typical software modules used to solve Partial Differential Equations (PDEs) by finite element, finite volume and finite difference methods. Shards comprises of two categories of tools: methods to manage and access information about cell topologies used in mesh-based methods for PDEs, and methods to work with multi-dimensional arrays used to store numerical data in corresponding computer codes. . This package provides headers. Package: libtrilinos-shylu-13.2 Description-md5: 7f6152a0c3aea1ee1ae965f3a301d521 Description-en: solving sparse linear systems - runtime files ShyLU is a package for solving sparse linear systems. It can be used either as a preconditioner, or as a solver. Currently, it is recommended as an Ifpack preconditioner. ShyLU uses a hybrid direct/iterative approach based on Schur complements. The goal is to provide robustness similar to sparse direct solvers, but memory usage more similar to preconditioned iterative solvers. ShyLU was designed as a node-level solver. It can use both MPI and threads in several ways. ShyLU was designed (a) to solve difficult but medium-size problems, and (b) to be used as a subdomain solver or smoother for very large problems within an iterative scheme. It is a purely algebraic method so can be used as a black-box solver. ShyLU has been particularly successful in electrical circuit simulation (Xyce). . This package contains the dynamic libraries. Package: libtrilinos-shylu-dev Description-md5: 54d90b1a297502815d17c44f8c375264 Description-en: solving sparse linear systems - development files ShyLU is a package for solving sparse linear systems. It can be used either as a preconditioner, or as a solver. Currently, it is recommended as an Ifpack preconditioner. ShyLU uses a hybrid direct/iterative approach based on Schur complements. The goal is to provide robustness similar to sparse direct solvers, but memory usage more similar to preconditioned iterative solvers. ShyLU was designed as a node-level solver. It can use both MPI and threads in several ways. ShyLU was designed (a) to solve difficult but medium-size problems, and (b) to be used as a subdomain solver or smoother for very large problems within an iterative scheme. It is a purely algebraic method so can be used as a black-box solver. ShyLU has been particularly successful in electrical circuit simulation (Xyce). . This package provides headers. Package: libtrilinos-stokhos-13.2 Description-md5: dd98bcdc88721f7d7fc9bc9bb57188dd Description-en: Trilinos uncertainty quantification package - runtime files Stokhos is a package for intrusive stochastic Galerkin uncertainty quantification methods. It provides methods for computing well-known intrusive stochastic Galerkin projections such as Polynomial Chaos and Generalized Polynomial Chaos, interfaces for forming the resulting nonlinear systems, and linear solver methods for solving block stochastic Galerkin linear systems. . This package contains the dynamic libraries. Package: libtrilinos-stokhos-dev Description-md5: ff529238927cc41f9b7e5fcce45137bd Description-en: Trilinos uncertainty quantification package - development files Stokhos is a package for intrusive stochastic Galerkin uncertainty quantification methods. It provides methods for computing well-known intrusive stochastic Galerkin projections such as Polynomial Chaos and Generalized Polynomial Chaos, interfaces for forming the resulting nonlinear systems, and linear solver methods for solving block stochastic Galerkin linear systems. . This package provides headers. Package: libtrilinos-stratimikos-13.2 Description-md5: 9b9a424ee10589fa507414119216b8bb Description-en: wrappers for linear solvers and preconditioners - runtime files The package Stratimikos contains a unified set of Thyra-based wrappers to linear solver and preconditioner capabilities in Trilinos. The Stratimikos package is also a place where unified testing of linear solvers and preconditioners can be performed. . This package contains the dynamic libraries. Package: libtrilinos-stratimikos-dev Description-md5: e7900158a91dfe49314fc9ea96eb6ad8 Description-en: wrappers for linear solvers and preconditioners - development files The package Stratimikos contains a unified set of Thyra-based wrappers to linear solver and preconditioner capabilities in Trilinos. The Stratimikos package is also a place where unified testing of linear solvers and preconditioners can be performed. . This package provides headers. Package: libtrilinos-teko-13.2 Description-md5: d2659146cd5356db3094f0fba942f099 Description-en: block preconditioners - runtime files Teko is a package for development and implementation of block preconditioners. This includes support for manipulation and setup of block operators. Furthermore tools exist to support decomposition of a fully coupled operator. Additionally, facilities that allow the construction of approximate inverse operators using the full complement of available preconditioners and solvers are available in Teko. Finally, a small number of generic block preconditioners has been implemented in Teko, including block Jacobi, and block Gauss-Seidel. For the Navier-Stokes equation, Teko has implementations of SIMPLE, PCD and LSC. For details on these methods see Stabilization and Scalable Block Preconditioning for the Navier-Stokes Equations and the references therein. . This package contains the dynamic libraries. Package: libtrilinos-teko-dev Description-md5: 921acfd60d71ef7184635bbf99c3157b Description-en: block preconditioners - development files Teko is a package for development and implementation of block preconditioners. This includes support for manipulation and setup of block operators. Furthermore tools exist to support decomposition of a fully coupled operator. Additionally, facilities that allow the construction of approximate inverse operators using the full complement of available preconditioners and solvers are available in Teko. Finally, a small number of generic block preconditioners has been implemented in Teko, including block Jacobi, and block Gauss-Seidel. For the Navier-Stokes equation, Teko has implementations of SIMPLE, PCD and LSC. For details on these methods see Stabilization and Scalable Block Preconditioning for the Navier-Stokes Equations and the references therein. . This package provides headers. Package: libtrilinos-teuchos-13.2 Description-md5: 02f6f14f418b4563934bfa0a5f63b3a1 Description-en: common tools for Trilinos - runtime files Teuchos provides a suite of common tools for Trilinos for developers to use. These tools include BLAS/LAPACK wrappers, smart pointers, parameter lists, XML parsers, etc. . This package contains the dynamic libraries. Package: libtrilinos-teuchos-dev Description-md5: dcc5a072b2721884114cb85c671ecc3b Description-en: common tools for Trilinos - development files Teuchos provides a suite of common tools for Trilinos for developers to use. These tools include BLAS/LAPACK wrappers, smart pointers, parameter lists, XML parsers, etc. . This package provides headers. Package: libtrilinos-thyra-13.2 Description-md5: 63514e2c64fc7c346b4900926c0aeacb Description-en: interoperability layer for numerical software - runtime files The Thyra package contains a set of interfaces and supporting code that defines basic interoperability mechanisms between different types of numerical software. The foundation of all of these interfaces are the mathematical concepts of vectors, vector spaces, and linear operators. All other interfaces and support software is built on the basic operator/vector interfaces. . This package contains the dynamic libraries. Package: libtrilinos-thyra-dev Description-md5: 8858666565ef8d7dbf22dee6f50a0554 Description-en: interoperability layer for numerical software - development files The Thyra package contains a set of interfaces and supporting code that defines basic interoperability mechanisms between different types of numerical software. The foundation of all of these interfaces are the mathematical concepts of vectors, vector spaces, and linear operators. All other interfaces and support software is built on the basic operator/vector interfaces. . This package provides headers. Package: libtrilinos-tpetra-13.2 Description-md5: 62f003ec14216ff6e3e970700d8cf549 Description-en: templated numerical linear algebra package - runtime files Next-generation, templated version of Petra, taking advantage of the newer advanced features of C++. . This package contains the dynamic libraries. Package: libtrilinos-tpetra-dev Description-md5: 6cd5b85e2ad9cd2e56cec22fd4411426 Description-en: templated numerical linear algebra package - development files Next-generation, templated version of Petra, taking advantage of the newer advanced features of C++. . This package provides headers. Package: libtrilinos-trilinoscouplings-13.2 Description-md5: 15e0ee09bdc616e68b98c0bbaf4bf8c8 Description-en: combining Trilinos packages - runtime files TrilinosCouplings provides a location for multiple Trilinos packages to be combined for testing integrated package capabilities. . This package contains the dynamic libraries. Package: libtrilinos-trilinoscouplings-dev Description-md5: 0603f27fba6ce7a863de5d383748309f Description-en: combining Trilinos packages - development files TrilinosCouplings provides a location for multiple Trilinos packages to be combined for testing integrated package capabilities. . This package provides headers. Package: libtrilinos-trilinosss-13.2 Description-md5: 41f57ad99dc5722a8557c5c10a1c08cd Description-en: suitesparse with adaptations for Amesos - runtime files A suite of sparse matrix algorithms with adaptations for Amesos. . This package contains the dynamic libraries. Package: libtrilinos-trilinosss-dev Description-md5: 3a3fe5ef0103631aaf997506bb243af6 Description-en: suitesparse with adaptations for Amesos - development files A suite of sparse matrix algorithms with adaptations for Amesos. . This package provides headers. Package: libtrilinos-triutils-13.2 Description-md5: 19e6a6a6ea210a63419368db7e720de6 Description-en: utilities for Trilinos - runtime files TriUtils a package of utilities for other Trilinos packages. . This package contains the dynamic libraries. Package: libtrilinos-triutils-dev Description-md5: 5adae80e362e57a0b2f989e3dc0894bf Description-en: utilities for Trilinos - development files TriUtils a package of utilities for other Trilinos packages. . This package provides headers. Package: libtrilinos-xpetra-13.2 Description-md5: 69fe700c08df14ddb5bcebd7e24f5108 Description-en: conversion between Epetra and Teuchos objects - runtime files Xpetra a lightweight wrapper to both Epetra and Tpetra. The Xpetra syntax mirrors that of Tpetra. Xpetra enables algorithm developers to write to a single interface but be able to use either Epetra or Tpetra. Xpetra can also be introduced into existing code to allow for gradual migration. . This package contains the dynamic libraries. Package: libtrilinos-xpetra-dev Description-md5: e95e00a4a6aba8bd9257424084673d01 Description-en: conversion between Epetra and Teuchos objects - development files Xpetra a lightweight wrapper to both Epetra and Tpetra. The Xpetra syntax mirrors that of Tpetra. Xpetra enables algorithm developers to write to a single interface but be able to use either Epetra or Tpetra. Xpetra can also be introduced into existing code to allow for gradual migration. . This package provides headers. Package: libtrilinos-zoltan-13.2 Description-md5: 185fbc84a1ace421cb4bdc14dc861ae4 Description-en: parallel dynamic load balancing - runtime files Zoltan is a toolkit of parallel services for dynamic, unstructured, and/or adaptive simulations. Zoltan provides parallel dynamic load balancing and related services for a wide variety of applications, including finite element methods, matrix operations, particle methods, and crash simulations. Zoltan also provides parallel graph coloring, matrix ordering, unstructured communication tools, and distributed data directories. . This package contains the dynamic libraries. Package: libtrilinos-zoltan-dev Description-md5: cc4152717f75cefe235f6db599405f4f Description-en: parallel dynamic load balancing - development files Zoltan is a toolkit of parallel services for dynamic, unstructured, and/or adaptive simulations. Zoltan provides parallel dynamic load balancing and related services for a wide variety of applications, including finite element methods, matrix operations, particle methods, and crash simulations. Zoltan also provides parallel graph coloring, matrix ordering, unstructured communication tools, and distributed data directories. . This package provides headers. Package: libtrilinos-zoltan2-13.2 Description-md5: 8c46c722aa1a58352f3583ccf4195e7b Description-en: Trilinos next generation load balancing package - runtime files Zoltan2 is a package for load balancing and combinatorial scientific computing. It may be viewed as a successor to the popular Zoltan and Isorropia packages. . This package contains the dynamic libraries. Package: libtrilinos-zoltan2-dev Description-md5: a59bf49e83ee7d261c5db17f7f3667f5 Description-en: Trilinos next generation load balancing package - development files Zoltan2 is a package for load balancing and combinatorial scientific computing. It may be viewed as a successor to the popular Zoltan and Isorropia packages. . This package provides headers. 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-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: libvarnishapi-dev Description-md5: 9c15761c354c732b35ffb9837d7b1ea0 Description-en: development files for Varnish Development files for the Varnish HTTP accelerator. Package: libvarnishapi3 Description-md5: b62e58460782f2fccf788b20917cd377 Description-en: shared libraries for Varnish Shared libraries for the Varnish HTTP accelerator. Package: libvotca-2024 Description-md5: 45aadb0f3c1fb7901af4699b0d2c160a Description-en: VOTCA molecular dynamics analysis - shared libraries Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA) is a modeling package for the analysis of molecular dynamics data, the development of systematic coarse-graining techniques, and methods used for simulating microscopic charge transport in disordered semiconductors. . libvotca contains VOTCA's coarse-graining and excitation transport libraries. Package: libvotca-dev Description-md5: ed83278d260ca7b53b3e42761604da44 Description-en: VOTCA molecular dynamics analysis - development files Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA) is a modeling package for the analysis of molecular dynamics data, the development of systematic coarse-graining techniques, and methods used for simulating microscopic charge transport in disordered semiconductors. . This package contains header files and pkg-config files and templates for VOTCA programs. Package: libvtk9-dev Description-md5: 7e2bbc8c66e40961c2bc067211a7a6c1 Description-en: VTK header files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the VTK header files required to compile C++ programs that use VTK to do 3D visualisation. Package: libvtk9-java Description-md5: 4a2c950d01a8db58857d1e38171eac2a Description-en: VTK - Java language support The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. . This package provides the VTK Java language support. Package: libvtk9-qt-dev Description-md5: f328fd3b8b64a22139aa0d00e2d89f5a Description-en: VTK header files, containing Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the VTK header files required to compile C++ programs that use VTK to do 3D visualisation. Qt files Package: libvtk9.3 Description-md5: 144756a6093ffa63465fde3c11e8a81a Description-en: VTK libraries The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the shared libraries needed to run C++ programs that use VTK. Package: libvtk9.3-qt Description-md5: 372a6934e0333f048f30bec2359bcec5 Description-en: VTK libraries, Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the shared libraries needed to run C++ programs that use VTK. Qt files Package: libweston-14-0 Description-md5: 2facd845ca0d169f8667aeba4083ec4d Description-en: reference implementation of a wayland compositor (shared libs) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the libweston shared libraries. Package: libweston-14-dev Description-md5: 37fe04933eb7e845c267566fa5e9b313 Description-en: reference implementation of a wayland compositor (headers) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the libweston headers. Package: libx32gphobos-14-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: libx32gphobos5 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-14-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4 Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32stdc++6-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: libx86emu-dev Description-md5: ec2c3ae18ccfaeb5aa86ac8fcb0be6a7 Description-en: x86 emulation library (development files) Small x86 emulation library with focus of easy usage and extended execution logging functions. The library features an API to create emulation objects for x86 architecture. . This package contains the development files. Package: libx86emu3 Description-md5: 8d59e1cbebe9ecb31b641ea874fd2a2f Description-en: x86 emulation library Small x86 emulation library with focus of easy usage and extended execution logging functions. The library features an API to create emulation objects for x86 architecture. . This package contains the library. Package: libxfce4panel-2.0-4 Description-md5: c95df6f623e80733d266da6879368de6 Description-en: Xfce4 panel library (GTK3 variant) This package contains the GTK3 variant of the panel library, used by the various plugins for the Xfce panel. Package: libxfce4panel-2.0-dev Description-md5: 6880f0ca5aa7b31a9271c73e2124b605 Description-en: Xfce4 panel library (development files for GTK3 variant) This package contains development files for the library (GTK3 variant) used by various plugins for the Xfce panel. Package: libxfce4windowing-0-0 Description-md5: 74255a4dc47576ac307077336b758a54 Description-en: Wayland utility functions library for Xfce4 an abstraction library that attempts to present windowing concepts (screens, toplevel windows, workspaces, etc.) in a windowing-system-independent manner. Package: libxfce4windowing-0-dev Description-md5: 7e6a1a247c5282b26bb71110cb755394 Description-en: Development files for libxfce4windowing This package contains the headers for libxfce4windowing. If you intend to code wayland applications for the Xfce4 desktop environment, you need to install this package. . The libxfce4windowing Reference Manual is also included and it can be consulted using Devhelp or a web browser. Package: libxfce4windowing-common Description-md5: 3e62d626760c767af39d0b43c1798e25 Description-en: common files for libxfce4windowing This package contains various architecture-independent common files for libxfce4windowing, the Xfce windowing concepts abstraction library. Package: libyade Description-md5: 094a93abd368dd9c2399f2085503f40c Description-en: Platform for discrete element modeling. Libraries Yet Another Dynamic Engine. . Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new algorithms and interfaces. Python is used for rapid and concise scene construction, simulation control, postprocessing and debugging. . This package contains yade`s libraries. 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: liggghts Description-md5: 29da25aabdbe703617ddbc070a019666 Description-en: Open Source DEM Particle Simulation Software. LIGGGHTS stands for LAMMPS improved for general granular and granular heat transfer simulations. . LAMMPS is a classical molecular dynamics simulator. It is widely used in the field of Molecular Dynamics. Thanks to physical and algorithmic analogies, LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR package to perform these kind of simulations. LIGGGHTS aims to improve those capability with the goal to apply it to industrial applications. Development version. Package: liggghts-doc Description-md5: b1cad1e678d58c41f8ab1b5f94b30d8e Description-en: Open Source DEM Particle Simulation Software. Documentation and examples LIGGGHTS stands for LAMMPS improved for general granular and granular heat transfer simulations. . LAMMPS is a classical molecular dynamics simulator. It is widely used in the field of Molecular Dynamics. Thanks to physical and algorithmic analogies, LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR package to perform these kind of simulations. LIGGGHTS aims to improve those capability with the goal to apply it to industrial applications. Development version. . The package contains documentation and examples. Package: lilypond Description-md5: 20ea0d9edc54dfe225718f577404efb5 Description-en: program for typesetting sheet music LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . LilyPond supports many forms of music notation constructs, including chord names, drum notation, figured bass, grace notes, guitar tablature, modern notation (cluster notation and rhythmic grouping), tremolos, (nested) tuplets in arbitrary ratios, and more. . LilyPond's text-based music input language support can integrate into LaTeX, HTML and Texinfo seamlessly, allowing single sheet music or musicological treatises to be written from a single source. Form and content are separate, and with LilyPond's expert automated formatting, users don't need typographical expertise to produce good notation. . LilyPond produces PDF, PostScript, SVG, or TeX printed output, as well as MIDI for listening pleasures. LilyPond is exported from the RoseGarden and NoteEdit GUIs, and can import ABC, ETF and MIDI. . LilyPond is part of the GNU Project. Package: lilypond-data Description-md5: 15b6a8707411fca217f45f5290242bd1 Description-en: LilyPond music typesetter (data files) LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains architecture-independent data files for LilyPond. Package: lilypond-doc Description-md5: 9346244cd5896d018d449885b850f64c Description-en: LilyPond Documentation in info format (and metapackage) LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package includes the info documentation and recommends the html and pdf documentation for the LilyPond music typesetting software. Package: lilypond-doc-html Description-md5: ce9305bb3e0186f8d51108b36ca7315e Description-en: LilyPond HTML Documentation LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation for the LilyPond music typesetting software. Package: lilypond-doc-html-ca Description-md5: 0be13e42f06b9bbeb593ec2fe2075047 Description-en: LilyPond HTML Documentation in Catalan LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Catalan for the LilyPond music typesetting software. Package: lilypond-doc-html-cs Description-md5: 2ee692707fa6419b4ab149a3f3435a05 Description-en: LilyPond HTML Documentation in Czech LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Czech for the LilyPond music typesetting software. Package: lilypond-doc-html-de Description-md5: eefab7eba3e3147677f7db0340a6fb36 Description-en: LilyPond HTML Documentation in German LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in German for the LilyPond music typesetting software. Package: lilypond-doc-html-es Description-md5: 26862c06877078c4b0485543006d5282 Description-en: LilyPond HTML Documentation in Spanish LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Spanish for the LilyPond music typesetting software. Package: lilypond-doc-html-fr Description-md5: 508d25778e5c5ea0907a9ca4b4690523 Description-en: LilyPond HTML Documentation in French LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in French for the LilyPond music typesetting software. Package: lilypond-doc-html-hu Description-md5: 035215d337f59965c7d0343cdc2563c1 Description-en: LilyPond HTML Documentation in Hungarian LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Hungarian for the LilyPond music typesetting software. Package: lilypond-doc-html-it Description-md5: 975a9c9c34436ced5945fda5dee7c154 Description-en: LilyPond HTML Documentation in Italian LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Italian for the LilyPond music typesetting software. Package: lilypond-doc-html-ja Description-md5: dc3df7f4ae4602afeede13618f825dda Description-en: LilyPond HTML Documentation in Japanese LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Japanese for the LilyPond music typesetting software. Package: lilypond-doc-html-nl Description-md5: a9c770cfc0c65cc6809d504a6f091b3b Description-en: LilyPond HTML Documentation in Dutch LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Dutch for the LilyPond music typesetting software. Package: lilypond-doc-html-pt Description-md5: f8257c264c55ebebbb90afc4c70bb21b Description-en: LilyPond HTML Documentation in Portuguese LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Portuguese for the LilyPond music typesetting software. Package: lilypond-doc-html-zh Description-md5: 799a1badc745ba3b428fad6d04b9b11c Description-en: LilyPond HTML Documentation in Chinese LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the HTML documentation in Chinese for the LilyPond music typesetting software. Package: lilypond-doc-pdf Description-md5: 6c5792f355319abd1e77bbf9cfa75977 Description-en: LilyPond PDF Documentation LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation for the LilyPond music typesetting software. Package: lilypond-doc-pdf-ca Description-md5: 6c482d6440b725cd19647f9328e62395 Description-en: LilyPond PDF Documentation in Catalan LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Catalan for the LilyPond music typesetting software. Package: lilypond-doc-pdf-de Description-md5: 80192b1ae0f75cbce60c7f8dcd878282 Description-en: LilyPond PDF Documentation in German LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in German for the LilyPond music typesetting software. Package: lilypond-doc-pdf-es Description-md5: 0cd221acd745c1f9b885f7c1cce99ed1 Description-en: LilyPond PDF Documentation in Spanish LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Spanish for the LilyPond music typesetting software. Package: lilypond-doc-pdf-fr Description-md5: 6c8999d1697143faa20ec906abe9fb48 Description-en: LilyPond PDF Documentation in French LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in French for the LilyPond music typesetting software. Package: lilypond-doc-pdf-hu Description-md5: c2952134c91516ea25a4a3b97514782b Description-en: LilyPond PDF Documentation in Hungarian LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Hungarian for the LilyPond music typesetting software. Package: lilypond-doc-pdf-it Description-md5: 5b76cedb4522b85c212660a8f0cf3aa9 Description-en: LilyPond PDF Documentation in Italian LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Italian for the LilyPond music typesetting software. Package: lilypond-doc-pdf-nl Description-md5: a5c506933d9cf7e4c254655f6b9adcce Description-en: LilyPond PDF Documentation in Dutch LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Dutch for the LilyPond music typesetting software. Package: lilypond-doc-pdf-pt Description-md5: 0283232165aae87e86b0c379a625ef89 Description-en: LilyPond PDF Documentation in Portuguese LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains the PDF documentation in Portuguese for the LilyPond music typesetting software. Package: lilypond-fonts Description-md5: 429e280363d2d7fab7ab527d014f8ba0 Description-en: LilyPond music typesetter (fonts) LilyPond is a music typesetter, an automated engraving system. It produces beautiful sheet music using a high level description file as input. . This package contains font files for LilyPond. 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: 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: 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: loki Description-md5: bf9b5e908e674606bad9899b907430d7 Description-en: MCMC linkage analysis on general pedigrees Performs Markov chain Monte Carlo multipoint linkage analysis on large, complex pedigrees. The current package supports analyses on quantitative traits only, although this restriction will be lifted in later versions. Joint estimation of QTL number, position and effects uses Reversible Jump MCMC. It is also possible to perform affected only IBD sharing analyses. Package: loki-doc Description-md5: cdb20636f5859ad29987ae202873ef21 Description-en: MCMC linkage analysis on general pedigrees (PS manual) Performs Markov chain Monte Carlo multipoint linkage analysis on large, complex pedigrees. The current package supports analyses on quantitative traits only, although this restriction will be lifted in later versions. Joint estimation of QTL number, position and effects uses Reversible Jump MCMC. It is also possible to perform affected only IBD sharing analyses. . Documentation on how to use Simon Heath's "prep" and "loki" tools for MCMC genetic linkage and IBD analysis on general pedigrees. Package: lomiri-calendar-app Description-md5: 2c3b38fdf60af32583342b10377cdc0c Description-en: Calendar App for Lomiri Operating Environment This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is a mobile OS developed by the UBports Foundation. Lomiri is its operating environment optimized for touch based human-machine interaction, but also supports convergence (i.e. switching between tablet/phone and desktop mode). . This package provides Lomiri's Calendar App. Package: lomiri-online-accounts-plugin-common Description-md5: 174bc45173c494c5079b2fab10eab0aa Description-en: Lomiri Online Accounts account plugins - common files The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This package contains the common files shared between Lomiri Online Accounts account plugins. Package: lomiri-online-accounts-plugin-facebook Description-md5: 6094e9f32236851d66ad514bbf6668a9 Description-en: Lomiri Online Accounts account plugin - Facebook The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Facebook accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-flickr Description-md5: 766e29b581cc4c0ef7fbf7165a3d6d0a Description-en: Lomiri Online Accounts account plugin - Flickr The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Flickr accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-foursquare Description-md5: fbcb358e8e92cb1f35c0624ed79d8247 Description-en: Lomiri Online Accounts account plugin - FourSquare The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating FourSquare accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-google Description-md5: 26c2c35722965e1453be19668d8f0b4b Description-en: Lomiri Online Accounts account plugin - Google The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Google accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-identica Description-md5: 4f2f1b1abe0fd262aa16ffbda2268eb2 Description-en: Lomiri Online Accounts account plugin - identi.ca The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating identi.ca accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-instagram Description-md5: ffcd37cc035172f1c0aa99c951d7cc76 Description-en: Lomiri Online Accounts account plugin - Instagram The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Instagram accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-linkedin Description-md5: 6f381127c80c691c0f2e8df6d5da4c8c Description-en: Lomiri Online Accounts account plugin - LinkedIn The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating LinkedIn accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-mcloud Description-md5: 2e95767fac742c768045c333166c6f8f Description-en: Lomiri Online Accounts account plugin - mCloud The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating mCloud accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-microsoft Description-md5: d308c75625fb641058b8af14a12b44df Description-en: Lomiri Online Accounts account plugin - Microsoft The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating microsoft accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-nextcloud Description-md5: ee5c99be93841311e985f340e93a9a58 Description-en: Lomiri Online Accounts account plugin - Nextcloud The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Nextcloud accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-owncloud Description-md5: 1fe9621712b1af33e2df4b7ed6b8dfc6 Description-en: Lomiri Online Accounts account plugin - ownCloud The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating ownCloud accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-sina Description-md5: 6c0ad329559bbd5a116efc006c699e63 Description-en: Lomiri Online Accounts account plugin - Sina The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Sina accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-sohu Description-md5: 4beb10f73bc996cdf90092984b821979 Description-en: Lomiri Online Accounts account plugin - Sohu The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating Sohu accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-tools Description-md5: fbe0c976f3b36a367b521bafb441072f Description-en: Lomiri Online Accounts account plugins - tools The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . Command line tools for managing accounts in Lomiri Online Accounts. Package: lomiri-online-accounts-plugin-vk Description-md5: 67cd50751b524f08fd95fd880c51851e Description-en: Lomiri Online Accounts account plugin - VKontakte The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating VKontakte accounts in Lomiri System Settings. Package: lomiri-online-accounts-plugin-x Description-md5: a5ac2a39da133ce7ee93a7781143a65b Description-en: Lomiri Online Accounts account plugin - X (formerly known as Twitter) The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings. . This plugin adds support for creating X (formerly known as Twitter) accounts in Lomiri System Settings. Package: loupe Description-md5: 66f95c2d7aa2b52b96af8b0740f36a69 Description-en: Image viewer for GNOME Loupe is a simple image viewer for the GNOME desktop. It uses glycin-loaders for image loading and decoding. A wide range of image formats is supported. Starting with GNOME 45 this is the default image viewer. Package: lrslib Description-md5: bc62dafa0a5a501c68508823e5d8f398 Description-en: package to enumerate vertices and extreme rays of a convex polyhedron A convex polyhedron is the set of points satisfying a finite family of linear inequalities. The study of the vertices and extreme rays of such systems is important and useful in e.g. mathematics and optimization. In a dual interpretation, finding the vertices of a (bounded) polyhedron is equivalent to finding the convex hull (bounding inequalities) of an (arbitrary dimensional) set of points. Lrs (lexicographic reverse search) has two important features that can be very important for certain applications: it works in exact arithmetic, and it consumes memory proportional to the input, no matter how large the output is. Package: lsd Description-md5: 81ab24e2dab6d20a130dad18e5be032f Description-en: ls command with a lot of pretty colors and some other stuff Rewrite of GNU ls with lot of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project. Package: lua-hamlib Description-md5: 40fba0740af5fb55f64a82ca18f8dccb Description-en: Run-time Lua library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the Lua bindings of the library. Package: lubuntu-default-settings Description-md5: fa16d1e92dc9882e82f32b641d494e9f Description-en: default settings for Lubuntu Various system settings tailored for Lubuntu's default session. This includes default settings, applications, and themes. Package: lziprecover Description-md5: 2887aca0f9e420036b6fe08744ec51db Description-en: lossless data compressor based on the LZMA algorithm (recovery) Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. . This package contains the recovery tool. Package: magics++ Description-md5: 9b068543ba030016602d8d95ac8a603d Description-en: Executables for the magics++ library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . This package contains the MagcML binary that may be used with magics++. Package: mathgl Description-md5: a73ee7dac8ccf25e51029594c659f96f Description-en: library for scientific graphs (utilities and examples) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains MathGL utilities and examples. Package: mbox-importer Description-md5: fd0cea1835addf922fc480dca5ab2f11 Description-en: MBox email archive importer mbox-importer is a wizard to assist with importing MBox email archives into Akonadi Package: mcstas Description-md5: 353f93a78e9848c80a4a5b707d4342d8 Description-en: Neutron ray-trace simulation McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the McStas engine itself. Package: mcstas-clusterscripts Description-md5: ace840a55522f42113fc57836e735777 Description-en: Neutron ray-trace simulation - parallelization scripts McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains scripts to run McStas in parallel on various types of clusters. Package: mcstas-comps Description-md5: 5adbee4d5534309449297ebd34923c34 Description-en: Neutron ray-trace simulation - components McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the McStas components (i.e. models for simulated instruments and objects). Package: mcstas-manuals Description-md5: 80bec7f39951b6ab5d2599f84612033b Description-en: Neutron ray-trace simulation - documentation McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the documentation. Package: mcstas-mccodelib Description-md5: ba1a87108897f196bc3aa03dd7b0f0bc Description-en: Neutron ray-trace simulation - Python code library McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains Python libraries. Package: mcstas-mcdisplay-mantid Description-md5: f055eea6ab381f6ce323eb36ab1c7728 Description-en: Neutron ray-trace simulation - Mantid instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the Mantid frontend for the McStas instrument display. Package: mcstas-mcdisplay-matlab Description-md5: c87e223fa66750dde17074645dac1f01 Description-en: Neutron ray-trace simulation - Matlab/Octave instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the Matlab/Octave frontend for the instrument display. Package: mcstas-mcdisplay-matplotlib Description-md5: 94a0dfdcd9a716741992af6d7eceb7e2 Description-en: Neutron ray-trace simulation - Matplotlib instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the python matplotlib frontend for the instrument display. Package: mcstas-mcdisplay-pyqtgraph Description-md5: 4bec3f5cc937a7f653e48dfa01524418 Description-en: Neutron ray-trace simulation - pyqtgraph instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the pyqtgraph frontend for the instrument display. Package: mcstas-mcdisplay-webgl Description-md5: c35e760bf499efaad12cfe80229f60fa Description-en: Neutron ray-trace simulation - WebGL instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the WebGL frontend for the instrument display. Package: mcstas-mcdisplay-webgl-classic Description-md5: 9a5852e658fa1a29dafb5cbe35a5e66b Description-en: Neutron ray-trace simulation - WebGL instrument display McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the legacy WebGL frontend for the instrument display. Package: mcstas-mcdoc Description-md5: 40c9b527c4c314f4a29f4974f8f6cc63 Description-en: Neutron ray-trace simulation - documentation browser McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains mcdoc, a tool to display documentation for McStas itself and for the simulated instruments. Package: mcstas-mcgui Description-md5: 76ab8e6abe133553a4f2b1742898afc8 Description-en: Neutron ray-trace simulation - GUI McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the graphical user interface. Package: mcstas-mcplot-html Description-md5: 3f6d2e95f26ef49a6c93f11dda5a0102 Description-en: Neutron ray-trace simulation - HTML plotting frontend McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the HTML plotting frontend for the simulation results. Package: mcstas-mcplot-matlab Description-md5: 00a9e96b2d440619321e01e976c7ba94 Description-en: Neutron ray-trace simulation - Matlab/Octave plotting frontend McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains a Matlab/Octave frontend for the simulation result viewer. Package: mcstas-mcplot-matplotlib Description-md5: b1f0e9279e8bf2f2609f9875171712e9 Description-en: Neutron ray-trace simulation - Matplotlib plotting frontend McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the Matplotlib plotting frontend for the simulation results. Package: mcstas-mcplot-pyqtgraph Description-md5: 37039b8c8418ad7119511ac43334a487 Description-en: Neutron ray-trace simulation - pyqtgraph plotting frontend McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains the pyqtgraph plotting frontend for the simulation results. Package: mcstas-mcresplot Description-md5: aa2e4f35a85c901d4ef7c4b1dd6655ea Description-en: Neutron ray-trace simulation - resolution function plotter McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains mcresplot, a front-end to plot resolution function. Package: mcstas-mcrun Description-md5: 66da7e799def2a48829649de9a15178d Description-en: Neutron ray-trace simulation - runner McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This package contains mcrun, the command-line tool to run the McStat simulations. Package: mcstas-suite-python Description-md5: 97511cac6e5d45b5be0779ee164ecf9a Description-en: Neutron ray-trace simulation - full simulation suite McStas is a tool for carrying out Monte Carlo ray-tracing simulations of neutron scattering instruments with high complexity and precision. The simulations can compute all aspects of the performance of instruments and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McStas is based on a unique design where an automatic compilation process translates high-level textual instrument descriptions into efficient ISO-C code. . This metapackage contains the full python suite of tools. Package: mcxtrace Description-md5: 616290e1fdf19f50b0d24aee7c37b8d8 Description-en: X-ray ray-trace simulation McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the McXtrace engine itself. Package: mcxtrace-clusterscripts Description-md5: 13ef2f73532438abcf49aa8ccc8a4592 Description-en: X-ray ray-trace simulation - parallelization scripts McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains scripts to run McXtrace in parallel on various types of clusters. Package: mcxtrace-comps Description-md5: 5921a6843f389351026c55608215cbd7 Description-en: X-ray ray-trace simulation - components McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the McXtrace components (i.e. models for simulated beamlines and objects). Package: mcxtrace-manuals Description-md5: 9817413db1594e6f086cc531fdf5059b Description-en: X-ray ray-trace simulation - documentation McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the documentation. Package: mcxtrace-mccodelib Description-md5: 2312b0814655d75d2bec728cc0387e5f Description-en: X-ray ray-trace simulation - Python code library McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains Python libraries. Package: mcxtrace-mxdisplay-matlab Description-md5: 3c038ff9248da56e8c8583d2e5db6c65 Description-en: X-ray ray-trace simulation - Matlab/Octave instrument display McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the Matlab/Octave frontend for the instrument display. Package: mcxtrace-mxdisplay-matplotlib Description-md5: 9f5dd5168d4539c559098a86840048dc Description-en: X-ray ray-trace simulation - Matplotlib instrument display McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the Python Matplotlib frontend for the instrument display. Package: mcxtrace-mxdisplay-pyqtgraph Description-md5: 549c66df8c72542cfad08fd2231bcff6 Description-en: X-ray ray-trace simulation - pyqtgraph instrument display McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the pyqtgraph frontend for the instrument display. Package: mcxtrace-mxdisplay-webgl Description-md5: 44efccf37df0eb043c6168f5b0c28874 Description-en: X-ray ray-trace simulation - WebGL instrument display McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the WebGL frontend for the instrument display. Package: mcxtrace-mxdisplay-webgl-classic Description-md5: 45abfbbebd491bf192a3802230181bd9 Description-en: X-ray ray-trace simulation - WebGL instrument display McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the legacy WebGL frontend for the instrument display. Package: mcxtrace-mxdoc Description-md5: c39290f6bfe482c8792fa2f999a82741 Description-en: X-ray ray-trace simulation - documentation browser McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains mxdoc, a tool to display documentation for McXtrace itself and for the simulated beamlines. Package: mcxtrace-mxgui Description-md5: c4f2d4119a901f625d6a102b85bb8045 Description-en: X-ray ray-trace simulation - GUI McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the graphical user interface. Package: mcxtrace-mxplot-html Description-md5: ebc93842f539982003dfc4dd2122e44c Description-en: X-ray ray-trace simulation - HTML plotting frontend McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the HTML plotting frontend for the simulation results. Package: mcxtrace-mxplot-matlab Description-md5: 440ed69de95776f41fcd40f058f81421 Description-en: X-ray ray-trace simulation - Matlab/Octave plotting frontend McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains a Matlab/Octave frontend for the simulation result viewer. Package: mcxtrace-mxplot-matplotlib Description-md5: 5408a8d758b1f8c0a02337c03d16b268 Description-en: X-ray ray-trace simulation - Matplotlib plotting frontend McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the Matplotlib plotting frontend for the simulation results. Package: mcxtrace-mxplot-pyqtgraph Description-md5: 9b8f50518a90fdd6c950391ab69d37a8 Description-en: X-ray ray-trace simulation - pyqtgraph plotting frontend McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains the pyqtgraph plotting frontend for the simulation results. Package: mcxtrace-mxrun Description-md5: 87d7c48f68d390b175f0bd4b994d50e6 Description-en: X-ray ray-trace simulation - runner McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This package contains mxrun, the command-line tool to run the McXtrace simulations. Package: mcxtrace-suite-python Description-md5: 23b8e89aae9ff522f8c62896b3c02f0d Description-en: X-ray ray-trace simulation - full simulation suite McXtrace is a tool for carrying out highly complex Monte Carlo ray-tracing simulations of X-ray beamlines to high precision. The simulations can compute all aspects of the performance of beamlines and can thus be used to optimize the use of existing equipment, design new instrumentation, and carry out virtual experiments for e.g. training, experimental planning or data analysis. . McXtrace is based on a unique design, inhereted from its sister McStas, where an automatic compilation process translates high-level textual instrument descriptions into efficient ANSI-C code. This design makes it simple to set up typical simulations and also gives essentially unlimited freedom to handle more unusual cases. . This metapackage contains the full Python suite of tools. Package: mediawiki2latex Description-md5: 4f685e1544b6dd8a6820e930e2bc0d46 Description-en: Loads pages from MediaWiki and converts to LaTeX and PDF This project provides a simple way of turning a HTML page hosted on a server into a high quality PDF version as well an its LaTeX source file respectively. . Particular care has been to generate esthetically pleasing results for pages hosted on servers running MediaWiki. . This project provides a simple default mode which just requires the URL to the page and creates a PDF file, by processing the HTML generated by the (MediaWiki-) server. It also provides extended possibilities giving a fine grained control over the conversion process to users familiar with LaTeX and MediaWiki. . Much effort was put into providing reasonable defaults for this way of processing for the needs of the English and German Wikibooks projects. Images are also downloaded, and if necessary modified for use in a LaTeX document. The latest test run on more than 2000 featured articles on the English Wikipedia completed without failures. Package: meep-mpi-default Description-md5: 6198a7d46f906d4991bd7b01ba7fd795 Description-en: software package for FDTD simulation, parallel version Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method. . Its features include: * Free and open-source software under the GNU GPL. * Complete scriptability via Python, Scheme, or C++ APIs. * Simulation in 1d, 2d, 3d, and cylindrical coordinates. * Distributed memory parallelism on any system supporting MPI. * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ, along with dispersive ε(ω) and μ(ω) including loss/gain, nonlinear (Kerr & Pockels) dielectric and magnetic materials, electric/magnetic conductivities σ, and saturable gain/absorption. * Perfectly-matched layer (PML) absorbing boundaries as well as Bloch-periodic and perfect-conductor boundary conditions. * Exploitation of symmetries to reduce the computation size, including even/odd mirror planes and 90°/180° rotations. * Arbitrary current sources including a guided-mode launcher. * Frequency-domain solver for finding the response to a continuous-wave (CW) source. * ε/μ and field import/export in the HDF5 data format. * GDSII file import for planar geometries. * Materials library containing predefined broadband, complex refractive indices. * Field analyses including Poynting flux, mode decomposition, near to far transformations, frequency extraction, local density of states (LDOS), modal volume, Maxwell stress tensor, arbitrary functions; completely programmable. . This package contains binaries of the OpenMPI version on 64bit architectures and the MPICH version on 32bit architectures. Package: messagelib-data Description-md5: 1623dd3ccf1809b74720e1a3f96aad4f Description-en: KDE PIM messaging library - data files This package contains the data files shipped with the message libraries. . This package is part of KDE PIM module. Package: messagelib-dev Description-md5: 5e1ba86069e5d75ef29cced14a5d8fa7 Description-en: KDE PIM messaging library - development files This package contains the development files for the KDE PIM messaging library. It provides basic e-mail message composing facilities, message handling, widgets, a mimetreeparser, a template parser and more. . This package is part of KDE PIM module. Package: metview Description-md5: 4ce04e442ecad0f65501d065fffe6dd1 Description-en: Interactive data visualization and analysis environment, Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . Metview is a cooperative project between ECMWF and INPE/CPTEC, Brazil. ECMWF has also been assisted by a staff member of Météo-France. Package: metview-data Description-md5: de58bbb93806f5fb6268e18d9b80dcb7 Description-en: Data needed for the Metview data analysis environment Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides data files needed for metvieww. Package: mir-demos Description-md5: 438fbed9a91dcd2671ec41b04913bd86 Description-en: Mir Display Server - demonstration programs Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains demo applications that use the Mir display server Package: mir-graphics-drivers-desktop Description-md5: 59d745ac811598ba73a8e13e20ca3dd2 Description-en: Mir Display Server - desktop driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for traditional desktop systems. Package: mir-graphics-drivers-nvidia Description-md5: c0424baaf74e4b1256606a561265ab82 Description-en: Mir Display Server - Nvidia driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics drivers for Nvidia systems. Package: mir-platform-graphics-eglstream-kms Description-md5: 2b191965ce82ac99a8d25828a19dfdb9 Description-en: Mir Display Server - eglstream-kms driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for eglstream-kms systems. Package: mir-platform-graphics-eglstream-kms20 Description-md5: de3eb683c5cd18107a001c6710326ebe Description-en: Mir Display Server - platform library for NVIDIA Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the hardware platform using the EGLStream EGL extensions, such as the NVIDIA binary driver. Package: mir-platform-graphics-gbm-kms Description-md5: 05b58bd09bf49946527e9b9ec5127458 Description-en: Mir Display Server - gbm-kms driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for gbm-kms systems. Package: mir-platform-graphics-gbm-kms20 Description-md5: d66e80bece6e0ba55c34a0d691029ac2 Description-en: Mir Display Server - platform library for KMS Mesa Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the hardware platform using the Mesa drivers. Package: mir-platform-graphics-wayland Description-md5: d6462affe2c9705c94330ef888c61bec Description-en: Mir Display Server - wayland driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for wayland systems. Package: mir-platform-graphics-wayland20 Description-md5: d1ae9e6e928dbbb17a0576cc2c04998d Description-en: Mir Display Server - platform library for Wayland Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with a "host" Wayland display server. Package: mir-platform-graphics-x Description-md5: 91ffd09dd18fe029f248419094a716e8 Description-en: Mir Display Server - x driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for X systems. Package: mir-platform-graphics-x20 Description-md5: 472a7b047101bb76476a2d980f65a30f Description-en: Mir Display Server - platform library for X11 Mesa Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the X11 platform using the Mesa drivers. Package: mir-platform-input-evdev8 Description-md5: 90e53d61146b870f3030f3931198c9fc Description-en: Mir Display Server - input platform library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the input hardware using the evdev interface. Package: mir-platform-rendering-egl-generic Description-md5: e8328d4b0868253b7e48b1a46264ef90 Description-en: Mir Display Server - EGL rendering provider metapackage Mir is a display server running on linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on the current provider of accelerated client rendering support via standard EGL interfaces. Package: mir-platform-rendering-egl-generic20 Description-md5: c53bba5d9431201a53a8903842cca1d1 Description-en: Mir Display Server - generic EGL rendering platform Mir is a display server running on linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to provide accelerated client rendering via standard EGL interfaces. Package: mir-test-tools Description-md5: 94ca9c295a0197948e62bb50b87dc42c Description-en: Mir Display Server - stress tests and other test tools Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains tools for smoke and performance testing the Mir display server Package: mir-wlcs-integration Description-md5: 71b3e542b35358f2a9a5d28123cd64fe Description-en: Mir Display Server - wlcs integration Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains libraries for integration with the wlcs test suite Package: mirtest-dev Description-md5: 32cc63ccfaab1c888ad772a208dcc7e8 Description-en: Mir Display Server - test development headers and library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files and static library for testing of server and/or client development. Package: mkbootimg Description-md5: 0d10e2b9aac44ee2f6beda66718048b2 Description-en: Creates Android boot images Creates Android boot images that includes kernel image and ramdisk, in a special format which can be used with fastboot. Package: mlir-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: mlpack-bin Description-md5: 233ebea4c1714a5a46500fae5ffe2f3e Description-en: intuitive, fast, scalable C++ machine learning library (binaries) This package contains example binaries using the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a “swiss army knife” for machine learning researchers. Package: mlpack-doc Description-md5: d3fe3d2d1ccfd82055f0b7b13846bafc Description-en: intuitive, fast, scalable C++ machine learning library (documentation) This package contains documentation for the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a “swiss army knife” for machine learning researchers. Package: 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: mold Description-md5: 7b4a7f6ecb8a58aa3dd9407ac4a6f299 Description-en: Drop-in linker mold is a faster drop-in replacement for existing Unix linkers. It is several times faster than the LLVM lld linker. mold is designed to increase developer productivity by reducing build time, especially in rapid debug-edit-rebuild cycles. Package: molds Description-md5: e4dd2cae798824b2fe9bbef772b35774 Description-en: Semi-empirical electronic structure and molecular dynamics MolDS is a semi-empirical electronic structure and molecular dynamics package. . Features includes: . * Semi-Empirical methods CNDO2, INDO, ZINDO/S, MNDO, AM1 and PM3 * Excited States via Single Configuration Interaction (CIS) * Dispersion corrections to AM1 (AM1-D) and PM3 (PM3-D) * Pairwise Distance Directed Gaussian (PDDG) correction to PM3 (PM3/PDDG) * Single-Point, geometry optimization, Molecular Dynamics (MD), Monte-Carlo (MC) and Polymer Molecular Dynamics (RPMD) type of calculations . MolDS currently ships parameters for the elements H, C, N, O, and S. 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: mousai Description-md5: 971d4a11c528cddaefe97dfdd2b61d12 Description-en: Identify songs in seconds Mousai is a simple application that can recognize songs similar to Shazam. Just click the listen button, and then wait a few seconds. It will magically return the title and artist of that song! . Note that mousai connects to a non-free API (audd.io) to query the songs. . Mousai is a GNOME Circle app. 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: mpb Description-md5: e6e6b632eb6f65526d43f604bd090b37 Description-en: MIT Photonic-Bands The MIT Photonic-Bands package is a free program for computing the band structures (dispersion relations) and electromagnetic modes of periodic dielectric structures, on both serial and parallel computers. It was developed by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group, and designed to study photonic crystal structures. Package: mpb-dev Description-md5: b35723d333f09a66ede2a63e8873d40e Description-en: MIT Photonic-Bands development files The MIT Photonic-Bands package is a free program for computing the band structures (dispersion relations) and electromagnetic modes of periodic dielectric structures, on both serial and parallel computers. It was developed by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group, and designed to study photonic crystal structures. . This package contains the header files for development of own software. Package: mpb-doc Description-md5: fd8ceff9271c3e1ad609dcd16137a435 Description-en: MIT Photonic-Bands documentation The MIT Photonic-Bands package is a free program for computing the band structures (dispersion relations) and electromagnetic modes of periodic dielectric structures, on both serial and parallel computers. It was developed by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group, and designed to study photonic crystal structures. . This package contains the documentation in HTML format. Package: mpb-mpi Description-md5: 404fb3bff9ddb3d2ccc02ff6e0292d83 Description-en: MIT Photonic-Bands, parallel (mpich) version The MIT Photonic-Bands package is a free program for computing the band structures (dispersion relations) and electromagnetic modes of periodic dielectric structures, on both serial and parallel computers. It was developed by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group, and designed to study photonic crystal structures. . This package contains a parallel version of MPB, using the mpich implementation of the MPI protocol. It allows for calculations on clusters of computers. Package: mpb-scm Description-md5: c9459695c33cc92f8c9637f043664731 Description-en: MIT Photonic-Bands initialisation files The MIT Photonic-Bands package is a free program for computing the band structures (dispersion relations) and electromagnetic modes of periodic dielectric structures, on both serial and parallel computers. It was developed by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group, and designed to study photonic crystal structures. . This package contains files for initialisation of MPB. Package: mpgrafic Description-md5: 058d545128c1281fd9f68f462c6d197d Description-en: MPI version of N-body initial conditions grafic package mpgrafic produces initial conditions files for N-body simulations of cosmological large-scale structure formation. It is a free-licensed, MPI-parallelised, rewritten version of Ed Bertschinger's grafic-1 program, producing output files in the grafic format. It includes options for an Eisenstein and Hu baryonic wiggles power spectrum, for using a low-resolution map for large-scale modes in the spirit of grafic-2, and together with constrfield, can be used for generating constrained initial conditions. Details are given in Prunet et al (2008) http://cdsads.u-strasbg.fr/abs/2008ApJS..178..179P. Package: mpich Description-md5: 550bc2d5b82c8e4c056dee32a584fb1a Description-en: Implementation of the MPI Message Passing Interface standard MPICH is a high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 3.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O. . This package includes the program binaries necessary to run MPICH programs. Package: mpich-doc Description-md5: bc19fc18512ebe2018388cd13a5f5f9f Description-en: Documentation for MPICH MPICH is a high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 3.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O. . This package includes the MPICH documentation. Package: mplrs Description-md5: 9b219c9d8ebd440990a343391818c4b6 Description-en: package to enumerate vertices and extreme rays of a convex polyhedron (parallel binary) A convex polyhedron is the set of points satisfying a finite family of linear inequalities. The study of the vertices and extreme rays of such systems is important and useful in e.g. mathematics and optimization. In a dual interpretation, finding the vertices of a (bounded) polyhedron is equivalent to finding the convex hull (bounding inequalities) of an (arbitrary dimensional) set of points. Lrs (lexicographic reverse search) has two important features that can be very important for certain applications: it works in exact arithmetic, and it consumes memory proportional to the input, no matter how large the output is. . This package contains the parallel binary mplrs for use with mpi Package: mptcpd Description-md5: 670c82a26bad83c04582465309d367b4 Description-en: Multipath TCP Daemon The Multipath TCP Daemon - mptcpd - is a daemon for Linux based operating systems that performs Multipath TCP path management related operations in the user space. . It interacts with the Linux kernel through a generic Netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request new MPTCP subflows, handle requests for subflows, etc. . By default, this daemon will load the 'addr_adv' plugin from the 'mptcpd-plugins' package, which will add MPTCP endpoints with the 'subflow' flag ("client" mode) for the default in-kernel path-manager. Note that this is something NetworkManager does by default. Having several daemons configuring the MPTCP endpoints at the same time should be avoided. This daemon is usually recommended when NetworkManager is not available, or when advanced per-connection path management is needed, using the userspace path-manager and a custom-made made plugin using the C API. Package: mptcpd-plugins Description-md5: 9d6c534eb9e96d27bebde2a00b191758 Description-en: Multipath TCP Daemon Plug-ins The Multipath TCP Daemon Plug-ins package is a collection of plugins for mptcpd, short for Multipath TCP Daemon. These plugins can be used to perform Multipath TCP path management related operations in the user space. . The daemon interacts with the Linux kernel through a generic Netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request new MPTCP subflows, handle requests for subflows, etc. Plugins can react on events and requests path management related operations to create subflows, advertise addresses, etc. Package: mptcpize Description-md5: 30c175f639e7dfa5b09d3d72ce2f5392 Description-en: Multipath TCP Converter The Multipath TCP Converter tool - mptcpize - helps to enable MPTCP usage on unmodified legacy services. It can run programs forcing MPTCP socket usage instead of TCP. It can also update systemd units to force them to run under mptcpize launcher. . To use MPTCP on a Linux kernel, it is required to explicitly create an MPTCP socket. In theory, it is then needed to modify an existing program to benefit from MPTCP. In practice, 'socket()' syscall can be modified to create an MPTCP socket instead of TCP. This is done with the help of libmptcpwrap and LD_PRELOAD. Package: mpv Description-md5: 42d61bf874a5fe751d6c1a8601d1276d Description-en: video player based on MPlayer/mplayer2 mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types. . Changes from mplayer2 to mpv include: * Removal of lots of unneeded code to encourage developer activity * Better OSD rendering * Cleaned up terminal output * Improved OpenGL output * Encoding functionality (replacement for mencoder) * Wayland support * Support for playing URLs of popular streaming sites * Screenshot improvements * ... See mpv(1) for more info regarding changes between MPlayer, mplayer2 and mpv. Package: mrmpi-doc Description-md5: af09bdcb3d009724282162a1ceb3991d Description-en: Implements MapReduce operation on top of standard MPI message - doc The MapReduce-MPI (MR-MPI) library is open-source software that implements the MapReduce operation popularized by Google on top of standard MPI message passing. . The MR-MPI library is written in C++ and is callable from hi-level languages such as C++, C, Fortran. A Python wrapper is also included, so MapReduce programs can be written in Python, including map() and reduce() user callback methods. A hi-level scripting interface to the MR-MPI library, called OINK, is also included which can be used to develop and chain MapReduce algorithms together in scripts with commands that simplify data management tasks. OINK has its own manual and doc pages. . This package contains the documentation for MapReduce-MPI libraries. Package: mumps-test Description-md5: 8d200f9cb9fe070eeca2c4e4e51c0ab7 Description-en: Example/test binaries using MUMPS MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch. Package: murasaki Description-md5: 9fbbfa64297c484a9a25437e99fbe210 Description-en: homology detection tool across multiple large genomes Murasaki is a scalable and fast, language theory-based homology detection tool across multiple large genomes. It enable whole-genome scale multiple genome global alignments. Supports unlimited length gapped-seed patterns and unique TF-IDF based filtering. . Murasaki is an anchor alignment software, which is * exteremely fast (17 CPU hours for whole Human x Mouse genome (with 40 nodes: 52 wall minutes)) * scalable (Arbitrarily parallelizable across multiple nodes using MPI. Even a single node with 16GB of ram can handle over 1Gbp of sequence.) * unlimited pattern length * repeat tolerant * intelligent noise reduction Package: murasaki-common Description-md5: 83942f5e622632232421f3dab2bca8d2 Description-en: homology detection tool across multiple large genomes (common files) Murasaki is a scalable and fast, language theory-based homology detection tool across multiple large genomes. It enable whole-genome scale multiple genome global alignments. Supports unlimited length gapped-seed patterns and unique TF-IDF based filtering. . Murasaki is an anchor alignment software, which is * exteremely fast (17 CPU hours for whole Human x Mouse genome (with 40 nodes: 52 wall minutes)) * scalable (Arbitrarily parallelizable across multiple nodes using MPI. Even a single node with 16GB of ram can handle over 1Gbp of sequence.) * unlimited pattern length * repeat tolerant * intelligent noise reduction . This package contains all files that are common to the single core murasaki package and the multi core murasaki-mpi package. Package: murasaki-mpi Description-md5: 84e98b9662e20d838ebe31e69f3bca4b Description-en: homology detection tool across multiple large genomes (MPI-version) Murasaki is a scalable and fast, language theory-based homology detection tool across multiple large genomes. It enable whole-genome scale multiple genome global alignments. Supports unlimited length gapped-seed patterns and unique TF-IDF based filtering. . Murasaki is an anchor alignment software, which is * exteremely fast (17 CPU hours for whole Human x Mouse genome (with 40 nodes: 52 wall minutes)) * scalable (Arbitrarily parallelizable across multiple nodes using MPI. Even a single node with 16GB of ram can handle over 1Gbp of sequence.) * unlimited pattern length * repeat tolerant * intelligent noise reduction . This package provides the MPI-enabled binary for murasaki. While this will speed up operation on multi-processor machines it will slow down on a single processor. Package: ncl-ncarg Description-md5: f7c7da9bee6b463205b6a0274f19d551 Description-en: NCAR Command Language and NCAR graphics The NCAR Command Language (NCL) is a free interpreted language designed specifically for scientific data processing and visualization. NCL has robust file input and output. It can read and write netCDF-3, netCDF-4 classic HDF4, HDF5, binary, and ASCII data, and read HDF-EOS2, GRIB1 and GRIB2. The graphics are world class and highly customizable. . The software comes with a couple of useful command line tools: * ncl_filedump - prints the contents of supported files (netCDF, HDF, GRIB1, GRIB2, HDF-EOS2, and CCM History Tape) * ncl_convert2nc - converts one or more GRIB1, GRIB2, HDF and/or HDF-EOS iles to netCDF formatted files. Package: netgen Description-md5: fa19cf7e23e3c6f2e89e1cd6a2aae4e5 Description-en: Automatic 3d tetrahedral mesh generator NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Package: netgen-doc Description-md5: 7c78a11c9416178ad608a1ed33d0e929 Description-en: Automatic 3d tetrahedral mesh generator documentation NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the user manual (in PDF format) and example files. Package: netgen-headers Description-md5: acad9649eee77b9bd5e354fd96169527 Description-en: Automatic 3d tetrahedral mesh generator internal headers NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains internal headers. Package: netpipe-lam Description-md5: 6e2aa447286d7f56906ec4676a1af17c Description-en: Network performance tool using LAM MPI NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. By taking the end-to-end application view of a network, NetPIPE clearly shows the overhead associated with different protocol layers. NetPIPE answers such questions as: how soon will a given data block of size k arrive at its destination? Which network and protocol will transmit size k blocks the fastest? What is a given network's effective maximum throughput and saturation level? Does there exist a block size k for which the throughput is maximized? How much communication overhead is due to the network communication protocol layer(s)? How quickly will a small (< 1 kbyte) control message arrive, and which network and protocol are best for this purpose? . This package measures network performance using the MPI protocol, a Message Passing Interface frequently used in parallel processing, and which uses in turn TCP as its underlying transport. The implementation of the MPI standard used by this package is that provided by the lam set of packages. Package: netpipe-mpich2 Description-md5: ef2b490b9e86da0e8e81e1b00a219a69 Description-en: Network performance tool using MPICH2 MPI NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. By taking the end-to-end application view of a network, NetPIPE clearly shows the overhead associated with different protocol layers. NetPIPE answers such questions as: how soon will a given data block of size k arrive at its destination? Which network and protocol will transmit size k blocks the fastest? What is a given network's effective maximum throughput and saturation level? Does there exist a block size k for which the throughput is maximized? How much communication overhead is due to the network communication protocol layer(s)? How quickly will a small (< 1 kbyte) control message arrive, and which network and protocol are best for this purpose? . This package measures network performance using the MPI protocol, a Message Passing Interface frequently used in parallel processing, and which uses in turn TCP as its underlying transport. The implementation of the MPI standard used by this package is that provided by the mpich package. Package: netpipe-openmpi Description-md5: 88710b47b053b754f0f2f4c5b0fd1980 Description-en: Network performance tool using OpenMPI NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. By taking the end-to-end application view of a network, NetPIPE clearly shows the overhead associated with different protocol layers. NetPIPE answers such questions as: how soon will a given data block of size k arrive at its destination? Which network and protocol will transmit size k blocks the fastest? What is a given network's effective maximum throughput and saturation level? Does there exist a block size k for which the throughput is maximized? How much communication overhead is due to the network communication protocol layer(s)? How quickly will a small (< 1 kbyte) control message arrive, and which network and protocol are best for this purpose? . This package measures network performance using the MPI protocol, a Message Passing Interface frequently used in parallel processing, and which uses in turn TCP as its underlying transport. The implementation of the MPI standard used by this package is that provided by the openmpi set of packages. Package: netpipe-tcp Description-md5: d687ffd8cd3d5327fd8803916c2efcce Description-en: Network performance tool using the TCP protocol NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. By taking the end-to-end application view of a network, NetPIPE clearly shows the overhead associated with different protocol layers. NetPIPE answers such questions as: how soon will a given data block of size k arrive at its destination? Which network and protocol will transmit size k blocks the fastest? What is a given network's effective maximum throughput and saturation level? Does there exist a block size k for which the throughput is maximized? How much communication overhead is due to the network communication protocol layer(s)? How quickly will a small (< 1 kbyte) control message arrive, and which network and protocol are best for this purpose? . This package uses a raw TCP protocol to measure network performance. Package: neuron Description-md5: d344f1a3fd51bb7cd3f68e2ee57c7f4a Description-en: Simulation environment for computational models of neurons NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . NEURON offers * "natural syntax", which allows one to specify model properties in familiar idioms * efficient and painless spatial and temporal discretization * several different, user-selectable numerical integration methods * convenient user interface (interpreters + GUI) * user-extendable library of biophysical mechanisms Package: neuron-dev Description-md5: d27754ceaf6a177a18e925ffd81ff395 Description-en: Neuron simulation environment - Development files NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . This package contains development files for the NEURON environment. Package: 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: node-browserify-zlib Description-md5: 4bb9c96b13fe14c3386ed437c5538dd2 Description-en: Full zlib module for browserify This module emulates node.js' zlib module for Browserify using pako. Thus allowing one to use zlib API in browser context. . Node.js is an event-based server-side JavaScript engine. Package: node-node-sass Description-md5: 2bbc4322619e2141776c0f0b1466c2f0 Description-en: Wrapper around libsass Node-sass is a library that provides binding for Node.js to LibSass. . LibSass is the C version of the popular stylesheet preprocessor, Sass. . It allows you to natively compile .scss files to css at incredible speed and automatically via a connect middleware. . Node.js is an event-based server-side JavaScript engine. Package: nodejs Description-md5: 0d0bbaed314d7d26588d112ee4ede074 Description-en: evented I/O for V8 javascript - runtime executable Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-doc Description-md5: f6ac623e9b900beab3517ba17914bb07 Description-en: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for Node.js. Package: 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: nthash Description-md5: 3e2fb27ef048779d3c7d241f91ad7812 Description-en: Methods to evaluate runtime and uniformity tests for hashing methods This contains nttest binary which has options for evaluating runtimes and uniformity for different hashing methods. 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: 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: nwchem Description-md5: bbd2b6cb9a9a3159b07de8b6bcb3f618 Description-en: High-performance computational chemistry software (default MPI) NWChem is a computational chemistry program package. It provides methods which are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. . NWChem can handle: . * Molecular electronic structure methods using gaussian basis functions for high-accuracy calculations of molecules * Pseudopotentials plane-wave electronic structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals * Ab-initio and classical molecular dynamics simulations * Mixed quantum-classical simulations * Parallel scaling to thousands of processors . Features include: * Molecular electronic structure methods, analytic second derivatives: - Restricted/unrestricted Hartree-Fock (RHF, UHF) - Restricted Density Functional Theory (DFT) using many local, non-local (gradient-corrected) or hybrid (local, non-local, and HF) exchange-correlation potentials * Molecular electronic structure methods, analytic gradients: - Restricted open-shell Hartree-Fock (ROHF) - Unrestricted Density Functional Theory (DFT) - Second-order Moeller-Plesset perturbation theory (MP2), using RHF and UHF reference - MP2 with resolution of the identity approximation (RI-MP2) - Complete active space SCF (CASSCF) - Time-Dependent Density Functional Theory (TDDFT) * Molecular electronic structure methods, single-point energies: - MP2 spin-component scaled approach (SCS-MP2) - Coupled cluster singles and doubles, triples or pertubative triples (CCSD, CCSDT, CCSD(T)), with RHF and UHF reference - Configuration interaction (CISD, CISDT, and CISDTQ) - Second-order approximate coupled-cluster singles doubles (CC2) - State-specific multireference coupled cluster methods (MRCC) (Brillouin-Wigner (BW-MRCC) and Mukherjee (Mk-MRCC) approaches) * Further molecular electronic structure features: - Geometry optimization including transition state searches, constraints and minimum energy paths (via the Nudged Elastic Band (NEB) and Zero Temperature String methods) - Vibrational frequencies - Equation-of-motion (EOM)-CCSD, EOM-CCSDT, EOM-CCSD(T), CC2, Configuration-Interaction singles (CIS), time-dependent HF (TDHF) and TDDFT, for excited states with RHF, UHF, RDFT, or UDFT reference - Solvatisation using the Conductor-like screening model (COSMO) for RHF, ROHF and DFT, including analytical gradients - Hybrid calculations using the two- and three-layer ONIOM method - Relativistic effects via spin-free and spin-orbit one-electron Douglas-Kroll and zeroth-order regular approximations (ZORA) and one-electron spin-orbit effects for DFT via spin-orbit potentials * Pseudopotential plane-wave electronic structure: - Pseudopotential Plane-Wave (PSPW), Projector Augmented Wave (PAW) or band structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals - Geometry/unit cell optimization including transition state searches - Vibrational frequencies - LDA, PBE96, and PBE0 exchange-correlation potentials (restricted and unrestricted) - SIC, pert-OEP, Hartree-Fock, and hybrid functionals (restricted and unrestricted) - Hamann, Troullier-Martins and Hartwigsen-Goedecker-Hutter norm-conserving pseudopotentials with semicore corrections - Wavefunction, density, electrostatic and Wannier plotting - Band structure and density of states generation * Car-Parrinello ab-initio molecular dynamics (CPMD): - Constant energy and constant temperature dynamics - Verlet algorithm for integration - Geometry constraints in cartesian coordinates * Classical molecular dynamics (MD): - Single configuration energy evaluation - Energy minimization - Molecular dynamics simulation - Free energy simulation (multistep thermodynamic perturbation (MSTP) or multiconfiguration thermodynamic integration (MCTI) methods with options of single and/or dual topologies, double wide sampling, and separation- shifted scaling) - Force fields providing effective pair potentials, first order polarization, self consistent polarization, smooth particle mesh Ewald (SPME), periodic boundary conditions and SHAKE constraints * Mixed quantum-classical: - Mixed quantum-mechanics and molecular-mechanics (QM/MM) minimizations and molecular dynamics simulations - Quantum molecular dynamics simulation by using any of the quantum mechanical methods capable of returning gradients. . This package provides example input scripts and depends on nwchem built for the default MPI implementation for the architecture. . The default MPI is openmpi for most 64-bit debian systems. OpenMPI has known problems running nwchem over multiple nodes. If you need to compute large molecules using cluster computation, you may want to use the MPICH build provided by nwchem-mpich instead. 32-bit arches use mpich only. Package: nwchem-data Description-md5: f2cac7e572de372c581eaf03e0dd5fc8 Description-en: High-performance computational chemistry software (data files) NWChem is a computational chemistry program package. It provides methods which are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. . This package contains the basis sets, pseudopotentials and AMBER/CHARMM parameter files. Package: nwchem-mpich Description-md5: 1329271868184a66e4abe540c30fd35e Description-en: High-performance computational chemistry software (MPICH build) NWChem is a computational chemistry program package. It provides methods which are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. . NWChem can handle: . * Molecular electronic structure methods using gaussian basis functions for high-accuracy calculations of molecules * Pseudopotentials plane-wave electronic structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals * Ab-initio and classical molecular dynamics simulations * Mixed quantum-classical simulations * Parallel scaling to thousands of processors . Features include: * Molecular electronic structure methods, analytic second derivatives: - Restricted/unrestricted Hartree-Fock (RHF, UHF) - Restricted Density Functional Theory (DFT) using many local, non-local (gradient-corrected) or hybrid (local, non-local, and HF) exchange-correlation potentials * Molecular electronic structure methods, analytic gradients: - Restricted open-shell Hartree-Fock (ROHF) - Unrestricted Density Functional Theory (DFT) - Second-order Moeller-Plesset perturbation theory (MP2), using RHF and UHF reference - MP2 with resolution of the identity approximation (RI-MP2) - Complete active space SCF (CASSCF) - Time-Dependent Density Functional Theory (TDDFT) * Molecular electronic structure methods, single-point energies: - MP2 spin-component scaled approach (SCS-MP2) - Coupled cluster singles and doubles, triples or pertubative triples (CCSD, CCSDT, CCSD(T)), with RHF and UHF reference - Configuration interaction (CISD, CISDT, and CISDTQ) - Second-order approximate coupled-cluster singles doubles (CC2) - State-specific multireference coupled cluster methods (MRCC) (Brillouin-Wigner (BW-MRCC) and Mukherjee (Mk-MRCC) approaches) * Further molecular electronic structure features: - Geometry optimization including transition state searches, constraints and minimum energy paths (via the Nudged Elastic Band (NEB) and Zero Temperature String methods) - Vibrational frequencies - Equation-of-motion (EOM)-CCSD, EOM-CCSDT, EOM-CCSD(T), CC2, Configuration-Interaction singles (CIS), time-dependent HF (TDHF) and TDDFT, for excited states with RHF, UHF, RDFT, or UDFT reference - Solvatisation using the Conductor-like screening model (COSMO) for RHF, ROHF and DFT, including analytical gradients - Hybrid calculations using the two- and three-layer ONIOM method - Relativistic effects via spin-free and spin-orbit one-electron Douglas-Kroll and zeroth-order regular approximations (ZORA) and one-electron spin-orbit effects for DFT via spin-orbit potentials * Pseudopotential plane-wave electronic structure: - Pseudopotential Plane-Wave (PSPW), Projector Augmented Wave (PAW) or band structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals - Geometry/unit cell optimization including transition state searches - Vibrational frequencies - LDA, PBE96, and PBE0 exchange-correlation potentials (restricted and unrestricted) - SIC, pert-OEP, Hartree-Fock, and hybrid functionals (restricted and unrestricted) - Hamann, Troullier-Martins and Hartwigsen-Goedecker-Hutter norm-conserving pseudopotentials with semicore corrections - Wavefunction, density, electrostatic and Wannier plotting - Band structure and density of states generation * Car-Parrinello ab-initio molecular dynamics (CPMD): - Constant energy and constant temperature dynamics - Verlet algorithm for integration - Geometry constraints in cartesian coordinates * Classical molecular dynamics (MD): - Single configuration energy evaluation - Energy minimization - Molecular dynamics simulation - Free energy simulation (multistep thermodynamic perturbation (MSTP) or multiconfiguration thermodynamic integration (MCTI) methods with options of single and/or dual topologies, double wide sampling, and separation- shifted scaling) - Force fields providing effective pair potentials, first order polarization, self consistent polarization, smooth particle mesh Ewald (SPME), periodic boundary conditions and SHAKE constraints * Mixed quantum-classical: - Mixed quantum-mechanics and molecular-mechanics (QM/MM) minimizations and molecular dynamics simulations - Quantum molecular dynamics simulation by using any of the quantum mechanical methods capable of returning gradients. . This package provides nwchem built with MPICH. It is expected to run nwchem successfully over multiple nodes. If you need to compute large molecules using cluster computation, then this package might be a better choice than nwchem-openmpi. Package: nwchem-openmpi Description-md5: eed3daa9b150455e24c0e1cb76475134 Description-en: High-performance computational chemistry software (OpenMPI build) NWChem is a computational chemistry program package. It provides methods which are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. . NWChem can handle: . * Molecular electronic structure methods using gaussian basis functions for high-accuracy calculations of molecules * Pseudopotentials plane-wave electronic structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals * Ab-initio and classical molecular dynamics simulations * Mixed quantum-classical simulations * Parallel scaling to thousands of processors . Features include: * Molecular electronic structure methods, analytic second derivatives: - Restricted/unrestricted Hartree-Fock (RHF, UHF) - Restricted Density Functional Theory (DFT) using many local, non-local (gradient-corrected) or hybrid (local, non-local, and HF) exchange-correlation potentials * Molecular electronic structure methods, analytic gradients: - Restricted open-shell Hartree-Fock (ROHF) - Unrestricted Density Functional Theory (DFT) - Second-order Moeller-Plesset perturbation theory (MP2), using RHF and UHF reference - MP2 with resolution of the identity approximation (RI-MP2) - Complete active space SCF (CASSCF) - Time-Dependent Density Functional Theory (TDDFT) * Molecular electronic structure methods, single-point energies: - MP2 spin-component scaled approach (SCS-MP2) - Coupled cluster singles and doubles, triples or pertubative triples (CCSD, CCSDT, CCSD(T)), with RHF and UHF reference - Configuration interaction (CISD, CISDT, and CISDTQ) - Second-order approximate coupled-cluster singles doubles (CC2) - State-specific multireference coupled cluster methods (MRCC) (Brillouin-Wigner (BW-MRCC) and Mukherjee (Mk-MRCC) approaches) * Further molecular electronic structure features: - Geometry optimization including transition state searches, constraints and minimum energy paths (via the Nudged Elastic Band (NEB) and Zero Temperature String methods) - Vibrational frequencies - Equation-of-motion (EOM)-CCSD, EOM-CCSDT, EOM-CCSD(T), CC2, Configuration-Interaction singles (CIS), time-dependent HF (TDHF) and TDDFT, for excited states with RHF, UHF, RDFT, or UDFT reference - Solvatisation using the Conductor-like screening model (COSMO) for RHF, ROHF and DFT, including analytical gradients - Hybrid calculations using the two- and three-layer ONIOM method - Relativistic effects via spin-free and spin-orbit one-electron Douglas-Kroll and zeroth-order regular approximations (ZORA) and one-electron spin-orbit effects for DFT via spin-orbit potentials * Pseudopotential plane-wave electronic structure: - Pseudopotential Plane-Wave (PSPW), Projector Augmented Wave (PAW) or band structure methods for calculating molecules, liquids, crystals, surfaces, semi-conductors or metals - Geometry/unit cell optimization including transition state searches - Vibrational frequencies - LDA, PBE96, and PBE0 exchange-correlation potentials (restricted and unrestricted) - SIC, pert-OEP, Hartree-Fock, and hybrid functionals (restricted and unrestricted) - Hamann, Troullier-Martins and Hartwigsen-Goedecker-Hutter norm-conserving pseudopotentials with semicore corrections - Wavefunction, density, electrostatic and Wannier plotting - Band structure and density of states generation * Car-Parrinello ab-initio molecular dynamics (CPMD): - Constant energy and constant temperature dynamics - Verlet algorithm for integration - Geometry constraints in cartesian coordinates * Classical molecular dynamics (MD): - Single configuration energy evaluation - Energy minimization - Molecular dynamics simulation - Free energy simulation (multistep thermodynamic perturbation (MSTP) or multiconfiguration thermodynamic integration (MCTI) methods with options of single and/or dual topologies, double wide sampling, and separation- shifted scaling) - Force fields providing effective pair potentials, first order polarization, self consistent polarization, smooth particle mesh Ewald (SPME), periodic boundary conditions and SHAKE constraints * Mixed quantum-classical: - Mixed quantum-mechanics and molecular-mechanics (QM/MM) minimizations and molecular dynamics simulations - Quantum molecular dynamics simulation by using any of the quantum mechanical methods capable of returning gradients. . This package provides nwchem built with OpenMPI. . OpenMPI has known problems running nwchem over multiple nodes. If you need to compute large molecules using cluster computation, you may want to use the MPICH build provided by nwchem-mpich instead. Package: nwipe Description-md5: 4c9098ef9191f65068f0701d3db2f71c Description-en: Utility to securely erase disks Nwipe is a command that will securely erase disks using a variety of recognised methods. It is a fork of the dwipe command used by Darik's Boot and Nuke (DBAN). Package: obs-3d-effect Description-md5: bb768f243479d07d29c788e1880f1e34 Description-en: plugin for OBS Studio to add a static 3D effect to sources This plugin provides a filter that creates a static 3D effect over a source. In other words, is possible to rotate a source around three axis. Also is possible to move the source over three axis and scale it over two axis. Package: obs-ashmanix-countdown Description-md5: 1bf08668246fca86df3fdf63e844e83f Description-en: plugin for OBS Studio to create a countdown timer This plugin lets to use a text source in OBS to show a countdown timer that updates in real time. This is useful to show to viewers the time left before a transmission. . The plugin appears as a dockable widget and comes with options to display a final message or to switch to a scene when the counter reaches zero. These two features can be disabled via checkbox, so the countdown will show the zero time when waiting for someone to switch the scene. . When configuring, is possible to set a period of time or a real time to count down from it. Also is possible to choose not show some part of the time (hours, minutes, seconds). Package: obs-color-monitor Description-md5: 4d96bf776533e3851851122058e1b1f1 Description-en: plugin for OBS Studio to monitor color balances This plugin provides some sources to monitor color balances, like vectorscope, waveform, histogram, zebra and false color. These tools are useful especially for streaming with multiple cameras. Color conditions can be checked in real time and it is possible to adjust the color correction settings from these monitors. In addition, a dock widget to show sources is available. Package: open3d-doc Description-md5: d61069d73e247fb2e7b0cf7b6e034147 Description-en: Library for 3D data processing - API documentation Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the API documentation. Package: open3d-gui Description-md5: 576b062ff0f3f0cf76e1272f44713ca7 Description-en: Transitional dummy package for open3d-viewer This package is a transitional dummy package and can be safely removed. Package: open3d-tools Description-md5: 7ccac4fdbcc53037bc9e4f6854913292 Description-en: Library for 3D data processing - tools Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides additional tools for data processing. Package: open3d-viewer Description-md5: c8a21da91c80032f2d758df8ee932e49 Description-en: Library for 3D data processing - viewer GUI Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the stand-alone viewer for data visualization. Package: open3d-viewer-data Description-md5: 04f816f9a1d6adec9c99a94175a67ba2 Description-en: Library for 3D data processing - viewer GUI resources Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the resources for the viewer. Package: openapi-specification Description-md5: f4f8f6f2ee04836cc6bd0df42f4239a2 Description-en: community-driven open specification within the OpenAPI Initiative The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service. Package: opendrop Description-md5: 22f347a4b138d2ff6bac9108192a65ac Description-en: fully-featured pendant drop tensiometry software OpenDrop is a fully-featured pendant drop tensiometry software, allowing acquisition, analysis and fitting of pendant drop profiles to obtain surface and interfacial tension. OpenDrop also includes functionality for measuring sessile drop contact angles. Package: opendrop-doc Description-md5: 1929e41a3cc684b0f4100c2ee4e2359e Description-en: fully-featured pendant drop tensiometry software (documentation) OpenDrop is a fully-featured pendant drop tensiometry software, allowing acquisition, analysis and fitting of pendant drop profiles to obtain surface and interfacial tension. OpenDrop also includes functionality for measuring sessile drop contact angles. . This is the documentation package for OpenDrop. Package: openfoam Description-md5: e91ed9b59d4c516338bfb7abacb6a50a Description-en: Open source toolbox for Computational Fluid Dynamics (CFD) - binaries OpenFOAM is the free, open source CFD software released and developed primarily by OpenCFD Ltd since 2004. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to acoustics, solid mechanics and electromagnetics. . Package contains binaries. Package: openfoam-examples Description-md5: f2dc83772e264f96543d2039484246d7 Description-en: Open source toolbox for Computational Fluid Dynamics (CFD) - examples OpenFOAM is the free, open source CFD software released and developed primarily by OpenCFD Ltd since 2004. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to acoustics, solid mechanics and electromagnetics. . Package contains examples and tutorials. Package: openjdk-24-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-24-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-24-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-24-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-24-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-24-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-24-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-24-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-24-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-24-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: openmpi-bin Description-md5: 1a00d4dd7be41a0a9fd2a922b4135736 Description-en: high performance message passing library -- binaries Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . Features: * Full MPI-3.1 standards conformance * Thread safety and concurrency * Dynamic process spawning * High performance on all platforms * Reliable and fast job management * Network and process fault tolerance * Support network heterogeneity * Single library supports all networks * Run-time instrumentation * Many job schedulers supported * Internationalized error messages * Component-based design, documented APIs . This package contains the Open MPI utility programs. Package: openmpi-common Description-md5: b52283604f1697ba67223f6535351fda Description-en: high performance message passing library -- common files Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains platform independent files for Open MPI. Package: openmpi-doc Description-md5: 430b4b29fb2456337a6cdb19e1a4a64b Description-en: high performance message passing library -- man pages Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-3.1 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. . This package contains man pages describing the Message Passing Interface standard. Package: openshift-imagebuilder Description-md5: 4c3d3e84df058f4cf7c03dc1e52b02a5 Description-en: Builds container images using Dockerfile as input This package supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides the imagebuilder command-line utility. Package: osmo-stp Description-md5: c20181d822a19c75db734751541a8061 Description-en: Osmocom SIGTRAN STP (Signaling Transfer Point) This is the Osmocom (Open Source Mobile Communications) implementation of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication networks. At this point it is a very minimal implementation, missing lots of the functionality usually present in a STP, such as Global Title Routing, Global Title Translation. Package: otf-trace Description-md5: aea5744f7c5f1387b6ca334d0fee6594 Description-en: Open Trace Format support library - development files OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf provides support for reading/writing them. . This package contains programs to manipulate otf files. Package: oxigraph Description-md5: 2b388bec760e553ed4f6c1c0d97a647b Description-en: RDF graph CLI tool and SPARQL HTTP server Oxigraph CLI is a graph database implementing the SPARQL standard. It is packaged as a command-line tool allowing to manipulate RDF files and query them using SPARQL, and also allows to spawn a HTTP server on top of the database. . Oxigraph implements the following specifications: * SPARQL 1.1 Query, SPARQL 1.1 Update, and SPARQL 1.1 Federated Query. * Turtle, TriG, N-Triples, N-Quads, and RDF/XML RDF serialization formats for both data ingestion and retrieval. * SPARQL Query Results XML Format, SPARQL 1.1 Query Results JSON Format and SPARQL 1.1 Query Results CSV and TSV Formats. * SPARQL 1.1 Protocol and SPARQL 1.1 Graph Store HTTP Protocol. . SPARQL is an RDF query language - that is, a semantic query language for databases - able to retrieve and manipulate data stored in Resource Description Framework (RDF) format. . Resource Description Framework (RDF) is a standard model for data interchange on the Web. Package: paraview Description-md5: 5c47a88e770ddcce5a6db0dc85eef2b5 Description-en: Parallel Visualization Application ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Package: paraview-dev Description-md5: e46950631e29ad4c2f5ffe589134054a Description-en: Parallel Visualization Application. Development header files ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Development header files Package: paraview-doc Description-md5: 6d16fc150b1d49d713d90a74008b9ab5 Description-en: Parallel Visualization Application. Comprehensive documentation ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Comprehensive documentation. Package: parsec-service Description-md5: b56b6f65d695483e33bb875286a6cb4e Description-en: Abstraction layer for secure storage and operations Parsec is an abstraction layer that can be used to interact with hardware-backed security facilities such as the Hardware Security Module (HSM), the Trusted Platform Module (TPM), as well as firmware-backed and isolated software services. . The core component of Parsec is the security service, provided by this package. The service is a background process that runs on the host platform and provides connectivity with the secure facilities of that host, exposing a platform-neutral API that can be consumed into different programming languages using a client library. For a client library implemented in Rust see the package librust-parsec-interface-dev. Package: parsec-tool Description-md5: ece6e76567d253491aed557ce07b86e8 Description-en: Command line tool to communicate with the Parsec service Parsec is an abstraction layer that can be used to interact with hardware-backed security facilities such as the Hardware Security Module (HSM), the Trusted Platform Module (TPM), firmware-backed, and isolated software services. . This package provides the command line tool to communicate with the Parsec service. Package: parsec47 Description-md5: 79eed1b32dafd00093aa08a51c47ce46 Description-en: retromodern hispeed shmup PARSEC47 is a retromodern hi-speed shoot 'em up where you get to defeat retro enemies modernly. The player must destroy enemies while avoiding their projectiles and collecting green clusters of boxes for points. . PARSEC47 is another gem among many by Kenta Cho. Package: parsec47-data Description-md5: 0ccbd9154db9a79384ed6dacdcf1804e Description-en: retromodern hispeed shmup - game data PARSEC47 is a retromodern hi-speed shoot 'em up where you get to defeat retro enemies modernly. The player must destroy enemies while avoiding their projectiles and collecting green clusters of boxes for points. . This package includes the architecture-independent data for the game PARSEC47. 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: pcl-tools Description-md5: 6e1d2aa8ca6b9b434f4af48dd9decfe2 Description-en: Point Cloud Library - point cloud processing tools The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. . The PCL framework contains numerous state-of-the art algorithms including filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation. . This package gathers tools bundled with PCL to process point clouds. Package: pdfsandwich Description-md5: fad5987145b5c53d17bb2b7fa770242e Description-en: Tool to generate "sandwich" OCR pdf files pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain only images (no text) will be processed by optical character recognition (OCR) and the text will be added to each page invisibly "behind" the images. pdfsandwich is a command line tool which is supposed to be useful to OCR scanned books or journals. . It is able to recognize the page layout even for multicolumn text. . Essentially, pdfsandwich is a wrapper script which calls the following binaries: convert, unpaper, gs (only for psd resizing), hocr2pdf (for tesseract < 3.03), and tesseract. Package: percona-xtrabackup Description-md5: 7693d2b71b5cf6c3eae862cd96a81d45 Description-en: Open source backup tool for InnoDB and XtraDB Percona XtraBackup is an open-source hot backup utility for MySQL that doesn't lock your database during the backup. It can back up data from InnoDB, XtraDB and MyISAM tables on MySQL/Percona Server/MariaDB servers, and has many advanced features. Package: petsc-dev Description-md5: 3f2d51ee4293c9884962bdd029114979 Description-en: Virtual package depending on latest PETSc development package PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This metapackage installs libpetsc-real-dev, which will always depend on the most recent version of PETSc with real number support. So if you install it then you will get upgrades automatically. Package: petsc3.22-doc Description-md5: e2fbf3af77d872f01802b635a21eaa5a Description-en: Documentation and examples for PETSc PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This package contains documentation for developing with PETSc 3.22. Package: petsc64-dev Description-md5: 0c7bb43d5b8764eb33b4afa476163e5e Description-en: Virtual package depending on latest 64-bit PETSc development package PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries. . This metapackage installs libpetsc64-real-dev, which will always depend on the most recent version of PETSc with real number support and 64-bit indexing. So if you install it then you will get upgrades automatically. Package: php-codesniffer Description-md5: d2f4e8ca2ac266389e17ef558170507b Description-en: PHP, CSS and JavaScript coding standard analyzer and checker PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. 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: php8.4 Description-md5: 86488d7a405bdcbac9ece7c307f30abb Description-en: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bcmath Description-md5: 8f9f425714b203a9b7d1f3678f64c107 Description-en: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bz2 Description-md5: 6221ff838ed81a370f3420140a1ccf42 Description-en: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cgi Description-md5: 6e7b302bbf2d2d9ebbfd206856be136d Description-en: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.4-fpm package. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cli Description-md5: a45805335ffc067846933e38cd38dd8c Description-en: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php8.4 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-common Description-md5: 22a3869c501657868c4eaafa1e98ce95 Description-en: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-curl Description-md5: 037ff48845e2cbd8c4409f1910d1d1c2 Description-en: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dba Description-md5: a1c9cd8c67d752f4aaf0ba88ecb360df Description-en: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dev Description-md5: 0eb67c1fc8bab71f7dbd4b6b064b263c Description-en: Files for PHP8.4 module development This package provides the files from the PHP8.4 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-enchant Description-md5: 687582edca33aa141d3f62c1294fcb07 Description-en: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-fpm Description-md5: e3bb89e5b1e3fbe806cd175f90f3abe5 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.4 package. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gd Description-md5: 9aea7ee3b75b09eba5fefd1af9ab26af Description-en: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gmp Description-md5: c27167ffbd0137d52448a66a0373d465 Description-en: GMP module for PHP This package provides the GMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-interbase Description-md5: 40c18d15eeba50ef5700d72e1e45d586 Description-en: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-intl Description-md5: 576352b0c1559ceb07b3161367c69f39 Description-en: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-ldap Description-md5: 674f8027ec3be9f3e378dd49ab62750a Description-en: LDAP module for PHP This package provides the LDAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mbstring Description-md5: 741a0b4b31628c18e80bdef4f0ec8141 Description-en: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mysql Description-md5: dba46097413040653c65df244b4f891f Description-en: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-odbc Description-md5: be94f53ae2f70ea922c962bebf58357c Description-en: ODBC module for PHP This package provides the ODBC module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-opcache Description-md5: 2a678caa9876c07bd79145e7e6745aa0 Description-en: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-pgsql Description-md5: e20af8e9fbc873e9bd5a36fc03e72ee6 Description-en: PostgreSQL module for PHP This package provides the PostgreSQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-phpdbg Description-md5: 67c6305a8de98639c145ce896becb6da Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-readline Description-md5: e79602c7d6a0ebe56dc4c3a28ee1dab8 Description-en: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-snmp Description-md5: 3c57e2b4019dc1d5227529c20c30718a Description-en: SNMP module for PHP This package provides the SNMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-soap Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a Description-en: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sqlite3 Description-md5: 0f31b34a4e9ca17b4007ed38c7c98f2c Description-en: SQLite3 module for PHP This package provides the SQLite3 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sybase Description-md5: c5f3c0b4521b40ee671df4ab3452df1d Description-en: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-tidy Description-md5: 1d8b49dbc79493bb30fb016ced2184c6 Description-en: tidy module for PHP This package provides the tidy module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xml Description-md5: 9dffe9f3f61ff368673fc5a2dcd65841 Description-en: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.4-zip Description-md5: e148c478613188b645a0ec42c87f0518 Description-en: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: phyml Description-md5: e17d56691eaa63bb88fc849229a6c8a4 Description-en: Phylogenetic estimation using Maximum Likelihood PhyML is a software that estimates maximum likelihood phylogenies from alignments of nucleotide or amino acid sequences. It provides a wide range of options that were designed to facilitate standard phylogenetic analyses. The main strengths of PhyML lies in the large number of substitution models coupled to various options to search the space of phylogenetic tree topologies, going from very fast and efficient methods to slower but generally more accurate approaches. It also implements two methods to evaluate branch supports in a sound statistical framework (the non-parametric bootstrap and the approximate likelihood ratio test). . PhyML was designed to process moderate to large data sets. In theory, alignments with up to 4,000 sequences 2,000,000 character-long can be analyzed. In practice however, the amount of memory required to process a data set is proportional of the product of the number of sequences by their length. Hence, a large number of sequences can only be processed provided that they are short. Also, PhyML can handle long sequences provided that they are not numerous. With most standard personal computers, the “comfort zone” for PhyML generally lies around 3 to 500 sequences less than 2,000 character long. . This package also includes PhyTime. Package: pim-data-exporter Description-md5: 66decaaca403231780d652563e6799d6 Description-en: back up and archive PIM data An application to assist you with backing up and archiving PIM data, including the necessary configuration, for archival or transfer to another computer. Package: pim-sieve-editor Description-md5: 67a64ff384d13a09d1f053cda27263f9 Description-en: IMAP Sieve filter editor An application to assist with editing IMAP Sieve filters. Package: plasma-mobile-core Description-md5: f3f92f549deaa0f9ab5d06d20bcab9aa Description-en: Plasma mobile Environment -- essential components These are the core components of the Plasma shell for mobile devices. . This metapackage depends on a basic set of programs. Package: plasma-mobile-full Description-md5: 200cd8007028b3ef3d602376038f4b72 Description-en: Plasma mobile Environment, with extra components This is the Plasma shell for mobile devices. . This metapackage depends on a bigger set of programs than plasma-mobile-core giving a more nearly complete environment. Package: plasma-mobile-phone Description-md5: bd9bd8050f7cb1a283cc0329b7d88c0c Description-en: Plasma mobile Environment -- phone components These are the phone-related components of the Plasma shell for mobile devices. . This metapackage depends on a set of programs that are needed for phone calls and sms handling. Package: plasma-mobile-pim Description-md5: 38f2c384418648bd789945b5473ecd37 Description-en: Plasma mobile Environment -- PIM components These are components of the Plasma ecosystem related to management of personal information. Package: plasma-mobile-tablet Description-md5: da53208aac440d5ab421c5479c165ec5 Description-en: Plasma mobile Environment -- tablet components These are the tablet related components of the Plasma shell for mobile devices. . This metapackage depends on a set of programs that are useful on tablets. Package: plprofiler Description-md5: fd5748eef3e5406db005ece6f737c6d6 Description-en: PostgreSQL PL/pgSQL functions performance profiler The plprofiler is an extension for the PostgreSQL database system to create performance profiles of PL/pgSQL functions and stored procedures. The included external Python class and command line utility can be used to easily control the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save and manage the resulting performance datasets and create HTML reports from t. This package contains the Python module and the plprofiler CLI util. Package: pnetcdf-bin Description-md5: f36b60f2cd05ed9a45a319fdadbcd2cf Description-en: Programs for reading and writing parallel NetCDF files Contains tools for working on netCDF files in parallel. . PnetCDF provides high-performance parallel I/O while still maintaining file-format compatibility with Unidata's NetCDF, specifically the formats of CDF-1 and CDF-2. . In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2, that supports more data types and allows users to define large dimensions, attributes, and variables (>2B elements). Package: pocl-doc Description-md5: e3c0e90e39c5759953608bcfdf5dbf74 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. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . 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. . This package provides the documentation for the pocl library. Package: pocl-opencl-icd Description-md5: 4258670334653aa715a62c48695316e8 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: 47dc743b5166f7eebaddd69949abe252 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: 710b3bd0a76d173d1efbb0ad1beaf2b7 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. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package contains the source code of the pocl test suite. 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: podman-toolbox Description-md5: 10e8d422bedd6a457bb570604e8b047f Description-en: unprivileged development environment using containers Toolbx is a tool which allows the use of containerised command line environments. It offers a familiar package based environment for developing and debugging software that runs fully unprivileged using Podman. . A toolbx container is a fully mutable container; when you see yum install ansible for example, that's something you can do inside your toolbx container, without affecting the base operating system. . Toolbx used to be known as Container Toolbox. Package: postgis Description-md5: 8aab8a2ee2d60aceb4196de4389b1c02 Description-en: Geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the PostGIS userland binaries for importing and exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql. Package: postgis-doc Description-md5: d9fb6ebb1016d9274a6318204b1d5d9b Description-en: Geographic objects support for PostgreSQL -- documentation PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the PostGIS documentation. Package: postgresql-17-age Description-md5: ee2d206aa05262acef9cf893bb83fc66 Description-en: Graph database optimized for fast analysis and real-time data processing Apache AGE is an extension for PostgreSQL that enables users to leverage a graph database on top of the existing relational databases. AGE is an acronym for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model database fork of PostgreSQL. The basic principle of the project is to create a single storage that handles both the relational and graph data model so that the users can use the standard ANSI SQL along with openCypher, one of the most popular graph query languages today. . This package contains Apache AGE for PostgreSQL 17. Package: postgresql-17-h3 Description-md5: ebe246d950793e6d52ccd85f70f46173 Description-en: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system H3 is a geospatial indexing system using a hexagonal grid that can be (approximately) subdivided into finer and finer hexagonal grids, combining the benefits of a hexagonal grid with S2's hierarchical subdivisions. . This package contains the PostgreSQL 17 extension. Package: postgresql-17-mobilitydb Description-md5: 8ab384821c0571b5da588bd58982300d Description-en: Open source geospatial trajectory data management & analysis platform MobilityDB is a database management system for moving object geospatial trajectories, such as GPS traces. It adds support for temporal and spatio-temporal objects to the PostgreSQL database and its spatial extension PostGIS. Package: postgresql-17-pgauditlogtofile Description-md5: 6af0f791937d1ab651d525293ad6435a Description-en: PostgreSQL pgAudit Add-On to redirect audit logs pgAudit Log to File is an addon to pgAudit than will redirect audit log lines to an independent file, instead of using PostgreSQL server logger. . This allows to have an audit file that we can easily rotate without polluting server logs with those messages. . Audit logs in heavily used systems can grow very fast. This extension allows to automatically rotate the files. Package: postgresql-17-pglogical Description-md5: 89747981d1a34b9fdb08e4273681408b Description-en: Logical Replication Extension for PostgreSQL The pglogical extension provides logical streaming replication between PostgreSQL instances, using a publish/subscribe model. Contrary to the built-in streaming replication, pglogical can replicate between major versions or different architectures and is not restricted to replicate the entire instance but can selectively replicate arbitrary sets of tables. . Use-Cases include migrations and major-version upgrades, aggregation of several databases into a Data Warehouse, It utilises the Logical Decoding features available since PostgreSQL 9.4 working with low overhead on both provider and subscriber. Package: postgresql-17-pglogical-ticker Description-md5: fb036abdc30cf437c933d0714711eeea Description-en: Have time-based replication delay for pglogical A pglogical extension to get time-based replication delay for PostgreSQL 17. Package: postgresql-17-pgrouting Description-md5: 61fe042928b398a576a844407e7cb7c2 Description-en: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 17. Package: postgresql-17-pgrouting-doc Description-md5: a8d18212b7c8fc9f2da1c5661a9d1c02 Description-en: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-17-pgrouting-scripts Description-md5: f54c397ef0376fabd0200cae0c64d116 Description-en: Routing functionality support for PostgreSQL/PostGIS - SQL scripts pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the SQL scripts for installing pgRouting, and for upgrading from earlier pgRouting versions. . This package supports PostgreSQL 17. Package: postgresql-17-plprofiler Description-md5: 0cc58d220ab8bf45a8a5a69dc5005357 Description-en: PostgreSQL PL/pgSQL functions performance profiler The plprofiler is an extension for the PostgreSQL database system to create performance profiles of PL/pgSQL functions and stored procedures. The included external Python class and command line utility can be used to easily control the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save and manage the resulting performance datasets and create HTML reports from them. . This package contains the PostgreSQL server extension. Package: postgresql-17-postgis-3 Description-md5: 074c5db486b9a14392a96181b990df71 Description-en: Geographic objects support for PostgreSQL 17 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". Package: postgresql-17-postgis-3-scripts Description-md5: 86a33d1093d78a2e4f4aa3f05b755bce Description-en: Geographic objects support for PostgreSQL 17 -- SQL scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the SQL scripts for installing PostGIS in a PostgreSQL 17 database, and for upgrading from earlier PostGIS versions. Package: postgresql-17-preprepare Description-md5: 152cba00a569fd32c2f3e8eddd9d6cdd Description-en: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-17-rdkit Description-md5: 2ddeeb620f18198f3074591c17143805 Description-en: Cheminformatics and machine-learning software (PostgreSQL Cartridge) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the PostgreSQL extension. Package: postgresql-17-repmgr Description-md5: 8a39ad052ffb5d46bf5f2f21a6cfc160 Description-en: replication manager for PostgreSQL 17 repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby capabilities with tools to set up standby servers, monitor replication, and perform administrative tasks such as failover or manual switchover operations. . This package contains repmgr for PostgreSQL 17. Package: postgresql-17-rum Description-md5: b7dba2c6afb67ab874f4efb53b54803d Description-en: PostgreSQL RUM access method This PostgreSQL extension provides the RUM access method, an inverted index with additional information in posting lists. Package: postgresql-17-slony1-2 Description-md5: 80f61d92c9c60285eb4fc82798326e4b Description-en: replication system for PostgreSQL: PostgreSQL 17 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 17 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-all Description-md5: 9a0aaba975f82ef14ff2e821d8683975 Description-en: metapackage depending on all PostgreSQL server packages This metapackage depends on all PostgreSQL server packages, in all supported versions (excluding documentation and debug symbols). It exists to facilitate depending on the server packages in test environments. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-filedump Description-md5: 435e1299c3be6771eabee5f23066fa55 Description-en: Dump PostgreSQL files in human-readable form pg_filedump is a utility to format PostgreSQL heap/index/control files in human-readable form. Package: postgresql-pgrouting Description-md5: b77a4c34164996bac413da05ad5b0517 Description-en: Routing functionality support for PostgreSQL/PostGIS - Metapackage pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This metapackage depends on the PgRouting package for PostgreSQL 17. Package: postgresql-pgrouting-scripts Description-md5: 3ae1ac4a4f5eb26ce9cbcf2fa295d62f Description-en: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This metapackage depends on the PgRouting scripts package for PostgreSQL 17. Package: postgresql-postgis Description-md5: 7feb413977a3ef242d986ebc7ffec2df Description-en: Geographic objects support for PostgreSQL -- Metapackage PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This metapackage depends on the PostGIS package for PostgreSQL 17. Package: postgresql-postgis-scripts Description-md5: d74f6cd713ecee94da159ca0cfcf5eef Description-en: Geographic objects support for PostgreSQL -- SQL scripts metapackage PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This metapackage depends on the PostGIS scripts package for PostgreSQL 17. Package: postgresql-server-dev-all Description-md5: 27ac3f69789728b5b5444cc5ee5cf4dc Description-en: extension build tool for multiple PostgreSQL versions The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product, and dh_make_pgxs which builds a template debian/ source package directory based on pg_buildext. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: prime-phylo Description-md5: d1248884237c1baa3cb1e6264fb39885 Description-en: bayesian estimation of gene trees taking the species tree into account PrIME (Probabilistic Integrated Models of Evolution) is a package supporting inference of evolutionary parameters in a Bayesian framework using Markov chain Monte Carlo simulation. A distinguishing feature of PrIME is that the species tree is taken into account when analyzing gene trees. . The input data to PrIME is a multiple sequence alignment in FASTA format and the output data contains trees in Newick format. Package: privoxy Description-md5: 6ec5aaf09f151e319fd41d430dbd5eca Description-en: Privacy enhancing HTTP Proxy Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. . Privoxy is based on Internet Junkbuster (tm). Package: procdump Description-md5: 2a902cba700e50b5fa9f01c4d1a3edbf Description-en: Utility to create core dumps based on performance triggers ProcDump provides a convenient way for Linux developers to create core dumps of their application based on performance triggers. Package: prr Description-md5: 4f046eb2283a0ce8c80e6dcb18dabce8 Description-en: Mailing list style code reviews for GitHub prr is a tool that brings mailing list style code reviews to Github PRs. This means offline reviews and inline comments, more or less. . To that end, prr introduces a new workflow for reviewing PRs: 1. Download the PR into a "review file" on your filesystem 2. Mark up the review file using your favorite text editor 3. Submit the review at your convenience . For full documentation, please visit https://doc.dxuuu.xyz/prr/. . This package includes the prr program, as well as manual pages and shell completions for bash, fish, and zsh. Package: pterm Description-md5: 0fdfa7cada5930e860db2a7f8a244dac Description-en: PuTTY terminal emulator This is an X terminal emulator based on the popular Windows SSH client, PuTTY. It supports xterm escape sequences, plus some Linux console sequences for colour palette configuration and some DECterm sequences for title bar control, and with an appropriate font it supports the UTF-8 encoding of Unicode. It also has some nifty features like rectangular selection and NetHack keypad mode. Package: pterm-dbgsym Description-md5: cf8d32f76d76388bbf81c00fa88733ce Description-en: debug symbols for pterm Package: ptscotch Description-md5: d115514760fcf4844d04f60e43ab1308 Description-en: MPI programs and libraries for graph, mesh and hypergraph partitioning PT-SCOTCH is the MPI version of scotch, which is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Package: putty Description-md5: 66d775d58e68e927fea5c45675a7cf4a Description-en: Telnet/SSH client for X This is the Unix port of the popular Windows SSH client, PuTTY. It supports flexible terminal setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11 authentication protocols, and various other interesting things not provided by ssh in an xterm. . Pageant is an SSH authentication agent, and a tool for communicating with an already-running agent. Package: putty-dbgsym Description-md5: 4aa861d516b3f4993c906713fc41398e Description-en: debug symbols for putty Package: putty-doc Description-md5: ed28516dea967b46064d63c144b74e5c Description-en: PuTTY HTML documentation Full HTML documentation for the PuTTY suite of programs (PuTTY, pterm, Plink, PSCP, PSFTP, and PuTTYgen). Package: putty-tools Description-md5: 10b9b5657aedab36de2e128c38b5a76e Description-en: command-line tools for SSH, SCP, and SFTP This package provides several command-line tools from the PuTTY suite that allow various kinds of secure interaction with remote systems. . Plink (PuTTY Link) connects to a remote system via SSH, Telnet, or rlogin, and either starts an interactive session or runs a batch process. It supports the usual SSH features like port forwarding, X11 forwarding, SOCKS, and compression. . PSCP (PuTTY Secure Copy) transfers files securely between systems using an SSH connection. It works with both SSH protocol 1 and protocol 2. . PSFTP (PuTTY SFTP client) transfers files securely between systems using the SSH file transfer protocol, which is specific to SSH protocol 2. In interactive mode its interface is much like the traditional Unix FTP client, although it can also operate in batch mode. . PuTTYgen generates SSH public and private key pairs in any of a number of formats, including those usable by PuTTY, OpenSSH, and ssh.com. . psusan (pseudo-SSH for untappable, separately authenticated networks) is a server program that behaves like the innermost "connection" layer of an SSH session, without the two outer security layers of encryption and authentication. It can be used to add SSH-like amenities to channels where you were already prepared to run a bare shell session. Package: putty-tools-dbgsym Description-md5: 33740884421a47d8f0d48311ad322804 Description-en: debug symbols for putty-tools Package: python-aiohttp-doc Description-md5: 3c8129e3bdeb5060e745f9baecf62116 Description-en: documentation of python3-aiohttp HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. . This package provides HTML documentation for aiohttp. Package: python-aiohttp-session-doc Description-md5: 4d1313fe34cb5dfeb1fa67503ac8104a Description-en: provides sessions for aiohttp.web (documentation) The library allows us to store user-specific data into a session object. . The session object has a dict-like interface (operations like session[key] = value, value = session[key] etc. are present). . Before processing the session in a web-handler, you have to register the session middleware in aiohttp.web.Application. . This package provides the HTML documentation. Package: python-apt-dev Description-md5: 57c4bd1cc13f9b16f01048f636ef0d16 Description-en: Python interface to libapt-pkg (development files) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the header files needed to use python-apt objects from C++ applications. Package: python-astropy-doc Description-md5: 142e0ddf11adb0314ec7d19a6e6e32f1 Description-en: Core functionality for performing astrophysics with Python (doc) The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It can be extended by a number of "affiliated packages" that are intended to work with the core package. . This package contains the package documentation. Package: python-asv-bench-memray-doc Description-md5: 73fee97ad5943684890880bd65ef19d9 Description-en: Documentation for python-asv-bench-memray This a proof-of-concept externally defined memray benchmark plugin for asv. Like all externally defined benchmark plugins for asv, this has a strict hierarchy. The package name begins with asv_bench. Benchmarks are defined in a benchmarks folder under the package module. Each exported new benchmark type has the export_as_benchmark = [NAMEBenchmark] attribute. . This package contains documentation for asv-bench-memray. Package: python-bioxtasraw-doc Description-md5: 033009f2bb1ede353637d730f56c3677 Description-en: process small angle scattering data (documentation) BioXTAS RAW is a GUI based, Python program for reduction and analysis of small-angle X-ray solution scattering (SAXS) data. The package is designed for biological SAXS data. . BioXTAS RAW provides an alternative to closed source programs such as Primus and Scatter for primary data analysis. Because it can calibrate, mask, and integrate images it also provides an alternative to synchrotron beamline pipelines that scientists can install on their own computers and use both at home and at the beamline. . This is the BioXTAS RAW 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-django-crispy-forms-doc Description-md5: f7f3fb11e3bf8a309ff7a14f2edfa9d2 Description-en: app for Django providing elegant form rendering (Documentation) django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . Django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the documentation. Package: python-django-crispy-forms-foundation-doc Description-md5: e981954e45864cf01eb8543e81d2a174 Description-en: Django-crispy-forms layout objects for Foundation for sites (Documentation) This is a Django application to add django-crispy-forms layout objects for the CSS framework Foundation for sites. It depends on the python3-crispy-forms library. . django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the documentation. Package: python-h5py-doc Description-md5: 1662e5d2c9d77e3f74e46e64439c1344 Description-en: documentation for h5py HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. . From a Python programmer's perspective, HDF5 provides a robust way to store data, organized by name in a tree-like fashion. You can create datasets (arrays on disk) hundreds of gigabytes in size, and perform random-access I/O on desired sections. Datasets are organized in a filesystem-like hierarchy using containers called "groups", and accessed using the tradional POSIX /path/to/resource syntax. . H5py provides a simple, robust read/write interface to HDF5 data from Python. Existing Python and Numpy concepts are used for the interface; for example, datasets on disk are represented by a proxy class that supports slicing, and has dtype and shape attributes. HDF5 groups are presented using a dictionary metaphor, indexed by name. . This package provides the documentation. Package: python-mapclassify-doc Description-md5: c027e6544a1b0ffc783c6faea581c2e2 Description-en: Classification Schemes for Choropleth Maps (common documentation) Library that provides tools for classifying geographic data on maps. It allows you to divide a spatial dataset into different classes or ranges, making it easier to visualize and analyze this data on maps. . This library is especially useful for grouping and categorizing geographic information, helping to identify patterns and trends in data. . It supports multiple classification methods such as Jenks Natural Breaks, Equal Interval and Quantile, among others, allowing users to choose the best approach for their specific analysis. Additionally, the library is integrated with other popular geographic data analysis tools, making it easy to incorporate their functionality into existing workflows. . This package contains HTML documentation, incorporates instructions on how to install and configure and use this module with mapclassify. Package: python-mpi4py-doc Description-md5: bb9dc654964860074ddc267a1cb16282 Description-en: bindings of the MPI standard -- documentation MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. . mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects). . This package provides HTML rendering of the user's manual. Package: python-ngspetsc-doc Description-md5: 4e9e359df53752738ad64e94a1208ef9 Description-en: a PETSc interface for NGSolve (docs) ngsPETSc is a PETSc interface for NGSolve. It extends the utility of meshes generated by netgen and interfaces with finite element solvers such as dolfinx (fenicsx) as well as NGSolve, Firedrake. . This is the documentation package. Package: python-petsc4py-doc Description-md5: 13ea19d3c484e4356d55475bc745d0fb Description-en: Python bindings for PETSc libraries: documentation and examples PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . petsc4py provides Python bindings to almost all functions of PETSc. This package provides documentation and examples for petsc4py. Package: python-pint-doc Description-md5: 99900a3127c3671bcad7e5d6ff2ea4b3 Description-en: define, operate and manipulate physical quantities - doc Pint is Python module/package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units. . It is distributed with a comprehensive list of physical units, prefixes and constants. Due to its modular design, you can extend (or even rewrite!) the complete list without changing the source code. . This package contains the documentation. Package: python-ppmd-doc Description-md5: a6a00c01823b7c839be85ec9735c8b48 Description-en: documentation for the ppmd Python library This package provides documentation for ppmd Package: python-pygit2-doc Description-md5: e0c67780f3a551165a6c96945a4a5151 Description-en: Python bindings for libgit2 (Documentation) The Pygit2 module provides a set of Python bindings to the libgit2 shared library. libgit2 implements the core of Git. Pygit2 works with Python 2.7, 3.x and pypy. . This package contains the documentation. Package: python-pytest-doc Description-md5: 97b336e965878efc4451d01f87777140 Description-en: Simple, powerful testing in Python - Documentation This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package contains the documentation for pytest. Package: python-qtconsole-doc Description-md5: db525f0555fc995b5859e9fe66934cc3 Description-en: Jupyter - Qt console (documentation) IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the qtconsole library documentation. Package: python-rosettasciio-doc Description-md5: e36e3b4a3584f59b05af6c9ff7158780 Description-en: documentation for the rosettasciio Python library This package provides documentation for rosettasciio. Package: python-slepc4py-doc Description-md5: ad93cda14eccf22ff0d53fdea38497a8 Description-en: Python bindings for SLEPc libraries: documentation and examples SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . slepc4py provides Python bindings to almost all functions of SLEPc. This package provides documentation and examples. Package: python-soxr-doc Description-md5: 71c9793267b323e84e794815db0356fb Description-en: Convert one-dimensional sampling rate (cammon documentation) Soxr is a Python library designed to perform resampling of audio files, allowing you to convert between different sample rates efficiently and accurately. With this tool it is possible to obtain fast and very high quality results for any resampling ratio. . This is the common documentation package. Package: python-tango-doc Description-md5: 13956e45a5367529bb9dbeb988fbe63e Description-en: API for the TANGO control system TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This package contains the documentation for the python-tango library. Package: python-xarray-doc Description-md5: 339ce566fd52e78ec265b192fec88195 Description-en: documentation for xarray xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. . It provides a pandas-like and pandas-compatible toolkit for analytics on multi-dimensional arrays, rather than the tabular data for which pandas excels. . This package provides the documentation. Package: python-xradarsat2-doc Description-md5: 2b162bff9f3e5983eeab6c89cf751f48 Description-en: L1 SAR file reader for RadarSat2 (documentation) Efficient RadarSat2 Level 1 SAR data reader for Python programs based on xarray/dask. . This package provides documentation for xradarsat2 Package: python-xraylarch-doc Description-md5: ada0ae9b96ded7178e7da0c5b49633df Description-en: X-ray Larch data analysis (documentation) Larch is a library and set of applications for processing and analyzing X-ray absorption and fluorescence spectroscopy data and X-ray fluorescence and diffraction image data from synchrotron beamlines. . Larch is especially focussed on X-ray absorption fine-structure spectroscopy (XAFS) including X-ray absorption near-edge spectroscopy (XANES) and extended X-ray absorption fine-structure spectroscopy (EXAFS). It also supports visualization and analysis tools for X-ray fluorescence (XRF) spectra and XRF and X-ray diffraction (XRD) images as collected at scanning X-ray microprobe beamlines. . This is the documentation package. Package: python-xsdata-doc Description-md5: 7f79b623c8bdf547c72e98458101a0b0 Description-en: Naive XML Bindings for Python (common documentation) xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. . This is the common documentation package. Package: python-yarl-doc Description-md5: 2f38e511d0c65d03f5f47496d5e82a79 Description-en: documentation for the yarl Python library URL is constructed from `str`: . >>> from yarl import URL >>> url = URL('https://www.python.org/~guido?arg=1#frag') >>> url URL('https://www.python.org/~guido?arg=1#frag') . All URL parts: scheme, user, passsword, host, port, path, query and fragment are accessible by properties: . >>> url.scheme 'https' >>> url.host 'www.python.org' >>> url.path '/~guido' >>> url.query_string 'arg=1' >>> url.query >>> url.fragment 'frag' . All URL manipulations produces a new URL object: . >>> url.parent / 'downloads/source' URL('https://www.python.org/downloads/source') . Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result:: . >>> url = URL('https://www.python.org/путь') >>> url URL('https://www.python.org/%D0%BF%D1%83%D1%82%D1%8C') . Regular properties are percent-decoded, use `raw_` versions for getting encoded strings: . >>> url.path '/путь' . >>> url.raw_path '/%D0%BF%D1%83%D1%82%D1%8C' . Human readable representation of URL is available as `.human_repr()`: . >>> url.human_repr() 'https://www.python.org/путь' . This package provides documentation for yarl Package: python3-adios2 Description-md5: cff0fa3850423e44b9a37de72f9865f5 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This is a dependency package raquiring either the serial or MPI build of the ADIOS2 Python bindings. Package: python3-adios2-mpi Description-md5: d9139203cc98934b023fd627c0087a56 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Python bindings for the MPI build of ADIOS2. Package: python3-adios2-serial Description-md5: d4fc795a93c344b90d1b9a6b21f36b90 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Python bindings for the serial build of ADIOS2. Package: python3-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-aiohttp Description-md5: f730c1eb49e4f113817da234d7a43357 Description-en: http client/server for asyncio HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. Package: python3-aiohttp-session Description-md5: ffdd3da6906950a72ffb3addfa84f05d Description-en: provides sessions for aiohttp.web The library allows us to store user-specific data into a session object. . The session object has a dict-like interface (operations like session[key] = value, value = session[key] etc. are present). . Before processing the session in a web-handler, you have to register the session middleware in aiohttp.web.Application. Package: python3-aiowebostv Description-md5: 35db816320daed00ccaf7799648527b4 Description-en: Library to control webOS based LG TV devices This package provides a Python library to control LG webOS based TV devices. . This package is a dependency of Home Assistant. Package: python3-all-venv Description-md5: 011e01434173437729b22aa43ba76c7a Description-en: package depending on all supported Python 3 venv modules The package currently depends on python3.12-venv and python3.13-venv. In the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python 3 venv packages. Package: python3-apbslib Description-md5: 886600253ef60a6174f758ef34f5c08b Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package provides both the apbs and apbslib modules for Python3 enabling Python applications to access apbs. Package: python3-astropy Description-md5: d68fca10e089e4294adf8b1b26f541e5 Description-en: Core functionality for performing astrophysics with Python The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It can be extended by a number of "affiliated packages" that are intended to work with the core package. Package: python3-asv-bench-memray Description-md5: 785a5a05228ea0ab59d245a1861acd35 Description-en: Memray benchmark plugin for asv This a proof-of-concept externally defined memray benchmark plugin for asv. Like all externally defined benchmark plugins for asv, this has a strict hierarchy. The package name begins with asv_bench. Benchmarks are defined in a benchmarks folder under the package module. Each exported new benchmark type has the export_as_benchmark = [NAMEBenchmark] attribute. Package: python3-async-timeout Description-md5: 02717b94af0633086c3d33fb2d1073cd Description-en: timeout context manager for asyncio programs in Python The context manager is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task. . Example: . with timeout(1.5): yield from inner() Package: python3-bioxtasraw Description-md5: d545ca733a9a9e3ef2356361ef1d6d30 Description-en: process biological small angle scattering data BioXTAS RAW is a GUI based, Python program for reduction and analysis of small-angle X-ray solution scattering (SAXS) data. The package is designed for biological SAXS data. . BioXTAS RAW provides an alternative to closed source programs such as Primus and Scatter for primary data analysis. Because it can calibrate, mask, and integrate images it also provides an alternative to synchrotron beamline pipelines that scientists can install on their own computers and use both at home and at the beamline. Package: python3-bornagain Description-md5: 26124151b54d7a57d391ae2e277866ce Description-en: Simulate and fit X-ray and neutron GISAS -- Python3 BornAgain is a software package to simulate and fit small-angle scattering at grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron (GISANS) data. Calculations are carried out in the framework of the distorted wave Born approximation (DWBA). BornAgain provides a graphical user interface for interactive use as well as a generic Python and C++ framework for modeling multilayer samples with smooth or rough interfaces and with various types of embedded nanoparticles. . BornAgain supports: . Layers: * Multilayers without any restrictions on the number of layers * Interface roughness correlation * Magnetic materials . Particles: * Choice between different shapes of particles (form factors) * Particles with inner structures * Assemblies of particles * Size distribution of the particles (polydispersity) . Positions of Particles: * Decoupled implementations between vertical and planar positions * Vertical distributions: particles at specific depth in layers or on top. * Planar distributions: - fully disordered systems - short-range order distribution (paracrystals) - two- and one-dimensional lattices . Input Beam: * Polarized or unpolarized neutrons * X-ray * Divergence of the input beam (wavelength, incident angles) following different distributions * Possible normalization of the input intensity . Detector: * Off specular scattering * Two-dimensional intensity matrix, function of the output angles . Use of BornAgain: * Simulation of GISAXS and GISANS from the generated sample * Fitting to reference data (experimental or numerical) * Interactions via Python scripts or Graphical User Interface . If you use BornAgain in your work, please cite C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain — Software for simulating and fitting X-ray and neutron small-angle scattering at grazing incidence, version , http://www.bornagainproject.org . This package contains the Python bindings for use in scripts. 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-casacore Description-md5: ef8e0b896ad9e6e228e48c70e6a884c4 Description-en: Python bindings to the casacore library The casacore package contains the core libraries of the old AIPS++/CASA package. This split was made to get a better separation of core libraries and applications. CASA is now built on top of casacore. . This is the Python wrapper around 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-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-confection Description-md5: 095b6b3dd22e7d751ec2af3b1ff21f37 Description-en: sweetest config system for Python3 Confection candy is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects. . Configuration is a huge challenge for machine-learning code because you may want to expose almost any detail of any function as a hyperparameter. The setting you want to expose might be arbitrarily far down in your call stack, so it might need to pass all the way through the CLI or REST API, through any number of intermediate functions, affecting the interface of everything along the way. And then once those settings are added, they become hard to remove later. Default values also become hard to change without breaking backwards compatibility. . To solve this problem, confection offers a config system that lets you easily describe arbitrary trees of objects. The objects can be created via function calls you register using a simple decorator syntax. You can even version the functions you create, allowing you to make improvements without breaking backwards compatibility. The most similar config system we’re aware of is Gin, which uses a similar syntax, and also allows you to link the configuration system to functions in your code using a decorator. confection's config system is simpler and emphasizes a different workflow via a subset of Gin’s functionality. Package: python3-crispy-bootstrap4 Description-md5: 47e7994cbab86681f94fd5e07c50957f Description-en: Bootstrap 4 template pack for django-crispy-forms (Python3 version) Bootstrap4 template pack for django-crispy-forms. This template pack was included with the core django-crispy-forms package until version 2.0. . This package contains the Python 3 version of the library. Package: python3-cymem Description-md5: 91f25b04bb986bfa836f308afe8ede53 Description-en: cython memory pool for RAII-style memory management Cython Memory Helper provides two small memory-management helpers for Cython. They make it easy to tie memory to a Python object's life-cycle, so that the memory is freed when the object is garbage collected. Package: python3-dcos Description-md5: 1554a484d642f522d10e7b11dd268b18 Description-en: DCOS Common Modules - Python 3.x The DCOS Command Line Interface (CLI) is a command line utility that provides a user-friendly yet powerful way to manage DCOS installations. You can use the Mesosphere DCOS command-line interface (CLI) to remotely manage your cluster, install software packages, and inspect the cluster state. With the DCOS CLI you can: * Find and install packages from DCOS Universe and Multiverse. * Uninstall DCOS services. * Administer the DCOS init process, Marathon. * Install and uninstall subcommands that extend and add functionality to the DCOS CLI. . After you install the CLI, you can use it through a bash shell on Unix/Linux systems or PowerShell on a Windows system. . This package contains the Python 3.x module. 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-dicoclient Description-md5: 9033d25d65d6cbf9d89aa3ec4f2aecee Description-en: RFC 2229 compliant dictionary client module and shell GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains a Python module that provides a Dico client and a simple interactive shell. Package: python3-django-crispy-forms Description-md5: cd8872a7d81d0836d82490e06d77defb Description-en: app for Django providing elegant form rendering (Python3 version) django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . Django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the Python 3 version of the library. Package: python3-django-crispy-forms-foundation Description-md5: 7abc36c90aaaf520ce9bfc81d5983751 Description-en: Django-crispy-forms layout objects for Foundation for sites (Python3 version) This is a Django application to add django-crispy-forms layout objects for the CSS framework Foundation for sites. It depends on the python3-crispy-forms library. . django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the Python 3 version of the library. Package: python3-dns Description-md5: 32eaa5f6103e3bc4f5c85cabfab90328 Description-en: DNS client module for Python 3 This Python 3 module provides an DNS API for looking up DNS entries from within Python 3 modules and applications. This module is a simple, lightweight implementation. It is not as complete as python-dnspython, but is useful for many common applications. It does not support async. Package: python3-dolfin Description-md5: 77ebd7f575379d4276cb20694043b9c2 Description-en: Base Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This is the base package depending on specific dolfin builds. By default the version built against the preferred version of PETSc in /usr/lib/petsc is selected (with 32-bit indexing, but the alternative version (64-bit PETSc) can be selected by setting the environment variable PETSC_DIR. . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfin-real Description-md5: cd25943676baf8079740fbee38d5cb3a Description-en: Python interface for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3) build against the default version of PETSc (with 32-bit indexing) . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfin64-real Description-md5: f0e44a41b798fdc367452f32a781ae4c Description-en: Python interface for DOLFIN (with 64-bit PETSc integers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3) build against 64-bit PETSc (64-bit indexing) . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfinx Description-md5: 8b0d7e543b0a54225af077d16acadf2a Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. . This is a base package depending on the dolfinx packages with real or complex number support. By default the version built against the preferred version of PETSc in /usr/lib/petsc is selected, but the alternative version can be selected by setting the environment variable PETSC_DIR. Package: python3-dolfinx-complex Description-md5: 21c9bd2c698d8d40721e0a273f1bd404 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN (without complex number support) is provided by python3-dolfin. Package: python3-dolfinx-real Description-md5: 6a6e4b563fac29b55604579a2f66c280 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. Package: python3-dulwich Description-md5: 0e652fa6210d2be4be4c8bcbadddd180 Description-en: Python Git library - Python3 module Dulwich is a Python implementation of the file formats and protocols used by the Git version control system. It can currently read from and write to existing Git repositories and implements the protocol for pushing and receiving packs from remote servers. . All functionality is available in pure Python, but for improved performance replacements of some modules written in C are also available. This package includes the high performance versions. . This package contains the module built for Python version 3.x. Package: python3-ecflow Description-md5: 3b9b6741698e7be3f2253bc23fdd0cae Description-en: Python3 libraries for ecFlow workflow tools ecFlow is a meteorological work flow package that enables users to run a large number of programs ( with dependencies on each other and on time) in a controlled environment. . This package contains Python3 modules used in writing ecflow scripts. Package: python3-exactimage Description-md5: e47e4ef00b54dbe0a61365bacf616cfa Description-en: fast image manipulation library (Python3 bindings) ExactImage is a fast C++ image processing library. Unlike many other library frameworks it allows operation in several color spaces and bit depths natively, resulting in low memory and computational requirements. . This package contains the Python3 bindings. Package: python3-fakeredis Description-md5: c6be3d53e2f94bcb44fa2c7092e68ce8 Description-en: Fake version of a redis-py fakeredis is a pure Python implementation of the redis-py Python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis. 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-full Description-md5: 09f6467ee5117a021109bf3f7d07e0d8 Description-en: Default Python Interpreter with complete class library Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv, and modules with complex dependencies, such as tk and IDLE. All batteries included. . This package depends on Debian's default python 3 version's full standard library (currently v3.12). . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3-gattlib Description-md5: 16d3f3a7cf39404ecb2c3fa419b48a47 Description-en: Bluetooth LE GATT library for Python 3 This is a Python library to use the GATT Protocol for Bluetooth LE devices. It is a wrapper around the implementation used by gatttool in bluez package. Package: python3-gdl Description-md5: 31fe21263fa6b8ee43503daf97e9cc34 Description-en: Python interface for the GNU Data Language GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. From IDL 8.0, the following language elements are supported: . * FOREACH loop * negative array indices * garbage collection pointers and objects * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`) . The file input output system is fully implemented. GUI support (widgets) is officially provided, but it's not complete yet. . This package contains the Python library/interface. Package: python3-geopandas Description-md5: 7915f3a9bc68354c563139f895e789dc Description-en: Python3 tools for geographic data GeoPandas is a project to add support for geographic data to pandas objects. It currently implements `GeoSeries` and `GeoDataFrame` types which are subclasses of `pandas.Series` and `pandas.DataFrame` respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations. . GeoPandas geometry operations are cartesian. The coordinate reference system (crs) can be stored as an attribute on an object, and is automatically set when loading from a file. Objects may be transformed to new coordinate systems with the `to_crs()` method. There is currently no enforcement of like coordinates for operations, but that may change in the future. . This package contains the Python 3 version of the library. Package: python3-getfem Description-md5: bb0fbc7c8b7f8895b85705bd1e7b1528 Description-en: Python interface to the GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. . This package contains the Python 3 interface to GETFEM. Package: python3-getfem++ Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: python3-gudhi Description-md5: b39f3d9ab87d9093df507f36ea74ed65 Description-en: Python 3 interface to the GUDHI library The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology. . This package contains GUDHI's Python (3) interface. Package: python3-gyoto Description-md5: 86c128dab0a3d590c897a8a50d909742 Description-en: General relativistic geodesic integration for the Python 3 language Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package also includes a Gyoto plug-in allowing to write new Gyoto objects in the Python 3 language. . This package provides an extension for the Python 3 programming language exposing the Gyoto facilities. It allows using Gyoto interactively from the Python 3 prompt or running complex Gyoto scripts. . Producing videos requires the python3-opencv package. Package: python3-h5py Description-md5: babe5999c3c9449de8bcbd876b20685d Description-en: general-purpose Python interface to hdf5 HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. . From a Python programmer's perspective, HDF5 provides a robust way to store data, organized by name in a tree-like fashion. You can create datasets (arrays on disk) hundreds of gigabytes in size, and perform random-access I/O on desired sections. Datasets are organized in a filesystem-like hierarchy using containers called "groups", and accessed using the tradional POSIX /path/to/resource syntax. . H5py provides a simple, robust read/write interface to HDF5 data from Python. Existing Python and Numpy concepts are used for the interface; for example, datasets on disk are represented by a proxy class that supports slicing, and has dtype and shape attributes. HDF5 groups are presented using a dictionary metaphor, indexed by name. . This is a simple dependency package which depends on the serial or MPI build of h5py and provides test data files. Package: python3-h5py-mpi Description-md5: 584c350250e98bc9ad355fb3a21312a9 Description-en: general-purpose Python interface to hdf5 (Python 3 MPI) HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. . From a Python programmer's perspective, HDF5 provides a robust way to store data, organized by name in a tree-like fashion. You can create datasets (arrays on disk) hundreds of gigabytes in size, and perform random-access I/O on desired sections. Datasets are organized in a filesystem-like hierarchy using containers called "groups", and accessed using the tradional POSIX /path/to/resource syntax. . H5py provides a simple, robust read/write interface to HDF5 data from Python. Existing Python and Numpy concepts are used for the interface; for example, datasets on disk are represented by a proxy class that supports slicing, and has dtype and shape attributes. HDF5 groups are presented using a dictionary metaphor, indexed by name. . This package provides the modules for Python 3, built with support for MPI (multiprocessor) jobs. Package: python3-h5py-serial Description-md5: 6a6d79c4682ca50ade0b56b9a907dcc7 Description-en: general-purpose Python interface to hdf5 (Python 3 serial) HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. . From a Python programmer's perspective, HDF5 provides a robust way to store data, organized by name in a tree-like fashion. You can create datasets (arrays on disk) hundreds of gigabytes in size, and perform random-access I/O on desired sections. Datasets are organized in a filesystem-like hierarchy using containers called "groups", and accessed using the tradional POSIX /path/to/resource syntax. . H5py provides a simple, robust read/write interface to HDF5 data from Python. Existing Python and Numpy concepts are used for the interface; for example, datasets on disk are represented by a proxy class that supports slicing, and has dtype and shape attributes. HDF5 groups are presented using a dictionary metaphor, indexed by name. . This package provides the modules for Python 3, built for serial (single processor) jobs. Package: python3-hamlib Description-md5: 188aa72adeb9311d2d532ae3f6818013 Description-en: Run-time Python3 library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the Python3 bindings of the library. Package: python3-ipaclient Description-md5: 1a622f82f4ba13245475896690d7fdca Description-en: FreeIPA centralized identity framework -- Python3 modules for ipaclient FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This Python3 module is used by FreeIPA client. Package: python3-ipalib Description-md5: dbed34609e442f49b98a970df0c04e38 Description-en: FreeIPA centralized identity framework -- shared Python3 modules FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). . This Python3 module is used by other FreeIPA packages. Package: python3-lammps Description-md5: 04b4494aeaa9c04a128e31482705755c Description-en: Molecular Dynamics Simulator LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. . This package provides the Python module for LAMMPS. Package: python3-libbde Description-md5: 1da949abfb5e1c0bb9fdbff06ff90765 Description-en: BitLocker Drive Encryption access library -- Python 3 bindings The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes Python 3 bindings. Package: python3-libfsntfs Description-md5: 3908901343c0ea125fd45c679e50d4d6 Description-en: NTFS access library -- Python 3 bindings NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package includes Python 3 bindings. Package: python3-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-mapclassify Description-md5: fddb4c93c6e56e080f55a8729cbfe931 Description-en: Classification Schemes for Choropleth Maps Library that provides tools for classifying geographic data on maps. It allows you to divide a spatial dataset into different classes or ranges, making it easier to visualize and analyze this data on maps. . This library is especially useful for grouping and categorizing geographic information, helping to identify patterns and trends in data. . It supports multiple classification methods such as Jenks Natural Breaks, Equal Interval and Quantile, among others, allowing users to choose the best approach for their specific analysis. Additionally, the library is integrated with other popular geographic data analysis tools, making it easy to incorporate their functionality into existing workflows. . This package provides the Python 3.x module Package: python3-mapnik Description-md5: 694098027e7b1d2cef137bba1917d013 Description-en: Python 3 interface to the mapnik library 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 bindings for Python 3. Package: python3-mariadb-connector Description-md5: 87719f566636389129ea6da8e91ead7a Description-en: Enables Python programs to access MariaDB and MySQL database MariaDB Connector/Python enables Python programs to access MariaDB and MySQL databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and Python and uses MariaDB Connector/C client library for client server communication. Package: python3-mathgl Description-md5: 46e282d9763a159040077958b6cab027 Description-en: library for scientific graphs (Python module) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package provides the Python v.3 module for mathgl. Package: python3-meep-mpi-default Description-md5: 1c29e1e26b00e6212b5a7ce7483ddae1 Description-en: software package for FDTD simulation with Python Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method. . Its features include: * Free and open-source software under the GNU GPL. * Complete scriptability via Python, Scheme, or C++ APIs. * Simulation in 1d, 2d, 3d, and cylindrical coordinates. * Distributed memory parallelism on any system supporting MPI. * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ, along with dispersive ε(ω) and μ(ω) including loss/gain, nonlinear (Kerr & Pockels) dielectric and magnetic materials, electric/magnetic conductivities σ, and saturable gain/absorption. * Perfectly-matched layer (PML) absorbing boundaries as well as Bloch-periodic and perfect-conductor boundary conditions. * Exploitation of symmetries to reduce the computation size, including even/odd mirror planes and 90°/180° rotations. * Arbitrary current sources including a guided-mode launcher. * Frequency-domain solver for finding the response to a continuous-wave (CW) source. * ε/μ and field import/export in the HDF5 data format. * GDSII file import for planar geometries. * Materials library containing predefined broadband, complex refractive indices. * Field analyses including Poynting flux, mode decomposition, near to far transformations, frequency extraction, local density of states (LDOS), modal volume, Maxwell stress tensor, arbitrary functions; completely programmable. . This package contains the Python binding 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-minieigen Description-md5: 875bfc6ff6d51a184a596fea72ae298a Description-en: Wrapper of parts of the Eigen library (Python 3) Small wrapper for core parts of Eigen, c++ library for linear algebra. It is mainly useful for inspecting c++ code which already uses eigen and boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized with floating-point values) and Quaternions. Numerous methods are wrapped and the original API of Eigen is followed. . This is the Python 3 version of the package. Package: python3-mlpack Description-md5: 4707785b90eb24554464596be079bbeb Description-en: intuitive, fast, scalable C++ machine learning library (Python bindings) This package contains Python bindings for the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a "swiss army knife" for machine learning researchers. Package: python3-motor Description-md5: 83aacea8dd60bded38d1dd571862bec2 Description-en: full-featured, non-blocking MongoDB driver - Python 3.x Motor presents a callback- or Future-based API for non-blocking access to MongoDB from Tornado or asyncio. . This package contains the Python 3.x module. Package: python3-mp-api Description-md5: 2e488f276512b2f52480f676e6cf7568 Description-en: Materials Project API for Python The Materials Project API defines a standardized manner in which the Materials Project database can be accessed by its users. The API is typically used by scientific researchers who need to retrieve large amounts of data to support their research. . This package installs the library for Python 3. Package: python3-mpi4py Description-md5: df56770de9e33454460005eda8d75b21 Description-en: bindings of the Message Passing Interface (MPI) standard MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. . mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects). 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-netgen Description-md5: a5cd80ea677cf4ad38dfa74aa3ea219e Description-en: Automatic 3d tetrahedral mesh generator Python 3 bindings NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains Python 3 bindings. Package: python3-neuron Description-md5: e13f492c7dbdb166b986a634161db152 Description-en: Neuron simulation environment - Python bindings NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . This package contains Python bindings for NEURON. Package: python3-nftables Description-md5: 163efcd8a2defdfa0f6887c346e8955d Description-en: nftables/libnftables python3 module The libnftables library provides high level semantics to interact with the nftables framework by the Netfilter project. . nftables replaces the old popular iptables, ip6tables, arptables and ebtables. . Netfilter software and nftables in particular are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. . A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended. . This package contains the libnftables python3 bindings. Package: python3-ngs Description-md5: 339536e9adbe8549aa1efd268c2ee905 Description-en: Next Generation Sequencing language Bindings (Python3 bindings) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Python3 bindings. Package: python3-ngspetsc Description-md5: 93138cf00b8698cc8b9affaf5fc7e249 Description-en: a PETSc interface for NGSolve (Python 3) ngsPETSc is a PETSc interface for NGSolve. It extends the utility of meshes generated by netgen and interfaces with finite element solvers such as dolfinx (fenicsx) as well as NGSolve, Firedrake. . This package installs the library for Python 3. Package: python3-nopie Description-md5: 31e6008ca39ff837e1229d920f443a6b Description-en: Python interpreter linked without PIE (default python3 version) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3 executable, and making the interpreter built with PIE available as python3-pie. Package: python3-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-open3d Description-md5: 4f0ea0b27e57f6bfdd12503c09b28119 Description-en: Library for 3D data processing - Python 3 bindings Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the Python 3 bindings for Open3D. Package: python3-opm-common Description-md5: 0527a9a9f3d04e95c08b52c8459d7d2d Description-en: Tools for Eclipse reservoir simulation files -- Python wrappers The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the Python wrappers for reading, parsing, and writing files in Eclipse format, a format widely used in the reservoir simulation community. Package: python3-opm-simulators Description-md5: 5411eb2e3edbc3284d05fe5e42c61d3b Description-en: Python wrappers for the Open porous media / reservoir simulators The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides Python wrappers for the simulators. Package: python3-paraview Description-md5: 22f1a0e82172ee811a05b35f38dad1a6 Description-en: Parallel Visualization Application. python-support ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include the following: . * Develop an open-source, multi-platform visualization application. * Support distributed computation models to process large data sets. * Create an open, flexible, and intuitive user interface. * Develop an extensible architecture based on open standards. . ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Mac OS X, Linux and various Unix workstations, clusters and supercomputers. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using Qt. Enables python support. Package: python3-pdm Description-md5: 0865b239937ca71a6f2b0db8928b7ae1 Description-en: next generation Python package management tool PDM is meant to be a next generation Python package management tool. If you feel you are going well with Pipenv or Poetry and don't want to introduce another package manager, just stick to it. But if you are missing something that is not present in those tools, you can probably find some goodness in pdm. . Highlights of features include: * Opt-in PEP 582 support, no virtualenv involved at all. * Simple and fast dependency resolver, mainly for large binary distributions. * A PEP 517 build backend. * PEP 621 project metadata. * Flexible and powerful plug-in system. * Versatile user scripts. * Opt-in centralized installation cache like pnpm. Package: python3-petsc4py Description-md5: 4be396cadcd62636fbd56a3a342ddcf6 Description-en: Python 3 bindings for PETSc libraries PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a base package that depends on the python3 petsc4py package with either real or complex number support. It provides the path to petsc4py for the system's default PETSc version set in /usr/lib/petsc. Export environment variable PETSC_DIR to use other versions. Package: python3-petsc4py-64-complex Description-md5: 46438fc210192da5d7d02b54d1fb48be Description-en: Python 3 bindings for 64-bit PETSc libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with complex number support and 64-bit indexing. Package: python3-petsc4py-64-complex3.22 Description-md5: efec3d631886b39bdc5ef3a5c2b4f30b Description-en: Python 3 bindings for 64-bit PETSc 3.22 libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.22 with complex number support and 64-bit indexing. Package: python3-petsc4py-64-real Description-md5: 2bd7b2c1999e4f8c4b82f937e1886759 Description-en: Python 3 bindings for 64-bit PETSc libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with real number support and 64-bit indexing. Package: python3-petsc4py-64-real3.22 Description-md5: fa2b3936ef21752a5300e63908e1d3ef Description-en: Python 3 bindings for 64-bit PETSc 3.22 libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.22 with real number support and 64-bit indexing. Package: python3-petsc4py-complex Description-md5: 4a6a4f27e733a85a688506f9f9eee348 Description-en: Python 3 bindings for PETSc libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with complex number support. Package: python3-petsc4py-complex3.22 Description-md5: 1eb3bfa2753c71aa40b2cb22ced38fff Description-en: Python 3 bindings for PETSc 3.22 libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.22 with complex number support. Package: python3-petsc4py-real Description-md5: a5e28f79b38b9a9f99e19343bc051b77 Description-en: Python 3 bindings for PETSc libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with real number support. Package: python3-petsc4py-real3.22 Description-md5: e1abda9efea5dafedd6326335604e8d8 Description-en: Python 3 bindings for PETSc 3.22 libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.22 with real number support. Package: python3-pgmagick Description-md5: 8d9910fefc4a4028ccd3692d7f561eb3 Description-en: Yet Another Python wrapper for GraphicsMagick pgmagick is a boost.python based Python wrapper for GraphicsMagick. . This package for Python 3. 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-py3exiv2 Description-md5: 77f21e8b7b427225a0a30fa044099467 Description-en: Binding to the library exiv2 Is a Python 3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata. It is a Python 3 module that allows your scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG, TIFF, …). Package: python3-pydantic Description-md5: 94574037983f36af5979357ea52cc6d9 Description-en: Data validation and settings management using Python type hinting pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated. Package: python3-pydantic-core Description-md5: 67af44897aff633e24519040dafa7c8a Description-en: Rust implementation of pydantic core functionality (Python 3 module) pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated. . The core library is implemented in Rust and up to seventeen times faster than the original pure Python implementation. . This package installs the Python 3 module. Package: python3-pygit2 Description-md5: aa3cea6e2809fd9c463327ad37ea158b Description-en: Python bindings for libgit2 (Python 3 module) The Pygit2 module provides a set of Python bindings to the libgit2 shared library. libgit2 implements the core of Git. Pygit2 works with Python 2.7, 3.x and pypy. . This package contains the Python 3 module. Package: python3-pylsp Description-md5: 78ff1fe2666ed5b5c4c4bb7331ecea9d Description-en: Python implementation of the Language Server Protocol The Language Server Protocol is designed to standardise how language servers and development tools communicate. This package provides a Python implementation. . A number of optional providers can be enabled if the requisite dependencies are installed, which are listed as Suggests. Package: python3-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-pyreadstat Description-md5: 5518d4066f0be0d77c52a782e6cc063e Description-en: read/write data sets from SAS, Stata, and SPSS from/to Python pandas.DataFrame A Python package to read and write popular stats packages files (like SAS (sas7bdat, sas7bcat, xport/xpt), SPSS (sav, zsav, por) and Stata (dta)) from and to Python pandas.DataFrame data structures. This module is a wrapper around the Readstat C library by Evan Miller. Package: python3-pytest Description-md5: a5dad4d5b22160c775ca39b2d4780244 Description-en: Simple, powerful testing in Python3 This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package provides the Python 3 module and the py.test-3 script. Package: python3-pytest-asyncio Description-md5: 742eddc371ba1e81bc235a1523e7720f Description-en: pytest support for asyncio. pytest-asyncio is a ibrary for testing asyncio code with pytest. . asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier. Package: python3-pythonmagick Description-md5: 8c634d34420423ecf1541e504f1c41f7 Description-en: Object-oriented Python 3 interface to ImageMagick PythonMagick an interface to ImageMagick to give all the functionality of ImageMagick++ into Python 3. . ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). Package: python3-pyzoltan Description-md5: 87316562e4f199fb8ede7521ad6eca1b Description-en: Wrapper for the Zoltan data management library PyZoltan is as the name suggests, is a Python wrapper for the Zoltan data management library. . In PyZoltan, only specific routines and objects are wrapped. The following features of Zoltan are currently supported: . * Dynamic load balancing using geometric algorithms * Unstructured point-to-point communication * Distributed data directories Package: python3-qtconsole Description-md5: 34d52e3162ef39c9a573e85f6fdae535 Description-en: Jupyter - Qt console (Python 3) IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the qtconsole library for the Python 3 interpreter. Package: python3-rdkit Description-md5: a547d3804fe7cf12ca309130bea8f375 Description-en: Collection of cheminformatics and machine-learning software RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. Package: python3-receptor-python-worker Description-md5: 0bca69f6754719a7e1c3058d855efe9e Description-en: Command to let receptor supervise a Python worker plugin Receptor calls this command to supervise worker operations inside a node. . Receptor is a daemon for controlling a mesh of nodes and workers. Package: python3-receptorctl Description-md5: 6eaca69e4f014039f4d1b50a74207620 Description-en: Python library and client for interacting with receptor daemon This provides the Python library and command-line client to interact with receptor over its control socket interface. . Receptor is a daemon for controlling a mesh of nodes and workers. Package: python3-resampy Description-md5: c03577f1ef5f5b4e65fc83c09727a2eb Description-en: Efficient signal resampling Implements band-limited sinc interpolation method for sampling rate conversion. Package: python3-resolvelib Description-md5: 4f7b44cb52b8e69639d4e95c941d4b52 Description-en: module to resolve abstract dependencies into concrete ones python3-resolvelib provides a `Resolver` class that includes dependency resolution logic. You give it some things, and a little information on how it should interact with them, and it will spit out a resolution result. . This is the Python 3 version of the package. Package: python3-ring-doorbell Description-md5: 4aaee1cae7938b9dc892939d4ac3d410 Description-en: Expose Ring.com devices as Python objects Connect to Ring.com devices and expose them as Python objects. Can list the devices, show events, download videos, display videos, control lights, etc. . This package installs the library for Python 3 and the ring-doorbell command. Package: python3-rosettasciio Description-md5: 843f293021d1e7ed72e538a487d1c8cb Description-en: Reading and writing scientific file formats The Rosetta Scientific Input Output library aims at providing easy reading and writing capabilities in Python for a wide range of scientific data formats. Thus providing an entry point to the wide ecosystem of python packages for scientific data analysis and computation, as well as an interoperability between different file formats. Just as the Rosetta stone provided a translation between ancient Egyptian hieroglyphs and ancient Greek. The RosettaSciIO library originates from the HyperSpy project for multi-dimensional data analysis. As HyperSpy is rooted in the electron microscopy community, data formats used by this community are still particularly well represented. . RosettaSciIO provides the dataset, its axes and related metadata contained in a file in a python dictionary that can be easily handled by other libraries. Similarly, it takes a dictionary as input for file writers. Package: python3-satpy Description-md5: f74e6e9d45723fabc8b493bc762ab2db Description-en: Python package for earth-observing satellite data processing The SatPy package is a Python library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. SatPy comes with the ability to make various RGB composites directly from satellite instrument channel data or higher level processing output. The pyresample package is used to resample data to different uniform areas or grids. Package: python3-scapy Description-md5: 4a021f772e9f922a353eda698a37b344 Description-en: Packet generator/sniffer and network scanner/discovery (Python 3) Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery, packet sniffer, etc. It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, .... . In scapy you define a set of packets, then it sends them, receives answers, matches requests with answers and returns a list of packet couples (request, answer) and a list of unmatched packets. This has the big advantage over tools like nmap or hping that an answer is not reduced to (open/closed/filtered), but is the whole packet. . This package contains the Python 3 version of the library and scapy executable. Package: python3-sh Description-md5: ae17eb01eff29a4e20514ea6b5cc27b0 Description-en: Python 3 subprocess interface sh (previously pbs) is a full-fledged subprocess replacement that allows you to call any program as if it were a function: . from sh import ifconfig print ifconfig("eth0") . sh is not a collection of system commands implemented in Python. Package: python3-silo Description-md5: 3cbb71f13c91233bd66d8bbe62494262 Description-en: Python3 interface to the SILO Scientific I/O library This is a Python3 interface to SILO, a scientific I/O library. . Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs. Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalable in parallel. Package: python3-slepc4py Description-md5: 8f366f3655ee6c34ba2bbde774dd0dc1 Description-en: Python 3 bindings for SLEPc libraries SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This is a base package that depends on (Recommends) the python3 slepc4py package with either real or complex number support. It provides the path to slepc4py for the system's default SLEPc version set in /usr/lib/slepc. Export environment variable SLEPC_DIR to use other versions. Package: python3-slepc4py-64-complex Description-md5: 58a44066c33cd288fd6772f6d79dd109 Description-en: Python 3 bindings for 64-bit SLEPc libraries (complex numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This is a dummy package that depends on slepc4py for the latest version of SLEPc with complex number support and 64-bit indexing. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the 64-bit complex build. Package: python3-slepc4py-64-complex3.22 Description-md5: 79120f93d95541166dfe744b2918b078 Description-en: Python 3 bindings for 64-bit SLEPc 3.22 libraries (complex numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of SLEPc 3.22 with complex number support and 64-bit indexing. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the 64-bit complex build. Package: python3-slepc4py-64-real Description-md5: fd35d216aad554be34b41095913284f6 Description-en: Python 3 bindings for SLEPc 64-bit libraries (real numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This is a dummy package that depends on slepc4py for the latest version of SLEPc with real number support and 64-bit indexing. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the 64-bit build. Package: python3-slepc4py-64-real3.22 Description-md5: d1083fd16b9e107be48490773b1c3b7c Description-en: Python 3 bindings for 64-bit SLEPc 3.22 libraries (real numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of SLEPc 3.22 with real number support and 64-bit indexing. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the 64-bit build. Package: python3-slepc4py-complex Description-md5: 7495cf451c8d4792cc758858844b56ee Description-en: Python 3 bindings for SLEPc libraries (complex numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This is a dummy package that depends on slepc4py for the latest version of SLEPc with complex number support. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the complex build. Package: python3-slepc4py-complex3.22 Description-md5: 6e0a006e81dd311c801a41a5c7a1107f Description-en: Python 3 bindings for SLEPc 3.22 libraries (complex numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of SLEPc 3.22 with complex number support. . Access by setting environment variable SLEPC_DIR if the system default version of SLEPc is not already set to the complex build. Package: python3-slepc4py-real Description-md5: df766489efc2543c5b944139b6ff3799 Description-en: Python 3 bindings for SLEPc libraries (real numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This is a dummy package that depends on slepc4py for the latest version of SLEPc with real number support. Package: python3-slepc4py-real3.22 Description-md5: bc01c243ec56cb357df202a9e3567ce7 Description-en: Python 3 bindings for SLEPc 3.22 libraries (real numbers) SLEPc is the Scalable Library for Eigenvalue Problem Computations. . It is based on PETSc and employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of SLEPc 3.22 with real number support. Package: python3-soxr Description-md5: 17bc0b538e3a9a2283d5229a5b606a1a Description-en: Convert one-dimensional sampling rate Soxr is a Python library designed to perform resampling of audio files, allowing you to convert between different sample rates efficiently and accurately. With this tool it is possible to obtain fast and very high quality results for any resampling ratio. . This package installs the library for Python 3. 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-spyder-kernels Description-md5: e79231e2aff1c874e45ffac6ce241052 Description-en: Jupyter kernels for the Spyder console - Python 3 Jupyter Kernels for the Spyder console . This package provides the modules for Python 3. Package: python3-stopt Description-md5: 867a8cc09a8ca61d043aa0bfe367d74b Description-en: library for stochastic optimization problems (Python 3 bindings) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Python 3 bindings are provided by this package in order to allow one to use the C++ library in a Python code. Package: python3-syrupy Description-md5: a6acee73139cba2c501da82775a09b60 Description-en: Snapshot plugin for pytest (Python 3) Syrupy enables developers to write tests which assert immutability of computed results. It aims to upload the following key values: . Extensible: If a particular data type is not supported, users should be able to easily and quickly add support. . Idiomatic: Snapshot testing should fit naturally among other test cases in pytest, e.g. assert x == snapshot vs. snapshot.assert_match(x). . Soundness: Snapshot tests should uncover even the most minute issues. Unlike other snapshot libraries, Syrupy will fail a test suite if a snapshot does not exist, not just on snapshot differences. . This package installs the Python 3 module. Package: python3-tagpy Description-md5: bf6a8660233225c746e108ec179b3214 Description-en: Python 3 module for manipulating tags in music files Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE tags from MusePack files. Package: python3-tango Description-md5: 61b09160772b50d23c891ebab80dd8ec Description-en: API for the TANGO control system (Python 3) TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This is the Python 3 version of the package. Package: python3-tiktoken Description-md5: fac67a0edbfc4ae71a32e0381ac387c1 Description-en: fast BPE tokeniser for use with OpenAI's models A fast Byte pair encoding tokeniser for use with OpenAI's models. Package: python3-torch Description-md5: ac52669c2876a105ffa7c8a78826b488 Description-en: Tensors and Dynamic neural networks in Python (Python Interface) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Python interface). Package: python3-torch-cluster Description-md5: 85bf5a6c971b485f3b1992c094472abc Description-en: PyTorch extension library of optimized graph cluster algorithms (Python 3) This package consists of a small extension library of highly optimized graph cluster algorithms for the use in PyTorch. The package consists of the following clustering algorithms: . * Graclus from Dhillon et al.: Weighted Graph Cuts without Eigenvectors: A Multilevel Approach * Voxel Grid Pooling from, e.g., Simonovsky and Komodakis: Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs * Iterative Farthest Point Sampling from, e.g. Qi et al.: PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space * k-NN and Radius graph generation * Clustering based on nearest points * Random Walk Sampling from, e.g., Grover and Leskovec: node2vec: Scalable Feature Learning for Networks . All included operations work on varying data types and are implemented both for CPU and GPU. . This package installs the library for Python 3. Package: python3-torch-ignite Description-md5: 6db43be76f243871505aeef8f03e9fe1 Description-en: High-level library to help with training and evaluating in PyTorch Ignite is a high-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently. . Features . * Less code than pure PyTorch while ensuring maximum control and simplicity * Library approach and no program's control inversion * Extensible API for metrics, experiment managers, and other components Package: python3-torch-scatter Description-md5: 7d395cc3ab9a93ac4620929f5b17b9a5 Description-en: PyTorch Extension Library of Optimized Scatter Operations This package consists of a small extension library of highly optimized sparse update (scatter and segment) operations for the use in PyTorch, which are missing in the main package. Scatter and segment operations can be roughly described as reduce operations based on a given "group-index" tensor. Segment operations require the "group-index" tensor to be sorted, whereas scatter operations are not subject to these requirements. . This package installs the library for Python 3. Package: python3-torch-sparse Description-md5: 8ecc008a1824c740638d694a7ec7a644 Description-en: PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations This package consists of a small extension library of optimized sparse matrix operations with autograd support. . This package installs the library for Python 3. Package: python3-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: python3-venv Description-md5: b02cfb7e568c4e67c5a6c80458c6cdda Description-en: venv module for python3 (default python3 version) This package contains the venv module for the Python language (default python3 version). . The venv module provides support for creating lightweight "virtual environments" with their own site directories, optionally isolated from system site directories. Each virtual environment has its own Python binary (which matches the version of the binary that was used to create this environment) and can have its own independent set of installed Python packages in its site directories. . This package is a dependency package, which depends on Debian's default Python 3 version's venv module (currently v3.12). Package: python3-voip-utils Description-md5: c43d1523dc4e3a8a9129b6ebb8bf1508 Description-en: Utilities for managing Voice over IP communication This library provides utilities for managing Voice over IP (VoIP) communication through analog phones and VoIP adapters. It allows integration with devices such as the Grandstream HT801, HT802, and HT812 to enable voice interaction capabilities. The library facilitates the processing and control of VoIP telephony, supporting local push connections and integration with systems like Home Assistant. These utilities help in translating voice commands from traditional phones into digital signals to interact with compatible smart home applications. Package: python3-vtk9 Description-md5: 607f6e2cea47851cd2f36d2226862577 Description-en: Python bindings for VTK The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the python3 bindings for VTK. Package: python3-xarray Description-md5: 61c5f2b61ddf27daa81c47ccbfa8a651 Description-en: N-D labeled arrays and datasets in Python 3 xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. . It provides a pandas-like and pandas-compatible toolkit for analytics on multi-dimensional arrays, rather than the tabular data for which pandas excels. . This package provides the Python 3 library Package: python3-xarray-safe-rcm Description-md5: 5f9d30afdbf10ffbd4c812708d63213a Description-en: Xarray reader for radarsat constellation mission (RCM) SAFE files safe_rcm rely on xarray.open_rasterio and rasterio to read digital_number from SAFE product to return an xarray-datatree. . Luts are decoded from xml files following ESA Sentinel-1 Product Specification. Package: python3-xarray-safe-s1 Description-md5: 8b2173b4c0e960d760f8c11d82890497 Description-en: Xarray Sentinel1 Python SAFE files reader safe_s1 rely on xarray.open_rasterio and rasterio to read digital_number from SAFE product to return an xarray-datatree. . Luts are decoded from xml files following ESA Sentinel-1 Product Specification. . safe_s1.metadata.Sentinel1reader is the main class and contains a xarray-datatree with the useful data. Package: python3-xhtml2pdf Description-md5: 7f687876b2fd090f72527cd4217684f3 Description-en: Converts HTML into PDFs using ReportLab xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. . The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. . xhtml2pdf was previously developed as "pisa". . This package installs the library for Python 3. Package: python3-xradarsat2 Description-md5: 117b3a2c23006932c178915446c23223 Description-en: L1 SAR file reader for RadarSat2 Efficient RadarSat2 Level 1 SAR data reader for Python programs based on xarray/dask. Package: python3-xraylarch Description-md5: 8ee6879519cedff33e43fe02093edede Description-en: X-ray absorption, fluorescence spectroscopy and diffraction data analysis Larch is a library and set of applications for processing and analyzing X-ray absorption and fluorescence spectroscopy data and X-ray fluorescence and diffraction image data from synchrotron beamlines. . Larch is especially focussed on X-ray absorption fine-structure spectroscopy (XAFS) including X-ray absorption near-edge spectroscopy (XANES) and extended X-ray absorption fine-structure spectroscopy (EXAFS). It also supports visualization and analysis tools for X-ray fluorescence (XRF) spectra and XRF and X-ray diffraction (XRD) images as collected at scanning X-ray microprobe beamlines. . This package installs the larch module and scripts for Python 3. . * GSE MapViewer for GSECARS X-ray microprobe data. * Larch CLI and Gtk GUI. * XAS Viewer for XAFS Processing and Analysis. * XRF Display to display and analyze XRF Spectra. . The Larch CLI is available as larch_cli in Debian. Package: python3-xsar Description-md5: da8f95ade78167fb1286ff659f29ee64 Description-en: Python xarray reader to use Level-1 GRD Synthetic Aperture Radar products XSAR is a distributed Level 1 Synthetic Aperture Radar (SAR) file reader designed to write efficient distributed processing algorithms with xarray and dask. . It currently handles Level-1 Sentinel-1 and Radarsat-2 data in SAFE format, as found on scihub or PEPS. . XSAR rely on `xarray.open_rasterio`, rasterio and GDAL to read digital_number from SAFE product to return an `xarray.Dataset` object with dask chunks. LUTs are decoded from XML files and applied to digital_number, following official ESA thermal de-noising document and ESA Sentinel-1 Product Specification. . End user can directly use for example sigma0 variable, or the de-noised sigma0 computed from digital_number and by applying relevant LUTs. . Since XSAR rely on dask, it have a small memory footprint: variables are read from file and computed only if needed. Package: python3-xsdata Description-md5: 9aa09ca462ca250cea5659e2a8cc10e5 Description-en: Naive XML Bindings for Python (Python 3) xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. . This package installs the library for Python 3. Package: python3-yade Description-md5: 0035d61bd86e1d689dfd955df66583fb Description-en: Platform for discrete element modeling. Python bindings Yet Another Dynamic Engine. . Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new algorithms and interfaces. Python is used for rapid and concise scene construction, simulation control, postprocessing and debugging. . This package contains python bindings for yade. Package: python3-yarl Description-md5: c6ae3a2ef96a4bd5e4dceb9c2d630346 Description-en: yet another URL library for Python URL is constructed from `str`: . >>> from yarl import URL >>> url = URL('https://www.python.org/~guido?arg=1#frag') >>> url URL('https://www.python.org/~guido?arg=1#frag') . All URL parts: scheme, user, passsword, host, port, path, query and fragment are accessible by properties: . >>> url.scheme 'https' >>> url.host 'www.python.org' >>> url.path '/~guido' >>> url.query_string 'arg=1' >>> url.query >>> url.fragment 'frag' . All URL manipulations produces a new URL object: . >>> url.parent / 'downloads/source' URL('https://www.python.org/downloads/source') . Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result:: . >>> url = URL('https://www.python.org/путь') >>> url URL('https://www.python.org/%D0%BF%D1%83%D1%82%D1%8C') . Regular properties are percent-decoded, use `raw_` versions for getting encoded strings: . >>> url.path '/путь' . >>> url.raw_path '/%D0%BF%D1%83%D1%82%D1%8C' . Human readable representation of URL is available as `.human_repr()`: . >>> url.human_repr() 'https://www.python.org/путь' Package: python3.12-full Description-md5: 1b67db45d84701fe9e53467a07c15ec2 Description-en: Python Interpreter with complete class library (version 3.12) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv and lib2to3, and modules with complex dependencies, such as tk and IDLE. All batteries included. . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3.12-nopie Description-md5: b2caa9209422575dc286fad5c3159b64 Description-en: Python interpreter linked without PIE (version 3.12) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3.12 executable, and making the interpreter built with PIE available as python3.12-pie. Package: python3.12-venv Description-md5: 1541a921c4cf1a31fd5c4c49c0b86732 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.12 binary. Package: python3.13-full Description-md5: af50bbf4ee6767c9d70cbe8b08fd646a Description-en: Python Interpreter with complete class library (version 3.13) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv, and modules with complex dependencies, such as tk and IDLE. All batteries included. . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3.13-nopie Description-md5: 260275544ee885a5575344333be38abb Description-en: Python interpreter linked without PIE (version 3.13) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3.13 executable, and making the interpreter built with PIE available as python3.13-pie. Package: python3.13-venv Description-md5: 71130902349a1e7cb713d10c9a5b6c77 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.13) Python is a high-level, interactive, object-oriented language. Its 3.13 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.13 binary. Package: qml-module-qtcontacts Description-md5: f7edd9bf5988945887cf1f220ca93d44 Description-en: Qt 5 Contacts QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Contacts QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qtorganizer Description-md5: 91b2976fddd5d0b19a6e28dee5a5c406 Description-en: Qt 5 Organizer QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Organizer QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: 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-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: qtpim5-dev Description-md5: 7cc457e1f7210119b1a0ff2f23406872 Description-en: Qt 5 PIM development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 5 applications using Qt PIM libraries. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-doc Description-md5: 657ce324fdca6ac0e83344cc3f53d4e8 Description-en: Qt 5 PIM documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 PIM module, including Contacts, Organizer and Versit. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-doc-html Description-md5: 6682fcf18dd4fef4696359b016585c11 Description-en: Qt 5 PIM HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 PIM module, including Contacts, Organizer and Versit. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-examples Description-md5: 7e514d37892db61ac9bda4dac22f5d64 Description-en: Qt 5 PIM HTML examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the examples for Qt 5 PIM. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-private-dev Description-md5: e56c4ab2661a56ac0916d0559a5aebe3 Description-en: Qt 5 PIM private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files used for building Qt 5 applications using Qt PIM libraries. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: quantum-espresso Description-md5: b487171011d797e0b2f3c854945317fd Description-en: Electronic-Structure and Ab-Initio Molecular Dynamics Suite Quantum ESPRESSO (formerly known as PWscf) is an integrated suite of computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials (both norm-conserving, ultrasoft, and PAW). . Features include: * Ground-state single-point and band structure calculations using plane-wave self-consistent total energies, forces and stresses * Separable norm-conserving and ultrasoft (Vanderbilt) pseudo-potentials, PAW (Projector Augmented Waves) * Various exchange-correlation functionals, from LDA to generalized-gradient corrections (PW91, PBE, B88-P86, BLYP) to meta-GGA, exact exchange (HF) and hybrid functionals (PBE0, B3LYP, HSE) * Car-Parrinello and Born-Oppenheimer Molecular Dynamics * Structural Optimization including transition states and minimum energy paths * Spin-orbit coupling and noncollinear magnetism * Response properties including phonon frequencies and eigenvectors, effective charges and dielectric tensors, Infrared and Raman cross-sections, EPR and NMR chemical shifts * Spectroscopic properties like K- and L1-edge X-ray Absorption Spectra (XAS) and electronic excitations Package: quantum-espresso-data Description-md5: 73f4efb549c0a4b101d8fff1d86a8d2c Description-en: Electronic-Structure and Ab-Initio Molecular Dynamics Suite (Documentation) Quantum ESPRESSO is an integrated suite of computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials (both norm-conserving, ultrasoft, and PAW). . This package contains a limited set of pseudo-potentials and example files. Package: quickemu Description-md5: c686267613690e09b569ec480aca9bf5 Description-en: quickly create and run optimised virtual machines Quickemu is a wrapper for the excellent QEMU that attempts to automatically "do the right thing", rather than expose exhaustive configuration options. . Quickly create and run optimised Windows, macOS and Linux desktop virtual machines; with just two commands. You decide what operating system you want to run and Quickemu will figure out the best way to do it for you. For example: . quickget ubuntu-mate 22.04 quickemu --vm ubuntu-mate-22.04.conf . The original objective of the project was to enable quick testing of Linux distributions where the virtual machine configurations can be stored anywhere, such as external USB storage or your home directory, and no elevated permissions are required to run the virtual machines. Quickemu now also includes comprehensive support for macOS and Windows. Package: r-bioc-biocstyle Description-md5: 3039a52b9b0668021ed645f7222b1fde Description-en: standard styles for vignettes and other Bioconductor documents Provides standard formatting styles for Bioconductor PDF and HTML documents. Package vignettes illustrate use and functionality. Package: r-cran-bigmemory Description-md5: 69712ba529cb54600ff9cd43a747ecfa Description-en: Manage Massive Matrices with Shared Memory and Memory-Mapped Files Create, store, access, and manipulate massive matrices. Matrices are allocated to shared memory and may use memory-mapped files. Packages 'biganalytics', 'bigtabulate', 'synchronicity', and 'bigalgebra' provide advanced functionality. Package: r-cran-commonmark Description-md5: 0c80609a006f995519b5a6712fd3f6d9 Description-en: high performance CommonMark and Github markdown rendering in R The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, LaTeX and groff man. In addition it exposes the markdown parse tree in xml format. The latest version of this package also adds support for Github extensions including tables, autolinks and strikethrough text. Package: r-cran-curl Description-md5: 9998a755c4c979415e3bf12ee4ad4593 Description-en: GNU R modern and flexible web client for R The curl() and curl_download() functions provide highly configurable drop- in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other libcurl goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of libcurl is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic. Package: r-cran-filehash Description-md5: 349b9b21f05eba9709afb2efda7782b7 Description-en: GNU R simple key-value database This GNU R package implements a simple key-value style database where character string keys are associated with data values that are stored on the disk. A simple interface is provided for inserting, retrieving, and deleting data from the database. Utilities are provided that allow 'filehash' databases to be treated much like environments and lists are already used in R. These utilities are provided to encourage interactive and exploratory analysis on large datasets. Three different file formats for representing the database are currently available and new formats can easily be incorporated by third parties for use in the 'filehash' framework. 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-gert Description-md5: 11b1be3700e15cca25e9e7652b5be00e Description-en: simple git client for GNU R Simple git client for R based on 'libgit2' with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent. Package: r-cran-ggstats Description-md5: 9cb0e8f4817df309a1159790bae78d81 Description-en: GNU R extension to 'ggplot2' for plotting stats Provides new statistics, new geometries and new positions for 'ggplot2' and a suite of functions to facilitate the creation of statistical plots. Package: r-cran-git2r Description-md5: 2ad51e7a679949256e9d8b7ec8c83bb7 Description-en: GNU R access to Git repositories This GNU R package provides an interface to the libgit2 library, which is a pure C implementation of the Git core methods. Provides access to Git repositories to extract data and running some basic Git commands. Package: r-cran-httr2 Description-md5: 2ab448608438a84bfae5bbfbfab04ab8 Description-en: perform HTTP requests and process the responses in GNU R Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more of the problems that API wrapping packages face. Package: r-cran-rmpi Description-md5: a306e56885dbe14491fdbc63f1267460 Description-en: GNU R package interfacing MPI libraries for distributed computing This CRAN package provides an interface to the MPI (Message-Passing Interface) API. It also provides an interactive R slave environment in which distributed statistical computing can be carried out. Package: r-cran-seurat Description-md5: e659572039d49e2404d6bbc88edb145d Description-en: Tools for Single Cell Genomics A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) , Macosko E, Basu A, Satija R, et al (2015) , and Butler A and Satija R (2017) for more details. Package: r-cran-sf Description-md5: 9ab2056a03176ae485da026b01b86beb Description-en: Simple Features for R Support for simple features, a standardized way to encode spatial vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection conversions and datum transformations. Package: r-cran-spacetime Description-md5: 9b0956cf8bfa20f9d6a98361ef8ac4e0 Description-en: GNU R classes and methods for spatio-temporal data Classes and methods for spatio-temporal data, including space-time regular lattices, sparse lattices, irregular data, and trajectories; utility functions for plotting data as map sequences (lattice or animation) or multiple time series; methods for spatial and temporal selection and subsetting, as well as for spatial/temporal/spatio- temporal matching or aggregation, retrieving coordinates, print, summary, etc. Package: rails Description-md5: 584dbe2af2cbe2732009dcf02baf0aba Description-en: MVC ruby based framework geared for web application development (metapackage) Rails is a full-stack, open-source web framework in Ruby for writing real-world applications. . Being a full-stack framework means that all layers are built to work seamlessly together. That way you don't repeat yourself and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby. . This is a metapackage. 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-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: ray Description-md5: 90fa195cc91a005a4c4a249227fbe393 Description-en: de novo genome assemblies of next-gen sequencing data Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data. Ray is written in C++ and can run in parallel on numerous interconnected computers using the message-passing interface (MPI) standard. Included: - Ray de novo assembly of single genomes - Ray Méta de novo assembly of metagenomes - Ray Communities microbe abundance + taxonomic profiling - Ray Ontologies gene ontology profiling Package: ray-doc Description-md5: 5c8cf85e5a31972bfb049e196c756885 Description-en: documentation for ray parallel de novo genome assembler Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data. Ray is written in C++ and can run in parallel on numerous interconnected computers using the message-passing interface (MPI) standard. . This package includes documentation files. Package: ray-extra Description-md5: afd8c0f87a1a153466e4c7a2b1e24ba4 Description-en: Scripts and XSL sheets for post-processing for ray Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data. Ray is written in C++ and can run in parallel on numerous interconnected computers using the message-passing interface (MPI) standard. . This package contains scripts and XSL sheets for post-processing. Package: rdkit-data Description-md5: 650c372561c1f5f21f366a51814eaa65 Description-en: Collection of cheminformatics and machine-learning software (data files) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. . This package contains data files. Package: rdkit-doc Description-md5: f66c7299bc3ae5f8a56ac2defc65028c Description-en: Collection of cheminformatics and machine-learning software (documentation) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. . This package contains the documentation. Package: receptor Description-md5: e3bea6321cce0588e63b511adb660f67 Description-en: Daemon for controlling a mesh of nodes and workers Receptor is an overlay network intended to ease the distribution of work across a large and dispersed collection of workers. Receptor nodes establish peer-to-peer connections with each other via existing networks. Package: receptor-doc Description-md5: 2b964dfcb9e0e8dca6633a948396a32f Description-en: Receptor HTML documentation Users, developers, and contributors guides. . Receptor is a daemon for controlling a mesh of nodes and workers. Package: relion Description-md5: a54d8123a50edf0f9102f8a3c05de97f Description-en: toolkit for 3D reconstructions in cryo-electron microscopy RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class averages in cryo-electron microscopy. . RELION provides a GUI, several command-line tools in parallel (MPI) and serial versions, optionally with CUDA/GPU support. . relion provides the serial and parallel (MPI) command-line tools without CUDA/GPU support. Package: relion-gui Description-md5: 17b4d8288a7b95c56b60109e77e4b7c3 Description-en: toolkit for 3D reconstructions in cryo-electron microscopy (gui apps) RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class averages in cryo-electron microscopy. . RELION provides a GUI, several command-line tools in parallel (MPI) and serial versions, optionally with CUDA/GPU support. . relion-gui provides the graphical user interface without CUDA/GPU support. Package: repmgr Description-md5: 152b67ccef845b5fd3aa24975a43e5b1 Description-en: replication manager for PostgreSQL (metapackage) repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby capabilities with tools to set up standby servers, monitor replication, and perform administrative tasks such as failover or manual switchover operations. . This is a metapackage that depends on the version specific packages. Package: repmgr-common Description-md5: 0e17d2543ba80316e58e40e8d61b44e2 Description-en: replication manager for PostgreSQL common files repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby capabilities with tools to set up standby servers, monitor replication, and perform administrative tasks such as failover or manual switchover operations. . This package contains repmgr files common to all versions. Package: rheolef Description-md5: 9a98070bd1b6efef2dd49e84533fc36e Description-en: efficient Finite Element environment Rheolef is a computer environment that serves as a convenient laboratory for computations in applied mathematics involving finite element-like methods. It provides a set of commands and C++ algorithms and containers. . Most basically, containers cover the classic graph data structure for sparse matrix formats and finite element meshes. At a higher level of abstraction, they can handle approximate finite element spaces, discrete fields. Flexible and powerful expressions are used to specify bilinear forms. . Current applications include: * massively distributed memory finite element environment, based on MPI; * elasticity, Stokes and Navier-Stokes problems in 2D and 3D; * complex fluids applications: viscoplasticity, viscoelasticity, wall slip; * nonlinear problems with fixed-point, Newton and continuation methods; * high order polynomials, mixed elements and discontinuous Galerkin methods; * auto-adaptive mesh approaches; * axisymmetric problems; * multi-regions and variable coefficient problems. . This package provides the rheolef commands. These support input and output in various file formats for mesh-generators and numerical data visualization systems such as paraview, and gnuplot. Package: rheolef-doc Description-md5: a6de61386e8246ab8112aaa779db5bc9 Description-en: efficient Finite Element environment - documentation Rheolef is a computer environment that serves as a convenient laboratory for computations in applied mathematics involving finite element-like methods. It provides a set of commands and C++ algorithms and containers. . Most basically, containers cover the classic graph data structure for sparse matrix formats and finite element meshes. At a higher level of abstraction, they can handle approximate finite element spaces, discrete fields. Flexible and powerful expressions are used to specify bilinear forms. . Current applications include: * massively distributed memory finite element environment, based on MPI; * elasticity, Stokes and Navier-Stokes problems in 2D and 3D; * complex fluids applications: viscoplasticity, viscoelasticity, wall slip; * nonlinear problems with fixed-point, Newton and continuation methods; * high order polynomials, mixed elements and discontinuous Galerkin methods; * auto-adaptive mesh approaches; * axisymmetric problems; * multi-regions and variable coefficient problems. . This package provides the documentation. Package: rhino Description-md5: c0634d81edf27589098e6ab9ae84198f Description-en: JavaScript engine written in Java Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. Package: ripasso-cursive Description-md5: 71ee1de24e48a4d3175ad5752c12f206 Description-en: Curses based password manager A password manager that uses the file format of the standard unix password manager 'pass', this is the curses frontend application 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: routine-update Description-md5: b278878e0ac53abad116c91b61e09af8 Description-en: routine updater for a Debian source package Will pull new upstream version first and then will perform common cleanups. . It contains several steps all with the intention to . * reduce lintian warnings * keep all packages in a "modern" packaging shape Package: ruby-actioncable Description-md5: 578d00b476c023f9a55cc8883df939cd Description-en: WebSocket framework for Rails (part of Rails) Action Cable seamlessly integrates WebSockets with the rest of your Rails application. It allows for real-time features to be written in Ruby in the same style and form as the rest of your Rails application, while still being performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice. Package: ruby-actionmailbox Description-md5: 5b65957091aa2aa27b964c607441befd Description-en: receive and process incoming emails (part of Rails) Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark, and SendGrid. It provides the way for handling inbound mails directly via the built-in Exim, Postfix, and Qmail ingresses. Package: ruby-actionmailer Description-md5: 7ad2c478a4ca26f1f7d3cea1a494aaa7 Description-en: email composition, delivery framework (part of Rails) Action Mailer is a framework for working with email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments. Package: ruby-actionpack Description-md5: 0ffc66c8a0daccc94cccb64a6cf97110 Description-en: web-flow and rendering framework putting the VC in MVC (part of Rails) Action Pack is a framework for web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server. Package: ruby-actiontext Description-md5: 40cbf5b1c3f62bdd0c8d73819ae7c710 Description-en: edit and display rich text (part of Rails) Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. Package: ruby-actionview Description-md5: 66e9d06bb8fc0da7b4c452dfeb705b0b Description-en: framework for handling view template lookup and rendering (part of Rails) Action View is a framework for handling view template lookup and rendering, and provides view helpers that assist when building HTML forms, Atom feeds and more. Template formats that Action View handles are ERB (embedded Ruby, typically used to inline short Ruby snippets inside HTML), and XML Builder. Package: ruby-activejob Description-md5: ee69ae9d9b610fffba222413dcd6fefa Description-en: job framework with pluggable queues (part of Rails) Active Job is a framework for declaring jobs and making them run on a variety of queueing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings. Anything that can be chopped up into small units of work and run in parallel. Package: ruby-activemodel Description-md5: 6a75304ee641d2e1b92a4ea1419c000b Description-en: toolkit for building modeling frameworks (part of Rails) Active Model is a toolkit for building modeling frameworks like Active Record and Active Resource. This includes a rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. Package: ruby-activerecord Description-md5: 2a656dbeb04f01d1a619f70eccfebc7c Description-en: object-relational mapper framework (part of Rails) Active Records is a framework to work with databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in. Package: ruby-activestorage Description-md5: 6b07939bfed743bfcb7a0b217141b643 Description-en: local and cloud file storage framework (part of Rails) Active Storage makes it simple to upload and reference files in cloud services like Amazon S3 and Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. . Files can be uploaded from the server to the cloud or directly from the client to the cloud. . Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick supported transformation. Package: ruby-activesupport Description-md5: 6cff4f7a1fa46db59a64f4136d68066b Description-en: collection of utility classes used by the Rails framework Active Support is a collection of utility classes and standard library extensions that were found useful for the Rails framework. . The classes reside in this package so they can be loaded as needed in Ruby projects outside of Rails. Package: ruby-colored2 Description-md5: 6df287e34e5659e4b0ed25ac92058e94 Description-en: library to add colors or attributes to text This library extends the String class with methods to add ANSI colors and bold, underline or reverse attributes to strings. It can be used to emphasize messages on the console output or in logs. Package: ruby-fuubar Description-md5: 9c8dc496c1ef612e552380e51b34da3e Description-en: instafailing RSpec progress bar formatter It is an instafailing RSpec formatter that uses a progress bar instead of a string of letters and dots as feedback. . A video of Fuubar in action http://vimeo.com/16845253 Package: ruby-mpi Description-md5: cbd5d705a8ff884fe9a6219e5f1e9de1 Description-en: Ruby binding of MPI Ruby-MPI is a ruby binding of Message Passing Interface (MPI), which is an API specification that allows processes to communicate with one another by sending and receiving messages. Package: ruby-octokit Description-md5: 0935ca9194eafaedd25a13741a4ec20e Description-en: Ruby toolkit for working with the GitHub API ruby-octokit wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. . It provides all expected features needed to interact with Github or any other implementation of their API: . - Authenticated (basic and oauth) and unauthenticated requests. - Access to all resources and fields. - Direct access to HTTP response headers if needed. - Pagination. - Hypermedia features (ruby-octokit is built on top of ruby-sawyer). Package: ruby-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 Description-md5: bb28dc2452d17b899bf418f70fe748a1 Description-en: MVC ruby based framework geared for web application development Rails is a full-stack, open-source web framework in Ruby for writing real-world applications. . Being a full-stack framework means that all layers are built to work seamlessly together. That way you don't repeat yourself and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby. Package: ruby-railties Description-md5: 01d43872be0201ffeb74c2650abcbc28 Description-en: tools for creating, working with, and running Rails applications This package contains the Rails internals, i.e. components that implement and/or control application bootup, plugins, generators, and rake tasks. Package: ruby-redis Description-md5: 6e9afd2d70cc33304098e1d72b9d16d2 Description-en: Ruby client library for Redis A Ruby client that tries to match Redis' API one-to-one, while still providing an idiomatic interface. It features thread-safety, client-side sharding, pipelining, and an obsession for performance. Package: ruby-redis-clustering Description-md5: 0b19763c2f6b1abf2b8944c2dd1f493f Description-en: Ruby client library for Redis Cluster A Ruby client that tries to match Redis' Cluster API one-to-one, while still providing an idiomatic interface. Package: ruby-rugged Description-md5: b079ea37f68e2b178b4822265139a0f4 Description-en: Ruby binding to the libgit2 library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant linkable library with a solid API. . Rugged is a library for accessing libgit2 in Ruby. It allows one to explore and modify Git repositories with the speed and portability of libgit2, and the convenience of the Ruby programmation language. Package: ruby3.1 Description-md5: 600c74e45bc6685da6003707bbeb9b6c Description-en: Interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . In the name of this package, `3.1' indicates the Ruby library compatibility version. This package currently provides the `3.1.x' branch of Ruby. Package: ruby3.1-dev Description-md5: 452bbaa9ba76ea9125fcddcb7ec6a417 Description-en: Header files for compiling extension modules for the Ruby 3.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 3.1. It is also required to build many gems. Package: ruby3.1-doc Description-md5: fc7ce4083bf5d428bd0e6e337f9d289a Description-en: Documentation for Ruby 3.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the autogenerated documentation for Ruby 3.1. Package: rust-1.82-all Description-md5: 90140e39ec4bd9741a36b3f6d4c6d053 Description-en: Rust systems programming language - all developer tools Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package is an empty metapackage that depends on all developer tools in the standard rustc distribution that have been packaged for Debian. Package: rust-1.82-clippy Description-md5: bb70ecb7b097f53232194f2241ad606e Description-en: Rust linter Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains 'clippy', a linter to catch common mistakes and improve your Rust code as well a collection of over 400 compatible lints. . Lints are divided into categories, each with a default lint level. You can choose how much Clippy is supposed to annoy help you by changing the lint level by category. . Clippy is integrated into the 'cargo' build tool, available via 'cargo clippy'. Package: rust-1.82-doc Description-md5: c9fc696f11bdef73526bdf4340964294 Description-en: Rust systems programming language - Documentation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the Rust tutorial, language reference and standard library documentation. Package: rust-1.82-gdb Description-md5: 1afbf06d9ee3b7b85a98c81c15ed3109 Description-en: Rust debugger (gdb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking gdb on rust binaries. Package: rust-1.82-lldb Description-md5: 4da7dd4330a7b317624f536076fd1b69 Description-en: Rust debugger (lldb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking lldb on rust binaries. Package: rust-1.82-src Description-md5: 7c8d03ba583d96a9cc7a0dc63f208a52 Description-en: Rust systems programming language - source code Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains sources of the Rust compiler and standard libraries, useful for IDEs and code analysis tools such as Racer. Package: rustc-1.82 Description-md5: 67ca6080eea53dc7f3cdf73bc6b8521e Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: rustfmt-1.82 Description-md5: 3ad3031d946444f1737bc02666f33a91 Description-en: Rust formatting helper Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains 'rustfmt', a tool for formatting Rust code according to style guidelines, as well as 'cargo-fmt', a helper enabling running rustfmt directly with 'cargo fmt'. Package: samhain Description-md5: 65363c52058ed227a4243369ac75989d Description-en: Data integrity and host intrusion alert system Samhain is an integrity checker and host intrusion detection system that can be used on single hosts as well as large, UNIX-based networks. It supports central monitoring as well as powerful (and new) stealth features to run undetected on memory using steganography. . Main features * Complete integrity check + uses cryptographic checksums of files to detect modifications, + can find rogue SUID executables anywhere on disk, and * Centralized monitoring + native support for logging to a central server via encrypted and authenticated connections * Tamper resistance + database and configuration files can be signed + logfile entries and e-mail reports are signed + support for stealth operation Package: sane Description-md5: 2f448d14f906e21875602c8f002bcd5d Description-en: scanner graphical frontends This package includes : o xscanimage, a scanner graphical frontend with GIMP 2.0 support o scanadf, a command-line frontend for scanners with Automatic Document Feeder o xcam, for acquiring images continuously from cameras. . An alternative to xscanimage called xsane is packaged separately. . The scanner frontends use SANE. SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). 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: scalapack-mpi-test Description-md5: 7e87e96a634d9634a50130dca294d269 Description-en: Scalable Linear Algebra Package - Test files for MPI ScaLAPACK is the parallel version of LAPACK used on clusters. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package contains ScaLAPACK, PBLAS and BLACS test programs. Package: scalapack-test-common Description-md5: d9a27bb420b0f02a6f0c43ce550c8ce5 Description-en: Test data for ScaLAPACK testers ScaLAPACK is the parallel version of LAPACK used on clusters. . Also included: - PBLAS, Parallel Basic Linear Algebra Subprograms - BLACS, Basic Linear Algebra Communication Subprograms . This package contains data files used by test programs. Package: scotch Description-md5: d5dd99189155213730a9476b716aea87 Description-en: programs and libraries for graph, mesh and hypergraph partitioning Its purpose is to apply graph theory, with a divide and conquer approach, to scientific computing problems such as graph and mesh partitioning, static mapping, and sparse matrix ordering, in application domains ranging from structural mechanics to operating systems or bio-chemistry. . The SCOTCH distribution is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. . SCOTCH has many interesting features: . o Its capabilities can be used through a set of stand-alone programs as well as through the libSCOTCH library, which offers both C and Fortran interfaces. . o It provides algorithms to partition graph structures, as well as mesh structures defined as node-element bipartite graphs and which can also represent hypergraphs. . o It can map any weighted source graph onto any weighted target graph. The source and target graphs may have any topology, and their vertices and edges may be weighted. Moreover, both source and target graphs may be disconnected. This feature allows for the mapping of programs onto disconnected subparts of a parallel architecture made up of heterogeneous processors and communication links. . o It computes amalgamated block orderings of sparse matrices, for efficient solving using BLAS routines. . o Its running time is linear in the number of edges of the source graph, and logarithmic in the number of vertices of the target graph for mapping computations. . o It can handle indifferently graph and mesh data structures created within C or Fortran programs, with array indices starting from 0 or 1. . o It offers extended support for adaptive graphs and meshes through the handling of disjoint edge arrays. . o It is dynamically parametrizable thanks to strategy strings that are interpreted at run-time. . o It uses system memory efficiently, to process large graphs and meshes without incurring out-of-memory faults; . o It is highly modular and documented. Since it has been released under the CeCILL-C free/libre software license, it can be used as a testbed for the easy and quick development and testing of new partitioning and ordering methods. . o It can be easily interfaced to other programs. The programs comprising the SCOTCH project have been designed to run in command-line mode without any interactive prompting, so that they can be called easily from other programs by means of system() or popen() calls, or piped together on a single command line. Moreover, vertex labeling capabilities allow for easy renumbering of vertices. . o It provides many tools to build, check, and display graphs, meshes and matrix patterns. . o It is written in C and uses the POSIX interface, which makes it highly portable. PT-SCOTCH uses the MPI interface, and optionally the POSIX threads. Package: sdpa Description-md5: bd9e6f21ac9c276ced30f5a976ae4459 Description-en: High-performance package for SemiDefinite Programs The software SDPA (SemiDefinite Programming Algorithm) is one of the most efficient and stable software packages for solving SDPs based on the primal-dual interior-point method. SDP (SemiDefinite Program) is used for financial engineering, machine learning, control theory, sensor network problem, quantum chemistry, quantum information, combinatorial optimizaiton, polynomial optimization, and so on. Further information on SDP and SDPA can be found at http://sdpa.sourceforge.net/ Package: sdpam Description-md5: 5567f1634cc44d25deb9618905f88b6f Description-en: Matlab/Octave interface of SDPA This package provides SDPA-M, Matlab/Octave interface of SDPA (SemiDefinite Programming Algorithm). See the information of the package 'sdpa'. To use SDPA-M on Octave, add /usr/share/sdpa/mex and /usr/lib/sdpa/mex to your Octave path. The summary of each command can be found in /usr/share/sdpa/mex/CommandList.txt The compilation by Matlab can be found at /usr/share/doc/sdpa/README. Further information on SDP and SDPA can be found at http://sdpa.sourceforge.net/ Package: seatd Description-md5: 87529e8f20191dfe3d8e2d2d24590acb Description-en: minimal user, seat and session management daemon Lightweight standalone implementation. Package: sequoia-chameleon-gnupg Description-md5: 44e99080930e6097949581b1dfdb760e Description-en: Sequoia's GnuPG CLI tools (metapackage) This metapackage depends on the following binary packages: - gpg-sq: gpg-like OpenPGP CLI toolkit - gpgv-sq: gpgv-like validator for OpenPGP signatures Both are drop-in replacements using the Sequoia OpenPGP implementation provided in the Rust crate sequoia-chameleon-gnupg. Package: sfftw-dev Description-md5: 305322771ed86f6ceaf06ac43a0a4094 Description-en: library for computing Fast Fourier Transforms This library computes FFTs in one or more dimensions. It is extremely fast. This package contains the statically linked library and the header files. Package: sfftw2 Description-md5: 6658deaf0ac7f822634b0fd0b08e0e31 Description-en: library for computing Fast Fourier Transforms This library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library version of the fftw libraries in single precision. . To get the static library and the header files you need to install sfftw-dev. . For documentation and test programs, install fftw-docs Package: shotcut Description-md5: 7e81fdac9e6aa16c46d802ed474d5125 Description-en: video editor This is a video editor with features like 4k resolution support, network stream playback, audio/webcam captures, and many more. Package: shotcut-data Description-md5: 1c6e3f65820f84717d41d9026910cced Description-en: video editor data This is a video editor with features like 4k resolution support, network stream playback, audio/webcam captures, and many more. . These are data files needed for the binary package. Package: siftool Description-md5: bdf52f12e9e1fd6d9db3fcf264b8ef4a Description-en: utility to manipulate Singularity Image Format (SIF) files This package provides "siftool" CLI program to manipulate SIF container files. Package: slepc-dev Description-md5: 401ffbf37608baaea035f71eea102d0d Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dependency package which depends on the latest version of SLEPc. Package: slepc3.22-doc Description-md5: e26c7639c4076228fcff58e6117cbb60 Description-en: Scalable Library for Eigenvalue Problem Computations SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This package contains the documentation and examples for SLEPc. Package: slepc64-dev Description-md5: 8a97b37eab60a91728af12952b1274ed Description-en: Scalable Library for Eigenvalue Problem Computations (64-bit) SLEPc is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix. . This is a dependency package which depends on the latest version of SLEPc with 64-bit indexing. Package: slony1-2-bin Description-md5: 8c1e911069818f6f365047cde52730be Description-en: replication system for PostgreSQL: daemon and administration tools Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the slon daemon and the slonik administration tool. It should be installed on those hosts where Slony-I daemons are to be run or administered, which usually, but not necessarily, are the hosts where the database server nodes are running. Package: slony1-2-doc Description-md5: 75e372d25ef877e709a35237fb730bb7 Description-en: Slony-I documentation Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the documentation for the Slony-I system. It is not required for normal operation. 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: sonic-pi Description-md5: cfba0a7e5a8e7b5b67609733f1db5d4b Description-en: Live Coding for Everyone A free live coding synth for everyone. Originally designed to support computing and music lessons within schools. Use code to compose and perform in classical and contemporary styles ranging from Canons to Dubstep. Package: sonic-pi-samples Description-md5: 4261dab425530defd16645d72e7ac128 Description-en: Audio samples for Sonic Pi Sonic Pi is shipped with a default audio sample collection, containing musical snippets, sound effects and rhythm loops created by various contributors at freesound.org. Package: sonic-pi-server Description-md5: 2d864efee759bf33ce577cef58f2c17d Description-en: Backend server for Sonic Pi The Sonic Pi backend server connects to SuperCollider to play synths and samples. Advanced users may want to use the server for experiments without the graphical user interface provided by the sonic-pi package. Package: sonic-pi-server-doc Description-md5: 6e3ceb95e26e480423493b9c01508a6a Description-en: Documentation for Sonic Pi These are the Markdown source files and a converted HTML version of the Sonic Pi main documentation. If you installed the sonic-pi IDE package, you propably don't need this package, as a copy of the documentation is already included within the application. Package: sonic-visualiser Description-md5: 71313c8d0ce8681e6c5700da7680c8e6 Description-en: viewing and analysing the contents of music audio files The aim of Sonic Visualiser is to be the first program you reach for when want to study a musical recording rather than simply listen to it. . Sonic Visualiser could be of particular interest to musicologists, archivists, signal-processing researchers and anyone else looking for a friendly way to take a look at what lies inside the audio file. Package: soundgrain Description-md5: b7af2b59e227c94fde99dfea3e3c5fe6 Description-en: Graphical interface to control granular sound synthesis modules Soundgrain is a graphical interface where users can draw and edit trajectories to control granular sound synthesis. It is written in Python and WxPython and uses pyo as its audio engine. Package: spip Description-md5: 9164b16e6be7baea731f39dceca115b4 Description-en: website engine for publishing SPIP is a publishing system for the Internet in which great importance is attached to collaborative working, to multilingual environments, and to simplicity of use for web authors. . SPIP's benefit consists in: . * managing a magazine type site i.e. made up mainly of articles and news items inserted in an arborescence of sections nested in each others. * completely separating and distributing three kinds of tasks over various players: the graphic design, the site editorial input through the submission of articles and news items and the site editorial management. * spare the webmaster and all the participants to the life of the site, a number of tedious aspects of web publishing as well as the need to learn lengthy technical skills. SPIP allows you to start creating your sections and articles straight away. Package: sra-toolkit Description-md5: 1a61cd8ef6f417d5f86c6c13697e7a05 Description-en: utilities for the NCBI Sequence Read Archive Tools for reading the SRA archive, generally by converting individual runs into some commonly used format such as fastq. . The textual dumpers "sra-dump" and "vdb-dump" are provided in this release as an aid in visual inspection. It is likely that their actual output formatting will be changed in the near future to a stricter, more formalized representation[s]. PLEASE DO NOT RELY UPON THE OUTPUT FORMAT SEEN IN THIS RELEASE. . Other tools distributed in this package are: abi-dump, abi-load align-info bam-load cache-mgr cg-load copycat fasterq-dump fastq-dump, fastq-load helicos-load illumina-dump, illumina-load kar kdbmeta latf-load pacbio-load prefetch rcexplain remote-fuser sff-dump, sff-load sra-pileup, sra-sort, sra-stat, srapath srf-load test-sra vdb-config, vdb-copy, vdb-decrypt, vdb-encrypt, vdb-get, vdb-lock, vdb-passwd, vdb-unlock, vdb-validate . The "help" information will be improved in near future releases, and the tool options will become standardized across the set. More documentation will also be provided documentation on the NCBI web site. . Tool options may change in the next release. Version 1 tool options will remain supported wherever possible in order to preserve operation of any existing scripts. Package: sslh Description-md5: f4689a572a444f710de3ad341846f07b Description-en: Applicative protocol multiplexer sslh lets one accept HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to any of these servers on port 443 (e.g. from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Package: starpu-examples Description-md5: 601fd3c318d53962421cdbdd364f312b Description-en: Task scheduler for heterogeneous multicore machines - exs StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains application examples. Package: starpu-tools Description-md5: eb2ba87d4cd88833bc91b0cf6b977279 Description-en: Task scheduler for heterogeneous multicore machines - tools StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains StarPU tools. Package: stopt-doc Description-md5: 4e123f99c08561d993961b7c16c7279e Description-en: library for stochastic optimization problems (documentation) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Python 3 bindings are also provided in order to allow one to use the C++ library in a Python code. . This package contains the documentation about the type of problems that can be solved, the mathematical framework, its implementation, and the examples. Package: stopt-examples Description-md5: 0406deddba550c5dddc092ab9b16db55 Description-en: library for stochastic optimization problems (programs examples) This package provides some programs written to solve mathematical problems using the StOpt library. The source code is provided, examples are available in C++ and in Python. C++ source code has to be built against the libstopt-dev package if one wants to run it. Package: stterm Description-md5: ca3f174242cd4ddb2ca54c6c26b4f986 Description-en: simple terminal emulator for X st is a terminal emulator from the suckless project with a focus on simplicity, clarity and frugality. The project's philosophy is about keeping things simple, minimal and usable. . st supports most VT10X escape sequences, serial lines, XIM, utmp via utmp(1), clipboard handling, mouse and keyboard shortcuts, UTF-8, wide characters, resize, 256 colors, true colors, antialiased fonts (using fontconfig), fallback fonts, and line drawing. It does *not* provide a scrollback buffer: users are encouraged to use a terminal multiplexter. . This Debian package is called 'stterm' for historical reasons. Package: sync-ui Description-md5: 43f2f9e87c9ebcc1307ce50ed54fa85f Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (GTK+ GUI) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides a GTK+ graphical user interface. Package: syncevolution Description-md5: ae5cd170e8b5a2c467595c7aa9fc3b30 Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (CLI) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides the CLI client. Package: syncevolution-common Description-md5: 5b858385969f9e19bde689aa3fb66b7a Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (common files) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides common architecture independent files. Package: syncevolution-dbus Description-md5: 319b8be99541ac5c70b252c07bcbf11b Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (D-Bus support) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides D-Bus services. Package: syncevolution-http Description-md5: 0d557d7a93fb316cc743dd8b1208299b Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (HTTP server) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides a python script to make SyncEvolution act as a HTTP(S) server for other SyncML clients. Package: syncevolution-libs Description-md5: 9bc8d5e3133dba6ef701edb6d7a219bd Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (backend libraries) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides private libraries and plugins. Package: syncevolution-libs-gnome Description-md5: d5a8e07fe9b67bdf35d27774784d269f Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (GNOME backend) SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server. . This package provides private libraries and plugins for GNOME. Package: sysdig Description-md5: b5aa9051be9c2f149d89a453971ec549 Description-en: system-level exploration and troubleshooting tool Sysdig instruments your physical and virtual machines at the OS level by installing into the Linux kernel and capturing system calls and other OS events. Then, using sysdig's command line interface, you can filter and decode these events in order to extract useful information and statistics. . Sysdig can be used to inspect live systems in real-time, or to generate trace files that can be analyzed at a later stage. . This package contains the tool to inspect trace files. If you want to inspect a live system, you also need to install the according kernel module, shipped in the package falcosecurity-scap-dkms. Package: systemd-boot Description-md5: 5ba77b2b4bc86eae081746facb23c909 Description-en: simple UEFI boot manager - tools and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . Installing systemd-boot will configure and install it in the ESP. . This package contains various tools and services to manage systems using systemd-boot. Package: systemd-boot-efi Description-md5: 1a28c616cc5e8559e958ebd9ceb453da Description-en: simple UEFI boot manager - EFI binaries systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . This package contains the EFI binaries. Package: systemd-coredump Description-md5: 149b22bdf2366b7d731957d1b710e54f Description-en: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Package: systemd-homed Description-md5: e71da21f82a0832ca7fcbdc41f810503 Description-en: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home directories on user login, tools and documentation. Package: systemd-journal-remote Description-md5: 6bd80842a0c96acb169877c7a6a25ff6 Description-en: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Package: systemd-repart Description-md5: 6033d83496890808246e2de4437b8865 Description-en: Provides the systemd-repart and systemd-sbsign utilities systemd-repart is a configuration-driven system partitioning tool. It follows the Discoverable Partitions Specification and provides support for encryption and dm-verity among other things. . systemd-sbsign is an EFI binary signing tool. . systemd-keyutil is a tool to manipulate X.509 certificates. Package: systemd-standalone-shutdown Description-md5: 9ee6184f37c7f9760d9be532ffe4e801 Description-en: standalone shutdown binary for use in exitrds Standalone shutdown binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in minimal exitrd images. Not intended for normal systems. Package: systemd-standalone-sysusers Description-md5: 59eb167fc8fbdb9ddb8918d80524736d Description-en: standalone sysusers binary for use in non-systemd systems Standalone sysusers binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Package: systemd-standalone-tmpfiles Description-md5: e59a151e226689c494584c32d7f05a2c Description-en: standalone tmpfiles binary for use in non-systemd systems Standalone tmpfiles binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Package: systemd-tests Description-md5: ece07db851f8a2e9731975ec11eedb8d Description-en: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Package: systemd-ukify Description-md5: 39e5649d00705f557e265149601a82a3 Description-en: tool to build Unified Kernel Images This package provides ukify, a script that combines a kernel image, an initrd, with a command line, and possibly PCR measurements and other metadata, into a Unified Kernel Image (UKI). Package: systemd-userdbd Description-md5: 86b45a916ba4cb12ae812c532cd56008 Description-en: dynamic user/group manager systemd-userdbd is a system service that multiplexes user/group lookups to all local services that provide JSON user/group record definitions to the system. In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards compatibility. It may also pick up statically defined JSON user/group records from drop-in files. Package: tcl-hamlib Description-md5: 595d92ac5ae4d3a0a280913cce6611b7 Description-en: Run-time Tcl library to control radio transceivers and receivers Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the Tcl bindings of the library. Package: tcl-thread Description-md5: 0980999f856ce1483e3a3fea8b41a9ac Description-en: Tcl extension implementing script level access to Tcl threading capabilities The thread extension creates threads that contain Tcl interpreters, and it lets you send scripts to those threads for evaluation. It also enables you to share data between threads in a safe, protected fashion. Additionally, it provides script-level access to basic thread synchronization primitives, like mutexes and condition variables. 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: therion Description-md5: 0bdfb67668859fb769017f10401799de Description-en: Cave surveying - 2D and 3D drawing software Therion aids the process of drawing up cave surveys (maps). Drawings are done over scans and can be distorted to fit the centreline data. Output is in single sheet or atlas style PDF or SVG files. All data is stored in text files and a map editor (xtherion) is provided to aid in the creation of the files. A wide range of co-ordinate systems is supported. . Therion can also produce 3D models, generated from walls and passage-heights. Output formats supported are Survex .3d files, VRML, DXF, SVG, shapefiles, and the native .lox. Scanned map overlays and relief data can be incorporated into models. Therion is compatible with Survex, and centreline data can be stored in Survex or Therion form. If survex is installed it is used for loop closures. Centreline data and sketches can be imported from PocketTopo, allowing full paperless surveying. . TeX and metapost are used to generate the images. libtk-img is needed to use scans in formats other than GIF and PNM (such as PNG and JPEG). Survex will be used for loop-closure if installed, but is not required. . You will need appropriate TeX language packages to process therion files which specify those character sets: texlive-lang-czechslovak is needed to process the examples, and texlive-lang-cyrillic is also suggested. See README.Debian for details. Package: therion-doc Description-md5: 395e10472c831222482796ee32e64409 Description-en: Documentation for Therion Cave surveying software Therion is cave-survey drawing and modelling software. This package includes the thbook which is the specification for the therion data description language. This is not the easiest way to get started; there is much more documentation in the Therion wiki: https://therion.speleo.sk/wiki/doku.php with introductory guides, FAQs and examples. Read those first to get an understanding of how it is used. Package: therion-viewer Description-md5: 46f9da5e7e964f292a473c2ba83bd3d2 Description-en: Cave surveying - 3D viewer for therion models Therion is cave-survey drawing and modelling software. This package contains the 3D model viewer for therion models produced by version 0.4 or later. It can also display Survex .3d and Compass .plt files. 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: tomb Description-md5: 9bd3b09373006a6371c1cc303641ecc1 Description-en: crypto undertaker Tomb is a free and easy to operate desktop application for fairly strong encryption of personal files. A tomb is like a locked folder that can be transported and hidden in filesystems; its keys are password protected and can be kept separate, for instance keeping the tomb file in your computer's harddisk and the key file on a USB stick. . Tomb relies on dm-crypt (and cryptsetup) as an encryption backend using the aes-xts-plain64 cypher. Package: tortoize Description-md5: 684a333d1763df8a524d48f61346023b Description-en: Application to calculate ramachandran z-scores Tortoize validates protein structure models by checking the Ramachandran plot and side-chain rotamer distributions. Quality Z-scores are given at the residue level and at the model level (ramachandran-z and torsions-z). Higher scores are better. To compare models or to describe the reliability of the model Z-scores jackknife- based standard deviations are also reported (ramachandran-jackknife-sd and torsion-jackknife-sd). Package: trabucco Description-md5: 50d37ac1e44852cd088acbb08a3e9b38 Description-en: This is a launcher for people that are nostalgic about katapult Trabucco means trebuchet in Italian, which is a siege weapon, like a catapult. When KDE4 was released, katapult was replaced by krunner. . Trabucco aims at providing an experience similar to katapult, using modern freedesktop.org standards. . It shows only one action per search query, and it is very deterministic about it. . It is much faster than krunner. Package: tree-ppuzzle Description-md5: f51dfdee73ef2bf17a344aa9cbb9a6bd Description-en: Parallelized reconstruction of phylogenetic trees by maximum likelihood TREE-PUZZLE (the new name for PUZZLE) is an interactive console program that implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch. TREE-PUZZLE also computes pairwise maximum likelihood distances as well as branch lengths for user specified trees. Branch lengths can also be calculated under the clock-assumption. In addition, TREE-PUZZLE offers a novel method, likelihood mapping, to investigate the support of a hypothesized internal branch without computing an overall tree and to visualize the phylogenetic content of a sequence alignment. . This is the parallelized version of tree-puzzle. Package: tree-puzzle Description-md5: e7ba01e41e23764714cca5c6fc23e745 Description-en: Reconstruction of phylogenetic trees by maximum likelihood TREE-PUZZLE (the new name for PUZZLE) is an interactive console program that implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch. TREE-PUZZLE also computes pairwise maximum likelihood distances as well as branch lengths for user specified trees. Branch lengths can also be calculated under the clock-assumption. In addition, TREE-PUZZLE offers a novel method, likelihood mapping, to investigate the support of a hypothesized internal branch without computing an overall tree and to visualize the phylogenetic content of a sequence alignment. Package: tree-puzzle-doc Description-md5: f5a4f1811eb754a7263b927052e5daab Description-en: Reconstruction of phylogenetic trees by maximum likelihood (doc) TREE-PUZZLE (the new name for PUZZLE) is an interactive console program that implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch. TREE-PUZZLE also computes pairwise maximum likelihood distances as well as branch lengths for user specified trees. Branch lengths can also be calculated under the clock-assumption. In addition, TREE-PUZZLE offers a novel method, likelihood mapping, to investigate the support of a hypothesized internal branch without computing an overall tree and to visualize the phylogenetic content of a sequence alignment. . This is the documentation package for tree-puzzle 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: trilinos-all-dev Description-md5: 0283f81dd4eccfc62ec33075ee62607f Description-en: object-oriented framework for large-scale problems - development files (ALL) The Trilinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages. . This package depends on all Trilinos development packages. Package: trilinos-dev Description-md5: 1014135df0e0494b17d84c18d56d3bdb Description-en: object-oriented framework for large-scale problems - development files The Trilinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages. . This package contains the development header and some makefile templates. Package: trilinos-doc Description-md5: c82b0e9d648ffadfe6253c904200a1e1 Description-en: object-oriented framework for large-scale problems - documentation The Trilinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages. . This is documentation for the Trilinos libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. 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: tryton-modules-account Description-md5: d9deecc10cfe92a326e82e81c2394799 Description-en: Tryton application platform - account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module with: . * General accounting * Fiscal year management * Taxes management * Journal entries * Reconciliation . And with reports: . * General ledger * Trial balance * Balance sheet * Income statement * Third party balance * Aged balance * General journal Package: tryton-modules-account-asset Description-md5: 77c2488ab8a6f44b2107cd1fe164e9bc Description-en: Tryton application platform - account asset module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to handle the depreciation of fixed assets. Package: tryton-modules-account-be Description-md5: 8e18b5b6a388cecc93e84e48f468caa7 Description-en: Tryton application platform - belgian account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module with a chart of accounts for Belgium. Package: tryton-modules-account-cash-rounding Description-md5: fb7d429486e821786b162f4736f771e7 Description-en: Tryton application platform - account cash rounding module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account_cash_rounding module allows cash amounts to be rounded using the cash rounding factor of the currency. . When the invoice has to round the lines to pay, the exceeded amount is debited or credited to the accounts defined on the accounting configuration. . Sales and invoices have the rounding activated by default based on the accounting configuration flag. Purchase use the last purchase for the supplier as the default value and transfer the value to the created invoices. Package: tryton-modules-account-credit-limit Description-md5: 7a607ee4a776342184a2b4aaea345437 Description-en: Tryton application platform - account credit limit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to manage credit limits for parties. Package: tryton-modules-account-de-skr03 Description-md5: 7babe3ee77b3456ee63941386ec20d2e Description-en: Tryton application platform - german account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module with the German chart of accounts SKR03. Package: tryton-modules-account-deposit Description-md5: 0e7a8b7085dc45f5c68d034d8b35a2f8 Description-en: Tryton application platform - account deposit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to manage deposit amounts paid by the customer in advance. Package: tryton-modules-account-dunning Description-md5: 507572571680a71f8a9b914914d22b63 Description-en: Tryton application platform - account dunning module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to define dunning procedures and levels. Package: tryton-modules-account-dunning-email Description-md5: d970b4e82211e104c0d0c032da575836 Description-en: Tryton application platform - account dunning email module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to send a dunning email to the party email contact after the processing of dunnings. Package: tryton-modules-account-dunning-fee Description-md5: 212d005d096e6acaab5f830824b53429 Description-en: Tryton application platform - account dunning fee module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to generate fees as accounting moves when processing dunnings which are at a level with a fee defined. Package: tryton-modules-account-dunning-letter Description-md5: 9374aa6489a6d43a8f018925d932ba80 Description-en: Tryton application platform - account dunning letter module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to generate a dunning letter for configured levels after the processing of dunnings. Package: tryton-modules-account-es Description-md5: e1530f2648a0c95f894b3848a6984d54 Description-en: Tryton application platform - spanish account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Spanish account module defines the following charts of account: * Plan General Contable Español 2008 * Plan Contable para PYMES 2008 . The chart was published as `REAL DECRETO 1514/2007 https://www.boe.es/boe/dias/2007/11/20/pdfs/C00001-00152.pdf`_ on 20th November 2007. . A wizard allows one to generate the following AEAT files: . * Modelo 111 * Modelo 115 * Modelo 303 Package: tryton-modules-account-eu Description-md5: e2d1b95e05aab292b466d9d7c6bf2872 Description-en: Tryton application platform - account europe module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides common accounting requirements in Europe like e.g. the EC Sales List (ESL). Package: tryton-modules-account-fr Description-md5: 41ece7f1c3e7e08149e2f1e14bbc1e76 Description-en: Tryton application platform - french account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module with a chart of accounts for France. Package: tryton-modules-account-fr-chorus Description-md5: d3424cb57806610b8cda758fd46878d5 Description-en: Tryton application platform - account french chorus module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account_fr_chorus module allows one to send invoices through the Chorus Pro portal . . If the party is activated for Chorus Pro, all posted customer invoices are queued to be sent. A cron job will send them every 15 minutes by default using the credentials from the accounting configuration. Package: tryton-modules-account-invoice Description-md5: 5b12d23594ae37aabfa92a936f8f212e Description-en: Tryton application platform - account invoice module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module with: . * Payment Term * Invoice/Credit Note * Supplier Invoice/Supplier Credit Note . With the possibilities: . * to follow the payment of the invoices. * to define invoice sequences on fiscal year or period. * to credit any invoice. Package: tryton-modules-account-invoice-correction Description-md5: 018e996ddbaacc9a44882425d72c72f1 Description-en: Tryton application platform - account invoice correction module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account invoice correction module adds a wizard on invoice which allows select lines for which the unit price must be corrected. A new invoice is created with those lines in double: once with the original quantity, once with the inverted quantity. Package: tryton-modules-account-invoice-defer Description-md5: 2f4a15f53682c42af906150229861763 Description-en: Tryton application platform - account invoice defer module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Account Invoice Defer Module* allow to defer the expense or the revenue of an invoice line over many periods. Package: tryton-modules-account-invoice-history Description-md5: bf06adb6a8bcea137f39fe759e9b9d4b Description-en: Tryton application platform - account invoice history module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module providing historization for invoices. Package: tryton-modules-account-invoice-line-standalone Description-md5: 87c8c181ea2ce7859f5d146a8155cdcc Description-en: Tryton application platform - account invoice line standalone module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to create standalone invoice lines that can be added later to a draft invoice. The invoice will only accept invoice lines of the same type, company, currency and party. Package: tryton-modules-account-invoice-secondary-unit Description-md5: e931cbdab903823809b13ce4416036e9 Description-en: Tryton application platform - account invoice secondary unit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account invoice secondary unit module adds a secondary unit of measure on invoice line. Package: tryton-modules-account-invoice-stock Description-md5: 9122789dbb020d4105ae03290206da33 Description-en: Tryton application platform - account invoice stock module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package provides links between invoice lines and stock moves. It is needed as a dependency of the sale and purchase modules. Package: tryton-modules-account-payment Description-md5: 33dcb2869fa0a7b3dfa4edc77496baeb Description-en: Tryton application platform - account payment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to generate grouped payments for receivable or payable lines. Package: tryton-modules-account-payment-braintree Description-md5: 4fd925e91c60055b7bf79b0d62fa5691 Description-en: Tryton application platform - account payment braintree module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account_payment_braintree module allows receipt of payments using `Braintree`_. It uses the `Drop-in UI`_ in a checkout form to handle the `payment method nonce`_ for card and other supported payment methods. . .. _`Braintree`: https://www.braintreepayments.com/ .. _`Drop-in UI`: https://developers.braintreepayments.com/guides/drop-in/overview/javascript/v3 .. _`payment method nonce`: https://developers.braintreepayments.com/guides/payment-method-nonces . Account ******* . The Account stores the information about the Braintree account like the merchant ID, the public and secret keys etc. . The account's webhook endpoint is the URL used by Braintree's webhooks_. If no webhook is setup, disputes will not update existing payments. . .. _webhooks: https://developers.braintreepayments.com/guides/webhooks/overview . Customer ******** . The Customer allows parties to be registered as Braintree customers. The checkout/add card button opens the Braintree Drop-in UI form. . A scheduled task runs every hour to create new customers on Braintree and another to delete them if they have become inactive. . Journal ******* . The journal has a new field to store the Braintree account if the process method is set to "Braintree". . Payment ******* . The payment also has a checkout button which opens the Braintree Drop-in UI form. A payment can be processed using a nonce or a `payment method`_ from the customer. In case of an error, a new field displays the error message from Braintree. The settle field can be unchecked to only authorize on processing and settle the amount in a second step. . Two scheduled tasks run every 15 minutes to transact and settle each processing payment. Another scheduled task also runs every 15 minutes to pull updates for each processing payment until they have succeeded or failed. . The Braintree payments have a pull button which can be used to force an update with the braintree transaction. . .. _payment method: https://developers.braintreepayments.com/guides/payment-methods . Configuration ************* . The account_payment_braintree module uses the section `account_payment_braintree` to retrieve some parameters: . - `payment_methods_cache`: defines the duration in seconds that payment methods are kept in the cache. The default value is `15 * 60`. Package: tryton-modules-account-payment-clearing Description-md5: d2324e8452a0a1b9f6d91ab471b3d847 Description-en: Tryton application platform - account payment clearing module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package can be used to track the correct state of invoice states and payable/receivable amounts in the time between the payment order and the receival of the bank statement. It adds the possibility to generate account moves on successful payments between the receivable/payable account and a clearing account on the payment journal. The clearing account will be used on statement lines linked to those payments. Package: tryton-modules-account-payment-sepa Description-md5: fe5804d137b9e3ac5a2b0426dd9ce29e Description-en: Tryton application platform - account payment sepa module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to generate SEPA files for grouped payments. Package: tryton-modules-account-payment-sepa-cfonb Description-md5: 62954025301964050515632edd928055 Description-en: Tryton application platform - account payment sepa cfonb module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds CFONB flavors to SEPA messages. Package: tryton-modules-account-payment-stripe Description-md5: 2c23668bc7a9f32f48e7e551a73b96c0 Description-en: Tryton application platform - account payment stripe module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account_payment_stripe module allows one to receive payments from `Stripe`. It uses `Stripe.js and Stripe Elements` in a checkout form to handle `Setup Intent` and `Payment Intent` by card. . Note: The checkout form loads Javascript from stripe.com. It can be considered a potential privacy breach by fetching data from an external website at runtime. Nevertheless stripe.com claims: To be PCI compliant, you must load Stripe.js directly from https://js.stripe.com. So please use this module at your discretion. . - Stripe: https://stripe.com/ - Stripe.js and Stripe Elements: https://stripe.com/docs/web - Setup Intent: https://stripe.com/docs/api/setup_intents - Payment Intent: https://stripe.com/docs/api/payment_intents - PCI compliance: https://stripe.com/docs/security/guide#validating-pci-compliance . Account ======= . The Account stores the information about the Stripe account like the secret key, the publishable key and the webhook signing secret. . The account's webhook endpoint is the URL used by stripe webhooks. For additional security, the Stripe's requests signature can be verified if the webhook `signing secret` is set on the Account. If no webhook is setup, a cron task fetches the new events. . - webhooks: https://stripe.com/docs/webhooks - signing secret: https://stripe.com/docs/webhooks/signatures . Customer ======== . The customer allows to register parties as Stripe customers. The checkout button opens the Stripe checkout form. . A cron task runs every hour to create new customers on Stripe and another to delete them if they are inactivated. . Journal ======= . The journal has a new field for the Stripe account. . Payment ======= . The payment has also a checkout button which opens the Stripe checkout form. A payment can be processed off-session using a source or payment method from the customer. In case the payment method requires authorization, an email is sent to the party with a link to the checkout form. In case of error, it has also new fields which display the error messages. . A cron task runs every 15 minutes to charge each processing payment. . The capture box can be unchecked to only authorize on processing and capture the amount in a second step. . If the payment is disputed, it will be updated at the closure of the dispute. . It is possible to partially or completely refund a payment. . - https://stripe.com/docs/sources - https://stripe.com/docs/payments/payment-methods . Configuration ============= . The account_payment_stripe module uses the section `account_payment_stripe` to retrieve some parameters: . - sources_cache: defines the duration in seconds the sources are kept in the cache. The default value is `15 = 60`. . - max_network_retries: defines the maximum number of retries the Stripe library may perform. The default value is `3`. Package: tryton-modules-account-product Description-md5: 1692932fb70b744d380fc43e3571b23a Description-en: Tryton application platform - account product module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module that adds accounting properties on products and product categories like: . * accounts for expense/revenue * taxes for customers/suppliers Package: tryton-modules-account-statement Description-md5: 22f368913f36aded57b7207ff54c50d5 Description-en: Tryton application platform - account statement module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module with: . * Statement * Statement journal Package: tryton-modules-account-statement-aeb43 Description-md5: 51e4b4c4a31ddba3435f4bd1aae2a166 Description-en: Tryton application platform - account statement aeb43 module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Account Statement AEB43 module implements the import of the `Norm 43 `_ of the Spanish banks association file as statement. Package: tryton-modules-account-statement-coda Description-md5: 4b6331301a003e0fd2d334b096009673 Description-en: Tryton application platform - account statement coda module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Account Statement Coda module implements the import of the `CODA `_ file as statement. Package: tryton-modules-account-statement-ofx Description-md5: 4e6d54ade7f92a42d9e8a51d15a724b7 Description-en: Tryton application platform - account statement ofx module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Account statement OFX module implement the import of the `OFX `_ file as statement. Package: tryton-modules-account-statement-rule Description-md5: afa06ca92e48f49de21857c7c5c6573b Description-en: Tryton application platform - account statement rule module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to define rules for automatic processing of statement lines from imported files. Package: tryton-modules-account-stock-anglo-saxon Description-md5: 0468c81a6ec9d737a3ba6502832d21c6 Description-en: Tryton application platform - account stock anglo-saxon module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the anglo-saxon accounting model for stock valuation. Package: tryton-modules-account-stock-continental Description-md5: 958dee06e1bbb4426215fa03f7707f02 Description-en: Tryton application platform - account stock continental module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the continental accounting model for stock valuation. Package: tryton-modules-account-stock-landed-cost Description-md5: aed0dc2e7fac2d5a0f3a960e42125994 Description-en: Tryton application platform - account stock landed cost module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to allocate landed costs on supplier shipments after their reception. Package: tryton-modules-account-stock-landed-cost-weight Description-md5: b2045f83bea378bd0993bc08af791e51 Description-en: Tryton application platform - account stock landed cost weight module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds an allocation method for landed costs based on the weight of the products. Package: tryton-modules-account-tax-cash Description-md5: 89aedc732b49891cbc6064d557b22fc1 Description-en: Tryton application platform - account tax cash module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The account_tax_cash module allows to make tax report on cash basis. . The tax groups reported on cash basis are defined on the *Fiscal Year* and *Period*. They can also be defined on the supplier invoices which get the default values from the *Party*. . When a payment lines is added to an invoice, the tax lines for the proportional amount are set on the corresponding tax code for the current period. If a payment line is removed from an invoice, the reverse operation is applied. . When closing a *Period*, a warning is raised if there are still receivable/payable lines not reconciled or linked to an invoice. . Hint: The invoice template may need to be adapated to include a legal notice when tax on cash basis is used. It can be tested with the *on_cash_basis* property of the *Invoice Tax*. Package: tryton-modules-account-tax-rule-country Description-md5: adcaf0bde82ed6ed9188e55ea6d843bf Description-en: Tryton application platform - account tax rule country Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to define tax rules based on origin and destination countries. Package: tryton-modules-all Description-md5: 2a2b586e96918c07eba7610ed0afc526 Description-en: Tryton application platform - Tryton modules metapackage Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package is a metapackage depending on all available Tryton modules. Package: tryton-modules-analytic-account Description-md5: bb39cf04e707e1e85e73b6ef537e6d5c Description-en: Tryton application platform - analytic account module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module with: . * Analytic accounting with any number of analytic charts . And with report: . * Analytic account balance Package: tryton-modules-analytic-invoice Description-md5: 003525d25878cc56e696580d96be2148 Description-en: Tryton application platform - analytic invoice module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module adding analytic accounts on invoice lines and generating analytic lines on the moves of invoices. Package: tryton-modules-analytic-purchase Description-md5: 14d260eb2fe6912e0c546b7d361e8577 Description-en: Tryton application platform - analytic purchase module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module adding analytic accounts on purchase lines. Package: tryton-modules-analytic-sale Description-md5: f5460ef8022b2c4529ac89ae30713d00 Description-en: Tryton application platform - analytic sale module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the financial and accounting module adding analytic accounts on sale lines. Package: tryton-modules-attendance Description-md5: fcc7386c19ae22444ffc70685f29a6d5 Description-en: Tryton application platform - doc/index.rst Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). Package: tryton-modules-authentication-sms Description-md5: f3e4104b112beb2184b4b5633a042280 Description-en: Tryton application platform - authentication sms module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to authenticate users via SMS. There are two authentication methods which can be used in the authentications list of the session section in the configuration: . The sms method just sends a code via SMS to the user. This code can directly be used in the login dialog. . The password_sms method sends a code only after the user entered a valid password providing a two-factor authentication method (https://en.wikipedia.org/wiki/Two-factor_authentication). . Both methods require that the user has a *mobile* phone number defined otherwise he can not be authenticated with those methods. Package: tryton-modules-bank Description-md5: 684e6d33dfe468266f8bf5fca4c090cc Description-en: Tryton application platform - bank module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define banks and bank accounts. Package: tryton-modules-carrier Description-md5: 721a86b9cc1c8abc63c23484ee9aec94 Description-en: Tryton application platform - carrier module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of carrier costs. Package: tryton-modules-carrier-percentage Description-md5: fc2f9c7857dbe5ae42b19ee44722d474 Description-en: Tryton application platform - carrier percentage module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of carrier costs based on the percentage of the amount of sale or purchase prices. Package: tryton-modules-carrier-subdivision Description-md5: fcc7386c19ae22444ffc70685f29a6d5 Description-en: Tryton application platform - doc/index.rst Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). Package: tryton-modules-carrier-weight Description-md5: f41a6b275717178a873f42b169512ece Description-en: Tryton application platform - carrier weight module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of carrier costs based on weight. Package: tryton-modules-commission Description-md5: 73a0619eb470ab5a7c1830c3b4612f2a Description-en: Tryton application platform - commission module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to manage commissions for sales agents. Package: tryton-modules-commission-waiting Description-md5: 91a594d3e5a12b1a9daff72cb98c971e Description-en: Tryton application platform - commission waiting Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to generate account moves for commissions to a waiting account, that is cleared on posting of the invoice. Package: tryton-modules-company Description-md5: 1b8b94d0d0d3af0072cdf9a19b44c88c Description-en: Tryton application platform - company module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package defines company and employees: . * Add main and current company on users preferences. * Add company on properties. * Define new report parser for report with company header. * Add letter template on party. * Make the scheduler run on each company. Package: tryton-modules-company-work-time Description-md5: 7af0e16e66fd039ae22d0bd767b67bb5 Description-en: Tryton application platform - company work time module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package allows one to define the company work time. Package: tryton-modules-country Description-md5: 046f7a6be93b26b3eb6cf65e7c621790 Description-en: Tryton application platform - country module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module defines all countries and subdivisions. Package: tryton-modules-currency Description-md5: 31e0b2beb9cbd96ae38d350782bfc9d5 Description-en: Tryton application platform - currency module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module defines currencies and exchange rates and allows one to customize the formatting of currency amounts. Package: tryton-modules-customs Description-md5: 7ebf34220d396a2349d5d7b0978ee678 Description-en: Tryton application platform - customs module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to define customs duty based on the tariff code of the "Harmonized Commodity Description and Coding System", also known as the "Harmonized System" (HS) (s.a. https://en.wikipedia.org/wiki/Harmonized_System) Package: tryton-modules-dashboard Description-md5: 5eef331ca697b4bd52463841901c3852 Description-en: Tryton application platform - dashboard module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package allows one to create a personalized dashboard. Package: tryton-modules-edocument-uncefact Description-md5: 5ee5bf274bacf1c5451546439e1715b1 Description-en: Tryton application platform - edocument un/cefact module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module implements electronic documents from the United Nations Centre for Trade Facilitation and Electronic Business (UN/CEFACT): . * Cross-Industry-Invoice (16B-CII) Package: tryton-modules-edocument-unece Description-md5: 1cac818256967256be8c8318d59720c4 Description-en: Tryton application platform - edocument unece module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds many codes from the United Nations Economic Commission for Europe (UNECE): . * Recommendation N°. 20 Codes for Units of Measure Used in International Trade . * 5153 Duty or tax or fee type name code . * 5305 Duty or tax or fee category code from Package: tryton-modules-google-maps Description-md5: a8b6abd18723106b6f9f1063a024c39b Description-en: Tryton application platform - google maps module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds a link from addresses to Google Maps. Package: tryton-modules-incoterm Description-md5: 3012d4efc8962fb196e5855195458a0c Description-en: Tryton application platform - incoterm module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This *Incoterm Model* is used to manage the `Incoterms `_ on sales, purchases and shipments. The module contains the Incoterm versions of 2010 and 2020. Package: tryton-modules-ldap-authentication Description-md5: 4f40d32a91a8cad5558bc74db174c491 Description-en: Tryton application platform - ldap authentication module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to authenticate users to LDAP servers. Package: tryton-modules-marketing Description-md5: 5a41ac970aeae62367735e1270c17cf3 Description-en: Tryton application platform - marketing module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The marketing module defines the fundamentals for marketing modules. Package: tryton-modules-marketing-automation Description-md5: 6e84c7a9252c9fe0031101d55b4a66d6 Description-en: Tryton application platform - marketing automation module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The marketing_automation module allows marketing actions to be automated. It is based on scenarios and activities that are executed on selected records. . Scenario ******** . A scenario provides the entry point for records into an automated marketing campaign. Each record can only enter a scenario once. . A cron task runs periodically to find new records to apply the scenario to. . Activity ******** . The activities form a scenario. They define which action should be triggered and when it should happen. The activities are organized as a tree. . Actions ******* . Send E-Mail . The activity send an e-mail to the party defined on the record. The E-mail is composed using an HTML `Genshi `_ template with `record` in the evaluation context. All `` elements have their `href` replaced by a shortened version used to trigger children activities. If the `href` value is `unsubscribe`, it is replaced by the URL which allows the recipient to block their record for the scenario. A empty image is automatically added at the end of the `` to track when emails are opened. . Record ****** . It stores a reference to the records included in each scenario. If the record is blocked, no activity will be triggered for the record. . Record Activity *************** . It stores the state of a record for an activity of the scenario. . A cron task runs periodically to execute any waiting record activity that is due. . Configuration ************* . The marketing_automation module uses parameters from the section: . [marketing]: - `email_from`: The default `From` for the email. - `automation_base`: The base URL without a path for the unsubscribe URL and the empty image. The default value is created using the configuration `[web]` `hostname`. Package: tryton-modules-marketing-email Description-md5: 78116e728ff61784b3ce143002f6e35c Description-en: Tryton application platform - marketing email module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The marketing_email module manages mailing lists. . Mailing List ************ . A mailing list groups emails under a name and a language . Email ***** . It stores emails for a mailing list and provides links to the related party or web user. . Two actions are available: . - *Request Subscribe* which sends an e-mail to confirm the subscription to a list. . - *Request Unsubscribe* which sends an e-mail to confirm the unsubscription of an email address from the list. . Message ******* . It stores a message to send to all e-mails addresses on a list. A message is defined by: . * From: the address from which the message is sent. * List: the list of addresses to send the message to. * Title * Content * State: . * Draft * Sending * Sent . A wizard is available that sends a message to a unique e-mail address from the list for test purposes. . Configuration ************* . The marketing_email module uses parameters from the section: . - `[marketing]`: . - `email_from`: The default `From` for the e-mails that get sent. . - `email_subscribe_url`: the URL to confirm the subscription to which the parameter `token` will be added. . - `email_unsubscribe_url`: the URL to unsubscribe an e-mail address to which the parameter `token` will be added. . - `email_spy_pixel`: A boolean to activate spy pixel. Disable by default. Package: tryton-modules-notification-email Description-md5: 9457b7e35de8ab863caa2e4930476f52 Description-en: Tryton application platform - notification email module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one send notifications by e-mail when events occur on Tryton records (e.g. like a sale being validated or a shipment being sent). Package: tryton-modules-party Description-md5: 162152f717b7a4c230f8c56390aa8f38 Description-en: Tryton application platform - party module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to define parties, addresses etc. Package: tryton-modules-party-avatar Description-md5: e90d9cce4599774869c44239319f9519 Description-en: Tryton application platform - party avatar module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Party Avatar Module* adds an avatar to each party. Package: tryton-modules-party-relationship Description-md5: 8e99e95f7b4bd9300650450affc43e4c Description-en: Tryton application platform - party relationship module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to define different types of relations between parties. Package: tryton-modules-party-siret Description-md5: 4fb427c0c4e630a98e24ef0284883c69 Description-en: Tryton application platform - party siret module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds SIRET/SIREN number fields on party. . These numbers are used in France, for geographical identification of enterprises: . * SIREN (Système d’Identification du Répertoire des ENtreprises) * SIRET (Système d’Identification du Répertoire des ETablissements) Package: tryton-modules-product Description-md5: a59f8bc36fcd42056f10882ce3c321b9 Description-en: Tryton application platform - product module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define products, categories of product, units of measure and categories of units of measure. Package: tryton-modules-product-attribute Description-md5: 2143980d31015220074c524e6d1bc35b Description-en: Tryton application platform - product attribute module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to assign attributes and attribute sets to products (properties like colors, dimensions, etc.). Package: tryton-modules-product-classification Description-md5: ee8a1c48b68dccc49743afd51a5ad6dc Description-en: Tryton application platform - product classification module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module defines the base for other modules to create classifications of products. Package: tryton-modules-product-classification-taxonomic Description-md5: e9439a3a203aa7b8a081ad359db89d89 Description-en: Tryton application platform - product classification taxonomic module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the taxonomic classification to products. . The available classifications are: . Taxon A taxon (https://en.wikipedia.org/wiki/Taxon) is defined by a name and a taxonomic rank (https://en.wikipedia.org/wiki/Taxonomic_rank). It is stored inside a tree structure. . Cultivar A cultivar (https://en.wikipedia.org/wiki/Cultivar) is defined by a name, a taxon and a list of cultivar groups (https://en.wikipedia.org/wiki/Cultivar_group). Package: tryton-modules-product-cost-fifo Description-md5: 0d02f0af3941c323c27585eea48b0c2f Description-en: Tryton application platform - product cost fifo module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds FIFO cost method on the product form. Package: tryton-modules-product-cost-history Description-md5: 466c1372a3fd5cb515b1200e91744d6e Description-en: Tryton application platform - product cost history module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module historizes the product costs providing access to product costs in the past. Package: tryton-modules-product-cost-warehouse Description-md5: 8285c12acd2931e0a1736fa217abd16a Description-en: Tryton application platform - product cost warehouse module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Product Cost Warehouse Module* allows the cost price of products to be calculated separately for each warehouse. Package: tryton-modules-product-kit Description-md5: 27c008e6edc9e77037b5a5a21e8ad1f5 Description-en: Tryton application platform - product kit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Product Kit Module* adds kits and components to products. This enables a defined set of products to be sold or purchased using a single line. Package: tryton-modules-product-measurements Description-md5: b8f20d6cfe8ef977d4431e8a165ae70d Description-en: Tryton application platform - product measurements Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of following measurements for products: . * Length, Height, Width, Weight Package: tryton-modules-product-price-list Description-md5: 2d02c371e19e9a927ba4d8e37ad2dc39 Description-en: Tryton application platform - product price list module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define price list rules. Package: tryton-modules-product-price-list-dates Description-md5: cbb7b702a75392cd97f5a49f62099ef0 Description-en: Tryton application platform - product price list dates module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The product_price_list_dates module adds *Start Date* and *End Date* conditions to the *Price List Lines*. Package: tryton-modules-product-price-list-parent Description-md5: 25635c256184d094e30bb22fe3b34162 Description-en: Tryton application platform - product price list parent module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The product_price_list_parent module adds a *Parent* to the price list and the keyword `parent_unit_price` for the formula which contains the unit price computed by the parent price list. Package: tryton-modules-production Description-md5: db4536b8ecc963701e0cb9de8013401a Description-en: Tryton application platform - production module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the basics for production management. . * Bill of material * Production order Package: tryton-modules-production-outsourcing Description-md5: 083529173d022d556e584e2f0114c31c Description-en: Tryton application platform - production outsourcing module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The production outsourcing module allows to outsource production order per routing. When such outsourced production is set to waiting, a purchase order is created and its cost is added to the production. . To define an outsourced production, the routing must have a *Supplier*, a *Service* and its *Quantity* defined. Those values will be used to create the purchase order. The bought quantity is computed by multiplying the *Quantity* by the factor between the bill of material and the production quantity. Package: tryton-modules-production-routing Description-md5: c03622e61b34085cb8b4a43f756783ce Description-en: Tryton application platform - production routing module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module defines the routings for productions: - Routing, Step and Operation. Package: tryton-modules-production-split Description-md5: 9ccb6a4cc1d983380499cc6a52411a96 Description-en: Tryton application platform - production split module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Production Split module adds on the production a wizard that allows to split it. The production is split into productions of *Quantity*. If *Count* is set, it will be split only this number of times. On occasion there can be a production with the remaining quantity. Package: tryton-modules-production-work Description-md5: 645c87a5732e5dc91fc5cce653c78d88 Description-en: Tryton application platform - production work module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to manage work orders for productions. It also adds the work costs to the production cost. Package: tryton-modules-production-work-timesheet Description-md5: 6a30d2f1752f1e13eae46a24abd8e9ce Description-en: Tryton application platform - production work timesheet module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The production work timesheet module allows to enter timesheet for production works. Package: tryton-modules-project Description-md5: c76ff3b12f195307c20d99cb76be16b7 Description-en: Tryton application platform - project module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to manage projects. Package: tryton-modules-project-invoice Description-md5: 4bf5861fa83bd7ee830e156e8c63cd39 Description-en: Tryton application platform - project invoice module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to create invoices from projects. Package: tryton-modules-project-plan Description-md5: 8827913297041fe19427b868936f3865 Description-en: Tryton application platform - project plan module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds planning capabilities on projects. It provides - Task dependencies - Tasks leveling - Early Start and Late End computation - Resource allocation - Requests Package: tryton-modules-project-revenue Description-md5: a7cbc1e12e1d9c406a7df953eeb5539e Description-en: Tryton application platform - project revenue module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to add products on timesheet lines and define allowed services for each employee. Package: tryton-modules-purchase Description-md5: a2b1e198ba9a46e8e71ee2a094cde2b0 Description-en: Tryton application platform - purchase module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define purchase orders, to add product supplier and purchase information, and to define the purchase price as the supplier price or the cost price. . With the possibilities: . * to follow invoice and packing states from the purchase order. * to define invoice method: Manual, Based On Order, Based On Packing. Package: tryton-modules-purchase-amendment Description-md5: 61beb89cbdd003b3f3e1d1615864facf Description-en: Tryton application platform - purchase amendment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The purchase amendment module allows you to change purchases that are being processed and keep track of the changes. An amendment is composed of action lines which can: . * Recompute taxes (if the supplier tax rules or product taxes have changed) . * Change the payment term . * Change the party and the address . * Change the warehouse . * Change a purchase line: . * the product (for one with the same UoM category) . * the quantity and unit of measure . * the unit price . * the description . When the amendment is validated the purchase is updated and given a new revision. Generated documents (like moves and invoices) that are still in a draft state are replaced with new ones based on the new values. Package: tryton-modules-purchase-history Description-md5: aff534e3a37cd16e58a12bc198f84a52 Description-en: Tryton application platform - purchase history module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The purchase history module activates the historization of the purchase and adds a revision counter which increases each time the purchase is reset to draft. Package: tryton-modules-purchase-invoice-line-standalone Description-md5: e9595f262855a3a6d3be3bd1bf7ca7b0 Description-en: Tryton application platform - purchase invoice line standalone module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to change the behaviour of purchase orders to create standalone invoice lines instead of a complete invoice. This allows one to compose invoices with lines originating from different purchases. Package: tryton-modules-purchase-price-list Description-md5: 238aa0b2268285b3d462c87f050c207a Description-en: Tryton application platform - purchase price list module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Purchase Price List Module* allows price lists to be defined for suppliers. Package: tryton-modules-purchase-request Description-md5: e36846dda103fd6dffb5a4fc8069b6f8 Description-en: Tryton application platform - purchase request module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module introduces the central concept of Purchase Requests which are collecting purchase requests generated by other processes from Tryton. Package: tryton-modules-purchase-request-quotation Description-md5: 28b86c975faf231c2ce58a4645a753c1 Description-en: Tryton application platform - purchase request for quotation module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Purchase Request for Quotation module allows users to ask quotations from selected purchase requests to different suppliers. Each request will collect quotation information from the supplier. The selection of the quotation is done by taking either the preferred_quotation field if not empty otherwise the first one ordered from the received quotations. . Quotation ********* . - Supplier: The supplier. - Company: The company which issue the request quotation. - Supplier Address: The address of the supplier. - Lines: . - Product: An optional reference to the product to quote. - Description: The description of the product to quote. - Supply Date: The expected date to supply. - Quantity: The quantity to quote. - Unit: The unit of measure in which is expressed the quantity. - Unit Price: The unit price of the product expressed in the currency. - Currency: define the currency to use for this quotation. All product prices will be computed accordingly. . - State: The state of the quotation. May take one of the following values: *Draft*, *Sent*, *Received*, *Rejected*, *Cancelled*. Package: tryton-modules-purchase-requisition Description-md5: 471ead107b9d2142998f768f0a229dfc Description-en: Tryton application platform - purchase requisition module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Purchase Requisition module allows users to create their purchase requisitions. Those requisitions will be approved or rejected by the Approval group. On approval, purchase requests will be created. . Requisition *********** . - Employee: The requester. - Description: The description of the purchase requisition. - Supply Date: The expected date to supply. - Currency: define the currency to use for this requisition. All product prices will be computed accordingly. - Warehouse: Define the warehouse where the shipment will be made. - Purchase Requisition Lines: . - Supplier: The supplier. - Product: An optional reference to the product to request. - Description: The description of the product to request. - Quantity: The quantity to request. - Unit: The unit of measure in which is expressed the quantity. - Unit Price: The unit price of the product expressed in the currency of the purchase requisition. - Amount: The amount of the current line (Unit Price multiplied by Quantity). . - Total: The total amount. - State: The state of the purchase requisition. May take one of the following values: Draft, Waiting, Rejected, Processing, Done, Cancelled. - Company: The company which issue the purchase requisition. Package: tryton-modules-purchase-secondary-unit Description-md5: 68c255999397660f0926949c6c109865 Description-en: Tryton application platform - purchase secondary unit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The purchase secondary unit module adds a secondary unit of measure on purchase lines. The secondary quantity and unit price are kept synchronized with the quantity and unit price. The secondary unit is defined on the product supplier or on the product with its factor against the purchase unit. Package: tryton-modules-purchase-shipment-cost Description-md5: c4bdefaf6031ce299937a687c9c345be Description-en: Tryton application platform - purchase shipment cost module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of shipment costs for purchases. Package: tryton-modules-sale Description-md5: 026793fe4d58a5802d3092840098aa7d Description-en: Tryton application platform - sale module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to define sale orders, to add sale information to products, and to define the sale price as the list price. . With the possibilities: . * to follow invoice and shipment states from the sale order. * to define invoice method: Manual, On Order Confirmed, On Shipment Sent. * to define shipment method: Manual, On Order Confirmed, On Invoice Paid. Package: tryton-modules-sale-advance-payment Description-md5: c916db568f3da2b8478219dae13d9335 Description-en: Tryton application platform - sale advance payment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds support for advance payment management on the sale. . The Advance Payment Term defines how the shipment and the supply processes should be managed. Either process can be delayed until the advance payments are paid. Package: tryton-modules-sale-amendment Description-md5: ec908144fe03d299e2a2eee2d6ee93f5 Description-en: Tryton application platform - sale amendment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale amendment module allows you to change sales that are being processed and keep track of the changes. An amendment is composed of action lines which can: . * Recompute taxes (if the customer tax rules or product taxes have changed). . * Change the payment term . * Change parties and addresses . * Change the warehouse . * Change a sale line: . * the product (for one with the same UoM category) . * the quantity and unit of measure . * the unit price . * the description . When the amendment is validated the sale is updated and given a new revision. Generated documents (like shipments and invoices) that are still in a draft state are replaced with new ones based on the new values. Package: tryton-modules-sale-complaint Description-md5: 0eebf041cc995465bf2c00ffaf915c83 Description-en: Tryton application platform - sale complaint module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module handles customer complaints about a sale or an invoice and provides actions that can be taken to solve the complaint. Package: tryton-modules-sale-credit-limit Description-md5: 76d652667c08d3d8cac525a3fe8846a8 Description-en: Tryton application platform - sale credit limit Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to check the credit limit for parties when processing sales. Package: tryton-modules-sale-discount Description-md5: a54cb3bb4b4c6e9b0b2c078242678e5c Description-en: Tryton application platform - sale discount module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale_discount module adds discount on sale line. . Two discount fields are added to the sale line to define a discount as rate and as amount between a base price and the unit price. The base price is filled automatically with the list price of the product. Package: tryton-modules-sale-extra Description-md5: bc699bada9cd6788cb9e42002d6d64df Description-en: Tryton application platform - sale extra Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to add automatically extra lines on sales matching specified criteria defined on price lists. Package: tryton-modules-sale-gift-card Description-md5: 89f34e6b5ac35478fe03a479e3de4042 Description-en: Tryton application platform - sale gift card module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Sale Gift Card Module* manages the selling and redeeming of gift cards. Package: tryton-modules-sale-history Description-md5: cc596d066c0c51128057f79f0e8a60b5 Description-en: Tryton application platform - sale history module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale history module activates the historization of the sale and adds a revision counter which increases each time the sale is reset to draft. Package: tryton-modules-sale-invoice-grouping Description-md5: ed17433c324f276d27fc23a0140d07ac Description-en: Tryton application platform - sale invoice grouping module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds an option, that allows one to define how to group invoice lines generated from sales. Package: tryton-modules-sale-opportunity Description-md5: e8a817497c30c7fe670f5059def2d81e Description-en: Tryton application platform - sale opportunity module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds opportunities to sale orders. Package: tryton-modules-sale-payment Description-md5: a9d843568aa1b579aba77de7336f2c74 Description-en: Tryton application platform - sale payment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale_payment module extends *Sale* to allow payments prior to the creation of any invoice. . A field *Payments* is added on the sale which can be filled in quotation state. The sale can not be reset to draft or cancelled if there are no failed payment linked. . The payment authorization of the full sale amount is used as confirmation of the sale. . When an invoice from a sale is posted, its payments are used to pay invoice's *Lines to Pay*. Package: tryton-modules-sale-price-list Description-md5: bbf5213098ecfc3770e755d0340f8b18 Description-en: Tryton application platform - sale price list module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define price lists on parties and sale orders. Package: tryton-modules-sale-product-customer Description-md5: ba0a1e402e8a00e9e27ccd89a8600684 Description-en: Tryton application platform - sale product customer module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale_product_customer module defines customer's names and codes for products and/or variants. . A reference to the customer's product is added to the sale line. . Product Customer **************** . - Party: The customer. - Name: The customer's product name. - Code: The customer's product code. Package: tryton-modules-sale-promotion Description-md5: e2ba90aec2210e68dd81a31d25c1790f Description-en: Tryton application platform - sale promotion Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to define promotions for sales. Package: tryton-modules-sale-promotion-coupon Description-md5: ec4a48467e185e43f8faa7846ec7875f Description-en: Tryton application platform - sale promotion coupon module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale_promotion_coupon module adds coupon to the promotions. . A promotion with coupons will be applied only if a linked coupon has been added on the sale. . Promotion Coupon **************** . It defines the behaviours of a sets of coupon numbers for a promotion: . - *Name*: The name of the coupon. - *Promotion*: The promotion to which the coupon is attached. - *Number of Use*: How much time a coupon number can be used. - *Per Party*: How the usage is counted. - *Numbers*: The list of numbers which must be unique. Package: tryton-modules-sale-secondary-unit Description-md5: 6d344500e31c2e83673efe18e47cb8c7 Description-en: Tryton application platform - sale secondary unit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale secondary unit module adds a secondary unit of measure on sale lines. The secondary quantity and unit price are kept synchronized with the quantity and unit price. The secondary unit is defined on the product with its factor against the sale unit. . If the sale product customer module is activated, a specific secondary unit may be defined on the product customer. And it overrides the definition on the product. Package: tryton-modules-sale-shipment-cost Description-md5: 7846983f582f7e47eda3dbbea0bcbdb0 Description-en: Tryton application platform - sale shipment cost module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the handling of shipment costs for sales. Package: tryton-modules-sale-shipment-grouping Description-md5: daa379789160c722647844d51ec5f8eb Description-en: Tryton application platform - sale shipment grouping module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds the possibility to define how stock moves generated from sales will be grouped for shipping. Package: tryton-modules-sale-shipment-tolerance Description-md5: af78f2aa655973c553d34c66bd649ee9 Description-en: Tryton application platform - sale shipment tolerance module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale_shipment_tolerance modules adds under and over shipment tolerance on the sale. If the quantity of a sale line is under shipped but inside the tolerance percentage, then the line will be considered as fully shipped and no back-order will be created. If the quantity of a sale line is over shipped more than the tolerance percentage, then a warning is raised. Package: tryton-modules-sale-stock-quantity Description-md5: 39c23caef62117e7cabb6908a8612f8a Description-en: Tryton application platform - sale stock quantity Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides a check of the stock quantity of the products when quoting a sale. The check will warn the user if the forecast quantity at the sale date (and later dates until next supply) is lower than the quantity sold by taking into account other sales and the stock forecasts. Package: tryton-modules-sale-subscription Description-md5: 6d01df61dec8106d4f406ea78717af80 Description-en: Tryton application platform - sale subscription module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module defines subscriptions, services and recurrence rules for sales. . A subscription defines how recurring services are periodically invoiced. The invoice is based on the consumption of each service. Package: tryton-modules-sale-subscription-asset Description-md5: 8e2efa2f0a464be5b90d2790c1edf4ac Description-en: Tryton application platform - sale subscription asset module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The sale subscription asset module adds the notion of asset to the sale subscription module. . Two fields are added to the *Service*: . - *Lots*: All the lots that can be used when providing this service - *Available Lots*: A subset of the preceding field displaying the available lots . On the *Subscription Line*, it is possible to specify the lot to use. When the subscription will be running this field will become required for service with lots. . On the *Lot*, the field *Subscribed* will point to the line of the subscription currently using this lot. Package: tryton-modules-sale-supply Description-md5: 97af00520693d0d8aaaa8c746e2776cb Description-en: Tryton application platform - sale supply module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to generate purchase requests from sale orders regardless of stock level. It adds handling of customer shipments upon confirmation and receival of the purchased products. Package: tryton-modules-sale-supply-drop-shipment Description-md5: a20273d02bf92fe399fdb967b174a842 Description-en: Tryton application platform - sale supply drop shipment model Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides the possibility to handle drop shipments, that are used when products are sent directly from the supplier to the customer without going through the warehouse. Package: tryton-modules-sale-supply-production Description-md5: 64831219beda010b4f95a7af57bc1a61 Description-en: Tryton application platform - sale supply production module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Sale Supply Production module adds a "supply on sale" option to producible products. If checked, it will generate a production request for each sale line of this product regardless of the stock levels. Once the products are produced they are assigned to the customer shipments. If the production request is cancelled, the sale goes back to the default supply method. . Hint: If the shiment method is *On Invoice Paid*, the production request will be created only when all the invoice lines are paid. Package: tryton-modules-stock Description-md5: 55a08f37cdaa327b1cfec830e6b1e722 Description-en: Tryton application platform - stock module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds stock management and inventory control with: . * Location definition * Stock move * Supplier/Customer/Internal Shipment * Stock Inventory . And with reports: . * Pick List * Pack List * Delivery Note * Supplier Restocking List * Customer Return Restocking List * Internal Shipments * Products by Locations Package: tryton-modules-stock-assign-manual Description-md5: d7402d8efe6d4f734ee0068b57c9e6b7 Description-en: Tryton application platform - stock assign manual module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The Stock Assign Manual module adds a wizard on shipments and production that allows you to decide from which precise location to pick products. . Another wizard allows either the whole amount, or a specific quantity, to be unassigned of each move. Package: tryton-modules-stock-consignment Description-md5: 278b99f2b5758c3d88feb31ca12d5946 Description-en: Tryton application platform - stock consignment module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The stock consignment modules allow to manage consignment stock from supplier or at customer warehouse. . The consignment stock from supplier is managed by creating a supplier location under the company's warehouse storage. The location can be filled using an Internal Shipment from the external supplier location. The products are used also by using an Internal Shipment from the consignment location to a storage location. In this case, a supplier invoice line is created for the supplier defined on the location. . The consignment stock at customer warehouse is managed by creating a storage location under the customer location. The location can be filled using an Internal Shipment from a warehouse. It is possible to define a lead time between the warehouse and the storage location. The products are used also by using an Internal Shipment from the consignment location to a customer location. In this case, a customer invoice line is created for the customer defined on the location. . It is allowed to make inventory for those consignment locations. . A new field is added to Location: . - Consignment Party: The party invoiced when consignment is used. Package: tryton-modules-stock-forecast Description-md5: 9d22e2c3d4718a53697269ea21298f27 Description-en: Tryton application platform - stock forecast module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module for the "Forecast" model in Inventory Management. . The Forecast form allows one to define the expected stock movement towards customers in any period of time in the future. A wizard allows one to compute the expected quantities with respect to a period in the past. Once the form has been confirmed, the corresponding moves are created and spread homogeneously across the period. Those moves will allow other processes to take forecasts into account. Package: tryton-modules-stock-inventory-location Description-md5: 01126e005091661d7424fcfb0dc80c84 Description-en: Tryton application platform - stock inventory location module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module adding a wizard that allows one to create automatically inventories for a given list of locations. Package: tryton-modules-stock-location-move Description-md5: 6eac6dd928714021b1b3fe0ea8a21eb5 Description-en: Tryton application platform - stock location move module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The stock location move module allows to define some *Locations* as movable (like palette). . Such locations can be moved using an *Internal Shipment*. The parent location is changed for the destination location when the shipment is done. If there is a transit location, the locations will be first moved to this one when shipped. A reservation mechanism prevent to assign the same locations at the same time. . If a *Customer Shipment* or a *Supplier Return Shipment* empties a movable location, it will automatically deactivate it. Package: tryton-modules-stock-location-sequence Description-md5: a2ed6be10810a8d8317fa8811dc5f1dc Description-en: Tryton application platform - stock location sequence module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module adding a sequence on locations. Package: tryton-modules-stock-lot Description-md5: 83b1e73a06214a6048c07b2b536dd76c Description-en: Tryton application platform - stock lot module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module for lot management. . * A lot is by default just a number to tag moves of products. * It is possible to define per product, if the lot is required (per type of location). Package: tryton-modules-stock-lot-sled Description-md5: 7e27466f477dadc091793a64f3c25891 Description-en: Tryton application platform - stock lot shelf life expiration date Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module handles the following aspects on product lots: . * Shelf Live Expiration Date * Expiration Date Package: tryton-modules-stock-lot-unit Description-md5: 5b144b92a2e198f82824ecd83703c274 Description-en: Tryton application platform - stock lot unit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The `stock_lot_unit` module allows to define a unit and quantity on stock lot. . Lots with unit have the following properties: . - no shipment may contain a summed quantity for a lot greater than the quantity of the lot. - no move related to a lot with a unit may concern a quantity greater than the quantity of the lot. . The *Lot Unit* field is added to the product. This defines the unit to set on new lot. Package: tryton-modules-stock-package Description-md5: 95611d374deb523046ab5f60fae5f089 Description-en: Tryton application platform - stock package module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package allows one to store packaging information about outgoing shipments. Package: tryton-modules-stock-package-shipping Description-md5: 3565c37a9929ad7581b926922a16b6b5 Description-en: Tryton application platform - stock package shipping module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module is the base module required to interact with shipping service providers. Package: tryton-modules-stock-package-shipping-dpd Description-md5: 04483e8ecfaa9f35b07bc752d90fa5ad Description-en: Tryton application platform - stock package shipping dpd module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to generate the DPD label using DPD webservices. . Note: There exist different DPD APIs for different countries. This module currently supports only the API available at public-ws.dpd.com (mostly used in the Netherlands/Belgium). Please assure with your DPD subsidiary that you can use this API. Package: tryton-modules-stock-package-shipping-ups Description-md5: 4ae072f85f17a5bb643790ad8cbeccbb Description-en: Tryton application platform - stock package shipping ups module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module allows one to generate the UPS label using the UPS webservices. Package: tryton-modules-stock-product-location Description-md5: af0529d71152e972389e4b264d976fc2 Description-en: Tryton application platform - stock product location module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module to define default storage location by warehouse on products. Package: tryton-modules-stock-quantity-early-planning Description-md5: 4bcfe9e3b37be0fc21e06e7edafc4578 Description-en: Tryton application platform - stock quantity early planning module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Stock Quantity Early Planning Module* helps reducing stock level by proposing to consume earlier. Package: tryton-modules-stock-quantity-issue Description-md5: eba0746abbc9906d292dee2860540e03 Description-en: Tryton application platform - stock quantity issue module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The *Stock Quantity Issue Module* helps to solve stock quantity issues. Package: tryton-modules-stock-secondary-unit Description-md5: 1fc464d37d87e795e13ef91abe68a05b Description-en: Tryton application platform - stock secondary unit module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The stock secondary unit module adds a secondary unit of measure on the stock move. Package: tryton-modules-stock-shipment-cost Description-md5: 60f5a2d98330db01f2e13cdc18aba8e0 Description-en: Tryton application platform - stock shipment cost module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds shipment costs on the outgoing moves. These costs are added to the product margin reports. Package: tryton-modules-stock-shipment-measurements Description-md5: 1817ffdfd4ff61ec10d3c5c69590aa03 Description-en: Tryton application platform - stock shipment measurements module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds weight and volume on shipments and packages. Package: tryton-modules-stock-split Description-md5: 465f4f3a6ddc38523130b8577313be2c Description-en: Tryton application platform - stock split module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds a wizzard on the stock move, that allows one to split it. Package: tryton-modules-stock-supply Description-md5: 4fbe8d55ffc6eedf85692c0dd167a02d Description-en: Tryton application platform - stock supply module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module for supply management with: . * Order points * Purchase Requests . Providing scheduler tasks: . * to generate purchase requests based on order points. * to generate internal shipments based on order points. Package: tryton-modules-stock-supply-day Description-md5: 1f6223602ad0669272f1516081ac043c Description-en: Tryton application platform - stock supply day module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module for supply management to define the delivery days of the week by suppliers. Package: tryton-modules-stock-supply-forecast Description-md5: de37ce1233c52e04023f3f58c135b019 Description-en: Tryton application platform - stock supply forecast module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains the module for supply forecast management. . * This glue module must be installed, if both modules stock-supply and stock-forecast are installed. Package: tryton-modules-stock-supply-production Description-md5: 835c33c865b21abf9cc01aa74afd5ab7 Description-en: Tryton application platform - stock supply production module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package adds automatic supply mechanisms via production requests. . * It adds a new type of Order Point: Production * The production requests are created by the schedulers with respect to stock levels and existing requests. Package: tryton-modules-timesheet Description-md5: 74bba7e1c66f492d30e8bfbd37599661 Description-en: Tryton application platform - timesheet module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define timesheets with work and timesheet lines. It contains reports for hours per work, hours per employee per week, hours per employee per month. Package: tryton-modules-timesheet-cost Description-md5: c674e10a1118f7b04b4f2c2df2fbdb2a Description-en: Tryton application platform - timesheet cost module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module adds the possibility to define costs for employees on timesheets. Package: tryton-modules-user-role Description-md5: e9635971b50edca7138658ddf5eb710c Description-en: Tryton application platform - user role module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The user_role module allows to assign roles to user instead of groups. A *Role* is defined by a set of groups. When a role is added to a user, it overrides the existing groups. A role can be added to a user for a period. Package: tryton-modules-web-shop Description-md5: c36a6e04756d7ad0ae47295f796253df Description-en: Tryton application platform - web shop module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The web_shop module provides facilities to store configuration of online web shop. Package: tryton-modules-web-shop-vue-storefront Description-md5: 965de1b720a484f19b1371e72cb5ebf3 Description-en: Tryton application platform - web vue storefront module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The web_shop_vue_storefront module provides the back-end to integrate with `Vue Storefront`_ 1.x. . .. _`Vue Storefront`: https://www.vuestorefront.io/ . Vue StoreFront Configuration . The endpoint must be updated to use the Tryton URL. You must just replace `/api` by `http(s)://://web_shop_vue_storefront/`. . The configuration `autoRefreshTokens` must be set to `false`. Package: tryton-modules-web-shop-vue-storefront-stripe Description-md5: 83b654d5819efaf263a5e75e9acbb232 Description-en: Tryton application platform - web shop vue storefront stripe module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The web_shop_vue_storefront_stripe module provides support of `Stripe payment for Vue Storefront` integration. . https://github.com/develodesign/vsf-payment-stripe Package: tryton-modules-web-shortener Description-md5: 985e0a989e0884cd1e86ce95b27f0691 Description-en: Tryton application platform - web shortener module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The web_shortener module allows URLs to be shortened. It counts the number of times the URL is accessed and optionally triggers action. . The module defines a route `/s/` which will redirect the queries to the URL registered previously with `ShortenedURL.get_url`. . Models that need to be callable from a shortened URL must define the method `shortened_url_execute`. This class method will be called from the underlying queue with the record and the keywords arguments transmitted when calling `get_url`. . Shortened URL ************* . - Shortened URL: The shortened URL - Redirect URL: The URL the request is redirected to - Record: The record on which `method` will be executed - Method: The name of the method to call on `record` - Count: The number of times this shortened URL has been triggered . Configuration ************* . The web_shortener modules uses the parameter from the section: . - `[web]`: . - `shortener_base`: The base URL without path for shortened URL. The default value is composed with the configuration `[web]` `hostname`. Package: tryton-modules-web-user Description-md5: ae34d8055f1bc9653cf4debc2f1d586b Description-en: Tryton application platform - web user module Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides facilities to manage external users accessing from the web. Package: tryton-proteus Description-md5: f5321c8091c533688c2cb509e2ac428e Description-en: Tryton application platform - scripting client Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package contains Proteus, a library to access the models, wizards and reports of a Tryton server like a client by connecting to a Tryton server via XML-RPC or by using trytond as a module. Package: tryton-sao Description-md5: e21bcc92cad3abd9f738228c831b1885 Description-en: Tryton application platform - web client Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package provides the web client running on top of the server. Package: tryton-server Description-md5: 6c3c256825d9516b024ea9a12a0ba6f3 Description-en: Tryton application platform - server Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). It is written in Python and uses PostgreSQL as its preferred database engine. . This package contains the server. Package: tryton-server-all-in-one Description-md5: 5f2ea964c69c7e66afcb6930c34ff829 Description-en: Tryton application platform - full installation Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This package offers the complete guided production grade setup of a Tryton server installation. It provides: * guided setup of the PostgreSQL database; * guided setup of a uWSGI backend; * guided setup of an Nginx frontend with the optional registration and setup of Let's Encrypt certificates; * a preconfigured PostgreSQL database prefilled with static data such as countries, currencies, and postal codes ready for use. Package: tryton-server-doc Description-md5: 632127050496757984205bb7b60b241d Description-en: Tryton application platform - server documentation Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). It is written in Python and uses PostgreSQL as its preferred database engine. . This package contains the documentation of the server in HTML format. Package: tryton-server-nginx Description-md5: 813d1ee6392854751801c77efec61a94 Description-en: Tryton application platform - Nginx integration Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . While the uWSGI server as WSGI backend offers the possibility of serving HTTP content it is still preferable to expose the content produced by the Tryton server via HTTPS with a dedicated web frontend like Nginx on top of a robust WSGI application. Nginx has decent default security settings, can talk to WSGI applications by the native WSGI protocol, and also offers features like caching of dynamic content, load balancing, and serving static resources. . This package provides the integration of tryton-server-uwsgi with Nginx. Package: tryton-server-postgresql Description-md5: 60ecb032bdb59672dca42fad6be043d9 Description-en: Tryton application platform - PostgreSQL integration Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . The default database backend of the Tryton server is SQLite3, but for production use PostgreSQL is the preferred and recommended database engine. . This package provides the integration of tryton-server with PostgreSQL. Package: tryton-server-uwsgi Description-md5: f82ac075ced6998aa05ac66d35bdf0b3 Description-en: Tryton application platform - uWSGI integration Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . For production use it is recommended to run the Tryton server under a WSGI backend instead of the simple Werkzeug development server. . This package provides the integration of tryton-server with the uWSGI backend. It offers also the possibility of configuring and running workers and/or the scheduler as uWSGI daemons. . The Tryton server can be accessed by the uWSGI and/or HTTP protocols. For small sites that are not exposed to the Internet this may already cover your needs; otherwise have a look at the package tryton-server-nginx to run the uWSGI server behind a dedicated reverse proxy. Package: tuxpaint Description-md5: a18d303e0d44faaa67c88245f6a961d1 Description-en: Paint program for young children Tux Paint is meant to be a simple drawing program for young children. It is not meant as a general-purpose drawing tool. It IS meant to be fun and easy to use. Sound effects and a cartoon character help let the user know what's going on, and keeps them entertained. . Tux Paint is extensible. Brushes and "rubber stamp" shapes can be dropped in and pulled out. For example, a teacher can drop in a collection of animal shapes and ask their students to draw an ecosystem. Each shape can have a sound which is played, and textual facts which are displayed, when the child selects the shape. . There is no direct access to the computer's underlying intricacies. The current image is kept when the program quits, and reappears when it is restarted. Saving images requires no need to create filenames or use the keyboard. Opening an image is done by selecting it from a collection of thumbnails. Package: tuxpaint-data Description-md5: f4e09153eb3d5a0a07af0102266f4b8e Description-en: Data files for Tux Paint, a paint program for children Tux Paint is meant to be a simple drawing program for young children. It is not meant as a general-purpose drawing tool. It IS meant to be fun and easy to use. Sound effects and a cartoon character help let the user know what's going on, and keeps them entertained. . Tux Paint is extensible. Brushes and "rubber stamp" shapes can be dropped in and pulled out. For example, a teacher can drop in a collection of animal shapes and ask their students to draw an ecosystem. Each shape can have a sound which is played, and textual facts which are displayed, when the child selects the shape. . There is no direct access to the computer's underlying intricacies. The current image is kept when the program quits, and reappears when it is restarted. Saving images requires no need to create filenames or use the keyboard. Opening an image is done by selecting it from a collection of thumbnails. . This package contains sounds, images, fonts and other data for Tux Paint. Package: tuxpaint-dev Description-md5: 9bdd5cd1dc7d93dea43d7f7a1c9eb656 Description-en: Development files for Tux Paint Tux Paint is meant to be a simple drawing program for young children. It is not meant as a general-purpose drawing tool. It IS meant to be fun and easy to use. Sound effects and a cartoon character help let the user know what's going on, and keeps them entertained. . This package contains development files for writing "Magic" plugins for Tux Paint. Package: tuxpaint-plugins-default Description-md5: 83cf7dadd53d046b4a2f5c4e3d917328 Description-en: Magic tool plugins for Tux Paint Tux Paint is meant to be a simple drawing program for young children. It is not meant as a general-purpose drawing tool. It IS meant to be fun and easy to use. Sound effects and a cartoon character help let the user know what's going on, and keeps them entertained. . Tux Paint is extensible. Brushes and "rubber stamp" shapes can be dropped in and pulled out. For example, a teacher can drop in a collection of animal shapes and ask their students to draw an ecosystem. Each shape can have a sound which is played, and textual facts which are displayed, when the child selects the shape. . There is no direct access to the computer's underlying intricacies. The current image is kept when the program quits, and reappears when it is restarted. Saving images requires no need to create filenames or use the keyboard. Opening an image is done by selecting it from a collection of thumbnails. . This package contains the default "Magic" plugins for Tux Paint. Package: ubuntucinnamon-desktop Description-md5: 020643376ea945178f1add64bdfb5459 Description-en: Complete desktop of Ubuntu Cinnamon This metapackage installs the complete Ubuntu Cinnamon desktop. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: ubuntucinnamon-desktop-minimal Description-md5: b39d9b336b629a59af6884e816370c37 Description-en: Minimal desktop of Ubuntu Cinnamon This metapackage installs the minimal Ubuntu Cinnamon desktop. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: udav Description-md5: 41de96def3fd7f213494f10cd0198de7 Description-en: library for scientific graphs (window interface) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF files. There are simple window interfaces based on GLUT, FLTK and/or Qt. MathGL can also be used in the console. There are interfaces to a set of languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the udav window environment based on mathgl. 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: utrans Description-md5: b174dbb7fe1248c4ddcddc8bf5545582 Description-en: Translator for systemd units low level utilities to convert systemd units to generic unix equivalents. . By default openrc, cron and xinetd are supported. Alternative output backends can be loaded at runtime. Available alternative backends: inetd, LSB-style initscripts (as used by sysv-rc, runit, etc.). Package: utrans-rc Description-md5: d4d6c73209d91f8b0479198738b3e8c6 Description-en: Generate generic unix system configuration from systemd units includes utrans-rc, a wrapper around utrans to convert systemd units to generic unix configuration files. The generated files are installed and activated using sudo and ucf whilst preserving user modifications and avoiding overwriting files belonging to other packages. . In addition to manual invocation of the utrans-rc script, a dpkg trigger is also installed to automatically detect and handle units which have been newly (un)installed by other packages. 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: varnish Description-md5: ebbadfc1a0485abd58ba563250510a25 Description-en: state of the art, high-performance web accelerator Varnish Cache is a state of the art web accelerator written with performance and flexibility in mind. . Varnish Cache stores web pages in memory so web servers don't have to create the same web page over and over again. Varnish serves pages much faster than any application server; giving the website a significant speed up. . Some of the features include: * A modern design * VCL - a very flexible configuration language * Load balancing with health checking of backends * Partial support for ESI - Edge Side Includes * URL rewriting * Graceful handling of "dead" backends Package: varnish-doc Description-md5: f8286c594d80b32f748ffdd119cbac2f Description-en: documentation for Varnish Cache This package contains HTML documentation for Varnish Cache. Package: varnish-re2 Description-md5: dab53383ec1f2d8d2c085d5fb06736f1 Description-en: RE2 regular expressions for Varnish Varnish Module (VMOD) for access to the Google RE2 regular expression engine. Varnish VCL uses the PCRE library (Perl Compatible Regular Expressions) for its native regular expressions, which runs very efficiently for many common uses of pattern matching in VCL, as attested by years of successful use of PCRE with Varnish. . But for certain kinds of patterns, the worst-case running time of the PCRE matcher is exponential in the length of the string to be matched. The matcher uses backtracking, implemented with recursive calls to the internal match() function. In principle there is no upper bound to the possible depth of backtracking and recursion, except as imposed by the varnishd runtime parameters pcre_match_limit and pcre_match_limit_recursion; matches fail if either of these limits are met. Stack overflow caused by deep backtracking has occasionally been the subject of varnishd issues. . RE2 differs from PCRE in that it limits the syntax of patterns so that they always specify a regular language in the formally strict sense. Most notably, backreferences within a pattern are not permitted, for example (foo|bar)\1 to match foofoo and barbar, but not foobar or barfoo. See the link in SEE ALSO for the specification of RE2 syntax. . This means that an RE2 matcher runs as a finite automaton, which guarantees linear running time in the length of the matched string. There is no backtracking, and hence no risk of deep recursion or stack overflow. Package: varnish-redis Description-md5: 5c3d4f4de9d2199b0073b6bf4d0ec917 Description-en: access Redis servers from VCL VMOD using the synchronous hiredis library API to access Redis servers from VCL. . Highlights: * Full support for execution of Lua scripts (i.e. EVAL command), including optimistic automatic execution of EVALSHA commands. * All Redis reply data types are supported, including partial support to access to components of simple (i.e. not nested) array replies. * Redis pipelines are not (and won't be) supported. Lua scripting, which is fully supported by the VMOD, it's a much more flexible alternative to pipelines for atomic execution and minimizing latency. Pipelines are hard to use and error prone, specially when using the WATCH command. * Support for classic Redis deployments using multiple replicated Redis servers and for clustered deployments based on Redis Cluster. * Support for multiple databases and multiple Redis connections, local to each Varnish worker thread, or shared using one or more pools. * Support for smart command execution, selecting the destination server according with the preferred role (i.e. master or slave) and with distance and healthiness metrics collected during execution. * Support for Redis Sentinel, allowing automatic discovery of sick / healthy servers and changes in their roles. Package: varnish-selector Description-md5: 6ae2aa1126cf8b03d8f801d1ae088c25 Description-en: match strings with backends, regexen and other strings Varnish Module (VMOD) for matching strings against sets of fixed strings. A VMOD object may also function as an associative array, mapping the matched string to one or more of a backend, another string, an integer, or a regular expression. The string may also map to a subroutine that can be invoked. . The VMOD is intended to support a variety of use cases that are typical for VCL deployments, such as: . * Determining the backend based on the Host header or the prefix of the URL. * Rewriting the URL or a header. * Generating redirect responses, based on a header or the URL. * Permitting or rejecting request methods. * Matching the Basic Authentication credentials in an Authorization request header. * Matching media types in the Content-Type header of a backend response to determine if the content is compressible. * Accessing data by string match, as in an associative array, or by numeric index, as in a standard array. * Dispatching subroutine calls based on string matches. * Executing conditional logic that depends on features of the request or response that can be determined by matching headers or URLs. . Operations such as these are commonly implemented in native VCL with an if-elsif-elsif sequence of string comparisons or regex matches. As the number of matches increases, such a sequence becomes cumbersome and scales poorly -- the time needed to execute the sequence increases with the number of matches to be performed. With the VMOD, the strings to be matched are declared in a tabular form in vcl_init, and the operation is executed in a few lines. Package: varnish-vmod-digest Description-md5: f266ca074c47002ede878babaacddf50 Description-en: Varnish digest module Varnish module (vmod) for computing HMAC, message digests and working with base64 from VCL. Package: votca Description-md5: 8ab80a12f7c57898d20a874949567f82 Description-en: Molecular dynamics analysis - coarse-graining and charge transport Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA) is a modeling package for the analysis of molecular dynamics data, the development of systematic coarse-graining techniques, and methods used for simulating microscopic charge transport in disordered semiconductors. . Numerous molecular dynamics packages, including but not limited to GROMACS, ESPREesSo, and LAMPPS, can be used together with VOTCA. . This package contains user programs for the coarse-graining toolkit (CSG) and excitation transport toolkit (XTP). Package: votca-data Description-md5: e8ae47f0e78a0ac866575054abb04908 Description-en: VOTCA molecular dynamics analysis - basis sets and scripts Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA) is a modeling package for the analysis of molecular dynamics data, the development of systematic coarse-graining techniques, and methods used for simulating microscopic charge transport in disordered semiconductors. . This package contains architecture independent coarse-graining scripts and basis sets. Package: votca-tutorials Description-md5: 806ae48c7f79a4c666674d949f979233 Description-en: VOTCA molecular dynamics analysis - tutorials Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA) is a modeling package for the analysis of molecular dynamics data, the development of systematic coarse-graining techniques, and methods used for simulating microscopic charge transport in disordered semiconductors. . This package contains architecture independent tutorials. Package: vtk9 Description-md5: 97517e1d4ecc516b79afb8607e8cdfcf Description-en: Binaries for VTK9 The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides binaries for VTK9 Package: vtk9-doc Description-md5: dd123d65dad2d08b6a569e157c3ecb25 Description-en: VTK class reference documentation The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides documentation for VTK9 Package: vtk9-examples Description-md5: d8cc7f7324dc5e8cc38eb89538abd18c Description-en: VTK examples The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides examples for VTK9 Package: webext-folder-account Description-md5: b353edda22e4c8a0f2f77338cd009223 Description-en: Managing folder accounts Lets you associate user accounts and identities with specific folders. Great for multiple users who share TB, or for managing mailing lists. Package: webkit2gtk-driver Description-md5: 5dc03244937a41a268d3b7212f728f62 Description-en: WebKitGTK WebDriver support (transitional dummy package) This is a transitional dummy package, it can be safely removed. Package: webkitgtk-webdriver Description-md5: 088bf78d76ece6d47a2cd75d9dee0fbe Description-en: WebKitGTK WebDriver support WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package provides the WebDriver service implementation for WebKitGTK. Package: weston Description-md5: a6199b5b4d9e6a3de92c2ec580664e79 Description-en: reference implementation of a wayland compositor Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. Package: weston-dev Description-md5: e663a6ef6b17a82dcd798ca9f8939255 Description-en: reference implementation of a wayland compositor (headers) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the weston headers for plugin development. 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: wp2latex Description-md5: d28715ce7230a6e60fa33646eb824ebe Description-en: Conversion of WordPerfect documents to LaTeX: the converter WP2LaTeX is a program for conversion WordPerfect documents to LaTeX. All known WP fileformats are supported: MAC WP1.x, WP2,3,4.x, PC WP WP3.x, WP4.x, WP5.x and WP6,7,8,9,10.x. It is possible to convert a lot of features. For example: Centered+Right+Left text, Endnotes, Formulas, Footers, Footnotes, Headers, Indentings, Tables, a lot of Extended characters (Greek, math, cyrilic) and of course a normal text. . This is the pure wp2latex converter to convert WPerfect files. Package: wp2latex-styles Description-md5: 9702c6506cb063093d9f1ab04d1c6c77 Description-en: Conversion of WordPerfect documents to LaTeX: the LaTeX style files WP2LaTeX is a program for conversion WordPerfect documents to LaTeX. All known WP fileformats are supported: MAC WP1.x, WP2,3,4.x, PC WP WP3.x, WP4.x, WP5.x and WP6,7,8,9,10.x. It is possible to convert a lot of features. For example: Centered+Right+Left text, Endnotes, Formulas, Footers, Footnotes, Headers, Indentings, Tables, a lot of Extended characters (Greek, math, cyrilic) and of course a normal text. . These are the style files to compile LaTeX files created by wp2latex. Package: xbomb Description-md5: d1449fdd9376b4ac2865788139b856ec Description-en: 'minesweeper' game with squares, hexagons or triangles A test of speed and logic to find the location of bombs hidden in a grid. It offers the standard grid of squares, plus grids of hexagons or triangles, each in 3 difficulty levels. All games are played against the clock with a high-score table for each combination. Package: xfce4-panel Description-md5: 9b9a4e59c64e5736d25051813bfbaf43 Description-en: panel for Xfce4 desktop environment This is the panel provided by the Xfce4 desktop project. If you want a multi-functional panel that can even handle plugins and the like, xfce4-panel might be worth a try. Package: xfdesktop4 Description-md5: 8948a63eaa64b42cc49408214ed70ffb Description-en: Xfce desktop background, icons and root menu manager xfdesktop4 sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support. Package: xfdesktop4-data Description-md5: 4e4b4befa3ce2d0468695d53bec7ea95 Description-en: Xfce desktop background, icons and root menu (common files) xfdesktop4 sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support. . This package contains architecture-independent files for xfdesktop4. Package: xmountains Description-md5: 1d198156b92d8daaba22057e7d9bbee9 Description-en: Fractal landscape generator for X Generates random fractal mountains and displays them in a window (even in the X root window). . While the program is running the fractal is continuously extended on the right and the image is scrolled from right to left to expose the newly generated area. Package: xmrig Description-md5: ab46fc9d7fb833438068dca1fb04b18b Description-en: High performance, open source CPU/GPU miner and RandomX benchmark XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight, and GhostRider unified CPU/GPU miner and RandomX benchmark. Package: xrdp Description-md5: 330bdf2ad3e2031a5164fd15aa25e2e9 Description-en: Remote Desktop Protocol (RDP) server xrdp offers a graphical login to a remote client using RDP (the Remote Desktop Protocol). xrdp can connect to a locally created X.org session with the xorgxrdp drivers, to a VNC X11 server, and forward to another RDP server. . xrdp accepts connections from freerdp, rdesktop, and the built-in terminal server / remote desktop clients of Microsoft Windows operating systems. In the xorgxrdp (which replaces X11RDP) and VNC modes, it provides a fully functional Linux terminal server, offering an X-Window desktop to the user. In the RDP or VNC forwarding mode, any sort of desktop can be used. Package: xsdata Description-md5: 344acd3734f4cbe6e31df80a12f90fbe Description-en: Naive XML Bindings for Python xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. Package: yade Description-md5: 7c882e15f9d0575c6dd492ea8fd0dc66 Description-en: Platform for discrete element modeling Yet Another Dynamic Engine. . Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new algorithms and interfaces. Python is used for rapid and concise scene construction, simulation control, postprocessing and debugging. . This package contains speed-optimized build of yade. Package: yade-doc Description-md5: 8459c3bafddecc08f3ba9a9bc2d4b841 Description-en: Platform for discrete element modeling. Documentation Yet Another Dynamic Engine. . Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new algorithms and interfaces. Python is used for rapid and concise scene construction, simulation control, postprocessing and debugging. . This package contains examples, test scripts and documentation. Package: ynew Description-md5: d1eaa8774d35381e49d860d6e25bf1ad Description-en: Open a named yakuake tab and runs a script in it A rather simple script to open a new tab in yakuake, set the name of the tab, run a script, and close the tab when the script terminates. . For example, to ssh to a server called `alfio`, you can run "ynew alfio". . This will open a new tab in yakuake named alfio which will contain the ssh session. . Script for bash completion is also provided. . It integrates with the launcher trabucco, to create new yakuake tabs from it. Package: yorick-gyoto Description-md5: 6c114bf5237bfd11e89d2408d5f81423 Description-en: General relativistic geodesic integration for the Yorick language Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package provides a plug-in for the Yorick programming language exposing the Gyoto facilities. It allows using Gyoto interactively from the yorick prompt or running complex Gyoto scripts. Package: zanshin Description-md5: 7ef5afdf8f14e0fbc094ee86648a8e3f Description-en: to-do list manager Zanshin is a powerful yet simple application for managing your day to day actions and notes. It helps you organize and reduce the cognitive pressure of what one has to do in one's job and personal life. You'll never forget anything anymore, having a "mind like water". 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: afnix Description-md5: 4fa7732d8fdce86e3dbebc4c386022a0 Description-en: Compiler and run-time for the AFNIX programming language AFNIX is a multi-threaded functional programming language with dynamic symbol bindings that support the object oriented paradigm. The language features a state of the art runtime engine. The distribution is available with several clients and a rich set of modules that are designed to be platform independent. 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: deepin-album Description-md5: b7be99cd3d06af0ecc6fdb8f90b180bc Description-en: album application for Deepin Desktop Environment Deepin-album is a fashion photo manager for viewing and organizing pictures. deepin-album supports command line, mouse drag method to import photos. deepin-album supports single browsing and timeline browsing modes. Package: erlang-common-test Description-md5: 7b279934204d2fda3ee05f2ba5e002bb Description-en: Erlang/OTP application for automated testing Common Test is a portable application for automated testing. It is suitable for black-box testing of target systems of any type (i.e. not necessarily implemented in Erlang), as well as for white-box testing of Erlang/OTP programs. Black-box testing is performed via standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and, if required, via user specific interfaces (often called test ports). White-box testing of Erlang/OTP programs is easily accomplished by calling the target API functions directly from the test case functions. Common Test also integrates usage of the OTP cover tool for code coverage analysis of Erlang/OTP programs. Package: erlang-debugger Description-md5: f2a130c9024aae5b814aecc511de1716 Description-en: Erlang/OTP application for debugging and testing Debugger is a graphical tool which can be used for debugging and testing of Erlang programs. For example, breakpoints can be set, code can be single stepped and variable values can be inspected and modified. Package: erlang-dialyzer Description-md5: 64f3bbfb833c0a9582717bebe4d36557 Description-en: Erlang/OTP discrepancy analyzer application Dialyzer is a static analysis tool that identifies software discrepancies such as type errors, unreachable code, unnecessary tests etc. in single Erlang modules or entire (sets of) applications. Package: erlang-diameter Description-md5: 42a0b30fc825ef17d696ef8100828e2c Description-en: Erlang/OTP implementation of RFC 6733 protocol Interface with which a user creates a service that sends and receives messages using the Diameter protocol as defined in RFC 6733. Package: erlang-edoc Description-md5: a3f918489b4ca4cd8e396c420e04b999 Description-en: Erlang/OTP module for generating documentation EDoc is the Erlang program documentation generator. Inspired by the Javadoc tool for the Java programming language, EDoc is adapted to the conventions of the Erlang world. Package: erlang-et Description-md5: 642600ae4ee7f6069393fa0af8f50037 Description-en: Erlang/OTP event tracer application The Event Tracer (ET) uses the built-in trace mechanism in Erlang and provides tools for collecting and examining trace data using GUI. Package: erlang-eunit Description-md5: 559493af07c14e28bf56267ccbd871a0 Description-en: Erlang/OTP module for unit testing The EUnit application contains modules with support for unit testing. Package: erlang-observer Description-md5: 562a137fe6357e7dc7f07faca76776a1 Description-en: Erlang/OTP application for investigating distributed systems The OBSERVER application contains tools for tracing and investigation of distributed systems. They include etop - a tool for presenting information about Erlang processes, and crashdump_viewer - a HTML based tool for browsing Erlang crashdumps. Package: erlang-odbc Description-md5: 8fb16205445a0b6f3190216580f2428d Description-en: Erlang/OTP interface to SQL databases The Erlang ODBC application provides an interface for accessing relational SQL databases from Erlang. Package: erlang-reltool Description-md5: c21e40c68ee2fb8795e6e8d59da14957 Description-en: Erlang/OTP release management tool Reltool is a release management tool. It analyses a given Erlang/OTP installation and determines dependencies between applications. The graphical frontend depicts the dependencies and enables interactive customization of a target system. The backend provides a batch interface for generation of customized target systems. Package: erlang-wx Description-md5: 33737e962cd597aa89c0246f6ed16263 Description-en: Erlang/OTP bindings to wxWidgets The wxErlang application is an API for writing graphical user interfaces with wxWidgets. 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: libblis-dev Description-md5: 9f215031f7d1fd437d71bf7197d9b845 Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,meta) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package pulls development files for one of the 32-bit BlasInt variants. Package: libblis-openmp-dev Description-md5: ceacaf3ac2b859d15cf8c58a33dcaf70 Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,openmp) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains (-t openmp) version of development files. Package: libblis-pthread-dev Description-md5: c5463eb80b98d85a99d69ddf2a5dee94 Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,pthread) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains (-t pthread) version of development files. Package: libblis-serial-dev Description-md5: 4146615cf08c93dfaf956acb251a047a Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,serial) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains (-t no) version development files. Package: libblis4 Description-md5: 5baa73c326d3393e288f320072638b34 Description-en: BLAS-like Library Instantiation Software Framework (32bit,meta) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package pulls one of the 32-bit-BlasInt shared library variants. Package: libblis4-openmp Description-md5: 1884e31b4b241f27ba109fbf3f4ea915 Description-en: BLAS-like Library Instantiation Software Framework (32bit,openmp) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-t openmp) version of shared library. Package: libblis4-pthread Description-md5: 3f4a1ad71e227f07af6a18e9a8874e20 Description-en: BLAS-like Library Instantiation Software Framework (32bit,pthread) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-t pthread) version of shared library. Package: libblis4-serial Description-md5: 233c2c266fd69c9b46291c2001ebbf04 Description-en: BLAS-like Library Instantiation Software Framework (32bit,serial) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-t no) version of shared library. Package: libblis64-4 Description-md5: 625da2059195619a8e9d26ab7e376541 Description-en: BLAS-like Library Instantiation Software Framework (64bit,meta) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package pulls one of the 64-bit-BlasInt shared library variants. Package: libblis64-4-openmp Description-md5: 48120b9a9a3bf492a8c6caac4f8bcec5 Description-en: BLAS-like Library Instantiation Software Framework (64bit,openmp) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t openmp) version of shared library. Package: libblis64-4-pthread Description-md5: 80e24901df53a3dfe07d72681a95865b Description-en: BLAS-like Library Instantiation Software Framework (64bit,pthread) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t pthread) version of shared library. Package: libblis64-4-serial Description-md5: 91194a3216802c63b832f9153d4c0937 Description-en: BLAS-like Library Instantiation Software Framework (64bit,serial) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t no) version of shared library. Package: libblis64-dev Description-md5: 4611561d04eac9c08cce096f5311ddeb Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,meta) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package pulls development files for one of the 64-bit BlasInt variants. Package: libblis64-openmp-dev Description-md5: f6cefe69655516b84fa7957a3b404e1f Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,openmp) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t openmp) version of development files. Package: libblis64-pthread-dev Description-md5: 138b632a254cce3ea8c603dbca568c42 Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,pthread) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t pthread) version of development files. Package: libblis64-serial-dev Description-md5: d9373813209ec10ba1930fb083d6b379 Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,serial) BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API is also available for more experienced users. . The package contains the (-b 64 -i 64 -t no) version of development files. Package: libcsirocsa0 Description-md5: a269767d31bc0994f7a17006d83bd80b Description-en: Scientific plotting library (CSIRO csa library) This package contains the bivariate Cubic Spline Approximation library developed by Pavel Sakov, from the CSIRO Marine Research. . The source code for these libraries are part of the plplot source package. Package: libcsironn0 Description-md5: 7fb74997c840a861f9afcfe0cb9ed5e9 Description-en: Scientific plotting library (CSIRO nn library) This package contains the Natural Neighbours interpolation library developed by Pavel Sakov, from the CSIRO Marine Research. . The source code for these libraries are part of the plplot source package. Package: libevtx-dev Description-md5: 12c900483a7bcd496d0b5ce80bd3b2b5 Description-en: Windows XML Event Log format access library -- development files libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package includes the development support files. Package: libevtx-utils Description-md5: 5354ab40fbd8abaadf93d67b0acbb6d1 Description-en: Windows XML Event Log format access library -- Utilities libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains tools to access data stored in EVT log files: evtxexport, evtxinfo. Package: libevtx1t64 Description-md5: 9a63fa5ede078195dbbfb5a15696ef03 Description-en: Windows XML Event Log format access library libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains the shared library. Package: 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: 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: 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: libplplot-dev Description-md5: a4f560488d2925922a3a95d234e764b1 Description-en: Scientific plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains all that is needed for doing development in C, C++ and Fortran with PLplot. For development in Tcl/Tk, Python and Java, install the plplot-tcl-dev, python3-plplot and libplplot-java packages, respectively. This package also includes the OCaml and Lua examples. To use one of these languages you will also need to install the libplplot-xxx package for that language. Package: libplplot-java Description-md5: 9be651b2fe4b86da141747b3ad0d8f8c Description-en: Scientific plotting library (Java bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Java bindings for PLplot. Package: libplplot-lua Description-md5: 15b01f15d00c6e0a485725fa37f771ef Description-en: Scientific plotting library (Lua bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Lua bindings for PLplot. Package: libplplot-ocaml Description-md5: 037c0775570fa05ff6f5f75b19c4c9fe Description-en: OCaml bindings for the scientific plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the OCaml bindings for PLplot. Package: libplplot-ocaml-dev Description-md5: 863ea4066e03489260996582c4d047af Description-en: OCaml support for the PLplot plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the development package for PLplot OCaml bindings. Package: libplplot17 Description-md5: c3f3527bdbadd832ddea1189dc9fba15 Description-en: Scientific plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the PLplot library for C. Package: libplplotada-dev Description-md5: 6882c31d542533f2ffc9e45ece5bbe72 Description-en: Ada support for PLplot, a plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains all that is needed for doing PLplot development in Ada. Package: libplplotada4.2 Description-md5: 132b70eb75a1fd1e20f29998334b7a1d Description-en: Ada support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the runtime Ada bindings library for PLplot. Package: libplplotcxx15 Description-md5: f12263a92a75c6e7dc6362bac29d5c6f Description-en: Scientific plotting library (C++ binding) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the C++ binding for PLplot. Package: libplplotfortran0 Description-md5: d794d8932a6170a1b17942ded61821f2 Description-en: Scientific plotting library (fortran bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Fortran 95 bindings for PLplot. Note: the Fortran 77 bindings have been deprecated upstream for some time and have now been dropped from the Debian packages. Package: libplplotqt2 Description-md5: 28fedac3e79b55e453c293e32551da5f Description-en: Scientific plotting library (Qt bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides C++ bindings to allow use of the PLplot API in Qt applications. Package: libplplotwxwidgets1 Description-md5: 2ede11f4982f1eb91c163ebbc4c7cdb4 Description-en: Scientific plotting library (wxWidgets bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the wxWidgets bindings. Package: libqbscore2.4 Description-md5: 0811f7ca5d99f9e873fc52232c622b8a Description-en: Qbs core library Qbs is a general purpose cross-platform build tool that aims at fast and correct incremental builds. It features a project description language that is similar to QML. . This package contains Qbs core shared library. Package: libqbscore2.5 Description-md5: 0811f7ca5d99f9e873fc52232c622b8a Description-en: Qbs core library Qbs is a general purpose cross-platform build tool that aims at fast and correct incremental builds. It features a project description language that is similar to QML. . This package contains Qbs core shared library. Package: libqsastime-dev Description-md5: 50108538c058e2b15a79bc388b474234 Description-en: Time format conversion library (development files) The qsastime library is a simple library for handling time format conversion. It overcomes the limitations of the POSIX time handling routines by allow high precision time variables over a large range of ranges of dates and by correctly handling leap seconds. It was designed with the needs of scientific data plotting in mind. This package provides the necessary files to do development with libqsastime. . The source code for this library is part of the plplot source package. Package: libqsastime0 Description-md5: 1b0ca9bf80be8acb86ff7fc64cc84f9a Description-en: Time format conversion library The qsastime library is a simple library for handling time format conversion. It overcomes the limitations of the POSIX time handling routines by allow high precision time variables over a large range of ranges of dates and by correctly handling leap seconds. It was designed with the needs of scientific data plotting in mind. This package provides the runtime library. . The source code for this library is part of the plplot source package. Package: 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: libtango-dev Description-md5: e618df7940f0a511812d4eccd49a78b7 Description-en: TANGO distributed control system - development library TANGO is an object-oriented distributed control system using CORBA. In TANGO all objects are representations of devices, which can be on the same computer or distributed over a network. Communication between devices uses CORBA and can be synchronous, asynchronous or event driven. . The object model in TANGO supports methods, attributes and properties. TANGO provides an API which hides all the details of network access and provides object browsing, discovery, and security features. Permanent data is stored in a MySQL/MariaDB database. . TANGO is being actively developed as a collaborative effort between the ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es), and Elettra institutes (www.elettra.trieste.it). . This package contains the tango9 development files. Package: libtango-tools Description-md5: 544e0fea418eb6b7c4e205af672d77a2 Description-en: TANGO distributed control system - common executable files This package provides shared files for the TANGO distributed control system, and sets up the required infrastructure. Package: libtango10 Description-md5: 07b63e916b41f8d54e9fbf0df09a98a0 Description-en: TANGO distributed control system - shared library TANGO is an object-oriented distributed control system using CORBA. In TANGO all objects are representations of devices, which can be on the same computer or distributed over a network. Communication between devices uses CORBA and can be synchronous, asynchronous or event driven. . The object model in TANGO supports methods, attributes and properties. TANGO provides an API which hides all the details of network access and provides object browsing, discovery, and security features. Permanent data is stored in a MySQL/MariaDB database. . TANGO is being actively developed as a collaborative effort between the ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es), and Elettra institutes (www.elettra.trieste.it). . This package contains the files necessary for running TANGO applications. 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: octave-plplot Description-md5: bc07b1f0ee609531a62179d58e7d7ea2 Description-en: Octave support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Octave bindings for PLplot. It provides an almost drop-in replacement for the traditional Gnuplot graphical interface in Octave. Examples are also provided. Package: plplot-driver-cairo Description-md5: a253bfbeffa7f0b503680e35c4081abf Description-en: Scientific plotting library (Cairo driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Cairo driver module for PLplot. It is based on the Cairo 2D graphics library with supporting multiple output devices (X-Window, PDF, PostScript, and PNG). Package: plplot-driver-qt Description-md5: fbd27eb04c005c8e3c230d8c0f50580e Description-en: Scientific plotting library (Qt driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Qt driver module for PLplot. Package: plplot-driver-wxwidgets Description-md5: a1f1da908a753fc88786e285987f0059 Description-en: Scientific plotting library (wxWidgets driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the wxWidgets driver module for PLplot. Package: plplot-driver-xwin Description-md5: 9e16610ed4059fc60f1c2acf2c141f8d Description-en: Scientific plotting library (X11 driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the X11 driver module for PLplot. Package: plplot-examples Description-md5: 48ffdce183d0e3e2571da9bf3e8a6c4f Description-en: Examples for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the examples in C, C++, and for the supported language bindings for the PLplot library. Package: plplot-tcl Description-md5: f48cc16d95409ce8988c70453b1f3aa6 Description-en: Tcl/Tk support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Tcl/Tk support for PLplot: shared libraries, Tcl modules and the Tk driver. Package: plplot-tcl-bin Description-md5: 645baa7b92cec3bb3bd10363427b0060 Description-en: Tcl/Tk tools for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the pltcl and plserver programs for interactive use of the Tcl/Tk support for PLplot. Package: plplot-tcl-dev Description-md5: af6ec3fcc4b6ff2bd34cd40254aa5889 Description-en: Tcl/Tk development support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the necessary files to do development in Tcl/Tk with PLplot: header files, shared libraries links, and examples. Package: python3-libevtx Description-md5: 0ad9d499ad5852ff336945fcf01174fa Description-en: Windows XML Event Log format access library -- Python 3 bindings libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains Python 3 bindings for libevtx. Package: python3-plplot Description-md5: eb17ab7bbacade4f6715177fc50d0d4d Description-en: Python support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the library plmodule.so for glueing the PLplot scientific plotting library into Python applications. Examples are also provided. Package: python3-plplot-qt Description-md5: 083577bfe29461f89e411d0b9f6a52c9 Description-en: Scientific plotting library (Python Qt GUI) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides Python bindings to allow use of the PLplot API in qt applications. Package: qbs Description-md5: 9b7ebcf2e4b8ab2de8f2effccb27d22a Description-en: cross-platform build tool Qbs is a general purpose cross-platform build tool that aims at fast and correct incremental builds. It features a project description language that is similar to QML. Package: qbs-dev Description-md5: fea4d3bd717e5614a86f07f3957d8d4d Description-en: Qbs development files Qbs is a general purpose cross-platform build tool that aims at fast and correct incremental builds. It features a project description language that is similar to QML. . This package contains headers and development files for Qbs. Package: rebar Description-md5: 2844a96ba983e006c63e13560431a789 Description-en: Sophisticated build-tool for Erlang projects that follows OTP principles rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. . rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc). 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: shelltestrunner Description-md5: b83e1597d79a7e44be16d876066274d4 Description-en: test command-line programs or arbitrary shell commands shelltestrunner is a cross-platform tool for testing command-line programs (or arbitrary shell commands). It reads simple declarative tests specifying a command, some input, and the expected output, error output and exit status. Tests can be run selectively, in parallel, with a timeout, in color, and/or with differences highlighted. Package: snek-bin Description-md5: 656134ca0eb4673966b2f80d9a344ae9 Description-en: Host binary version of Snek programming language Snek is a small python-like language designed for embedded computers. It can run on systems as small as an Arduino Duemilanove board, which is an ATmega 328 processor with 32kB of flash and 2kB of ram. This package provides a host snek binary for playing with the language on your host machine. Package: tango-accesscontrol Description-md5: 03721f413a8fb2f906b89e11ef7b6c90 Description-en: TANGO distributed control system - accesscontrol server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO accesscontrol server. It can be used to manage the users and IP addresses that are permitted to access TANGO devices. Package: tango-db Description-md5: 61ba4846bb4d6244151ee89c4256100e Description-en: TANGO distributed control system - database server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO database server using MySQL/MariaDB. Package: tango-starter Description-md5: 159372bf8ae1578a656674dbc00c0ee9 Description-en: TANGO distributed control system - starter server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO device control server. It can start, stop, or report the status of other TANGO components. Package: tango-test Description-md5: a8db909e0c0a83825ac21590f90a4df5 Description-en: TANGO distributed control system - test device TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO device which implements all TANGO attribute types, and can be used for testing the installation. 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: wordnet Description-md5: 791162978c67c87be997340ea3bad976 Description-en: electronic lexical database of English language WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . WordNet is considered to be the most important resource available to researchers in computational linguistics, text analysis, and many related areas. . Binary and manpages of WordNet as well as general manpages. Package: wordnet-dev Description-md5: 2d3b071fedc636631c6bbb7c77ae8b22 Description-en: electronic lexical database of English language (devel) WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . Header files and library as well as manpages for section 3 (development). Package: wordnet-grind Description-md5: f378d460c4910aa3b6d0e562ddcf4e8a Description-en: WordNet lexicographer files processor WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . This package contains the grind processor for WordNet lexicographer files. It can be used to process the lexicographer files from the Debian source tarball into a WordNet binary database file or other lexicographer filese provided by the user. Package: wordnet-gui Description-md5: acc41796a869230478a9f03dff461e8b Description-en: electronic lexical database of English language (GUI) WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . WordNet is considered to be the most important resource available to researchers in computational linguistics, text analysis, and many related areas. . This package contains a Tcl/Tk Gui to browse wordnet dictionary. Package: cfengine3 Description-md5: 788a29b26be014b99b2dd6cde0363f81 Description-en: tool for configuring and maintaining network machines Cfengine is a suite of programs for integrated autonomic management of either individual or networked computers. . Cfengine 3 is both a more powerful and much simplified version of cfengine, which has been designed to inter operate with cfengine 2 rather than be backwards compatible with it. . With cfengine 3 you can install, configure and maintain computers using powerful hands-free tools. Package: gammaray Description-md5: a94b1d7900b1873c06348fe2f3b56605 Description-en: Tool for examining the internals of Qt application GammaRay is a tool for examining the internals of a Qt application and to some extent also manipulate it. GammaRay uses injection methods to hook into an application at runtime and provide access to a wide variety of interesting information. It provides easy ways of navigating through the complex internal structures you find in some Qt frameworks, such as QGraphicsView, model/view, QTextDocument, state machines and more. Package: gammaray-dev Description-md5: 77aaccdf9352880e954c0868f7ed3540 Description-en: GammaRay plugin development files GammaRay is a tool for examining the internals of a Qt application and to some extent also manipulate it. GammaRay uses injection methods to hook into an application at runtime and provide access to a wide variety of interesting information. It provides easy ways of navigating through the complex internal structures you find in some Qt frameworks, such as QGraphicsView, model/view, QTextDocument, state machines and more. . This package contains header files used for building 3rd party GammaRay plugins. Package: gammaray-plugin-bluetooth Description-md5: dcebbb439ceee57d836617715cc2549d Description-en: QtBluetooth type support for GammaRay This plugin adds support for QtBluetooth types into GammaRay. Package: gammaray-plugin-kjobtracker Description-md5: 1349fecadcf1b1546cae5fcc2742d3bc Description-en: KJob tracker plugin for GammaRay This plugin can be used to monitor KJob instances within a KDE-based application. Package: gammaray-plugin-positioning Description-md5: b92112aa92fe5313547f30501d3dca46 Description-en: Qt6Positioning type support for GammaRay This plugin adds support for Qt6Positioning types into GammaRay. Package: gammaray-plugin-quickinspector Description-md5: 144443c79d767d7df4585a3495d1dd9f Description-en: GammaRay plugin for inspecting QtQuick2 applications This plugin provides the user with the following inspection and debugging facilities: . * Tree view of all QQuickItems in the scene, marking invisible items and items having focus. * Object inspector allowing to see all the properties, inspect signal-slot connections, and directly invoke slots and Q_INVOKABLE methods. * Live-preview of the QtQuick scene inside the GammaRay window. * Qt Quick scene graph inspector. Package: gammaray-plugin-waylandinspector Description-md5: e1d11c246e302caacc4b4453ca7819c9 Description-en: Wayland compositor inspector plugin for GammaRay The Wayland compositor inspector allows one to browse QWaylandClient instances and their associated resources, as well as observe Wayland events. Package: 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: 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: 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: 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: 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: 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-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: iptux Description-md5: 0e2a14a870a45f416a44fd78dff4cf71 Description-en: Intranet communication tool for Linux iptux is an “IP Messenger” client for Linux. . It can: - auto-detect other clients on the intranet. - send message to other clients. - send file to other clients. . It is (supposedly) compatible with 飞鸽传书 (Feige) and 飞秋 (FeiQ) from China, and with the original “IP Messenger” clients from Japan as listed on http://ipmsg.org/ including g2ipmsg and xipmsg in Debian. Package: kakoune Description-md5: 8ba777537e413662f81feb19aa24b6ba Description-en: Vim-inspired, selection-oriented code editor Kakoune is a code editor heavily inspired by Vim; as such most of its commands are similar to vi’s ones, and it shares Vi’s "keystrokes as a text editing language" model. Kakoune can operate in two modes, normal and insertion. In insertion mode, keys are directly inserted into the current buffer. In normal mode, keys are used to manipulate the current selection and to enter insertion mode. Kakoune has a strong focus on interactivity, most commands provide immediate and incremental results, while still being competitive (as in keystroke count) with Vim. Kakoune works on selections, which are oriented, inclusive range of characters; selections have an anchor and a cursor character. Most commands move both of them, except when extending selection where the anchor character stays fixed and the cursor one moves around. Package: libarmci-mpi-dev Description-md5: 52136d843f532b5e27ab5e7cdcfb99c9 Description-en: ARMCI-MPI (Development version) ARMCI-MPI is a completely rewritten implementation of the ARMCI one-sided communication interface that uses MPI RMA for one-sided communication. . The purpose of the Aggregate Remote Memory Copy (ARMCI) library is to provide a general-purpose, efficient, and widely portable remote memory access (RMA) operations (one-sided communication) optimized for contiguous and noncontiguous (strided, scatter/gather, I/O vector) data transfers. . This version contains the Fortran90 modules and the static library, built against both OpenMPI and MPICH. Package: libonnxruntime-dev Description-md5: d144454e52fb87ef69f028500671d13a Description-en: cross-platform inference and training ML accelerator (dev files) ONNX Runtime is a performance-focused complete scoring engine for Open Neural Network Exchange (ONNX) models, with an open extensible architecture to continually address the latest developments in AI and Deep Learning. ONNX Runtime stays up to date with the ONNX standard with complete implementation of all ONNX operators, and supports all ONNX releases (1.2+) with both future and backwards compatibility. Please refer to this page for ONNX opset compatibility details. . This package provides the development files for libonnxruntime. Package: libonnxruntime1.19.2 Description-md5: 552d4cb5b759776d4c1e450cf6be2235 Description-en: cross-platform inference and training ML accelerator (shared lib) ONNX Runtime is a performance-focused complete scoring engine for Open Neural Network Exchange (ONNX) models, with an open extensible architecture to continually address the latest developments in AI and Deep Learning. ONNX Runtime stays up to date with the ONNX standard with complete implementation of all ONNX operators, and supports all ONNX releases (1.2+) with both future and backwards compatibility. Please refer to this page for ONNX opset compatibility details. . This package provides the shared library. Package: libpromises3 Description-md5: b7cc394ad69cf35c6472df3b5d754ec7 Description-en: libpromises library for cfengine3 binaries The main purpose of cfengine is to allow the system administrator to create a single central file which will define how every host on a network should be configured. . This package contains the libpromises3 library. Package: lynkeos.app Description-md5: bca8bc54d12fdc5a672bce40add1b1d3 Description-en: GNUstep app for processing planetary astronomical images Lynkeos is an application dedicated to the processing of astronomical (mainly planetary) images taken with a webcam through a telescope. By stacking the best images, the signal to noise ratio is increased and details lost in the noise of individual images become visible in the resulting image. 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: onnxruntime-tools Description-md5: 609c04cd77a09b15de6cf9016a91bd0d Description-en: cross-platform inference and training ML accelerator (tools) ONNX Runtime is a performance-focused complete scoring engine for Open Neural Network Exchange (ONNX) models, with an open extensible architecture to continually address the latest developments in AI and Deep Learning. ONNX Runtime stays up to date with the ONNX standard with complete implementation of all ONNX operators, and supports all ONNX releases (1.2+) with both future and backwards compatibility. Please refer to this page for ONNX opset compatibility details. . This package provides the onnxruntime tools. Package: openjdk-24-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-24-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: splash Description-md5: 546d70c71158fe8683a0f326af556261 Description-en: Visualisation tool for Smoothed Particle Hydrodynamics simulation This (formerly SUPERSPHPLOT) is a visualisation tool for output from (astrophysical) simulations using the Smoothed Particle Hydrodynamics (SPH) method in one, two and three dimensions. It is written in Fortran 90 and can utilise the PGPLOT graphics subroutine library to do the actual plotting. It is based around a command-line menu structure but utilises the interactive capabilities of PGPLOT to manipulate data interactively in the plotting window. Package: wlcs Description-md5: e98252357ef98c0dfeda1d7f699fb533 Description-en: Wayland Conformance Suites wlcs aspires to be a protocol-conformance-verifying test suite usable by Wayland compositor implementations. . This package contains the headers necessary for a Wayland compositor to provide the integration module needed to run wlcs tests, and the test runner binary needed to run the tests against the compositor. 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: gccgo-14-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-14-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-14-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: gm2-14-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-14-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++-14-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-14-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: lib64gphobos-14-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: lib64gphobos5 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-14-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4 Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64stdc++6-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: 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: gccgo-14-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-14-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: gdc-14-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: gm2-14-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-14-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: gobjc++-14-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-14-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: corrosion Description-md5: 4cbc21579b747160c17f9687bd29da47 Description-en: Tool for integrating rust with an existing CMake project Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust into an existing CMake project. . Corrosion can automatically import executables, static libraries, and dynamic libraries from a workspace or package manifest (Cargo.toml file). 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: gccgo-14-riscv64-linux-gnu Description-md5: cb0c26ec7dbe9b289a3908acdec4f4be Description-en: GNU Go compiler for the riscv64-linux-gnu architecture This is the GNU Go compiler for the riscv64-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-riscv64-linux-gnu Description-md5: 5d64461e71f5c808bbac8962ffaf5c69 Description-en: GNU Rust compiler for the riscv64-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-14-riscv64-linux-gnu Description-md5: 079a7e73375fff1da316ca219ebbcae9 Description-en: GNU D compiler (version 2) for the riscv64-linux-gnu architecture This is the GNU D compiler for the riscv64-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: gm2-14-riscv64-linux-gnu Description-md5: bf44f4d7e917b7e8edf9363fe50a90ac Description-en: GNU Modula-2 compiler for the riscv64-linux-gnu architecture This is the GNU Modula-2 compiler for the riscv64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-14-riscv64-linux-gnu Description-md5: 808a76870de359e9a78a6de8abc0489b Description-en: GNU Ada compiler for the riscv64-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++-14-riscv64-linux-gnu Description-md5: 9a5818aa29919ffe77de03b3895dc8e2 Description-en: GNU Objective-C++ compiler for the riscv64-linux-gnu architecture This is the GNU Objective-C++ compiler for the riscv64-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-riscv64-linux-gnu Description-md5: 3b04b13a1ceb1ae69e8d04956e6e0e21 Description-en: GNU Objective-C compiler for the riscv64-linux-gnu architecture This is the GNU Objective-C compiler for the riscv64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: golang-golang-x-tools Description-md5: e34084d88c06480ee1c22d1df714cb85 Description-en: supplementary Go tools This subrepository holds the source for various packages and tools that support the Go programming language. . Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". . Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. Package: gvproxy Description-md5: 7f54d927314e1f5b97b4681f9bcffe5a Description-en: Secure networking stack for container runtimes (program) This package provides a networking stack similar to libslirp or VPNKit, but written in golang. It is based on gVisor. . This package provides the proxy and wrapper utility for use with qemu 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: 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: libgzstream-dev Description-md5: 0d5f3f1844758d871482cc179322016c Description-en: provide functionality of zlib C-library in a C++ iostream (development) Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. . This package contains the static library and header files. Package: libgzstream0 Description-md5: 25781160586e93aa72b484d8a32bdb7b Description-en: provide functionality of zlib C-library in a C++ iostream Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. . This package contains the dynamic library. Package: 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: librust-always-assert-dev Description-md5: fee69e68e025d69a85cc1d16a9bfa2f1 Description-en: Recoverable assertions for long-running robust applications - Rust source code Source code for Debianized Rust crate "always-assert" 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: meli Description-md5: 784f0bee4f12fb71e85a4c96f8dd754e Description-en: terminal mail client meli is a terminal email client with support for multiple accounts, for Maildir, mbox content storage, for notmuch metadata storage, and for IMAP, JMAP and NNTP (Usenet) protocols. 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-dbusdeviation Description-md5: 810aa60d972065dd7b2aeb8685e95906 Description-en: parse D-Bus introspection XML and process it in various ways dbus-deviation is a project for parsing D-Bus introspection XML and processing it in various ways. Its main tool is dbus-interface-diff, which calculates the difference between two D-Bus APIs for the purpose of checking for API breaks. . This functionality is also available as a Python module, dbusdeviation. . A second Python module, dbusapi, is provided for parsing D-Bus introspection XML to produce an AST representing a D-Bus interface. Package: sccache Description-md5: 5c0cd7de35c08ba4ae2d18ad23bc065b Description-en: compiler cache for fast recompilation of C/C++/Rust code Sccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. . Compared to ccache, sccache caches not only C and C++ but also Rust code and can store its cache using certain cloud storage, but tracks objects by their full paths (ccache tracks objects more flexibly). 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: 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: 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: 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: 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: 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-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.