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: 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: arm-trusted-firmware-tools Description-md5: 3f56b05049e0d5194652edf754afaec1 Description-en: "secure world" software for ARM SoCs - tools The "secure world" on arm64 machines is a special level of CPU privilege that is hidden from the normal OS, and has complete control over the system. It provides both initialization during early boot stages (before u-boot or EFI) and system monitor functionality once the machine is booted up. . This package includes helper tools. Package: asammdf Description-md5: 4f285c3fadc58271ea0bed3de2d96391 Description-en: GUI application used to analyse engine CAN logs asammdf is a fast parser and editor for ASAM (Association for Standardization of Automation and Measuring Systems) MDF (Measurement Data Format) files. . asammdf supports MDF versions 2 (.dat), 3 (.mdf) and 4 (.mf4). Package: austin Description-md5: 620d7f4a5e6cd66265e4f28583d49cb8 Description-en: Frame stack sampler for CPython Austin is a Python frame stack sampler for CPython written in pure C. It samples the stack traces of a Python application so that they can be visualised and analysed. As such, it serves the basis for building powerful profilers for Python. . The most interesting use of Austin is probably in conjunction with FlameGraph to profile Python applications while they are running, without the need of instrumentation. This means that Austin can be used on production code with little or even no impact on performance. Package: autodock-vina Description-md5: ccc2890588539c77dfd8813255875f4e Description-en: docking of small molecules to proteins AutoDock Vina is a program to support drug discovery, molecular docking and virtual screening of compound libraries. It offers multi-core capability, high performance and enhanced accuracy and ease of use. . The same institute also developed autodock, which is widely used. . O. Trott, A. J. Olson, AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization and multithreading, Journal of Computational Chemistry 31 (2010) 455-461 Package: bear-factory Description-md5: 74f8f8f9272db7c3d594f880dcf656d8 Description-en: Editors for Plee the Bear This package includes the level editor, animation editor and model editor of the Bear Engine for Plee the Bear. Package: binutils-h8300-hms Description-md5: d36f7ce5528d0c8862667e995a4a2067 Description-en: GNU binary utilities, for h8300-hitachi-coff target This package provides GNU assembler, linker and binary utilities for h8300-hitachi-coff target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for h8300-hitachi-coff. Package: bobdude Description-md5: 5631dbf7da50f1de6f608f59cb82e4df Description-en: Software for programming B·O·B·3 robots B·O·B·3 is your little robot friend who learns programming with you. . B·O·B·3 teaches you textual coding in C/C++. You can use this knowledge everywhere else! Package: bolt-21 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: brickos Description-md5: 81bad338f60ecd7f2623f64ba3db9e7c Description-en: alternative OS for LEGO(r) Mindstorms RCX supporting C/C++ A multitasking operating system with development environment for use as an alternative to the standard LEGO(r) Mindstorms RCX firmware. . For posts to/from other users: https://lugnet.com/robotics/rcx/legos/ . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: brickos-doc Description-md5: 4c6ab5ad98c018ad6b20f5eed2bdea13 Description-en: documentation for brickOS an Alternative OS for the RCX API Documentation for brickOS an alternative Operating System for the LEGO(r) Mindstorms RCX. . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: 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: cargo-1.88 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.88-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: cbmc Description-md5: 2c892fdd5142036595dc17775271afad Description-en: bounded model checker for C and C++ programs CBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: clang-21 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Package: clang-21-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-21-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Package: clang-format-21 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-tidy-21 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tools-21 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clangd-21 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: cpp-12 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-12-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-13 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-13-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-13-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-13-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-13-x86-64-linux-gnu Description-md5: 43b850052510e8ce407b526ada2b0877 Description-en: GNU C preprocessor for x86_64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for x86_64-linux-gnu architecture but not the compiler. Package: cpp-14 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-14-aarch64-linux-gnu Description-md5: 60cdf4bb445be15901cb015feeb990b7 Description-en: GNU C preprocessor for aarch64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for aarch64-linux-gnu architecture but not the compiler. Package: cpp-14-arm-linux-gnueabihf Description-md5: ed68a0d5b068e9ec1abe470407d0cbf5 Description-en: GNU C preprocessor for arm-linux-gnueabihf A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for arm-linux-gnueabihf architecture but not the compiler. Package: cpp-14-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-14-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-14-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-14-i686-linux-gnu Description-md5: b8282273c17bed5005498d3acc86c9d4 Description-en: GNU C preprocessor for i686-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for i686-linux-gnu architecture but not the compiler. Package: cpp-14-powerpc-linux-gnu Description-md5: 1bc17e836ac369f167de0dc882685c13 Description-en: GNU C preprocessor for powerpc-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for powerpc-linux-gnu architecture but not the compiler. Package: cpp-14-powerpc64le-linux-gnu Description-md5: 2c7bd4237665c7473651107af2193fed Description-en: GNU C preprocessor for powerpc64le-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for powerpc64le-linux-gnu architecture but not the compiler. Package: cpp-14-riscv64-linux-gnu Description-md5: c37f823d16cc21e0b1020888979e0de5 Description-en: GNU C preprocessor for riscv64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for riscv64-linux-gnu architecture but not the compiler. Package: cpp-14-s390x-linux-gnu Description-md5: 15322c927af928619270877121b482b0 Description-en: GNU C preprocessor for s390x-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for s390x-linux-gnu architecture but not the compiler. Package: cpp-14-x86-64-linux-gnu Description-md5: 43b850052510e8ce407b526ada2b0877 Description-en: GNU C preprocessor for x86_64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for x86_64-linux-gnu architecture but not the compiler. Package: cppcheck Description-md5: 9998bc10c93cd21710a4b0829a0bcc92 Description-en: tool for static C/C++ code analysis (CLI) Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers; . This package contains the command-line interface for cppcheck. Package: cppcheck-gui Description-md5: a5b195958a0dbd8a7eca7f99f946e638 Description-en: tool for static C/C++ code analysis (GUI) Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers . This package contains the graphical user interface for cppcheck. Package: crossbuild-essential-amd64 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-i386 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-powerpc Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: cryfs Description-md5: 6a193616bfd007a57999d6d65d2c809f Description-en: encrypt your files and store them in the cloud CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. Package: danmaq Description-md5: 54b4bdcf7f1aa27c959de2f431b759cb Description-en: Small client side Qt program to play danmaku on any screen DanmaQ is a desktop danmaku client. It is used to display danmaku strings. . "danmaku", originally a Japanese word, is a certain method of instant commenting over the Internet. It originated in Japan and became popular in East Asian cultural circle. In this case, People write comments and send them to a danmaku server. The server will push comments to danmaku clients connected to it, where comments are displayed on a real-time basis. Comment strings will fly over the screen with artistic effects. . This package provides a danmaku client program implemented in Qt5. Package: dbus-cpp-bin Description-md5: 1f692b6fb03f341cbe1df4e085c14071 Description-en: header-only dbus-binding leveraging C++-11 (tools) Protocol compiler and generator to automatically generate protocol headers from introspection XML. . D-Bus is a message bus used for sending messages between applications. . This package contains runtime binaries. Package: dbus-cpp-dev-examples Description-md5: 6c264b967b244227d03e3bafa733507d Description-en: header-only dbus-binding leveraging C++-11 (examples) A header-only dbus-binding leveraging C++-11, relying on compile-time polymorphism to integrate with arbitrary type systems. . D-Bus is a message bus used for sending messages between applications. . This package provides examples. Package: delly Description-md5: 324b9ce9ec7a8528db433798b37e6910 Description-en: Structural variant discovery by read analysis Delly performs Structural variant discovery by integrated paired-end and split-read analysis. It discovers, genotypes and visualizes deletions, tandem duplications, inversions and translocations at single-nucleotide resolution in short-read massively parallel sequencing data. It uses paired-ends, split-reads and read-depth to sensitively and accurately delineate genomic rearrangements throughout the genome. 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: dh-dkms Description-md5: 1208c8493840cb3bb3d35562e7dec67a Description-en: debhelper addon for the Dynamic Kernel Module System (DKMS) DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels. . This package provides a debhelper add-on 'dkms' that simplifies packaging of dkms kernel module source packages. Package: 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: dkms-noautoinstall-test-dkms Description-md5: 8c1a287cb5e1f493fb36ef8896a514be Description-en: trivial dkms noautoinstall test kernel module This package provides the dkms source code for the dkms_noautoinstall_test kernel module. . This package is only intended for CI tests and not expected to be installed on regular systems. Package: dkms-replace-test-dkms Description-md5: 3d16ce67a6aa104dd4a61450e813313c Description-en: trivial dkms replace test kernel module This package provides the dkms source code for the dkms_replace_test kernel module. . This package is only intended for CI tests and not expected to be installed on regular systems. Package: dkms-test-dkms Description-md5: 1b23a90d72f37e70ab375dbffd9d42bb Description-en: trivial dkms test kernel module This package provides the dkms source code for the dkms_test kernel module. . This package is only intended for CI tests and not expected to be installed on regular systems. Package: dnaclust Description-md5: f09f4c2cdae8b3abdcd9f1c868d093e3 Description-en: tool for clustering millions of short DNA sequences dnaclust is a tool for clustering large number of short DNA sequences. The clusters are created in such a way that the "radius" of each clusters is no more than the specified threshold. . The input sequences to be clustered should be in Fasta format. The id of each sequence is based on the first word of the seqeunce in the Fasta format. The first word is the prefix of the header up to the first occurrence of white space characters in the header. 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: 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: esstra Description-md5: b6a9ef57c9793a3d3c1ab5b37324841a Description-en: software suite for Enhancing Software Supply Chain Transparency esstra, software suite for Enhancing Software Supply Chain Transparency, aims to improve transparency of software supply chains as the name suggests. . It embeds metadata in resulting binary files at compile time, contains information about the source and header files from which the binary file is generated. 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: firebird3.0-common Description-md5: 99ad5b92b46b59007406fee88239a7c4 Description-en: common files for firebird 3.0 server, client and utilities Common files for the Firebird server, client and user utilities. . These include the support scripts as well as configuration files in /etc/firebird/3.0. Package: firebird3.0-common-doc Description-md5: b966380cc068867d70fdae3124709805 Description-en: copyright, licensing and changelogs of firebird3.0 Copyright, licensing information and upstream changelog of firebird3.0. . Due to the size of the upstream change log and copyright/licensing summary, keeping them in a separate package saves space on mirrors and when installing firebird3.0 packages. Package: firebird3.0-doc Description-md5: 7a9204397ad8ec5897d0e8c4dbec8fd3 Description-en: Documentation files for firebird database version 3.0 Various documents for firebird 3.0. These include the release notes, what's new in firebird 3.0, quick start guide, upgrade guide, list of ISQL enhancements etc. Package: firebird3.0-examples Description-md5: 9b846ed7016bd38e7bf0abef4266a8b1 Description-en: Examples for Firebird database The examples included in this package are provided as samples and are also used by Firebird's testing suite (TCS). The examples are in the form of .h, .c, .e, .fdb and .gbk files. . See firebird3.0-server package for more information about Firebird. Package: firebird3.0-server Description-md5: 2134827313e90e2003de2a24bcb319ef Description-en: Firebird Server - an RDBMS based on InterBase 6.0 code Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains the server binary as well as its configuration files. The default mode of operation is the so called "super", which is a single-threaded server process with shared database cache between connections. The two other operation modes -- "classic" (separate process/cache for each connection) and "superclassic" (separate thread/cache for each connection) are also available via configuration options. Package: firebird3.0-server-core Description-md5: f540578275d4feacf219d86a12101dd7 Description-en: Firebird engine core Firebird database engine and support libraries. This package is required for embedded (serverless) access to local databases with the tools packaged in firebird3.0-utils or other binaries linked to the firebird client library, libfbclient2. . The rest of the binaries needed for running a full-featured, remotely-accessible Firebird server are in the firebird3.0-server package. Package: firebird3.0-utils Description-md5: abf897f55faee3358d9fb9b9a2d2b7b9 Description-en: Firebird command line utilities This package contains the utilities for managing Firebird databases: * isql-fb -- interactive console (original name isql) * gbak -- backup and restore databases * gfix -- check and repair databases * gsec -- manage users and roles * fbstat -- analyze databases (original name gstat) * nbackup -- incremental backup and file-level copy * gpre -- preprocess sources with embedded SQL Package: flang-21 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flightcrew Description-md5: 4e52dbd1228c200ac9a5f82cbbe6421c Description-en: C++ epub validator FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. Package: fonttools Description-md5: 57fe2b0b7365324aa52d193df4f6bb15 Description-en: Converts OpenType and TrueType fonts to and from XML (Executables) FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. It also contains a tool called "TTX" which converts TrueType/OpenType fonts to and from an XML-based format. . This provides the executables of fontTools package. Package: ford Description-md5: 688897c25f4edb69e34ecabb5f8c3355 Description-en: Fortran documentation generator This is an automatic documentation generator for modern Fortran programs. FORD stands for FORtran Documenter. . The goal of FORD is to be able to reliably produce documentation for modern Fortran software which is informative and nice to look at. Ford was written due to Doxygen's poor handling of Fortran and the lack of comparable alternatives. The documentation should be easy to write and non-obtrusive within the code. . While it will never be as feature-rich as Doxygen, hopefully FORD will be able to provide a good alternative for documenting Fortran projects. Package: frama-c-base Description-md5: 2e7860054dd191ec0787bab2062c3031 Description-en: Platform dedicated to the analysis of source code written in C Frama-C gathers several analysis techniques in a single collaborative framework, based on analyzers (called "plug-ins") that can build upon the results computed by other analyzers in the framework. . Thanks to this approach, Frama-C provides sophisticated tools, including: * an analyzer based on abstract interpretation (Value plug-in); * a program proof framework based on weakest precondition calculus (WP plug-in); * a program slicer (Slicing plug-in); * a tool for verification of temporal (LTL) properties (Aoraï plug-in); * several tools for code base exploration and dependency analysis (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.). . These plug-ins communicate between each other via the Frama-C API and via ACSL (ANSI/ISO C Specification Language) properties. . This package provides the library of Frama-c which is useful to build plugins for Frama-c, the command-line tools, and the graphical interface. Package: g++-12 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-12-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-13 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-13-for-build Description-md5: 6b662a2a3907f28ed9a0e2ac6a55d3ea Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arch_gnu architecture. . This is a dependency package. Package: g++-13-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-13-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-13-x86-64-linux-gnu Description-md5: f28641d421c551d47a5e989009efe119 Description-en: GNU C++ compiler for x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x86_64-linux-gnu architecture. Package: g++-14 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-14-aarch64-linux-gnu Description-md5: b996f012975000f1ea76fd985d3446d1 Description-en: GNU C++ compiler for aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for aarch64-linux-gnu architecture. Package: g++-14-arm-linux-gnueabihf Description-md5: 8217684381d0545df03fa8d52efefabb Description-en: GNU C++ compiler for arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm-linux-gnueabihf architecture. Package: g++-14-for-build Description-md5: 6b662a2a3907f28ed9a0e2ac6a55d3ea Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arch_gnu architecture. . This is a dependency package. Package: g++-14-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-14-i686-linux-gnu Description-md5: 88bdc3f5d96144f5748dae6f61c62299 Description-en: GNU C++ compiler for i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i686-linux-gnu architecture. Package: g++-14-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-14-multilib-i686-linux-gnu Description-md5: 1b477be30862e6844809da2c63f23bde Description-en: GNU C++ compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-14-multilib-powerpc-linux-gnu Description-md5: ce976239962eb02dc6cc11004274270f Description-en: GNU C++ compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-14-powerpc-linux-gnu Description-md5: a6a01c5b6174aae806d940f3ce2cf093 Description-en: GNU C++ compiler for powerpc-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc-linux-gnu architecture. Package: g++-14-powerpc64le-linux-gnu Description-md5: 0be28451d4d61c7a7c7261ee29e52e35 Description-en: GNU C++ compiler for powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc64le-linux-gnu architecture. Package: g++-14-riscv64-linux-gnu Description-md5: c05debccc4cda53b165f1d0fab684249 Description-en: GNU C++ compiler for riscv64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64-linux-gnu architecture. Package: g++-14-s390x-linux-gnu Description-md5: fafd9d967c83a64a002649a8dd459c79 Description-en: GNU C++ compiler for s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x-linux-gnu architecture. Package: g++-14-x86-64-linux-gnu Description-md5: f28641d421c551d47a5e989009efe119 Description-en: GNU C++ compiler for x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x86_64-linux-gnu architecture. Package: g++-mingw-w64 Description-md5: be80ce4b74c17089adf52fd4e6f4d519 Description-en: GNU C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: g++-mingw-w64-i686 Description-md5: 6366762ba193116a3b542733f5cfb5e8 Description-en: GNU C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: g++-mingw-w64-i686-posix Description-md5: 59f77e288f7da43385e23cd3357279e5 Description-en: GNU C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: g++-mingw-w64-i686-win32 Description-md5: a417f252857a5b8608e19402178d0d79 Description-en: GNU C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: g++-mingw-w64-x86-64 Description-md5: 14601edb773363e23588439ef1aaa043 Description-en: GNU C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: g++-mingw-w64-x86-64-posix Description-md5: 2f78b451e8f57f04cf2bb392f2101c0e Description-en: GNU C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: g++-mingw-w64-x86-64-win32 Description-md5: b7a278b6e6a5418562b9721cbfb394f2 Description-en: GNU C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: ga68-15 Description-md5: 30c69c461c89e2a11180e4b8c6d22def Description-en: GNU Algol 68 compiler This is the GNU Algol 68 compiler, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: ga68-15-for-build Description-md5: d932cad28db19ec14513ce2f387605ac Description-en: GNU Algol 68 compiler for the build architecture This is the GNU Algol 68 compiler for the build architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: ga68-15-for-host Description-md5: ee4bae01b40440072aed9579af2d02b1 Description-en: GNU Algol 68 compiler for the host architecture This is the GNU Algol 68 compiler for the host architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: ga68-15-x86-64-linux-gnu Description-md5: a1d70223937520d075c1df71dbd3fb4e Description-en: GNU Algol 68 compiler for the x86_64-linux-gnu architecture This is the GNU Algol 68 compiler for the x86_64-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-12 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-12-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-12-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-12-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-12-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-12-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-12-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-12-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-12-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-12-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-12-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-13 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-13-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-13-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-13-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-13-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-13-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-13-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-13-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-13-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-13-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-13-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-13-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-13-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-13-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-14-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-aarch64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gcc-14-arm-linux-gnueabihf-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-cross-base Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-14-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-14-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-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-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-i686-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-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-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-14-multilib-i686-linux-gnu Description-md5: 8f1710ddb22efe64f00eb522d643b878 Description-en: GNU C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-14-multilib-powerpc-linux-gnu Description-md5: 8f8bcf0982eb50ed5e013710e4fba34f Description-en: GNU C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-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-plugin-dev-aarch64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-arm-linux-gnueabihf Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-i686-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-powerpc-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-powerpc64le-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-riscv64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-plugin-dev-s390x-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-powerpc-linux-gnu Description-md5: 2492669da5037450fea56bf2a467a14d Description-en: GNU C compiler for the powerpc-linux-gnu architecture This is the GNU C compiler for the powerpc-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-powerpc-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-powerpc64le-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-riscv64-linux-gnu Description-md5: 218dc51ac56878eb1749d78c89c8fddf Description-en: GNU C compiler for the riscv64-linux-gnu architecture This is the GNU C compiler for the riscv64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-riscv64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-14-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-s390x-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-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-14-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15-diagnostics Description-md5: 3b093af11d873e3197ab5004eca6c6c1 Description-en: GCC diagnostic tools Currently only provides the sarif-replay command-line tool, which takes SARIF files as input, and uses libdiagnostics to replay any diagnostics within them as if they were GCC diagnostics. Package: gcc-15-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-15-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-15-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-15-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-15-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-15-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-15-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-mingw-w64 Description-md5: 186a2a61eb56afd112def7e23ba6c0ba Description-en: GNU C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gcc-mingw-w64-base Description-md5: c672bcae021d4c3e369501f16896add5 Description-en: GNU Compiler Collection for MinGW-w64 (base package) MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This empty package contains the documentation common to all gcc-mingw-w64 packages. Package: gcc-mingw-w64-i686 Description-md5: 1df9e48aacb272ce9615f670323ec4b7 Description-en: GNU C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gcc-mingw-w64-i686-posix Description-md5: aaea0a71bcf8004dbff53ab14cdc680c Description-en: GNU C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gcc-mingw-w64-i686-posix-runtime Description-md5: 8cf4db2a61554a8b638d718263fa1896 Description-en: GNU Compiler Collection for MinGW-w64, i686/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-i686-win32 Description-md5: 9d97b15b1a36742b6f1c0af43e50bd9e Description-en: GNU C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gcc-mingw-w64-i686-win32-runtime Description-md5: 388de3e4d18656b3a94b84c4a51659cf Description-en: GNU Compiler Collection for MinGW-w64, i686/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-x86-64 Description-md5: cfe2f1984459e655ca7197df3f410b29 Description-en: GNU C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gcc-mingw-w64-x86-64-posix Description-md5: 6a3f3e94c5611377c2ca02e8e014ab3a Description-en: GNU C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gcc-mingw-w64-x86-64-posix-runtime Description-md5: a45e6da30baf0e44fb002221b7820e3f Description-en: GNU Compiler Collection for MinGW-w64, x86-64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-x86-64-win32 Description-md5: caa3be7db7eeed56498fd7c4fb27f2b2 Description-en: GNU C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gcc-mingw-w64-x86-64-win32-runtime Description-md5: 6a92bf4ba77035bbc3f428c93f7fd133 Description-en: GNU Compiler Collection for MinGW-w64, x86-64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gccgo-12 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-12-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-12-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-13 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-13-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-13-for-build Description-md5: 48f6a7ed16a17b424736635ff7390599 Description-en: GNU Go compiler for the build architecture This is the GNU Go compiler for the build architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gccgo-13-for-host Description-md5: 3709a5079a9cb97b4e9a88427901107d Description-en: GNU Go compiler for the host architecture This is the GNU Go compiler for the host architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccgo-13-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-13-x86-64-linux-gnu Description-md5: fdb31c41e8727172123ebc6e0fa9807a Description-en: GNU Go compiler for the x86_64-linux-gnu architecture This is the GNU Go compiler for the x86_64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-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-aarch64-linux-gnu Description-md5: 7494500d31730016266c3afcd7df0781 Description-en: GNU Go compiler for the aarch64-linux-gnu architecture This is the GNU Go compiler for the aarch64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-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-i686-linux-gnu Description-md5: 476b8ef19f68a3705287682de1e1d740 Description-en: GNU Go compiler for the i686-linux-gnu architecture This is the GNU Go compiler for the i686-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-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-multilib-i686-linux-gnu Description-md5: 8e39a60725a1919aef4ede9601a6f1c4 Description-en: GNU Go compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-14-multilib-powerpc-linux-gnu Description-md5: bf216cee702df562439849ee3b90f2dc Description-en: GNU Go compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-14-powerpc-linux-gnu Description-md5: a460eee18c3b05cc794f521c3b381230 Description-en: GNU Go compiler for the powerpc-linux-gnu architecture This is the GNU Go compiler for the powerpc-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-powerpc64le-linux-gnu Description-md5: 5a17cd67dc9ecaa24006880be9427bb8 Description-en: GNU Go compiler for the powerpc64le-linux-gnu architecture This is the GNU Go compiler for the powerpc64le-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-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: gccgo-14-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-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: gccgo-15 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-15-for-build Description-md5: 48f6a7ed16a17b424736635ff7390599 Description-en: GNU Go compiler for the build architecture This is the GNU Go compiler for the build architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gccgo-15-for-host Description-md5: 3709a5079a9cb97b4e9a88427901107d Description-en: GNU Go compiler for the host architecture This is the GNU Go compiler for the host architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccgo-15-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-15-x86-64-linux-gnu Description-md5: fdb31c41e8727172123ebc6e0fa9807a Description-en: GNU Go compiler for the x86_64-linux-gnu architecture This is the GNU Go compiler for the x86_64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-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: gccrs-15 Description-md5: edc83783dbd68b432855822f5c422cb4 Description-en: GNU Rust compiler !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-for-build Description-md5: 5066e422e5da41e2f2dd30ef10e0bcf7 Description-en: GNU Rust compiler for the build architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . This is a dependency package. Package: gccrs-15-for-host Description-md5: 0526722408b6a3a14aeb6aac1f703999 Description-en: GNU Rust compiler for the host architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccrs-15-x86-64-linux-gnu Description-md5: 31912838d25768bf9d621e13e0ae3088 Description-en: GNU Rust compiler for the x86_64-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gcobol-15 Description-md5: fb2b7a1b0cc69f3d6d8fb85ce21008e4 Description-en: GNU COBOL compiler This is the GNU COBOL compiler, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcobol-15-for-build Description-md5: 20db7310701fe6d3e72769c140375356 Description-en: GNU COBOL compiler for the build architecture This is the GNU COBOL compiler for the build architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gcobol-15-for-host Description-md5: 3146c4ecabe497109d6a298a7c1c7724 Description-en: GNU COBOL compiler for the host architecture This is the GNU COBOL compiler for the host architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcobol-15-x86-64-linux-gnu Description-md5: b9721de3b3392759192464a146e9734d Description-en: GNU COBOL compiler for the x86_64-linux-gnu architecture This is the GNU COBOL compiler for the x86_64-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-12 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-12-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-13 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-13-for-build Description-md5: 37e9bbaf8fbfca59e8217dc2367c7215 Description-en: GNU D compiler (version 2) for the build architecture This is the GNU D compiler for the build architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . This is a dependency package. Package: gdc-13-for-host Description-md5: 9da49654390f533a91350e9ffc22d416 Description-en: GNU D compiler (version 2) for the host architecture This is the GNU D compiler for the host architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gdc-13-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-13-x86-64-linux-gnu Description-md5: 3370d98e61f8c9ed857813919b9a5f4c Description-en: GNU D compiler (version 2) for the x86_64-linux-gnu architecture This is the GNU D compiler for the x86_64-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-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-aarch64-linux-gnu Description-md5: 199fdd9fd06722e3233592ba26207d8c Description-en: GNU D compiler (version 2) for the aarch64-linux-gnu architecture This is the GNU D compiler for the aarch64-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-14-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-14-for-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-i686-linux-gnu Description-md5: 00ea2654f0ce21b65085a895f9f14ee2 Description-en: GNU D compiler (version 2) for the i686-linux-gnu architecture This is the GNU D compiler for the i686-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-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-multilib-i686-linux-gnu Description-md5: 05ee3fb0e881cb9ba07ca5ab351fe6d6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-14-multilib-powerpc-linux-gnu Description-md5: 151e9ee7f17fab15f4323761a74199a1 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-14-powerpc-linux-gnu Description-md5: c0c3a756f9c21e8b2b261ee022efab04 Description-en: GNU D compiler (version 2) for the powerpc-linux-gnu architecture This is the GNU D compiler for the powerpc-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-14-powerpc64le-linux-gnu Description-md5: 511ac042d081ba2ca3ae7e683ee8367f Description-en: GNU D compiler (version 2) for the powerpc64le-linux-gnu architecture This is the GNU D compiler for the powerpc64le-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-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: gdc-14-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-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: gdc-15 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-15-for-build Description-md5: 37e9bbaf8fbfca59e8217dc2367c7215 Description-en: GNU D compiler (version 2) for the build architecture This is the GNU D compiler for the build architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . This is a dependency package. Package: gdc-15-for-host Description-md5: 9da49654390f533a91350e9ffc22d416 Description-en: GNU D compiler (version 2) for the host architecture This is the GNU D compiler for the host architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gdc-15-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-15-x86-64-linux-gnu Description-md5: 3370d98e61f8c9ed857813919b9a5f4c Description-en: GNU D compiler (version 2) for the x86_64-linux-gnu architecture This is the GNU D compiler for the x86_64-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gensio-bin Description-md5: ca67e831dbbbabdb38423807939b6247 Description-en: abstract stream I/O (command line tool) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the command line tool. Package: geophar Description-md5: c3acc8ca9907ae13522455d6c16ff829 Description-en: Swiss army knife for the math teacher this application contains every tool you would like to find when preparing math courses, exercises or their keys. Features: - symbolic calculus - tables of variations, LaTeX syntax - dynamic geometry - probability trees - graphs - function plotting - histograms, etc. Package: gfortran-12 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-12-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-12-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-13 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-13-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-13-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-13-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-13-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-13-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-14-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-14-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-14-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-14-multilib-i686-linux-gnu Description-md5: a6370152d33c73991053fd0ccd0f96a1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-14-multilib-powerpc-linux-gnu Description-md5: 8ca0d2d3b434392060f6439cccaaf800 Description-en: GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-14-powerpc-linux-gnu Description-md5: 73db4808194a17d54df02f8d5d05fa32 Description-en: GNU Fortran compiler for the powerpc-linux-gnu architecture This is the GNU Fortran compiler for the powerpc-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-riscv64-linux-gnu Description-md5: 647d753ad3c3df0948710e5369bc92d3 Description-en: GNU Fortran compiler for the riscv64-linux-gnu architecture This is the GNU Fortran compiler for the riscv64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-mingw-w64 Description-md5: 226bdce350b0262f3c77b87c36299c88 Description-en: GNU Fortran compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gfortran-mingw-w64-i686 Description-md5: 8514229bdbe4d596f03ba9790bbcfd2a Description-en: GNU Fortran compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gfortran-mingw-w64-i686-posix Description-md5: 8a0592c2734bdbf3cad2e63b33589d7c Description-en: GNU Fortran compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gfortran-mingw-w64-i686-win32 Description-md5: 189f58f8edc956cf8be003dc5d75ed39 Description-en: GNU Fortran compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gfortran-mingw-w64-x86-64 Description-md5: f81944970a0452452936b0dfcfe0605b Description-en: GNU Fortran compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gfortran-mingw-w64-x86-64-posix Description-md5: 416377ec0777856235543e1a2b85afce Description-en: GNU Fortran compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gfortran-mingw-w64-x86-64-win32 Description-md5: 8d5bee720a90108f09b45c667c3c492e Description-en: GNU Fortran compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gir1.2-cogl-1.0 Description-md5: 148c6f8cbdcd16e6500ac32753a34daf Description-en: GObject introspection data for the Cogl 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl. Package: gir1.2-coglpango-1.0 Description-md5: 9add089f4444192d7be4e46f724bc4b0 Description-en: GObject introspection data for the CoglPango 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl-pango. Package: glibc-source Description-md5: 1892ef83f2f36db0d236ccc041158b32 Description-en: GNU C Library: sources This package contains the sources and patches which are needed to build glibc. Package: glycin-thumbnailers Description-md5: 3bded889c6ddda03d683d2689b1a97b4 Description-en: sandboxed image loaders for GNOME Glycin provides sandboxed modular image loaders for decoding images as GDK textures, editing images, and extracting image metadata. Glycin is a newer generation of image loading compared to gdk-pixbuf. . This package contains the image file thumbnailers Package: gm2-12 Description-md5: 30035702cc3ba14baf3e36ae95a9b1c6 Description-en: GNU Modula-2 compiler This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-12-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-13 Description-md5: 86da0732fb89cbbbb777aebc6d46bb28 Description-en: GNU D compiler (version 2) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-13-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-13-for-build Description-md5: 7cc656c744910632285aea28d1eea6e5 Description-en: GNU Modula-2 compiler for the build architecture This is the GNU Modula-2 compiler for the build architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gm2-13-for-host Description-md5: c116400de44ebf7dafebe5650c8d9515 Description-en: GNU Modula-2 compiler for the host architecture This is the GNU Modula-2 compiler for the host architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gm2-13-x86-64-linux-gnu Description-md5: 715017f94accf8a4e1546b56f9253afd Description-en: GNU Modula-2 compiler for the x86_64-linux-gnu architecture This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-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-aarch64-linux-gnu Description-md5: 5c32bb1a293588c845d7a3b4aff8df2e Description-en: GNU Modula-2 compiler for the aarch64-linux-gnu architecture This is the GNU Modula-2 compiler for the aarch64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-14-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-14-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-i686-linux-gnu Description-md5: 05ba12e493b72d8343debec63c709f0b Description-en: GNU Modula-2 compiler for the i686-linux-gnu architecture This is the GNU Modula-2 compiler for the i686-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-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: 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: gm2-14-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-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: gm2-15 Description-md5: e64f12bc1504dd633dc9ff6d7313cb70 Description-en: GNU Modula-2 compiler (version 2) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-15-for-build Description-md5: 7cc656c744910632285aea28d1eea6e5 Description-en: GNU Modula-2 compiler for the build architecture This is the GNU Modula-2 compiler for the build architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gm2-15-for-host Description-md5: c116400de44ebf7dafebe5650c8d9515 Description-en: GNU Modula-2 compiler for the host architecture This is the GNU Modula-2 compiler for the host architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gm2-15-x86-64-linux-gnu Description-md5: 715017f94accf8a4e1546b56f9253afd Description-en: GNU Modula-2 compiler for the x86_64-linux-gnu architecture This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-12 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-12-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-13 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-13-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-13-for-build Description-md5: 66ec605ce8a00da3b6957457f873b44e Description-en: GNU Ada compiler for the build architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. . This is a dependency package. Package: gnat-13-for-host Description-md5: 26e4a341bb88e54a4842408bed0e44a5 Description-en: GNU Ada compiler for the host architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gnat-13-x86-64-linux-gnu Description-md5: 759fa47ec4a247c672dca154584fe221 Description-en: GNU Ada compiler for the x86_64-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-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-aarch64-linux-gnu Description-md5: 726b837fa2e33796406f1db6ec3b5d32 Description-en: GNU Ada compiler for the aarch64-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-14-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-14-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-i686-linux-gnu Description-md5: 5d5f78ab40eeb76fd91a48aa1d609842 Description-en: GNU Ada compiler for the i686-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-14-powerpc-linux-gnu Description-md5: 1606aff00db043e9f70cac8c4fd0718a Description-en: GNU Ada compiler for the powerpc-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-14-powerpc64le-linux-gnu Description-md5: 8ac95f73f66a0ce812744beb89e351e5 Description-en: GNU Ada compiler for the powerpc64le-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-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: gnat-14-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-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-15 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-15-for-build Description-md5: 66ec605ce8a00da3b6957457f873b44e Description-en: GNU Ada compiler for the build architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. . This is a dependency package. Package: gnat-15-for-host Description-md5: 26e4a341bb88e54a4842408bed0e44a5 Description-en: GNU Ada compiler for the host architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gnat-15-x86-64-linux-gnu Description-md5: 759fa47ec4a247c672dca154584fe221 Description-en: GNU Ada compiler for the x86_64-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-mingw-w64 Description-md5: 1562dadaf2bdac519bb9c18b81e84dc7 Description-en: GNU Ada compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gnat-mingw-w64-i686 Description-md5: ebdcd25cfbe0ca4c6add299e73634239 Description-en: GNU Ada compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gnat-mingw-w64-i686-posix Description-md5: d3d4f50a6680407f291d49171d48eaf4 Description-en: GNU Ada compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gnat-mingw-w64-i686-win32 Description-md5: ca2e7efc6aa8646c992d40a727079873 Description-en: GNU Ada compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gnat-mingw-w64-x86-64 Description-md5: 0328018315680f1cb26ea975661e7c0a Description-en: GNU Ada compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gnat-mingw-w64-x86-64-posix Description-md5: c8efde02816ce5b6297ec4a53754a4c7 Description-en: GNU Ada compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gnat-mingw-w64-x86-64-win32 Description-md5: b51b502172020254cc2e28dc8bc50333 Description-en: GNU Ada compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gnome-shell-extension-prefs Description-md5: b750b0280408e85a2232c9f629868acf Description-en: tool to enable / disable GNOME Shell extensions This package contains a tool which users who use Shell extensions can use to toggle them on and off, and access their preferences. Package: gnucash Description-md5: fa2e405424f41b8ff614fae4e74e6af4 Description-en: personal and small-business financial-accounting software Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. Package: gnucash-common Description-md5: 8951a93a2ca048368bbf6f1eea45ac8c Description-en: common files for the financial-accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the architecture independent parts of Gnucash. It should not be installed directly, but is pulled in automatically by the dependencies of the Gnucash package. Package: gobjc++-12 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-12-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-13 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-13-for-build Description-md5: c4787a502b3ba4f5182d072f7a9b7dc4 Description-en: GNU Objective-C++ compiler for the build architecture This is the GNU Objective-C++ compiler for the build architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc++-13-for-host Description-md5: 6eb456849ad49181c17bb137b0c69f45 Description-en: GNU Objective-C++ compiler for the host architecture This is the GNU Objective-C++ compiler for the host architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc++-13-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-13-x86-64-linux-gnu Description-md5: d42533fdeebe4ead4bce7ea608fd980c Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C++ compiler for the x86_64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-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-aarch64-linux-gnu Description-md5: d431b0e6e4059db3dd1d284e2868e6fc Description-en: GNU Objective-C++ compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C++ compiler for the aarch64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14-for-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-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-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-multilib-i686-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-14-multilib-powerpc-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-14-powerpc-linux-gnu Description-md5: d68dd3d4aba21ddbecca0ced59b52696 Description-en: GNU Objective-C++ compiler for the powerpc-linux-gnu architecture This is the GNU Objective-C++ compiler for the powerpc-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: 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-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-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-x86-64-linux-gnu Description-md5: d42533fdeebe4ead4bce7ea608fd980c Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C++ compiler for the x86_64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-for-build Description-md5: c4787a502b3ba4f5182d072f7a9b7dc4 Description-en: GNU Objective-C++ compiler for the build architecture This is the GNU Objective-C++ compiler for the build architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc++-15-for-host Description-md5: 6eb456849ad49181c17bb137b0c69f45 Description-en: GNU Objective-C++ compiler for the host architecture This is the GNU Objective-C++ compiler for the host architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc++-15-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-15-x86-64-linux-gnu Description-md5: d42533fdeebe4ead4bce7ea608fd980c Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C++ compiler for the x86_64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-mingw-w64 Description-md5: dc7e3abeb026ad5da4a85f91fa070a74 Description-en: GNU Objective-C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-i686 Description-md5: 0517df82def24a8915a4a2be58749172 Description-en: GNU Objective-C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-i686-posix Description-md5: 6e63256af7f3fdead5ba0305c626eac5 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc++-mingw-w64-i686-win32 Description-md5: 0696c94a708736812e65ad9a40746273 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc++-mingw-w64-x86-64 Description-md5: bb20907e50d2659494026949f23b16cc Description-en: GNU Objective-C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-x86-64-posix Description-md5: ebf58359e18f213c08d8b10411f94cf7 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc++-mingw-w64-x86-64-win32 Description-md5: 5551ceb3abf97239c8901e039dc560c8 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc-12 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-12-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-13 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-for-build Description-md5: 00a45a638d9dea92abad9b24b56a66fc Description-en: GNU Objective-C compiler for the build architecture This is the GNU Objective-C compiler for the build architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc-13-for-host Description-md5: ec590acbac35f97ced34020023b140bc Description-en: GNU Objective-C compiler for the host architecture This is the GNU Objective-C compiler for the host architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc-13-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-13-x86-64-linux-gnu Description-md5: 422b34aab953e689456f69bc9fa19667 Description-en: GNU Objective-C compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C compiler for the x86_64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-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-aarch64-linux-gnu Description-md5: a59c606b6defdc61673dce1d2868f8c0 Description-en: GNU Objective-C compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C compiler for the aarch64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14-for-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-i686-linux-gnu Description-md5: 0692b323d7920394e268687801f5005f Description-en: GNU Objective-C compiler for the i686-linux-gnu architecture This is the GNU Objective-C compiler for the i686-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-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-multilib-i686-linux-gnu Description-md5: 57713f452312d3724f7fd8c252419b42 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-14-multilib-powerpc-linux-gnu Description-md5: 576353e63a3fed1115025775e4cf657f Description-en: GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-14-powerpc-linux-gnu Description-md5: 7fe12bb6733c048f7f8c60d83b2a640c Description-en: GNU Objective-C compiler for the powerpc-linux-gnu architecture This is the GNU Objective-C compiler for the powerpc-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: 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: gobjc-14-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-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-15 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-for-build Description-md5: 00a45a638d9dea92abad9b24b56a66fc Description-en: GNU Objective-C compiler for the build architecture This is the GNU Objective-C compiler for the build architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc-15-for-host Description-md5: ec590acbac35f97ced34020023b140bc Description-en: GNU Objective-C compiler for the host architecture This is the GNU Objective-C compiler for the host architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc-15-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-15-x86-64-linux-gnu Description-md5: 422b34aab953e689456f69bc9fa19667 Description-en: GNU Objective-C compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C compiler for the x86_64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-mingw-w64 Description-md5: 7fe2ecb47243cc07bea99018742991b0 Description-en: GNU Objective-C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gobjc-mingw-w64-i686 Description-md5: 172fe07dd1538747126285978c1061e8 Description-en: GNU Objective-C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gobjc-mingw-w64-i686-posix Description-md5: 3be549903ba16400e761d50360f234a9 Description-en: GNU Objective-C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc-mingw-w64-i686-win32 Description-md5: f53953ed988e77ca04a5e9a57d390e32 Description-en: GNU Objective-C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc-mingw-w64-x86-64 Description-md5: 11ea58d29c4f5d92c7dc744cf90b0af6 Description-en: GNU Objective-C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gobjc-mingw-w64-x86-64-posix Description-md5: 9f75b5920ef296d65897332a582bfac6 Description-en: GNU Objective-C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc-mingw-w64-x86-64-win32 Description-md5: 4ea5963c05fed1a60c996954e71f2d0a Description-en: GNU Objective-C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: golang-github-safchain-ethtool-dev Description-md5: 3f5d449895d23d8eb0f94cd2991964e1 Description-en: simple ethtool-like library for Go The ethtool package aims to provide a library giving simple access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device like statistics, driver related information or even the peer of a VETH interface. 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: gpick Description-md5: 1f14ce64f57c52191da4d07d4d2b35aa Description-en: advanced GTK+ color picker gpick is an advanced color picker used to pick colors from anywhere on the screen, mix them to get new colors, generate shades and tints, and export palettes to common file formats or simply copy them to the clipboard. 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: gtk2hs-buildtools Description-md5: f16bc6e73c85e0b48d98a38c6d0a00d6 Description-en: Tools to build the Gtk2Hs suite of User Interface libraries This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is used to generate FFI declarations, a tool to build a type hierarchy that mirrors the C type hierarchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs. 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: guile-fibers Description-md5: 380ebade345d1303117eda1718feee69 Description-en: Guile library with facility to provide Go-like concurrency Fibers is a facility that provides Go-like concurrency for Guile Scheme, in the tradition of Concurrent ML. . This package contains the Guile Fibers modules. Package: hipercontracer Description-md5: d07b6c04d19ee579e6c2bb3f34143eab Description-en: Command-line programs for HiPerConTracer High-Performance Connectivity Tracer (HiPerConTracer) is a ping/traceroute service. It performs regular ping and traceroute runs among sites and can export the results into an SQL or Non-SQL database. Package: hipercontracer-trigger Description-md5: bf45b0db377b7bacb10aa6945d57094a Description-en: Triggered HiPerConTracer service High-Performance Connectivity Tracer (HiPerConTracer) is a ping/traceroute service. It performs regular ping and traceroute runs among sites and can export the results into an SQL or Non-SQL database. This tool triggers HiPerConTracer by incoming "Ping" packets. Package: hledger Description-md5: 6b8a5eb2f99f3234c9f443348a3622a9 Description-en: command-line double-entry accounting program hledger is a Haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation. hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell. Given a plain text file describing transactions, of money or any other commodity, . hledger will print the chart of accounts, account balances, or transactions you're interested in. It can also help you add transactions to the journal file, or convert CSV data from your bank. Package: icinga2 Description-md5: 2437d4eec840a772b3ba09c39cbe2bb3 Description-en: host and network monitoring system Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This is the metapackage to install all Icinga 2 features. Package: icinga2-bin Description-md5: 2786f709af874963bf1e186a3d434d9f Description-en: host and network monitoring system - daemon Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This package provides the Icinga 2 daemon. Package: icinga2-common Description-md5: a606f8c9a028867e7d20cd49f3fab5ea Description-en: host and network monitoring system - common files Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This package provides configuration and some basic helper scripts. Package: icinga2-doc Description-md5: 300da885d3a11ca41475e32815b8cff1 Description-en: host and network monitoring system - documentation Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This package provides the Icinga 2 documentation. Package: icinga2-ido-mysql Description-md5: 52c90cfa8b96fd2c669519e8c63cec0c Description-en: host and network monitoring system - MySQL support Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This package provides the IDO module for the MySQL database. Package: icinga2-ido-pgsql Description-md5: 04211973d12167dab60262ef8ff3138c Description-en: host and network monitoring system - PostgreSQL support Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . Features: * all standard features of Icinga and Nagios; * much faster and more scalable than Icinga 1 and Nagios; * new, more intuitive, template-based configuration format; * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3, SMTP, etc.) by executing checks (see monitoring-plugins*); * any small script following the Nagios plugin API can be used as a check plugin; * notifications about alerts for any custom script (with examples); * native support for Livestatus and Graphite. . This package provides the IDO module for the PostgreSQL database. Package: id-utils Description-md5: 3f85175a34f0d5e2c543d52fd8a2607f Description-en: Fast, high-capacity, identifier database tool Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility. Package: iem-plugin-suite-standalone Description-md5: 1d3c913ada5f31ac2e982f47649c6580 Description-en: IEM's spatialization suite - standalone The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins as standalone applications. Package: iem-plugin-suite-vst Description-md5: 893ce8f20b61f2ab7337e8558a9b1388 Description-en: IEM's spatialization suite - VST2 plugins The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins so they can be used by VST2 hosts. Package: iem-plugin-suite-vst3 Description-md5: 8052a1e1d33d15c8029bb4f95c975c2e Description-en: IEM's spatialization suite - VST3 plugins The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins so they can be used by VST3 hosts. 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: innoextract Description-md5: 88e15273e4ade0b3c53380d128361aeb Description-en: Tool for extracting data from an Inno Setup installer Inno Setup is a tool to create installers for Microsoft Windows applications. Inno Extracts allows one to extract such installers under non-windows systems without running the actual installer using wine. Inno Extract currently supports installers created by Inno Setup 1.2.10 to 5.6.0. Package: jbmc Description-md5: 70bc56bc794696ba3c239e8afdf2b1ac Description-en: bounded model checker for Java programs JBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: 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: 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: 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: laserboy Description-md5: de52e4c615ee13687c0d3d84e029e58e Description-en: Laser show software for soundcard operation LaserBoy can translate laser vector art into standard, 48KHz, 16 bit, multi channel RIFF WAVE file format and play those files with independent sample shifts between the channels for proper time alignment between the scanners and the color modulation devices (per color). Waves made with LaserBoy can be played from any surround sound card in any OS. LaserBoy can open its own generated wave files and convert them back into vector art. LaserBoy provides a full set of points optimization routines including distance spanning, corner dwelling and the ability to minimize total points distance by rearranging the order and direction of lit segments within a frame. With a DC modified 8 channel sound card and some outboard electronics, LaserBoy is currently outputting full motion, 16bit X, Y position, 24 bit RGB color projections at 48 thousand points per second. Creating waves of any integer sample rate is possible. 48KHz is only a limitation of the sound cards that are currently in use. Package: laserboy-indep Description-md5: 03ce4d9467210d208c9c5ee250ad0fba Description-en: Laser show software for soundcard operation - data files LaserBoy can translate laser vector art into standard, 48KHz, 16 bit, multi channel RIFF WAVE file format and play those files with independent sample shifts between the channels for proper time alignment between the scanners and the color modulation devices (per color). Waves made with LaserBoy can be played from any surround sound card in any OS. LaserBoy can open its own generated wave files and convert them back into vector art. LaserBoy provides a full set of points optimization routines including distance spanning, corner dwelling and the ability to minimize total points distance by rearranging the order and direction of lit segments within a frame. With a DC modified 8 channel sound card and some outboard electronics, LaserBoy is currently outputting full motion, 16bit X, Y position, 24 bit RGB color projections at 48 thousand points per second. Creating waves of any integer sample rate is possible. 48KHz is only a limitation of the sound cards that are currently in use. . This package contains architecture independent data files for laserboy. Package: ledger Description-md5: e7a7a30673406f7486331b2d6359a532 Description-en: command-line double-entry accounting program Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting. Package: leela-zero Description-md5: d63f9baa6d6e8d9efc5591d53534d153 Description-en: Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper A Go program with no human provided knowledge. Using MCTS (but without Monte Carlo playouts) and a deep residual convolutional neural network stack. . This is a fairly faithful reimplementation of the system described in the Alpha Go Zero paper "Mastering the Game of Go without Human Knowledge". For all intents and purposes, it is an open source AlphaGo Zero. . https://deepmind.com/documents/119/agz_unformatted_nature.pdf . No network weights are in this repository. If you manage to obtain the AlphaGo Zero weights, this program will be about as strong, provided you also obtain a few Tensor Processing Units. Lacking those TPUs, the author recommends a top of the line GPU - it's not exactly the same, but the result would still be an engine that is far stronger than the top humans. . Recomputing the AlphaGo Zero weights will take about 1700 years on commodity hardware. Upstream is running a public, distributed effort to repeat this work. Working together, and especially when starting on a smaller scale, it will take less than 1700 years to get a good network (which you can feed into this program, suddenly making it strong). To help with this effort, run the leelaz-autogtp binary provided in this package. The best-known network weights file is at http://zero.sjeng.org/best-network Package: lib32gcc-12-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-13-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-14-dev-amd64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gfortran-12-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-13-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-14-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-14-dev-amd64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32go-12-dev Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go-13-dev Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go-14-dev-amd64-cross Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go21 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go22 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go23-amd64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32gphobos-12-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-13-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-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: lib32gphobos-14-dev-amd64-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-15-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos3 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: 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: lib32gphobos5-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos6 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32objc-12-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-13-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-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: lib32objc-14-dev-amd64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-15-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4 Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32stdc++-12-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-13-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-14-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-14-dev-amd64-cross Description-md5: a39814a7b481eba9451c5a674a3ee774 Description-en: GNU Standard C++ Library v3 (development files) (amd64 This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-12-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib32stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib32stdc++6-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: lib32stdc++6-14-dbg-amd64-cross Description-md5: 07c21f492e3f02130fb6a3185fa7511a Description-en: GNU Standard C++ Library v3 (debug build) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-15-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib64gcc-14-dev-i386-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-14-dev-powerpc-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gfortran-14-dev-i386-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-14-dev-powerpc-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64go-14-dev-i386-cross Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go-14-dev-powerpc-cross Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go23-i386-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go23-powerpc-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gphobos-14-dev-i386-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-14-dev-powerpc-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos5-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos5-powerpc-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64objc-14-dev-i386-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-14-dev-powerpc-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64stdc++-14-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++-14-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-14-dbg-i386-cross Description-md5: e54d2e29375497ecd66b27e9274a07a0 Description-en: GNU Standard C++ Library v3 (debug build) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-14-dbg-powerpc-cross Description-md5: 1bca9e17bb543dcca1e3d6a742d48109 Description-en: GNU Standard C++ Library v3 (debug build) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. 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: libauthen-smb-perl Description-md5: 4e507b2a677b04aef11a3e15d4566366 Description-en: SMB authentication module for Perl This package supplies the Authen::Smb perl module for authenticating against an SMB password server. Package: libauthen-tacacsplus-perl Description-md5: ecfb99e2a65309e191f3b863386c2193 Description-en: Perl module for authentication using TACACS+ server Authen::TacacsPlus is a Perl module that provides authentication services using the TACACS+ authentication protocol, optionally supporting various authentication methods including plain text (ASCII), Password Authentication Protocol (PAP) and Challenge-Handshake Authentication Protocol (CHAP). Package: libbit-vector-perl Description-md5: 667b66c34bb915821018851127ec800f Description-en: Perl module for bit vectors and more Bit::Vector is a module that allows you to handle bit vectors, integer sets, "big integer arithmetic" and boolean matrices, all of arbitrary sizes. It is efficient (in terms of algorithmic complexity) and therefore fast (in terms of execution speed). It also provides overloaded operators for ease of use. Package: libbolt-21-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: 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-locale1.83.0 Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-log1.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-program-options1.83-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-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-regex1.83-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.83.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-serialization1.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: libc++-21-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-21-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++1-21 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++abi-21-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-21-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi1-21 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc-devtools Description-md5: 20d92638e9360ec19e7290046eb0d8f7 Description-en: GNU C Library: Development tools This package contains development tools shipped by the GNU C Library. . * memusage, memusagestat: profile a program's memory usage * mtrace: interpret the malloc trace log * sotruss: trace shared library calls * sprof: display shared object profiling data Package: libclang-21-dev Description-md5: 7cb1680ccacb561deb44a94504954b37 Description-en: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang headers to develop extensions over libclang1-21. Package: libclang-common-21-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang generic headers. Package: libclang-cpp21 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp21-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-rt-21-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-21-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-21-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang1-21 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-21 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-21-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libcogl-common Description-md5: d546b96c6a3a291dcdcc684916b2a0c0 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (common files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the common files, such as translations. Package: libcogl-dev Description-md5: be3115f4a0115636a1065d55d8a70f4a Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl. Package: libcogl-doc Description-md5: 6b316c36c70b839fe5274cc7bbbd7eaa Description-en: Object oriented GL/GLES Abstraction/Utility Layer (documentation) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the documentation. Package: libcogl-pango-dev Description-md5: 5c4e7ce27e624192d91d8d0db6688471 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl-pango. Package: libcogl-pango20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl-path-dev Description-md5: 2e20efef9b615c0cbb5717e31e6c92c8 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package should be used as a build-dependency by programs that use the cogl-path API, but is currently an empty package that depends on libcogl-dev due to circular dependencies between the base cogl API and the cogl-path API. Package: libcogl-path20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcollada-dom-dev Description-md5: 9f8f5dc81b2b08002f9e2853c76c0920 Description-en: collada-dom 2.5.0 C++ headers and build tools The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. . This package contains C++ headers and build tools. The library is built using double precision. Package: libcollada-dom2.4-dp-dev Description-md5: 218522b5c426f906ceea5ab227a2aeb6 Description-en: Transitional package This is a transitional package. It can safely be removed. The package name has been changed from libcollada-dom2.4-dp-dev to libcollada-dom-dev. Package: libcollada-dom2.5-dp0 Description-md5: 8c5c18593f0ecd1461adbe620bd426aa Description-en: collada-dom 2.5.0 - COLLADA using double precision The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. 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: libcourier-unicode-dev Description-md5: 0a66f8714157440b9993bfe1b7e2a2cb Description-en: Courier Unicode library (development files and headers) This library implements several algorithms related to the Unicode Standard: - Look up uppercase, lowercase, and titlecase equivalents of a unicode character. - Implementation of grapheme and work breaking rules. - Implementation of line breaking rules. - Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as “&”, for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library. - Look up Unicode script property. . This package contains the development files and headers. Package: libcourier-unicode8 Description-md5: 550220e9e8944087bcba9ab32c1d15e7 Description-en: Courier Unicode library (shared runtime library) This library implements several algorithms related to the Unicode Standard: - Look up uppercase, lowercase, and titlecase equivalents of a unicode character. - Implementation of grapheme and work breaking rules. - Implementation of line breaking rules. - Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as “&”, for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library. - Look up Unicode script property. . This package contains the shared runtime library. Package: libdate-calc-xs-perl Description-md5: 9f3a8e1c5cd25add8dff5eecfc806525 Description-en: Perl library for accessing dates Date::Calc::XS is a C/XS-based implementation of the Date::Calc Perl module. It interfaces with a C library to provide a wide variety of calculations based on the Gregorian calendar. This package is never used directly. See Date::Calc's documentation (libdate-calc-perl) for usage details. Package: libdbus-cpp-dev Description-md5: d2ec7695c149eeedc0e937b6149296c9 Description-en: header-only dbus-binding leveraging C++-11 (development files) A header-only dbus-binding leveraging C++-11, relying on compile-time polymorphism to integrate with arbitrary type systems. . D-Bus is a message bus used for sending messages between applications. Package: libdbus-cpp5 Description-md5: 62f1a1fd4dd892dd7249cd053e3981cd Description-en: header-only dbus-binding leveraging C++-11 (runtime libraries) A header-only dbus-binding leveraging C++-11, relying on compile-time polymorphism to integrate with arbitrary type systems. Runtime portions to bind to different event loops. 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: libestools-dev Description-md5: 7c688489cdc9ec52a96e79fd264de880 Description-en: Edinburgh Speech Tools Library - developer's libraries The Edinburgh Speech Tools Library is a collection of C++ class, functions and related programs for manipulating the sorts of objects used in speech processing. . This package contains the header files and static libraries. Package: libestools2.5 Description-md5: a497575e6bd37f8599ee3ca1b9a00775 Description-en: Edinburgh Speech Tools Library The Edinburgh Speech Tools Library is a collection of C++ class, functions and related programs for manipulating the sorts of objects used in speech processing. Package: libflang-21-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflightcrew-dev Description-md5: 10924909d3d2f70ba19f3cfbf6590961 Description-en: C++ library development filesfor epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the development headers. Package: libflightcrew0t64 Description-md5: 4c1c6d0d20e71f9048e88c6709b09a4d Description-en: C++ library for epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the shared library. Package: libfuzzer-21-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libgcc-12-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-13-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-amd64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-arm64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-armhf-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-i386-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-powerpc-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-ppc64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-riscv64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-14-dev-s390x-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgccjit-12-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-12-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-13-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-13-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-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: libgccjit-15-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-15-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: 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: libgccjit15 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: 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: libgensio-dev Description-md5: 167c8984a2f89a1374c8ca415285adef Description-en: abstract stream I/O (development files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the development headers and static libraries. Package: libgensio6t64 Description-md5: 9cdbd584bba4079c70bbc69eb544548f Description-en: abstract stream I/O (runtime files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the shared libraries. Package: libgfortran-12-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-13-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-amd64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-arm64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-armhf-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-i386-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-powerpc-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-ppc64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-riscv64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-14-dev-s390x-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libghc-filestore-dev Description-md5: 3b9540d67a1520436974e83130e3dd42 Description-en: Haskell interface for versioning file stores The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-filestore-doc Description-md5: 1273fd3ae661486d8670817c26b54b0d Description-en: Haskell interface for versioning file stores; documentation The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . 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-filestore-prof Description-md5: 3ba0fd5a0392782e35a56b0c9b5a38e5 Description-en: Haskell interface for versioning file stores; profiling libraries The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . 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-gtk2hs-buildtools-dev Description-md5: c1cf869e84c4b2d46e40000bb811f524 Description-en: gtk2hs-buildtools libraries These are modules used by programs build with gtk2hs-buildtools. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-gtk2hs-buildtools-doc Description-md5: f1c059f7bf91ba48a06835dcdc592652 Description-en: gtk2hs-buildtools libraries; documentation These are modules used by programs build with gtk2hs-buildtools. . 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-gtk2hs-buildtools-prof Description-md5: 5bb2142d5c41edac5f77dc71320a3900 Description-en: gtk2hs-buildtools libraries; profiling libraries These are modules used by programs build with gtk2hs-buildtools. . 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-hashtables-dev Description-md5: a5d6688db307c1e59505d5b01e51e370 Description-en: mutable hash tables This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-hashtables-doc Description-md5: 273ea8f0d3dcd5df6d63844a98b526d2 Description-en: mutable hash tables -- documentation; documentation This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . 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-hashtables-prof Description-md5: cbf27ae0a608b34ff1b1919709754a4c Description-en: mutable hash tables -- profiling libraries; profiling libraries This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . 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-hledger-dev Description-md5: 1ded6325f2a99fc352b7695dc7ab915d Description-en: CLI libraries for hledger hledger is a Haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation. hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell. Given a plain text file describing transactions, of money or any other commodity, . hledger will print the chart of accounts, account balances, or transactions you're interested in. It can also help you add transactions to the journal file, or convert CSV data from your bank. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-hledger-doc Description-md5: 9762cf2040464dfaf2c27568cc94e874 Description-en: CLI libraries for hledger; documentation hledger is a Haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation. hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell. Given a plain text file describing transactions, of money or any other commodity, . hledger will print the chart of accounts, account balances, or transactions you're interested in. It can also help you add transactions to the journal file, or convert CSV data from your bank. . 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-hledger-lib-dev Description-md5: 55bca075325e83a58989aa6399279f51 Description-en: core data types, parsers and utilities for the hledger accounting tool hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides core data types, parsers and utilities used by the hledger tools. It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in Haskell. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-hledger-lib-doc Description-md5: 7eb280f539e46915569719abefa6a4d2 Description-en: core data types, parsers and utilities for hledger; documentation hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides core data types, parsers and utilities used by the hledger tools. It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in Haskell. . 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-hledger-lib-prof Description-md5: c97ab98b633bf27417527473a9c7450b Description-en: core data types, parsers and utilities for hledger; profiling libraries hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides core data types, parsers and utilities used by the hledger tools. It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in Haskell. . 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-hledger-prof Description-md5: 811ae55147e1a0f35d55a892c22702ea Description-en: CLI libraries for hledger; profiling libraries hledger is a Haskell port and friendly fork of John Wiegley's ledger accounting tool. This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation. hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell. Given a plain text file describing transactions, of money or any other commodity, . hledger will print the chart of accounts, account balances, or transactions you're interested in. It can also help you add transactions to the journal file, or convert CSV data from your bank. . 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-parameterized-utils-dev Description-md5: 31d2c2137da5e8b180fbf6510c598a2d Description-en: Classes/data structures for data-kind indexed types This package contains collection classes and type representations used for working with values that have a single parameter. It's intended for things like expression libraries where one wishes to leverage the Haskell type-checker to improve type-safety by encoding the object language type system into data kinds. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-parameterized-utils-doc Description-md5: fc28720d529315f235b3295edc05dcf2 Description-en: Classes/data structures for data-kind indexed types; documentation This package contains collection classes and type representations used for working with values that have a single parameter. It's intended for things like expression libraries where one wishes to leverage the Haskell type-checker to improve type-safety by encoding the object language type system into data kinds. . 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-parameterized-utils-prof Description-md5: 1d932caeea1aec64e564c746a010415f Description-en: Classes/data structures for data-kind indexed types; profiling libraries This package contains collection classes and type representations used for working with values that have a single parameter. It's intended for things like expression libraries where one wishes to leverage the Haskell type-checker to improve type-safety by encoding the object language type system into data kinds. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libglib2.0-tests Description-md5: 08c6a283a0e7547a1f8014a0ba341a09 Description-en: GLib library of C routines - installed tests GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains test programs, designed to be run as part of a regression testsuite. Package: libgm2-12-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-13-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-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-14-dev-amd64-cross 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-14-dev-arm64-cross 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-14-dev-armhf-cross 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-14-dev-i386-cross 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-14-dev-ppc64el-cross 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-14-dev-riscv64-cross 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-14-dev-s390x-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-15-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-17 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-18 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-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: libgm2-19-amd64-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-arm64-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-armhf-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-i386-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-ppc64el-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-riscv64-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-19-s390x-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-20 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgnat-12 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-13 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-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: libgnat-14-amd64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-arm64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-armhf-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-i386-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-powerpc-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-ppc64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-riscv64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-14-s390x-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-15 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgo-12-dev Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-13-dev Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-amd64-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-arm64-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-armhf-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-i386-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-powerpc-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-ppc64el-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-riscv64-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-14-dev-s390x-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo21 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo22 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-amd64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-arm64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-armhf-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-i386-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-powerpc-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-ppc64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-riscv64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo23-s390x-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgomp-plugin-amdgcn1 Description-md5: b4d23ce73f3592d1c5e0dc4540aca4d1 Description-en: GCC OpenMP v4.5 plugin for offloading to GCN This package contains libgomp plugin for offloading to AMD GCN. Package: libgomp-plugin-nvptx1 Description-md5: f9c2e1e8b9ed7ce64aa263f868e92b29 Description-en: GCC OpenMP v4.5 plugin for offloading to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. Package: libgphobos-12-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-13-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-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: libgphobos-14-dev-amd64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-arm64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-armhf-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-i386-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-powerpc-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-ppc64el-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-riscv64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-14-dev-s390x-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-15-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos3 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: 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: libgphobos5-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-arm64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-powerpc-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-ppc64el-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-riscv64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos5-s390x-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos6 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgraphite2-utils Description-md5: 109a01973ba1063dc1ec4c471d88b064 Description-en: Font rendering engine for Complex Scripts -- utilities Graphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. . This package contains gr2fonttest. 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: 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: libhipercontracer-dev Description-md5: 707dc9e5bef7cdcc88b6514cc8cbbe87 Description-en: Development files for HiPerConTracer API library High-Performance Connectivity Tracer (HiPerConTracer) is a ping/traceroute service. It performs regular ping and traceroute runs among sites and can export the results into an SQL or Non-SQL database. . This package provides header files for the HiPerConTracer library. You need them to integrate HiPerConTracer into own programs. Package: libhipercontracer1 Description-md5: a9a96543428fa59e7ac57604fad84e1a Description-en: API library of HiPerConTracer High-Performance Connectivity Tracer (HiPerConTracer) is a ping/traceroute service. It performs regular ping and traceroute runs among sites and can export the results into an SQL or Non-SQL database. . The HiPerConTracer library is provided by this package. Package: libimage-exif-perl Description-md5: 5b28f3195564d98f3811494406701e05 Description-en: Perl module to extract EXIF information from image files The Image::EXIF module allows you to extract EXIF information from your image files, especially photographs taken with a digital camera. . It supports some of the vendor extensions to the EXIF format used by some cameras. 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: libjpegxl-java Description-md5: c51794c19b445cd6518e7bf0d77256df Description-en: JPEG XL Image Coding System - "JXL" (java bindings) The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and lossless image compression format. It has a rich feature set and is particularly optimized for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. . This package installs the Java Bindings. Package: libjxl-devtools Description-md5: 4131ad2529597fba7a2dcddb8b5f1c1f Description-en: JPEG XL Image Coding System - "JXL" (dev command line utility) The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and lossless image compression format. It has a rich feature set and is particularly optimized for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. . This package installs the devtools command line utilities. Package: libjxl-tools Description-md5: c789e316cb9fb5ca256c59b68643b721 Description-en: JPEG XL Image Coding System - "JXL" (command line utility) The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and lossless image compression format. It has a rich feature set and is particularly optimized for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. . This package installs the command line utilities. Package: libkaddressbook-dev Description-md5: 5b52a7b508d1cdd53e137aacb38903c5 Description-en: Addressbook import export library - development files KAddressBook enables you to manage your contacts efficiently and comfortably. It can load and save your contacts to many different locations, including the local file system, LDAP servers, and SQL databases. . This package contains the development files. Package: libkate-dev Description-md5: ea7955d0abccb5259d206e2cfde3252c Description-en: Codec for karaoke and text encapsulation (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. This package contains the development libraries. Package: libkate-tools Description-md5: c771130173d36e2f7c329fd922edcb38 Description-en: Utilities for mangling kate Ogg files Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . This package contains some utilities useful for debugging and tweaking Kate files, using libkate. Package: libkate1 Description-md5: 39ec13ea5c59b0ac8acc76b3db8228c2 Description-en: Codec for karaoke and text encapsulation Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. Package: libkolabxml-dev Description-md5: 9a7130a6d4160c839654528eb4e4caa9 Description-en: Development files for libkolabxml Libkolabxml is the reference implementation of the Kolab XML format. For more information see the libkolabxml package. . This package provides development files libkolabxml. Package: libkolabxml1v5 Description-md5: 01546898c4418aefac0ceaf3d5324602 Description-en: Kolab XML format (shared library) Libkolabxml is the reference implementation of the Kolab XML format. . The Kolab 3.0 XML format is defined in . . This package provides serialization/deserialization from/to in-memory representations for all Kolab Objects, including input validation. 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: 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: libkpim6akonadicalendarcore6 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: 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: 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: 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: 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: 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: 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: liblinbox-1.7.1 Description-md5: 30fbe0b4cf27a8d9d9f38f65a50b2cb9 Description-en: Library for exact linear algebra - shared library LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields. . This package contains the LinBox shared library. Package: liblinbox-dev Description-md5: 3d70aca298c532fd1b106b13cb6b1166 Description-en: Library for exact linear algebra - development files LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields. . This package contains the LinBox development files. Package: liblinbox-doc Description-md5: 4a042dd4696427b7972c8f2899ce9d9a Description-en: LinBox Documentation LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields. . This package provides the documentation of LinBox. Package: liblld-21 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-21-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-21 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-21-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm-21-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm21 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libllvmlibc-21-dev Description-md5: b678725717171e9f1656f9727ef63f83 Description-en: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . This is an experimental project. Don't use in production. Package: liblomiri-location-service-dev Description-md5: 5b8d02736bfd1468ac1b0c191600d92a Description-en: Lomiri Location Service (development files) Aggregates position/velocity/heading updates and exports them over DBus. . This package contains header files required to develop clients talking to the Lomiri Location Service. Package: liblomiri-location-service3 Description-md5: c6cb991b42765105f7d9b9c6d77ac099 Description-en: Lomiri Location Service client library Aggregates position/velocity/heading updates and exports them over DBus. . This package contains the shared library needed by client applications. 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: libmems-dev Description-md5: d69753138606636bd9743d8705e86fd7 Description-en: development library to support DNA string matching and comparative genomics libMems is a freely available software development library to support DNA string matching and comparative genomics. Among other things, libMems implements an algorithm to perform approximate multi-MUM and multi-MEM identification. The algorithm uses spaced seed patterns in conjunction with a seed-and-extend style hashing method to identify matches. The method is efficient, requiring a maximum of only 16 bytes per base of the largest input sequence, and this data can be stored externally (i.e. on disk) to further reduce memory requirements. . This is the development package containing the statically linked library and the header files. Package: libmems1t64 Description-md5: c60c05b4ca212f4f7c319570e75ba1d3 Description-en: library to support DNA string matching and comparative genomics libMems is a freely available software development library to support DNA string matching and comparative genomics. Among other things, libMems implements an algorithm to perform approximate multi-MUM and multi-MEM identification. The algorithm uses spaced seed patterns in conjunction with a seed-and-extend style hashing method to identify matches. The method is efficient, requiring a maximum of only 16 bytes per base of the largest input sequence, and this data can be stored externally (i.e. on disk) to further reduce memory requirements. . This package contains the dynamic library. Package: libmicrohttpd-dev Description-md5: 086a03adbfa00b9ffca631a67418ab82 Description-en: library embedding HTTP server functionality (development) GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. . This package contains the development files. Package: libmicrohttpd12t64 Description-md5: d303341b1bf70eb61d7c833dbe882057 Description-en: library embedding HTTP server functionality GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish GNU Libmicrohttpd from other projects are: . * C library: fast and small * API is simple, expressive and fully reentrant * Implementation is HTTP 1.1 compliant * HTTP server can listen on multiple ports * Four different threading models (select, poll, pthread, thread pool) * Support for IPv6 * Support for SHOUTcast * Support for incremental processing of POST data (optional) * Support for basic and digest authentication (optional) * Support for SSL3 and TLS Package: libmlir-21 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-21-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlt++-dev Description-md5: 4d6b5bbde9cc62c5817cd8317333a0ef Description-en: MLT multimedia framework C++ wrapper (development) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the static libraries and headers for developing applications that use the MLT multimedia framework C++ wrapper. Package: libmlt++7 Description-md5: aca1ad662b6b3311655b23307bbc7454 Description-en: MLT multimedia framework C++ wrapper (runtime) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the files necessary for running applications that use the MLT multimedia framework C++ wrapper. Package: libmlt-data Description-md5: b51503d2acd3e514d41cada40a978ea6 Description-en: multimedia framework (data) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the data files for the MLT multimedia framework. Package: libmlt-dev Description-md5: 560d6021b000ad5387abd7a319907b74 Description-en: multimedia framework (development) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the static libraries and headers for developing applications that use the MLT multimedia framework. Package: libmlt7 Description-md5: eafc70788fe70ed5740aa0a320784b9c Description-en: multimedia framework (runtime) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the files necessary for running applications that use the MLT multimedia framework. Package: libmshr-dev Description-md5: 030d0d5edf8a0ebdc16a43e2117ceaac Description-en: Shared links and header files for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the development files, and also the utility program mshrable. Package: libmshr-dev-common Description-md5: 025640f976ad77260e91edcf0c1dc2f4 Description-en: Shared links and header files for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the common headers and development files. Package: libmshr2019.2 Description-md5: 98e1c2d6b1d51adfc8932768e0d1f845 Description-en: Shared libraries for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the shared libraries. Package: libmshr64-2019.2 Description-md5: 0f5043b117636dfc84b0acc6ca6ed610 Description-en: Shared libraries for mshr with 64-bit indexing mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the shared libraries with support for 64-bit indexing (libdolfin64 and PETSc-64). Package: libmshr64-dev Description-md5: 41614ce468f586fe0c16604da0bef628 Description-en: Shared links and header files for mshr with 64-bit indexing mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the development files with support for 64-bit indexing (libdolfin64 and PETSc-64). Package: libmupdf-dev Description-md5: 9f0475fe82b21a208c2f2f42ef3a31e2 Description-en: development files for the MuPDF viewer MuPDF is a lightweight PDF viewer and toolkit written in portable C. It also reads XPS, OpenXPS and ePub documents. . This package contains the static the unversioned library and headers. Package: libmupdf25.1 Description-md5: d083b8a93eeb2faa1ea3f2d4e7f2fa79 Description-en: shared library for the MuPDF viewer MuPDF is a lightweight PDF viewer and toolkit written in portable C. It also reads XPS, OpenXPS and ePub documents. . This package contains the shared library libmupdf and libmupdfcpp. Package: libnet-interface-perl Description-md5: 49732a004849c228b21aa9ced3dab18e Description-en: Perl module for manipulating host network interfaces Net::Interface is a module that allows access to the host network interfaces in a manner similar to ifconfig(8). Version 1.00 is a complete re-write and includes support for IPV6 as well as the traditional IPV4. . Both read and write access to network device attributes including the creation of new logical and physical interfaces is available where supported by the OS and this module. . NOTE: Many of the operations of Net::Interface, particularly those that set interface values require privileged access to OS resources. Wherever possible, Net::Interface will simply fail softly when there are not adequateprivileges to perform the requested operation or where the operation is not supported. Package: libnetpbm-dev Description-md5: 79e6c450cdf1b6e25cc7f14d625db16c Description-en: Graphics conversion tools development libraries and header files Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. . This development package contains the library and header files for the pbm, pgm, pnm, and ppm graphics formats. Package: libnetpbm11t64 Description-md5: 3636fad4e9228905a1bd589e452e1335 Description-en: Graphics conversion tools shared libraries Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. . This package contains the shared libraries used by netpbm. 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: libntruprime-dev Description-md5: 16ad1f2b72d56409f2c7a0d7f460b7c5 Description-en: microlibrary for Streamlined NTRU Prime - development files libntruprime is an implementation of the Streamlined NTRU Prime cryptosystem as a microlibrary. . Development files. Package: libntruprime1 Description-md5: fe1be32ff948bfca6e9718009bcf16a2 Description-en: microlibrary for Streamlined NTRU Prime - shared library libntruprime is an implementation of the Streamlined NTRU Prime cryptosystem as a microlibrary. . Streamlined NTRU Prime (sntrup) is a lattice-based cryptosystem with the following features: . - Stability: Almost all details of sntrup match a May 2016 publication. The only exceptions are small changes to encoding and hashing published in April 2019. . - Patent-freeness: April 2019 predates almost all post-quantum patents. Analyses of various lattice patents filed before April 2019 indicate no problems for sntrup. . - Deployment: The popular OpenSSH tool switched to sntrup761 by default in April 2022, following initial integration of sntrup into TinySSH. . - Affordability: Keys and ciphertexts are about 1KB for sntrup761, and computations are fast. . - Careful design: Subject to the requirement of being a small lattice-based cryptosystem, sntrup is systematically designed to eliminate unnecessary complications in security review. It eliminates decryption failures, for example, and eliminates cyclotomics. The cryptosystem has never needed a security patch. . - Risk management: A much higher sntrup1277 security level is fully supported, and is recommended whenever 2KB keys and ciphertexts are affordable, to reduce risks from improvements in lattice attacks. . - Flexibility: The sntrup design allows a full spectrum of tradeoffs between size and security level, so applications with intermediate size limits aren't forced into much lower security levels. Six different sizes have been selected for support. . libntruprime has a very simple stateless API based on the SUPERCOP API, with wire-format inputs and outputs, providing functions that directly match the KEM operations provided by the sntrup specification, such as functions . sntrup1277_keypair sntrup1277_enc sntrup1277_dec . for the sntrup1277 KEM. . Internally, libntruprime includes implementations designed to work portably across CPUs, and implementations designed for higher performance on Intel/AMD CPUs with AVX2 instructions. libntruprime includes automatic run-time selection of implementations. . libntruprime is intended to be called by larger multi-function libraries (such as traditional cryptographic libraries), including libraries in other languages via FFI. The idea is that libntruprime takes responsibility for the details of sntrup computation, including optimization, timing-attack protection, and (in ongoing work) verification, freeing up the calling libraries to concentrate on application-specific needs such as protocol integration. Applications can also call libntruprime directly. . Shared library. Package: libobjc-12-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-13-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-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: libobjc-14-dev-amd64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-arm64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-armhf-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-i386-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-powerpc-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-ppc64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-riscv64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-14-dev-s390x-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-15-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc4 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: liboffload-21 Description-md5: 841bdc20a27b40722e37c7b2d0838a75 Description-en: Offload Library The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. Package: liboffload-21-dev Description-md5: 352e5b2eb6f0446d5039b547a7bc6d17 Description-en: Offload Library - Development Package The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. . This development package includes headers and other resources needed for building applications that utilize the offload runtime. Package: liboggkate-dev Description-md5: 42fbab643f09b4832020479a1b182cfe Description-en: Codec for karaoke and text encapsulation for Ogg (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. This package contains the development libraries. Package: liboggkate1 Description-md5: 23431caff7d267e36d535589d0523848 Description-en: Codec for karaoke and text encapsulation for Ogg Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. Package: libomp-21-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-21-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-21 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libopenigtlink-dev Description-md5: fd3f51b838d40c1415b3720bc1eeb307 Description-en: Open IGT Link is a simple network protocol - development Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains the development files needed to build your own IGT applications. Package: libopenigtlink1.11 Description-md5: 0d29bb6317701140ce005ec15b67e475 Description-en: Open IGT Link is a simple network protocol - runtime Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains library files for OpenIGTLink. Package: libost-base-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-base2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-bindings-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-bindings2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-conop-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-conop2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-db-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-db2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-geom-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-geom2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gfx-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gfx2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gui-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gui2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-alg2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-info-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-info2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-io-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-io2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-alg2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-mm-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-mm2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-alg2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq2.9 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libpocl-dev Description-md5: e354c66ecd7fac208f624d728c125be4 Description-en: development files for the PoCL library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the development files for the PoCL library. Unless very specific needs, this package is useless. This package is only required to link directly and explicitly with PoCL. . To develop OpenCL programs (that can be run with PoCL), the opencl-dev virtual package (provided by ocl-icd-opencl-dev for example) is required, not this one. Package: libpocl-devices-level0 Description-md5: 9851a2c5fad1e6c605ec77ab44111700 Description-en: Portable Computing Language library - Level Zero device library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the Level Zero device library. Package: libpocl2-common Description-md5: 78bb8a43cbfd220175471920d25274ed Description-en: common files for the PoCL library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the architecture independent files of the PoCL library. Package: libpocl2t64 Description-md5: 610b47f08150bddaa4674d5a7911773f Description-en: Portable Computing Language library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides the core of PoCL. Package: libpolly-21-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpwiz-dev Description-md5: 0f13f0d35cee409d86a3824bef452d8b Description-en: library to perform proteomics data analyses (devel files) The libpwiz library from the ProteoWizard project provides a modular and extensible set of open-source, cross-platform tools and libraries. The tools perform proteomics data analyses; the libraries enable rapid tool creation by providing a robust, pluggable development framework that simplifies and unifies data file access, and performs standard chemistry and LCMS dataset computations. . The primary goal of ProteoWizard is to eliminate the existing barriers to proteomic software development so that researchers can focus on the development of new analytic approaches, rather than having to dedicate significant resources to mundane (if important) tasks, like reading data files. . This package ships the library development files. Package: libpwiz-doc Description-md5: 24d107d710ce667dc230d326fa76a835 Description-en: set of programs to perform proteomics data analyses (doc) The libpwiz library from the ProteoWizard project provides a modular and extensible set of open-source, cross-platform tools and libraries. The tools perform proteomics data analyses; the libraries enable rapid tool creation by providing a robust, pluggable development framework that simplifies and unifies data file access, and performs standard chemistry and LCMS dataset computations. . The primary goal of ProteoWizard is to eliminate the existing barriers to proteomic software development so that researchers can focus on the development of new analytic approaches, rather than having to dedicate significant resources to mundane (if important) tasks, like reading data files. . This package ships the documentation to the proteowizard software along with example programs (source code and binaries). Package: libpwiz-tools Description-md5: 27877a23421affb754c25f7153331f24 Description-en: ProteoWizard command line tools The libpwiz library from the ProteoWizard project provides a modular and extensible set of open-source, cross-platform tools and libraries. The tools perform proteomics data analyses; the libraries enable rapid tool creation by providing a robust, pluggable development framework that simplifies and unifies data file access, and performs standard chemistry and LCMS dataset computations. . The primary goal of ProteoWizard is to eliminate the existing barriers to proteomic software development so that researchers can focus on the development of new analytic approaches, rather than having to dedicate significant resources to mundane (if important) tasks, like reading data files. . This package ships command line tools that include _idconvert_ (conversion of MS identifications) and _msconvert_ (conversion of MS raw data files from/to any supported format). Package: libpwiz3t64 Description-md5: ed040acf1f8dfea90ff2b4dd850eda23 Description-en: library to perform proteomics data analyses (runtime) The libpwiz library from the ProteoWizard project provides a modular and extensible set of open-source, cross-platform tools and libraries. The tools perform proteomics data analyses; the libraries enable rapid tool creation by providing a robust, pluggable development framework that simplifies and unifies data file access, and performs standard chemistry and LCMS dataset computations. . The primary goal of ProteoWizard is to eliminate the existing barriers to proteomic software development so that researchers can focus on the development of new analytic approaches, rather than having to dedicate significant resources to mundane (if important) tasks, like reading data files. Package: libpwizlite-dev Description-md5: 2f89fc19584d28e2c0d8508eb5691034 Description-en: Library to load mzML/mzXML files (dev files) This library is a dumbed-down version of the Proteowizard library. This library only contains the required features to load standard mzML/mzXML mass spectrometry data files. . See http://proteowizard.sourceforge.net/ for the original project. . This package ships the development files. Package: libpwizlite3t64 Description-md5: 012b19a8c79ebdb8399f8d01da8f935c Description-en: Library to load mzML/mzXML files (runtime files) This library is a dumbed-down version of the Proteowizard library. This library only contains the required features to load standard mzML/mzXML mass spectrometry data files. . See http://proteowizard.sourceforge.net/ for the original project. . This package ships the runtime library files. Package: librust-actix-server-dev Description-md5: 02d70961ebe0e6e345eb24c2a4170d28 Description-en: General purpose TCP server built for the Actix ecosystem - Rust source code Source code for Debianized Rust crate "actix-server" Package: librust-cap-async-std-dev Description-md5: f788f6a7abe9b88706ff14db7b1fadac Description-en: Capability-based version of async-std - Rust source code Source code for Debianized Rust crate "cap-async-std" Package: librust-cap-std-dev Description-md5: df3f6eec5b488dad7b8a0bd3b30612af Description-en: Capability-based version of the Rust standard library - Rust source code Source code for Debianized Rust crate "cap-std" Package: librust-cap-time-ext-dev Description-md5: 06650d9817b6087ebdac405ea213795e Description-en: Extension traits for `SystemClock` and `MonotonicClock` - Rust source code Source code for Debianized Rust crate "cap-time-ext" Package: librust-clap-complete-nushell-dev Description-md5: 6e2d619c8e3d1f28afe15bc8136691a3 Description-en: Generator library used with clap for Nushell completion scripts - Rust source code Source code for Debianized Rust crate "clap_complete_nushell" Package: librust-potential-utf-dev Description-md5: edf613f291b4e8c95df7c7e5cc03e9e5 Description-en: Unvalidated string and character types - Rust source code Source code for Debianized Rust crate "potential_utf" Package: librust-tokio-dev Description-md5: 14e3f2f39c184d81cc0c50c49c3052ae Description-en: Event-driven, non-blocking I/O platform - Rust source code Source code for Debianized Rust crate "tokio" Package: librust-yoke-dev Description-md5: 5dd08a5ef5222277bed4a32655c58ad7 Description-en: Abstraction allowing borrowed data to be carried along with the backing data it borrows from - Rust source code Source code for Debianized Rust crate "yoke" Package: librust-zerovec-dev Description-md5: e9127a2c8e5a30b09b9d90f358057bbe Description-en: Zero-copy vector backed by a byte array - Rust source code Source code for Debianized Rust crate "zerovec" Package: libsession-token-perl Description-md5: 233227079dccae6a7e5011c3e35bc699 Description-en: secure, efficient, simple random session token generation Session::Token provides a secure, efficient, and simple interface for creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. . This module is one of the recommended password generators in the comparison conducted by Neil Bowers (http://neilb.org/reviews/passwords.html) and is characterized as "is very fast and takes random number generation very seriously". Package: libsingular4-dev Description-md5: 5dcd562f94e5cf8f4eb42dfbef121bb8 Description-en: Computer Algebra System for Polynomial Computations -- development package SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains architecture dependent header files and static libraries. Package: libsingular4-dev-common Description-md5: 383aa87a7c0a6f9118b8fafd19cef303 Description-en: Computer Algebra System for Polynomial Computations -- common dev package SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains common header files. Package: libsingular4m4n1 Description-md5: e36adf6a0c8b8624187f7014148ba639 Description-en: Computer Algebra System for Polynomial Computations -- library package SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains shared libraries. 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: libstarpu-1.4-6 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.88 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.88-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++-12-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-12-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-12-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++-13-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-13-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-13-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++-14-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-14-dev-arm64-cross Description-md5: b3cf592d4bba33e3b225bbffa19ad85f Description-en: GNU Standard C++ Library v3 (development files) (arm64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-14-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-14-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-14-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-14-dev-ppc64el-cross Description-md5: 813d263957e8d32c052437fddcfd908e Description-en: GNU Standard C++ Library v3 (development files) (ppc64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-14-dev-riscv64-cross Description-md5: 4ece25cff1ca3aab6c0da4e011b01872 Description-en: GNU Standard C++ Library v3 (development files) (riscv64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-14-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-14-pic-amd64-cross Description-md5: 897213acb8110acaaf18974a2aad020d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (amd64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-14-pic-arm64-cross Description-md5: 66fcdb170ff1079926ce4091eed9507d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (arm64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-14-pic-armhf-cross Description-md5: 8eeda6931545837207549183feb1ce3c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armhf) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-14-pic-i386-cross Description-md5: 40a305b2bee28054790c436480373841 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (i386) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-14-pic-powerpc-cross Description-md5: 8ec00688cdfad4bc2c12000de90bc2cf Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpc) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-14-pic-ppc64el-cross Description-md5: 64adb38721429df45745cd8ab9d9e5b5 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64el) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-14-pic-riscv64-cross Description-md5: 467dfb9ab50e13cf46a473aa82cb2455 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (riscv64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-14-pic-s390x-cross Description-md5: b3f1e514f0051310da311f3db06238b4 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (s390x) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-15-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6-12-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstdc++6-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: libstdc++6-14-dbg-amd64-cross Description-md5: 07c21f492e3f02130fb6a3185fa7511a Description-en: GNU Standard C++ Library v3 (debug build) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-arm64-cross Description-md5: 9df4ee912240a43a1f85f30cd99b1bbe Description-en: GNU Standard C++ Library v3 (debug build) (arm64) 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. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-armhf-cross Description-md5: 7e4a3bc52837008e0b4bfe305e4235c0 Description-en: GNU Standard C++ Library v3 (debug build) (armhf) 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-i386-cross Description-md5: e54d2e29375497ecd66b27e9274a07a0 Description-en: GNU Standard C++ Library v3 (debug build) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-powerpc-cross Description-md5: 1bca9e17bb543dcca1e3d6a742d48109 Description-en: GNU Standard C++ Library v3 (debug build) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-ppc64el-cross Description-md5: 8bc8d5dab6268a0f3d74b173ff9229fb Description-en: GNU Standard C++ Library v3 (debug build) (ppc64el) 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. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-riscv64-cross Description-md5: e2f83ed8d7e07f16cdfe19927301bd90 Description-en: GNU Standard C++ Library v3 (debug build) (riscv64) 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-14-dbg-s390x-cross Description-md5: f4f53b44d8ad2eaedde73442805cd8fb Description-en: GNU Standard C++ Library v3 (debug build) (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-15-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libtasmanian-dev Description-md5: 4ba8a5e4d32eb43e43f912d1badc49f5 Description-en: Tasmanian development files The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package provides all the necessary development files to use the Tasmanian modules either from C++, C or Fortran 2003. Package: libtasmaniancaddons8 Description-md5: 3e4b5293529cf139af6ce71084919536 Description-en: Tasmanian add-ons module The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package contains a shared library that provides various additional functionalities not included in the core Tasmanian modules. Package: libtasmaniandream8 Description-md5: fd147c307e32f606c79f3f069e59737f Description-en: Tasmanian module for drawing samples from an arbitrary probability distribution The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package provides a shared library that implements the DiffeRential Evolution Adaptive Metropolis (DREAM), which is a method to draw samples from an arbitrary probability distribution defined by an arbitrary non-negative function. The DREAM approach is similar to the classical Markov Chain Monte Carlo, but it evolves a large number of chains simultaneously which leads to better parallelization and (potentially) faster convergence. In addition, multiple chains allow for better exploration of the probability domain, which is often advantageous when working with multi-modal distributions. . One of the main applications of DREAM is in the field of Bayesian inference, where samples are drawn from a posterior distribution comprised from a data-informed likelihood and an arbitrary model. The DREAM module of Tasmanian can use Tasmanian Sparse Grids approximation to either the model or the likelihood. Package: libtasmanianfortran8 Description-md5: 178a4a5429bdcb6d5f9ec2ef0edd5eef Description-en: Tasmanian sparse grids wrappers for Fortran 2003 The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package provides a SWIG wrapper around the Tasmanian C++ module for sparse grids, making it easy to call it from Fortran 2003. Package: libtasmaniansparsegrid8 Description-md5: fe2549f4da313b306c6571f60fccfb4a Description-en: Tasmanian module for sparse grids The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package provides a shared library that implements a variety of sparse grids, i.e. a family of algorithms for constructing multidimensional quadrature and interpolation rules using multiple tensor products of one dimensional rules with varying degree of precision. . The Tasmanian Sparse Grids Module implements a variety of grids that fall into five major categories: global grids, sequence grids, local polynomial grids, wavelet grids and fourier grids. Package: libtfbs-perl Description-md5: 329310953f967bb54344ec3b1c418600 Description-en: scanning DNA sequence with a position weight matrix The TFBS perl modules comprise a set of routines to interact with the Transfac and Jaspar databases that describe a special family of proteins, the transcription factors. These bind to genomic DNA to initiate (or prevent) the readout of a gene. Once multiple binding sites are known for a transcription factor, these are gathered in a single file and are aligned in order to find position-specific characteristica that might be used to predict such binding events in novel DNA sequences. . If you use TFBS in your work, please cite "Lenhard B., Wasserman W.W. (2002) TFBS: Computational framework for transcription factor binding site analysis. Bioinformatics 18:1135-1136". . Note: the TFBS perl module is no longer under active development. All the functionality can be found in the TFBSTools Bioconductor package; users are highly encouraged to switch. Package: libunwind-21 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-21-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libwhy3-ocaml-dev Description-md5: 072a6256bf533fcf1d18fe6a382eb298 Description-en: OCaml librariries for why3 (dev) This package contains the libraries of the why3 verification platform for developing applications using why3. Package: libx32gcc-12-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-13-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-14-dev-amd64-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-14-dev-i386-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gfortran-12-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-13-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-14-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-14-dev-amd64-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-14-dev-i386-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32go-12-dev Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-13-dev Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-14-dev-amd64-cross Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-14-dev-i386-cross Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go21 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go22 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go23-amd64-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go23-i386-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32gphobos-12-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-13-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-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: libx32gphobos-14-dev-amd64-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-14-dev-i386-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-15-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos3 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: 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: libx32gphobos5-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos5-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos6 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32objc-12-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-13-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-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: libx32objc-14-dev-amd64-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-14-dev-i386-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-15-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4 Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32stdc++-12-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-13-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-14-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-14-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++-14-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-12-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libx32stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libx32stdc++6-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: libx32stdc++6-14-dbg-amd64-cross Description-md5: 07c21f492e3f02130fb6a3185fa7511a Description-en: GNU Standard C++ Library v3 (debug build) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-14-dbg-i386-cross Description-md5: e54d2e29375497ecd66b27e9274a07a0 Description-en: GNU Standard C++ Library v3 (debug build) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-15-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libxmlrpc-c++9 Description-md5: d23b73ec6571b68cd5e8a642f9a893bc Description-en: Lightweight RPC library based on XML and HTTP [C++ runtime libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C++. Package: libxmlrpc-c++9-dev Description-md5: d207652345ee247a142005fae8b326c3 Description-en: Lightweight RPC library based on XML and HTTP [C++ development libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C++. . Install this package if you wish to develop your own programs using this library. Package: libxmlrpc-core-c3-dev Description-md5: 410eeb60d02eb824ca7ab34ef75e2acb Description-en: Lightweight RPC library based on XML and HTTP [C development libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C. . Install this package if you wish to develop your own programs using this library. Package: libxmlrpc-core-c3t64 Description-md5: 4f127ef989e16839d1d756b7c28a87c4 Description-en: Lightweight RPC library based on XML and HTTP [C runtime libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C. Package: libxmlrpc-util-dev Description-md5: 66acb7193111de36ebe64e92af02a83a Description-en: Lightweight RPC library based on XML and HTTP [extra development libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides extra utility functions. . Install this package if you wish to develop your own programs using this library. Package: libxmlrpc-util4 Description-md5: bb7ee82e967216d7c508eb7a8d9bdc82 Description-en: Lightweight RPC library based on XML and HTTP [extra C runtime libraries] XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides extra utility functions. Package: lld-21 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lldb-21 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-21 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-21-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-21-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-21-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-21-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-21-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-21-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: locales-all Description-md5: c360552536cba624a24a347b513939dd Description-en: GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Package: lomiri-location-service-bin Description-md5: 2ad6838162f2a388bb373dd7e0bb00e9 Description-en: Lomiri Location Service binaries Aggregates position/velocity/heading updates and exports them over DBus. . This package contains the service executable and man pages. Package: lomiri-location-service-doc Description-md5: 3eef17a9a65a8a9aaffca0be7d7790f5 Description-en: Lomiri Location Service documentation Aggregates position/velocity/heading updates and exports them over DBus. . This package contains documentation for the service and client. Package: lomiri-location-service-tests Description-md5: 32b4f30a78bc734a539b06626a32bb39 Description-en: Lomiri Location Service test executables Aggregates position/velocity/heading updates and exports them over DBus. . This package contains all test executables. Package: looking-glass-client Description-md5: 30345d7917221fbfe91d8bec18f2c2d6 Description-en: Low latency KVM FrameRelay implementation for VGA Passthrough LookingGlass enables you to use shared memory to pass rendered frames from a virtual machine back to the host system. . A LookingGlass Host implementation is required to run on the guest virtual machine. It is recommended that the client and host versions match. See the README.Debian for more information. Package: lyricue Description-md5: de7205151a71a3fbaf16eafef408bd83 Description-en: The GNU Lyric Display System This application is used to edit/display song lyrics on a second screen/projector for use at singing events such as church services. Features * User access controls * Networkable (ie run interface and server on different machines) * Multiple Playlists * Copyright info for songs * Automatic Page advance * Re-orderable playlist * Playlist entries to change background * All songs kept in a database and so screens are dynamically generated, allowing you to easily change the backdrop, font etc without having to change all the songs * Can automatically create screens for bible verses * Quick searching for songs 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: melt Description-md5: fd84ce6cabff711518e3c43433757e94 Description-en: command line media player and video editor melt was meant as a test tool for the MLT framework, but it is also a powerful multitrack command line oriented video editor. It could also used as an minimalistic media player for audio and video files. Package: merkaartor Description-md5: e39f2cb9c5a6aad4c102eaeb73b2abfb Description-en: map editor for OpenStreetMap.org Merkaartor is a map editor for OpenStreetMap.org, the free editable map of the whole world. . Features: * download from and upload to the OpenStreetMap server * open .osm and .gpx files * create and move trackpoints, ways, and areas * add tags, delete features * reverse, split and join ways * visualize some leisure/landuse areas and road types * displaying GPS information 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: miniflux Description-md5: e6169e71764e123c102589b759a18f0b Description-en: minimalist and opinionated feed reader Miniflux is a minimalist and opinionated feed reader: - Written in Go (Golang) - Works only with PostgreSQL - Doesn't use any ORM - Doesn't use any complicated framework - Use only modern vanilla Javascript (ES6 and Fetch API) - Single binary compiled statically without dependency - The number of features is voluntarily limited It's simple, fast, lightweight and super easy to install. Package: mlir-21-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: 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: mupdf Description-md5: c39de9e446896353a76c6956ae23bdd2 Description-en: lightweight PDF viewer MuPDF is a lightweight PDF viewer and toolkit written in portable C. It also reads XPS, OpenXPS and ePub documents. . The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen. Package: mupdf-tools Description-md5: bc0bfd26f1a5ef4e884d03039402ccca Description-en: command line tools for the MuPDF viewer MuPDF is a lightweight PDF viewer and toolkit written in portable C. It also reads XPS, OpenXPS and ePub documents. . This package contains command line tools using the MuPDF library: - mutool - tool for clean, extract, inspect PDF documents and render PDF/XPS/CBZ documents. 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: ncmpcpp Description-md5: 9898d1942d8668ddedb0e51e6d64c40b Description-en: ncurses-based client for the Music Player Daemon (MPD) ncmpcpp is almost an exact clone of ncmpc which is a text-mode client for MPD, the Music Player Daemon. It provides a keyboard oriented and consistent interface to MPD and contains some new features ncmpc doesn't have. It's been also rewritten from scratch in C++. . New features include: - tag editor; - playlists editor; - easy to use search screen; - media library screen; - lyrics screen; - possibility of going to any position in currently playing track without rewinding/fastforwarding; - multi colored main window (if you want); - songs can be added to playlist more than once; - a lot of minor useful functions. Package: netpbm Description-md5: 4d025b52e6499467b1af0bf4e4a44e07 Description-en: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Package: nfdump Description-md5: 4fa77d0d490891adcde185fa1cc34138 Description-en: netflow capture daemon Collects and processes netflow data with command line tools. Collected netflow data is stored in filesystem and is limited by available storage space only. Tools are optimized for speed and filtering. nfcapd reads netflow v5, v7, v9 and IPFIX flows transparently. You need one nfcapd process for each netflow stream. Package: nfdump-sflow Description-md5: a117d3b23094754849df79bc829ee86f Description-en: sflow collector daemon sfcapd collects sflow data and stores it into nfcapd compatible files. Package: nim Description-md5: 1077ec624ad7f485ec20529f4e9db6d8 Description-en: Nim programming language - compiler Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. Package: nim-doc Description-md5: c720387a7d762b52c23fdf73ebffedb3 Description-en: Nim programming language - documentation Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. . This is a documentation package. Package: node-cipher-base Description-md5: 7b4c11f1f057af6b8c6306966fad44ea Description-en: abstract base class for crypto-streams This module implements an abstract base class to inherit from, for creating node crypto streams. . This module follows the same API as Node.js crypto streams API. . Node.js is an event-based server-side JavaScript engine. Package: node-jquery Description-md5: b256542cea92f157d1b6de9b25c69ab9 Description-en: NodeJS wrapper for jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. . This package contains the NodeJS module. Package: node-undici Description-md5: 77848819b07d9b3873ecd9cb6181c828 Description-en: Node.js HTTP/1.1 client undici provides the Node.js core HTTP client, using WebAssembly to achieve performance and pluggability. It brings features like: - redirect support - native mocking layer using MockAgent - Client, Pool, Agent are unified by a Dispatcher API Package: nscd Description-md5: e8172254ec0df735a3e44c0f557100bc Description-en: GNU C Library: Name Service Cache Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+. Package: ntruprime Description-md5: 755f27b1c673b04ecce895958fd79cb6 Description-en: microlibrary for Streamlined NTRU Prime - command line tools libntruprime is an implementation of the Streamlined NTRU Prime cryptosystem as a microlibrary. . The command-line interface for libntruprime provides the following command-line tools: . sntrup653-keypair sntrup761-keypair sntrup857-keypair sntrup953-keypair sntrup1013-keypair sntrup1277-keypair sntrup653-enc sntrup761-enc sntrup857-enc sntrup953-enc sntrup1013-enc sntrup1277-enc sntrup653-dec sntrup761-dec sntrup857-dec sntrup953-dec sntrup1013-dec sntrup1277-dec ntruprime-fulltest ntruprime-speed ntruprime-test . Each tool exits 0 on success, nonzero on failure. . These tools allow libntruprime to be easily used from shell scripts. Other languages can also use libntruprime via these tools, but languages typically have good support for FFI and can use the C interface directly. . Key generation (for, e.g., sntrup1277): sntrup1277-keypair 5>publickey 9>secretkey . Encapsulation (for, e.g., sntrup1277): sntrup1277-enc >ciphertext 7>sessionkey 4sessionkey = 3.13 is required. However, >= 4.14 is recommended. . This package contains the libnftables python3 bindings. Package: python3-ost Description-md5: 9e9464d2fe8358febf528598cddb115f Description-en: Open-Source Computational Structural Biology Framework - Python 3 package OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: python3-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-tasmanian Description-md5: 50c0f78b6ee31e11641e9f2af72c1f91 Description-en: Python interface to the Tasmanian sparse grids and DREAM modules The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package provides a Python interface to the Tasmanian sparse grids and DREAM modules. 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: redmine Description-md5: 3a216a1439e1b07aad3aecd0c613d53b Description-en: flexible project management web application Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database. . Dependencies for database support are provided by these metapackages: redmine-mysql, redmine-pgsql, redmine-sqlite. . Features * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support Package: redmine-mysql Description-md5: 5334d370ac0b467914273b70a17e9522 Description-en: metapackage providing MySQL dependencies for Redmine This package only provides MySQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a MySQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-pgsql Description-md5: f308cd100ee4983a5adb6ff3370520bf Description-en: metapackage providing PostgreSQL dependencies for Redmine This package provides PostgreSQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a PostgreSQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-sqlite Description-md5: 92a51359a57c7c0c86638eb96a7a1e4e Description-en: metapackage providing sqlite dependencies for Redmine This package provides sqlite dependencies for Redmine, a flexible project management web application. Install this one if you want to use a sqlite database with Redmine. . Redmine package should be installed along with this package. Package: reform-desktop-full Description-md5: 9dca7acbac5b56569628d69da8ebdc8e Description-en: MNT Reform Desktop Environment -- graphical desktop The MNT Reform suite of open hardware computers comes with a default Debian installation. This metapackage includes all packages required for a full graphical desktop. Package: reform-desktop-minimal Description-md5: 4d432406fe814f72b4f160bfdedda511 Description-en: MNT Reform Desktop Environment -- essential components The MNT Reform suite of open hardware computers comes with a default Debian installation. This metapackage includes all packages required for a minimal non-graphical terminal based installation. Package: reform-tools Description-md5: a753980269e0b522dfedf3b67f516966 Description-en: MNT System Tools for MNT Reform and MNT Pocket Reform Utilities, scripts and configurations for the MNT Reform and MNT Pocket Reform open hardware laptops with either i.MX8MQ, i.MX8MPlus, Banana PI CM4, LS1028A or RK3588. . Contains system utilities to manage your installation as well as configuration files for initramfs, flash-kernel, pulseaudio, alsa, u-boot-menu, udev and NetworkManager. Package: reform2-lpc-dkms Description-md5: 68075fae3138a8f5a03575a7677c426c Description-en: dkms driver sources for Reform 2 LPC11U24 The reform2_lpc kernel module allows for interaction with the NXP LPC11U24 Cortex-M0 MCU system controller in the Reform 2 open hardware laptop. It controls an analog monitor chip for the eight battery cells as well as the charger. It is connected to the Processor Module via SPI, and has GPIO lines to the main power rail switchers in the system. It has a UART (SYSCTL) that the keyboard can talk to directly for issuing power on/off commands and battery status queries. . The reform2_lpc module provides battery status information and is necessary to completely shut down the system when powering it off via userspace. . This package provides sources for the reform2_lpc kernel module for use with the Dynamic Kernel Module Support (dkms) framework. Package: rmlint Description-md5: 5ac49a76d676161eaee0f5eede7d8a54 Description-en: Extremely fast tool to remove filesystem lint rmlint finds space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). * Colourful progress bar. Package: rmlint-doc Description-md5: 4653bd1e89c79e9aa3c8d8e77a401fc7 Description-en: HTML documentation for rmlint rmlint finds space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). * Colourful progress bar. . This package provides documentation in HTML for rmlint. Package: rmlint-gui Description-md5: 6fb9d3e931620165df39f13f8b5452f9 Description-en: GTK+ frontend to rmlint rmlint-gui (a.k.a. Shredder) is a graphical user interface to rmlint using GTK+. It uses rmlint to find space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). Package: ruby-cutest Description-md5: 51faf0d5bb2168b940b5a43826dc58e7 Description-en: Run ruby tests independantly Cutest run tests in separate processes to avoid shared state. Once a failure is found, you get a report detailing what failed and how to locate the error and the rest of the file is skipped. Package: rust-1.88-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.88-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.88-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.88-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.88-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.88-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.88 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.88 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: sdpb Description-md5: 4ea43c188298813f61155b4abfe85924 Description-en: Semidefinite program solver SDPB is an open-source, arbitrary-precision, parallelized semidefinite program solver, designed for the conformal bootstrap. SDPB significantly outperforms less specialized solvers and should enable many new computations. . For more information, see "A Semidefinite Program Solver for the Conformal Bootstrap" at http://arxiv.org/abs/1502.02033. Package: sdpb-doc Description-md5: 3d88900ec702e1270fa2da067eb96691 Description-en: Semidefinite program solver (documentation) SDPB is an open-source, arbitrary-precision, parallelized semidefinite program solver, designed for the conformal bootstrap. SDPB significantly outperforms less specialized solvers and should enable many new computations. . For more information, see "A Semidefinite Program Solver for the Conformal Bootstrap" at http://arxiv.org/abs/1502.02033. . This package contains the manual and example files, including a Mathematica file with code to export semidefinite programs in the XML-based format used by SDPB. Package: ser2net Description-md5: 7f918b13b22cf169dd85a386cbf2fa59 Description-en: Serial port to network proxy This daemon allows telnet and tcp sessions to be established with a host's serial ports. Combined with a terminal emulator, this can be a very simple means to configure network devices or other equipment with a serial port. This is remarkably similar to the reverse telnet feature of some Cisco routers. Package: sfftobmp Description-md5: 105c21b18ae66a01264a6172f9cd79a1 Description-en: SFF (Structured Fax File) Converter Tool to convert "Structured Fax Files" into Windows bitmaps (BMP), Portable Bitmaps (PBM), JPEG Pictures (JPG) and single or multi-page TIFF Images. . SFF means 'Structured Fax File', intended by the CAPI interface to be used to save incoming faxes. Within GNU/Linux, cards such as the AVM-B1 create such files. Package: shortwave Description-md5: 16fab122f1b3a101a8cb34ac67abf2f1 Description-en: listen to internet radio Shortwave is an internet radio player that provides access to a station database with over 30,000 stations. Saving favorite stations and download of single tracks is also possible. Additionally, shortwave features a miniplayer. . Shortwave is a GNOME Circle app. Package: singular Description-md5: 35c0e80e6b361935d5d10bf2fbdf9743 Description-en: Computer Algebra System for Polynomial Computations SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This dummy package provides the standard installation. Package: singular-data Description-md5: 9c3603191f1f8dc87fce657c5406c089 Description-en: Computer Algebra System for Polynomial Computations -- shared data SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains architecture independent material. Package: singular-dev-doc Description-md5: 98bf58e20708a5e2073fadecc86e931e Description-en: Computer Algebra System for Polynomial Computations -- developer documentation SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the developer documentation in HTML and PDF formats. Package: singular-doc Description-md5: a6156b049ec173a1b55f798153889b48 Description-en: Computer Algebra System for Polynomial Computations -- user documentation SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the user documentation in HTML and PDF formats. Package: singular-modules Description-md5: 6bd5bb907a67c0e32bd2c1aa7872cad9 Description-en: Computer Algebra System for Polynomial Computations -- module package SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the basic builtin modules. Package: singular-ui Description-md5: 46649e114a9802aedbdad7c903583222 Description-en: Computer Algebra System for Polynomial Computations -- console user interface SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the SINGULAR command-line interface. Package: singular-ui-emacs Description-md5: d092d1fef4ad68f89931846f01270b0e Description-en: Computer Algebra System for Polynomial Computations -- emacs user interface SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the SINGULAR command-line interface within emacs. Package: singular-ui-xterm Description-md5: 96bd40910ae628930c7b3a100073ed4e Description-en: Computer Algebra System for Polynomial Computations -- xterm user interface SINGULAR is a Computer Algebra System (CAS) for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory. . This package contains the SINGULAR command-line interface within a (new) terminal window. Package: slic3r Description-md5: 0794949ce96277bb7ebfa300ad8df740 Description-en: G-code generator for 3D printers Slic3r converts digital 3D models into printing instructions (G-code) for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. . Slic3r supports input in the STL, AMF and OBJ formats, and can output G-code for several series of 3D printers, including RepRap, Ultimaker, Makerbot, as well as SVG files for DLP printers. . It can be used with a graphical interface, or in batch mode via the command-line. Package: solarpowerlog Description-md5: 248a9712a9c6622aaab8141c552cd1aa Description-en: photovoltaic data logging The program's purpose is to track and log data from photovoltaic inverters, collect power data and store them. Also a purpose is to provide an interface to extract these data, allowing applications like web site stats of the system. . Solarpowerlog supports at the moment Solarmax inverters, connected via ethernet or serial interface, however it is programmed in a way to easy add support for other inverters as well. . The program supports logging to the console, logging to CVS and writing HTML files to be serverd by a web server. Package: sopv-doc Description-md5: ec602c9c500e26405f8df032343c4e2a Description-en: OpenPGP verification manuals and examples sopv is the verification-only subset of the Stateless OpenPGP Command Line Interface. . It is used to verify OpenPGP signatures. Several different implementations of this interface are present in Debian, and it is possible to use the alternatives system to choose between them. . This package provides generic documentation for users of sopv in the form of manpages, and example test scripts that can be used to confirm the conformance of a sopv implementation to the specification. . See https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/ for more information. Package: sopv-gpgv Description-md5: b1739dc80f7825668d26c43cd384d43e Description-en: Stateless OpenPGP CLI Verification-only Subset backed by gpgv The Stateless OpenPGP Command-Line Interface Verification-only Subset (or `sopv`) is a simple, standard interface for verifying OpenPGP cryptographic signatures. . This package provides an implementation of `sopv` backed by the minimal, verification-only `gpgv` tool from g10code. . `sopv` is defined in https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/ `gpgv` https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html Package: speech-tools Description-md5: 23bbb81e2e55bcc1d07ccd37a4f11944 Description-en: Edinburgh Speech Tools - user binaries This package contains the various highly useful utility programs that use and accompany the Edinburgh Speech Tools Library. Audio software and some basic signal processing software is included in this package. . The following programs are available: na_play: generic playback program for use with net_audio and CSTR ao. ch_wave: Waveform file conversion program. ch_lab: label file conversion program. ch_track: Track file conversion program. wagon: a CART tree build and test program . See /usr/share/doc/speech-tools/README for detail list of programs available. Package: speech-tools-doc Description-md5: 7bc9ef5c11ff30efddc6d989c050d300 Description-en: Documentation for the Edinburgh Speech Tools This package contains the HTML and Postscript versions of the documentation for the Edinburgh Speech Tools. . Documentation also contains examples and tutorials on how to use Speech Tools library with your programs. Package: sslsniff Description-md5: 8be017697dbf786e659dc72a6fe620bd Description-en: SSL/TLS man-in-the-middle attack tool sslsniff is designed to create man-in-the-middle (MITM) attacks for SSL/TLS connections, and dynamically generates certs for the domains that are being accessed on the fly. The new certificates are constructed in a certificate chain that is signed by any certificate that is provided. sslsniff also supports other attacks like null-prefix or OCSP attacks to achieve silent interceptions of connections when possible. Package: ssmtp Description-md5: 1a0ad197e535fe60ac8fbc4d6ec74458 Description-en: extremely simple MTA to get mail off the system to a mail hub A secure, effective and simple way of getting mail off a system to your mail hub. It contains no suid-binaries or other dangerous things - no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost. Extremely easy configuration. . WARNING: the above is all it does; it does not receive mail, expand aliases or manage a queue. That belongs on a mail hub with a system administrator. 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: systemd-boot Description-md5: 0df90775ace126cb973183972b57f509 Description-en: simple UEFI boot manager - integration 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, and serves as the main integration point to autoconfigure the system. 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-boot-tools Description-md5: 4729b9c85818fe3bc8df4aa7e00ee558 Description-en: simple UEFI boot manager - tools 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 various tools to manage systems using systemd-boot. 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: tasgrid Description-md5: c00b421318720c42ae2338386ad35820 Description-en: command-line interface to the Tasmanian sparse grids library The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN (Tasmanian) is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. . This package contains an executable that provides a command-line interface to the Tasmanian Sparse Grids module. It provides the ability to create and manipulate sparse grids, save and load them into files and optionally interface with another program via text files. Package: tilemaker Description-md5: 0f72a3677279f3fae6b774e338a28f93 Description-en: Generates vector tiles from OpenStreetMap data tilemaker is a single executable command that takes OpenStreetMap data as planet or diff files and directly makes it into vector tiles. It's supremely customisable, and if you just want off-the-shelf tiles in a standard style, tilemaker comes bundled with the configuration and process files to rely on the schema of OpenMapTiles by default. Package: toppic Description-md5: ae3f1b96c71d884df9b96659eacd01d6 Description-en: Top-down proteoform identification and characterization (programs) The TopPIC Suite consists of four software tools for the interpretation of top-down mass spectrometry data: TopFD, TopPIC, TopMG, and TopDiff. . -TopFD (Top-down mass spectral Feature Detection) is a software tool for top-down spectral deconvolution and a successor to MS-Deconv. It groups top-down spectral peaks into isotopomer envelopes and converts isotopomer envelopes to monoisotopic neutral masses. In addition, it extracts proteoform features from LC-MS or CE-MS data. . -TopPIC (Top-down mass spectrometry based Proteoform Identification and Characterization) identifies and characterizes proteoforms at the proteome level by searching top-down tandem mass spectra against a protein sequence database. TopPIC is a successor to MS-Align+. It efficiently identifies proteoforms with unexpected alterations, such as mutations and post-translational modifications (PTMs), accurately estimates the statistical significance of identifications, and characterizes reported proteoforms with unknown mass shifts. It uses several techniques, such as indexes, spectral alignment, generation function methods, and the modification identification score (MIScore), to increase the speed, sensitivity, and accuracy. . -TopMG (Top-down mass spectrometry based proteoform identification using Mass Graphs) is a software tool for identifying ultra-modified proteoforms by searching top-down tandem mass spectra against a protein sequence database. It is capable of identifying proteoforms with multiple variable PTMs and unexpected alterations, such as histone proteoforms and phosphorylated ones. It uses mass graphs, which efficiently represent candidate proteoforms with multiple variable PTMs, to increase the speed and sensitivity in proteoform identification. In addition, approximate spectrum-based filtering methods are employed for protein sequence filtering, and a Markov chain Monte Carlo method (TopMCMC) is used for estimating the statistical significance of identifications. . -TopDiff (Top-down mass spectrometry-based identification of Differentially expressed proteoforms) compares the abundances of proteoforms and finds differentially expressed proteoforms by using identifications of top-down mass spectrometry data of several protein samples. Package: toppic-common Description-md5: 38d72472bf94d4a506454a39f9fd75ae Description-en: Top-down proteoform identification and characterization (common data) The TopPIC Suite consists of four software tools for the interpretation of top-down mass spectrometry data: TopFD, TopPIC, TopMG, and TopDiff. . -TopFD (Top-down mass spectral Feature Detection) is a software tool for top-down spectral deconvolution and a successor to MS-Deconv. It groups top-down spectral peaks into isotopomer envelopes and converts isotopomer envelopes to monoisotopic neutral masses. In addition, it extracts proteoform features from LC-MS or CE-MS data. . -TopPIC (Top-down mass spectrometry based Proteoform Identification and Characterization) identifies and characterizes proteoforms at the proteome level by searching top-down tandem mass spectra against a protein sequence database. TopPIC is a successor to MS-Align+. It efficiently identifies proteoforms with unexpected alterations, such as mutations and post-translational modifications (PTMs), accurately estimates the statistical significance of identifications, and characterizes reported proteoforms with unknown mass shifts. It uses several techniques, such as indexes, spectral alignment, generation function methods, and the modification identification score (MIScore), to increase the speed, sensitivity, and accuracy. . -TopMG (Top-down mass spectrometry based proteoform identification using Mass Graphs) is a software tool for identifying ultra-modified proteoforms by searching top-down tandem mass spectra against a protein sequence database. It is capable of identifying proteoforms with multiple variable PTMs and unexpected alterations, such as histone proteoforms and phosphorylated ones. It uses mass graphs, which efficiently represent candidate proteoforms with multiple variable PTMs, to increase the speed and sensitivity in proteoform identification. In addition, approximate spectrum-based filtering methods are employed for protein sequence filtering, and a Markov chain Monte Carlo method (TopMCMC) is used for estimating the statistical significance of identifications. . -TopDiff (Top-down mass spectrometry-based identification of Differentially expressed proteoforms) compares the abundances of proteoforms and finds differentially expressed proteoforms by using identifications of top-down mass spectrometry data of several protein samples. . This package ships common data used by the various program in the toppic package and some documentation. Package: valentina Description-md5: d1f6828fe9ae1850efe03b8497b0a811 Description-en: pattern making program Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . The "tape" executable is provided as "valentina-tape", and the "puzzle" executable is provided as "valentina-puzzle". Package: valentina-l10n Description-md5: 0989bbfb518e26b0a8f84c64384bf969 Description-en: pattern making program - locale data Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . This package provides locale data for Valentina. Package: vim-icinga2 Description-md5: c8895dd274845b67838e862e33cad270 Description-en: syntax highlighting for Icinga 2 config files in VIM Icinga 2 is a general-purpose monitoring application to fit the needs of any size of network. Icinga 1.x was a Nagios fork; this new generation has been rewritten from scratch in C++, with multi-threading and cluster support. . The vim-icinga2 package provides filetype detection and syntax highlighting for Icinga 2 config files. 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: why3 Description-md5: 42102049a94ca7a372592f978ac2d805 Description-en: Software verification platform Why3 is a platform for deductive program verification. It provides a rich language for specification and programming, called WhyML, and relies on external theorem provers, both automated and interactive, to discharge verification conditions. Why3 comes with a standard library of logical theories (integer and real arithmetic, Boolean operations, sets and maps, etc.) and basic programming data structures (arrays, queues, hash tables, etc.). A user can write WhyML programs directly and get correct-by-construction OCaml programs through an automated extraction mechanism. WhyML is also used as an intermediate language for the verification of C, Java, or Ada programs. . Why3 is a complete reimplementation of the former Why platform. Among the new features are: numerous extensions to the input language, a new architecture for calling external provers, and a well-designed API, allowing to use Why3 as a software library. An important emphasis is put on modularity and genericity, giving the end user a possibility to easily reuse Why3 formalizations or to add support for a new external prover if wanted. Package: why3-doc-html Description-md5: dfe9f02c0fe254a61046f478fb97b4db Description-en: HTML Documentation of the why3 verification platform This package contains the tutorial and reference manual of the why3 verification platform in HTML format. Package: why3-doc-pdf Description-md5: ac928d5570b2a03a847e92a88ede4040 Description-en: PDF Documentation of the why3 verification platform This package contains the tutorial and reference manual of the why3 verification platform in PDF format. Package: why3-examples Description-md5: 6e4dbbd0dec9f982a2b216d558fd2377 Description-en: Examples for the why3 verification platform This package contains examples, both of program verification tasks and pure logical verification tasks, for the why3 software verification platform. Package: xmlrpc-api-utils Description-md5: 1389f2e2e1188c4e475252cb0576ebff Description-en: Generate C++ wrapper classes for XML-RPC servers XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This package contains two programs: * xml-rpc-api2cpp, a utility for generating C++ wrapper classes based on an XML-RPC API, obtained by interrogating an XML-RPC server. * xml-rpc-api2txt, a utility for printing out an XML-RPC API as a text file. The API is obtained by interrogating an XML-RPC server. Package: bochs Description-md5: bc053c9a3065af52a73668b7866a2e07 Description-en: IA-32 PC emulator Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . Bochs is capable of running most operating systems inside the emulation including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT. Package: bochs-sdl Description-md5: c1de9e8924d4d41e5077c82fed4d22e9 Description-en: SDL plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an SDL GUI plugin for Bochs. . Use Scroll-Lock key for full screen. Package: bochs-term Description-md5: 6e4769512394248d4595633871dc05ef Description-en: Terminal (ncurses-based) plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a Terminal (ncurses-based) GUI plugin for Bochs. Package: bochs-wx Description-md5: 173269ea6b13541db917fabb97fa5bcc Description-en: WxWindows plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a WxWindows GUI plugin for Bochs. Package: bochs-x Description-md5: d05bd802b2729b64a9ea369b90b87f71 Description-en: X11 plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an X11 GUI plugin for Bochs. Package: bximage Description-md5: 8deff38bdaf35413e0eddc6a244bcd1c Description-en: Disk Image Creation Tool for Bochs This tool is part of the Bochs project. Its purpose is to generate disk images that are used to allocate the guest operating system in Bochs environment. Package: clickhouse-client Description-md5: 6dceda8938e33615fa36694310e1e0cc Description-en: column-oriented database system (cli client) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse CLI client. Package: clickhouse-common Description-md5: dafc4f101c8118146cf2903a05dfe5ed Description-en: column-oriented database system (common files) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides common files for both ClickHouse server and client. Package: clickhouse-server Description-md5: 40ffe1390c0d529d732668d8ed763668 Description-en: column-oriented database system (server runner) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse server runner. Package: clickhouse-tools Description-md5: 25307a8fa689f823bd361f1d7b95d91a Description-en: column-oriented database system (tools) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides various ClickHouse tools: - clickhouse-performance-test - clickhouse-benchmark - clickhouse-compressor - clickhouse-copier and some others. Package: cpp-11-riscv64-linux-gnu Description-md5: 7c05d3f784017915130504df9d83f910 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for riscv64 architecture. Package: cpp-11-x86-64-linux-gnux32 Description-md5: 437be6b3dee2182088475a4e923197f2 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for x32 architecture. Package: cpp-13-aarch64-linux-gnu Description-md5: 60cdf4bb445be15901cb015feeb990b7 Description-en: GNU C preprocessor for aarch64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for aarch64-linux-gnu architecture but not the compiler. Package: freecontact Description-md5: 8af4abbafedd65eddf0739bd00e97557 Description-en: fast protein contact predictor FreeContact is a protein residue contact predictor optimized for speed. Its input is a multiple sequence alignment. FreeContact can function as an accelerated drop-in for the published contact predictors EVfold-mfDCA of DS. Marks (2011) and PSICOV of D. Jones (2011). . FreeContact is accelerated by a combination of vector instructions, multiple threads, and faster implementation of key parts. Depending on the alignment, 8-fold or higher speedups are possible. . A sufficiently large alignment is required for meaningful results. As a minimum, an alignment with an effective (after-weighting) sequence count bigger than the length of the query sequence should be used. Alignments with tens of thousands of (effective) sequences are considered good input. . jackhmmer(1) from the hmmer package, or hhblits(1) from hhsuite can be used to generate the alignments, for example. . This package contains the command line tool freecontact(1). Package: g++-11-multilib-x86-64-linux-gnux32 Description-md5: 2cb052e946be1564825b901c0f5ab14c Description-en: GNU C++ compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-11-riscv64-linux-gnu Description-md5: 3c417007b0cbe0fdbdbd2d7eb5e639b2 Description-en: GNU C++ compiler (cross compiler for riscv64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64 architecture. Package: g++-11-x86-64-linux-gnux32 Description-md5: 056b1050ba2a52d3ec4a46a6f4ee9140 Description-en: GNU C++ compiler (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x32 architecture. Package: g++-13-aarch64-linux-gnu Description-md5: b996f012975000f1ea76fd985d3446d1 Description-en: GNU C++ compiler for aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for aarch64-linux-gnu architecture. Package: g++-14-multilib-x86-64-linux-gnu Description-md5: e44e3a6ded1f1416ea9e07853c96b22d Description-en: GNU C++ compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: ga68-15-aarch64-linux-gnu Description-md5: 1d021cf463f90b896add67d5bf70dce5 Description-en: GNU Algol 68 compiler for the aarch64-linux-gnu architecture This is the GNU Algol 68 compiler for the aarch64-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-11-multilib-x86-64-linux-gnux32 Description-md5: ce32998e15b35da4bb9d55103c9869ed Description-en: GNU C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-11-plugin-dev-riscv64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-11-plugin-dev-x86-64-linux-gnux32 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-11-riscv64-linux-gnu Description-md5: 0d14114bfdde50833447e5afa7c0bea2 Description-en: GNU C compiler (cross compiler for riscv64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for riscv64 architecture. Package: gcc-11-riscv64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-11-x86-64-linux-gnux32 Description-md5: ce9301ad842c3273341fa161f1a958ae Description-en: GNU C compiler (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for x32 architecture. Package: gcc-11-x86-64-linux-gnux32-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-13-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-14-multilib-x86-64-linux-gnu Description-md5: 2054afcbe562603fef9d3bfde7384cc5 Description-en: GNU C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-14-plugin-dev-x86-64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-14-x86-64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gccgo-11-multilib-x86-64-linux-gnux32 Description-md5: af0104b589ec1438a54f3445f1b91709 Description-en: GNU Go compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-11-riscv64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-11-x86-64-linux-gnux32 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-13-aarch64-linux-gnu Description-md5: 7494500d31730016266c3afcd7df0781 Description-en: GNU Go compiler for the aarch64-linux-gnu architecture This is the GNU Go compiler for the aarch64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-multilib-x86-64-linux-gnu Description-md5: 7b5921d11463dffed06bce1c21a3a9c1 Description-en: GNU Go compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-15-aarch64-linux-gnu Description-md5: 7494500d31730016266c3afcd7df0781 Description-en: GNU Go compiler for the aarch64-linux-gnu architecture This is the GNU Go compiler for the aarch64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-14-aarch64-linux-gnu Description-md5: eb75234f2fddd5902c44709d3f946b62 Description-en: GNU Rust compiler for the aarch64-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-aarch64-linux-gnu Description-md5: eb75234f2fddd5902c44709d3f946b62 Description-en: GNU Rust compiler for the aarch64-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gcobol-15-aarch64-linux-gnu Description-md5: 280a432206f056311ab2d425023038e7 Description-en: GNU COBOL compiler for the aarch64-linux-gnu architecture This is the GNU COBOL compiler for the aarch64-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-11-multilib-x86-64-linux-gnux32 Description-md5: 96eb93fd85f4ee93985aca43489d5f8c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-11-riscv64-linux-gnu Description-md5: 5980c97b06468d61f3b0b9db73ff657b Description-en: GNU D compiler (version 2) (cross compiler for riscv64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-11-x86-64-linux-gnux32 Description-md5: 30ffcd5766b4ea8db5fecf79e86144f3 Description-en: GNU D compiler (version 2) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-13-aarch64-linux-gnu Description-md5: 199fdd9fd06722e3233592ba26207d8c Description-en: GNU D compiler (version 2) for the aarch64-linux-gnu architecture This is the GNU D compiler for the aarch64-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-14-multilib-x86-64-linux-gnu Description-md5: 3ef9b7affef29fd920ce8452141bcc4d Description-en: GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-15-aarch64-linux-gnu Description-md5: 199fdd9fd06722e3233592ba26207d8c Description-en: GNU D compiler (version 2) for the aarch64-linux-gnu architecture This is the GNU D compiler for the aarch64-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gfortran-11-multilib-x86-64-linux-gnux32 Description-md5: 3b7d0a784bfc0e1afc6c83c2c50884a3 Description-en: GNU Fortran compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-11-riscv64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-11-x86-64-linux-gnux32 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-13-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-14-multilib-x86-64-linux-gnu Description-md5: 7a31ffdabd43243b4133a9cf946e759c Description-en: GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gm2-13-aarch64-linux-gnu Description-md5: 5c32bb1a293588c845d7a3b4aff8df2e Description-en: GNU Modula-2 compiler for the aarch64-linux-gnu architecture This is the GNU Modula-2 compiler for the aarch64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-aarch64-linux-gnu Description-md5: 5c32bb1a293588c845d7a3b4aff8df2e Description-en: GNU Modula-2 compiler for the aarch64-linux-gnu architecture This is the GNU Modula-2 compiler for the aarch64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-11-riscv64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-11-x86-64-linux-gnux32 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-13-aarch64-linux-gnu Description-md5: 726b837fa2e33796406f1db6ec3b5d32 Description-en: GNU Ada compiler for the aarch64-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-aarch64-linux-gnu Description-md5: 726b837fa2e33796406f1db6ec3b5d32 Description-en: GNU Ada compiler for the aarch64-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-11-multilib-x86-64-linux-gnux32 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-11-riscv64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-11-x86-64-linux-gnux32 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-13-aarch64-linux-gnu Description-md5: d431b0e6e4059db3dd1d284e2868e6fc Description-en: GNU Objective-C++ compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C++ compiler for the aarch64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14-multilib-x86-64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-15-aarch64-linux-gnu Description-md5: d431b0e6e4059db3dd1d284e2868e6fc Description-en: GNU Objective-C++ compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C++ compiler for the aarch64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-11-multilib-x86-64-linux-gnux32 Description-md5: 0d5b01c9db71b1b439a7e5a25747ab84 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-11-riscv64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-11-x86-64-linux-gnux32 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-aarch64-linux-gnu Description-md5: a59c606b6defdc61673dce1d2868f8c0 Description-en: GNU Objective-C compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C compiler for the aarch64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14-multilib-x86-64-linux-gnu Description-md5: 0c9ddc2eb25605c830a9c8d341c546b0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-15-aarch64-linux-gnu Description-md5: a59c606b6defdc61673dce1d2868f8c0 Description-en: GNU Objective-C compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C compiler for the aarch64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: ignition-launch-cli Description-md5: 58a5b2679542ab03c37010d229be92d2 Description-en: Ignition Robotics Launch Library - Launch cli Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch cli application Package: libfreecontact-dev Description-md5: a38aac9af5c6b0a3e4c186780c9d30fe Description-en: fast protein contact predictor library - development files FreeContact is a protein residue contact predictor optimized for speed. Its input is a multiple sequence alignment. FreeContact can function as an accelerated drop-in for the published contact predictors EVfold-mfDCA of DS. Marks (2011) and PSICOV of D. Jones (2011). . FreeContact is accelerated by a combination of vector instructions, multiple threads, and faster implementation of key parts. Depending on the alignment, 8-fold or higher speedups are possible. . A sufficiently large alignment is required for meaningful results. As a minimum, an alignment with an effective (after-weighting) sequence count bigger than the length of the query sequence should be used. Alignments with tens of thousands of (effective) sequences are considered good input. . jackhmmer(1) from the hmmer package, or hhblits(1) from hhsuite can be used to generate the alignments, for example. . This package contains files necessary for developing applications with libfreecontact. Package: libfreecontact0t64 Description-md5: 721f2a8d8be3d901ffe188295e29cf54 Description-en: fast protein contact predictor library FreeContact is a protein residue contact predictor optimized for speed. Its input is a multiple sequence alignment. FreeContact can function as an accelerated drop-in for the published contact predictors EVfold-mfDCA of DS. Marks (2011) and PSICOV of D. Jones (2011). . FreeContact is accelerated by a combination of vector instructions, multiple threads, and faster implementation of key parts. Depending on the alignment, 8-fold or higher speedups are possible. . A sufficiently large alignment is required for meaningful results. As a minimum, an alignment with an effective (after-weighting) sequence count bigger than the length of the query sequence should be used. Alignments with tens of thousands of (effective) sequences are considered good input. . jackhmmer(1) from the hmmer package, or hhblits(1) from hhsuite can be used to generate the alignments, for example. . This package contains the shared library implementing freecontact. 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: liblomiri-thumbnailer-qt-dev Description-md5: d3cdc549ede6550f492d0b9cdd41894c Description-en: Qt/C++ API to obtain thumbnails (development files) Lomiri Thumbnailer is an API for the Lomiri operating environment to create and cache image thumbnails for local and remote media. . Library providing a client API for obtaining thumbnails from the DBus service. . This package provides the development files for the library. Package: liblomiri-thumbnailer-qt1.0 Description-md5: 118a884cdf727986556c0a172cff49da Description-en: Qt/C++ API to obtain thumbnails Lomiri Thumbnailer is an API for the Lomiri operating environment to create and cache image thumbnails for local and remote media. . Library providing a client API for obtaining thumbnails from the DBus service. 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: linux-lowlatency-headers-6.8.0-20 Description-md5: dc19fa6de3cae9aa833d00daf7dfb93f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-20/debian.README.gz for details Package: lomiri-thumbnailer-service Description-md5: 8a6bfd248ce60644880fa594ef9e1c74 Description-en: D-Bus service for out of process thumbnailing Lomiri Thumbnailer is an API for the Lomiri operating environment to create and cache image thumbnails for local and remote media. . This package provides thumbnailer D-Bus service that can provide thumbnails on behalf of another process. Package: mingw-w64-tools Description-md5: e51ae65009b54dc317e276561f73ef47 Description-en: Development tools for 32- and 64-bit Windows MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains: * gendef, which extracts DLL exports from Windows executables; * genidl, which extracts IDL information from Windows executables; * genpeimg, which manipulates PE flags in Windows executables; * widl, which generates build files from IDL descriptions; * pkg-config symlinks to allow .pc-based libraries to be used. Package: prusa-slicer Description-md5: e48ca208c5da5526c62976a94a73417c Description-en: G-code generator for 3D printers PrusaSlicer converts digital 3D models into printing instructions (G-code) for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. . PrusaSlicer supports input in the STL, AMF and OBJ formats, and can output G-code for several series of 3D printers, including RepRap, Ultimaker, Makerbot, as well as SVG files for DLP printers. . It can be used with a graphical interface, or in batch mode via the command-line. Package: python3-graph-tool Description-md5: 7d5143f85a6739dac984b51d57ee6d7e Description-en: Efficient network analysis -- Python graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the Python material. Package: python3-shasta Description-md5: 66742cabe829f4e59fa774519150928d Description-en: nanopore whole genome assembly (dynamic library) De novo assembly from Oxford Nanopore reads. The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells. . Computational methods used by the Shasta assembler include: . * Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads. . * Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10). . Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers. . This package contains the dynamic library that can be interfaced and imported within Python. Package: python3-uwsgidecorators Description-md5: b6d60cbaaf5f0468faa6a7e19cf60424 Description-en: module of decorators for elegant access to uWSGI API (Python 3) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 3. Package: qml-module-lomiri-thumbnailer Description-md5: 7ee717dbd74c9a75c529f3a1c7ec17a5 Description-en: QML interface for the thumbnailer Lomiri Thumbnailer is an API for the Lomiri operating environment to create and cache image thumbnails for local and remote media. . This package provides image providers that allow access to the thumbnailer from Qt Quick 2 / QML applications. 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: shasta Description-md5: 7bb8ac3039d8e82623b175abb8ab2e67 Description-en: nanopore whole genome assembly (binaries and scripts) De novo assembly from Oxford Nanopore reads. The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells. . Computational methods used by the Shasta assembler include: . * Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads. . * Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10). . Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers. . This package contains the executable binaries (tools) and accommodating scripts. Package: cpp-13-arm-linux-gnueabihf Description-md5: ed68a0d5b068e9ec1abe470407d0cbf5 Description-en: GNU C preprocessor for arm-linux-gnueabihf A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for arm-linux-gnueabihf architecture but not the compiler. Package: efibootguard Description-md5: a9ea125951a2bf69a48fef0b9419dc08 Description-en: UEFI-based bootloader The efibootguard is a bootloader that includes a simple update mechanism with fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading an OS. This package provides the bootloader binary and the tool bg_gen_unified_kernel. Package: efibootguard-tools Description-md5: 3335c5a6712a2969577f956b2a146ed7 Description-en: Tools to get and set information from efibootguard The efibootguard is a bootloader that includes a simple update mechanism with fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading an OS. This package provides the efibootguard tools bg_setenv, bg_printenv. Package: g++-13-arm-linux-gnueabihf Description-md5: 8217684381d0545df03fa8d52efefabb Description-en: GNU C++ compiler for arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm-linux-gnueabihf architecture. Package: ga68-15-arm-linux-gnueabihf Description-md5: ad4985e970389dc83f4e9bece33ae55e Description-en: GNU Algol 68 compiler for the arm-linux-gnueabihf architecture This is the GNU Algol 68 compiler for the arm-linux-gnueabihf architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gcc-h8300-hms Description-md5: d91901416f9dfbb090eaa1f5d4083486 Description-en: GNU C compiler (cross compiler for h8300-hitachi-coff) This is the GNU C compiler, a fairly portable optimizing compiler which supports multiple languages. This package includes support for C. Package: gccgo-13-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-14-arm-linux-gnueabihf Description-md5: f141a87e5d642d885ec8ce4fdc5e8c89 Description-en: GNU Rust compiler for the arm-linux-gnueabihf architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-arm-linux-gnueabihf Description-md5: f141a87e5d642d885ec8ce4fdc5e8c89 Description-en: GNU Rust compiler for the arm-linux-gnueabihf architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-15-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gfortran-13-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-13-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gstreamer1.0-adapter-pulseeffects Description-md5: 7600aa151969b8eddcede93a45751854 Description-en: GStreamer adapter plugin Simple plugin that gives output buffers with the desired number of samples. . It is used in PulseEffects to ensure that the number of audio samples in the buffer is a power of 2. The convolver also needs it. . This package is part of the PulseEffects project. Package: gstreamer1.0-autogain-pulseeffects Description-md5: 6e5f3bf4a78ab41e85451ac1fe41f1a2 Description-en: GStreamer autogain plugin Simple GStreamer plugin that changes audio gain to match the levels recommended by the ebur128 standard. . This package is part of the PulseEffects project. Package: gstreamer1.0-convolver-pulseeffects Description-md5: 75bbadcb9fcad09d8632886791202257 Description-en: GStreamer convolver plugin Simple GStreamer crystalizer plugin based on the library of Zita-convolver. . This package is part of the PulseEffects project. Package: gstreamer1.0-crystalizer-pulseeffects Description-md5: ce19a24df2160b0b5ee3bcdb2f7b985e Description-en: GStreamer crystalizer plugin Simple GStreamer plugin, useful to add more dynamic range to songs that were overly compressed. . This package is part of the PulseEffects project. Package: libebgenv-dev Description-md5: b4bb711611f740d48ce1df01995dee32 Description-en: efibootguard development files The efibootguard is a bootloader that includes a simple update mechanism with fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading an OS. This package provides the development files for the efibootguard library. Package: libebgenv0 Description-md5: 8c09827dfbdb29be57aa26a9a01adf9d Description-en: efibootguard library files The efibootguard is a bootloader that includes a simple update mechanism with fail-safe algorithm. It allows one to arm a hardware watchdog prior to loading an OS. This package provides the efibootguard shared library. Package: libnethogs-dev Description-md5: 9e4bebb19575403db786ce4638e0656d Description-en: From nethogs tool, libnethogs library (development files) This is highly experimental, and is expected to break source and binary compatibility while it looks for the right abstraction points. . This package contains the development files. Package: libnethogs0 Description-md5: f1eca93fee7e19153c3ba3e6bd6eb7e0 Description-en: From nethogs tool, libnethogs library (library) This is highly experimental, and is expected to break source and binary compatibility while it looks for the right abstraction points. . This package contains the shared library. Package: libreflectcpp-dev Description-md5: c450107d0c5e0b46a772e2dc967e9e04 Description-en: C++20 library for fast (de-)serialization and validation (development files) reflect-cpp is a C++20 library for fast serialization, deserialization and validation using reflection. It supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org. . This package contains development files for libreflectcpp. Package: libreflectcpp0.18 Description-md5: 58534d0ab02cc922cd7975a260195b9d Description-en: C++20 library for fast (de-)serialization and validation (shared library) reflect-cpp is a C++20 library for fast serialization, deserialization and validation using reflection. It supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org. . This package contains libreflectcpp shared library. 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: nethogs Description-md5: 04c153c901ad7ca75e53e2ae32565ccd Description-en: Net top tool grouping bandwidth per process NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process. NetHogs does not rely on a special kernel module to be loaded. Package: pulseeffects Description-md5: b8d7dfc9b25713d68c3180a148bb5e00 Description-en: Audio effects for PulseAudio applications PulseEffects is an advanced system-wide equalizer that works with PulseAudio. It can apply system-wide effects to all running application or selected apps. . PulseEffects also provides many pre-defined sound effects for PulseAudio input and output. Package: rlvm Description-md5: 02d441becace68d9ad9f698de2566534 Description-en: RealLive virtual machine clone rlvm is a Free Software reimplementation of VisualArt's KK's RealLive interpreter. RealLive is a game engine used to write visual novels, used in the games Kanon, Air, CLANNAD, Planetarian, Tomoyo After and Little Busters, among many others. Package: wsjtx-improved Description-md5: 70f68c4174fac5fcd5affc60a599bcb0 Description-en: Weak-signal amateur radio communications WSJT-X implements amateur radio communication protocols or "modes" called FST4, FST4W, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . JT4, JT9, and JT65 use nearly identical message structure and source encoding (the efficient compression of standard messages used for minimal QSOs). They use timed 60-second T/R sequences synchronized with UTC. JT4 and JT65 were designed for EME ("moonbounce") on the VHF/UHF/microwave bands. JT9 is optimized for the MF, and HF bands. It is about 2 dB more sensitive than JT65 while using less than 10% of the bandwidth. Q65 offers submodes with a wide range of T/R sequence lengths and tone spacings. . FT4 and FT8 are operationally similar but use T/R cycles only 7.5 and 15 s long, respectively. MSK144 is designed for Meteor Scatter on the VHF bands. These modes offer enhanced message formats with support for nonstandard callsigns and some popular contests. . FST4 and FST4W are designed particularly for the LF and MF bands. On these bands their fundamental sensitivities are better than other WSJT-X modes with the same sequence lengths, approaching the theoretical limits for their rates of information throughput. FST4 is optimized for two-way QSOs, while FST4W is for quasi-beacon transmissions of WSPR-style messages. FST4 and FST4W do not require the strict, independent time synchronization and phase locking of modes like EbNaut. . WSPR mode implements a protocol designed for probing potential propagation paths with low-power transmissions. WSPR is fully implemented within WSJT-X, including programmable "band-hopping". . wsjt-x_improved is an enhanced version of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others. Package: cpp-13-i686-linux-gnu Description-md5: b8282273c17bed5005498d3acc86c9d4 Description-en: GNU C preprocessor for i686-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for i686-linux-gnu architecture but not the compiler. Package: g++-13-i686-linux-gnu Description-md5: 88bdc3f5d96144f5748dae6f61c62299 Description-en: GNU C++ compiler for i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i686-linux-gnu architecture. Package: ga68-15-i686-linux-gnu Description-md5: 4e88a649cc8ec8986b65d2a48010e6f4 Description-en: GNU Algol 68 compiler for the i686-linux-gnu architecture This is the GNU Algol 68 compiler for the i686-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-i686-linux-gnu Description-md5: 476b8ef19f68a3705287682de1e1d740 Description-en: GNU Go compiler for the i686-linux-gnu architecture This is the GNU Go compiler for the i686-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-i686-linux-gnu Description-md5: 476b8ef19f68a3705287682de1e1d740 Description-en: GNU Go compiler for the i686-linux-gnu architecture This is the GNU Go compiler for the i686-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-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: gccrs-15-i686-linux-gnu Description-md5: 89d94ad4a90fcb92a390dd4106ba80a9 Description-en: GNU Rust compiler for the i686-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-i686-linux-gnu Description-md5: 00ea2654f0ce21b65085a895f9f14ee2 Description-en: GNU D compiler (version 2) for the i686-linux-gnu architecture This is the GNU D compiler for the i686-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-15-i686-linux-gnu Description-md5: 00ea2654f0ce21b65085a895f9f14ee2 Description-en: GNU D compiler (version 2) for the i686-linux-gnu architecture This is the GNU D compiler for the i686-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gfortran-13-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-i686-linux-gnu Description-md5: 05ba12e493b72d8343debec63c709f0b Description-en: GNU Modula-2 compiler for the i686-linux-gnu architecture This is the GNU Modula-2 compiler for the i686-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-i686-linux-gnu Description-md5: 05ba12e493b72d8343debec63c709f0b Description-en: GNU Modula-2 compiler for the i686-linux-gnu architecture This is the GNU Modula-2 compiler for the i686-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-i686-linux-gnu Description-md5: 5d5f78ab40eeb76fd91a48aa1d609842 Description-en: GNU Ada compiler for the i686-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-i686-linux-gnu Description-md5: 5d5f78ab40eeb76fd91a48aa1d609842 Description-en: GNU Ada compiler for the i686-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-13-i686-linux-gnu Description-md5: b39381afe15d2749b764ed69f8ebf869 Description-en: GNU Objective-C++ compiler for the i686-linux-gnu architecture This is the GNU Objective-C++ compiler for the i686-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-i686-linux-gnu Description-md5: b39381afe15d2749b764ed69f8ebf869 Description-en: GNU Objective-C++ compiler for the i686-linux-gnu architecture This is the GNU Objective-C++ compiler for the i686-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-i686-linux-gnu Description-md5: 0692b323d7920394e268687801f5005f Description-en: GNU Objective-C compiler for the i686-linux-gnu architecture This is the GNU Objective-C compiler for the i686-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-i686-linux-gnu Description-md5: 0692b323d7920394e268687801f5005f Description-en: GNU Objective-C compiler for the i686-linux-gnu architecture This is the GNU Objective-C compiler for the i686-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: lib64gcc-12-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-13-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gfortran-12-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-13-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-14-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64go-12-dev Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go-13-dev Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go21 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go22 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gphobos-12-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-13-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-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: lib64gphobos-15-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos3 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: 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: lib64gphobos6 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64objc-12-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-13-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-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: lib64objc-15-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4 Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64stdc++-12-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++-13-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++-14-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6-12-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib64stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib64stdc++6-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: lib64stdc++6-15-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: sb16ctrl-bochs Description-md5: 00c29543573b338ce1a35bae09b7e897 Description-en: control utility for Bochs emulated SB16 card You can use this utility to perform some query operations on the Bochs emulated SB16 card. It needs to be installed in your Debian-based guest OS. . The sb16ctrl utility contained in this package can only be used from inside the Bochs emulator. DO NOT TRY IT ON REAL HARDWARE. Package: cpp-13-powerpc64le-linux-gnu Description-md5: 2c7bd4237665c7473651107af2193fed Description-en: GNU C preprocessor for powerpc64le-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for powerpc64le-linux-gnu architecture but not the compiler. Package: dub Description-md5: 0440199a3a4483ede497fdb26489f474 Description-en: Package and build management system for D DUB is a build tool for D projects with support for automatically retrieving dependencies and integrating them in the build process. . Its design emphasis is on maximum simplicity for simple projects, while providing the opportunity to customize things when needed. Package: g++-13-powerpc64le-linux-gnu Description-md5: 0be28451d4d61c7a7c7261ee29e52e35 Description-en: GNU C++ compiler for powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc64le-linux-gnu architecture. Package: ga68-15-powerpc64le-linux-gnu Description-md5: 03d81da6eb6d55480f1548d223572949 Description-en: GNU Algol 68 compiler for the powerpc64le-linux-gnu architecture This is the GNU Algol 68 compiler for the powerpc64le-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-powerpc64le-linux-gnu Description-md5: 5a17cd67dc9ecaa24006880be9427bb8 Description-en: GNU Go compiler for the powerpc64le-linux-gnu architecture This is the GNU Go compiler for the powerpc64le-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-powerpc64le-linux-gnu Description-md5: 5a17cd67dc9ecaa24006880be9427bb8 Description-en: GNU Go compiler for the powerpc64le-linux-gnu architecture This is the GNU Go compiler for the powerpc64le-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-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: gccrs-15-powerpc64le-linux-gnu Description-md5: d0fe6b34eca2f10ee7ee873fcf7f890b Description-en: GNU Rust compiler for the powerpc64le-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gcobol-15-powerpc64le-linux-gnu Description-md5: 8a630a93b8eb6fe3644f96b06f7e373f Description-en: GNU COBOL compiler for the powerpc64le-linux-gnu architecture This is the GNU COBOL compiler for the powerpc64le-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-13-powerpc64le-linux-gnu Description-md5: 511ac042d081ba2ca3ae7e683ee8367f Description-en: GNU D compiler (version 2) for the powerpc64le-linux-gnu architecture This is the GNU D compiler for the powerpc64le-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-15-powerpc64le-linux-gnu Description-md5: 511ac042d081ba2ca3ae7e683ee8367f Description-en: GNU D compiler (version 2) for the powerpc64le-linux-gnu architecture This is the GNU D compiler for the powerpc64le-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gfortran-13-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-powerpc64le-linux-gnu Description-md5: fb993083e71fd1e0af62e509dacb11b9 Description-en: GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture This is the GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-powerpc64le-linux-gnu Description-md5: fb993083e71fd1e0af62e509dacb11b9 Description-en: GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture This is the GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-powerpc64le-linux-gnu Description-md5: 8ac95f73f66a0ce812744beb89e351e5 Description-en: GNU Ada compiler for the powerpc64le-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-powerpc64le-linux-gnu Description-md5: 8ac95f73f66a0ce812744beb89e351e5 Description-en: GNU Ada compiler for the powerpc64le-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-13-powerpc64le-linux-gnu Description-md5: 62d25be8e9d06181c6d2eaa1dab2a772 Description-en: GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-powerpc64le-linux-gnu Description-md5: 62d25be8e9d06181c6d2eaa1dab2a772 Description-en: GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-powerpc64le-linux-gnu Description-md5: 42ae6621ea0fdfd8c7240d742c7060ee Description-en: GNU Objective-C compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-powerpc64le-linux-gnu Description-md5: 42ae6621ea0fdfd8c7240d742c7060ee Description-en: GNU Objective-C compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: librust-tokio-executor-dev Description-md5: 1d0777a6d4941c1d599a024b61bd87bb Description-en: Future execution primitives - Rust source code This package contains the source for the Rust tokio-executor crate, packaged by debcargo for use with cargo and dh-cargo. Package: netlabel-tools Description-md5: c34a9c6dc669e03e4de3a6aeac234e2b Description-en: management tool for the Linux NetLabel Subsystem The NetLabel management utility, netlabelctl, is a command line program designed to allow system administrators to configure the NetLabel system in the kernel. . This package requires that the running kernel supports NETLABEL. Package: cpp-13-riscv64-linux-gnu Description-md5: c37f823d16cc21e0b1020888979e0de5 Description-en: GNU C preprocessor for riscv64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for riscv64-linux-gnu architecture but not the compiler. Package: denemo Description-md5: 167f8e8517e834f579dc7fbd7c3c79b0 Description-en: free graphical music notation editor (GTK front end to LilyPond) Denemo is a free music notation program GUI for GNU/Linux, macOS and Windows that lets you rapidly enter notation which it typesets using the LilyPond music engraver. Music can be typed in at the PC keyboard, or played in via MIDI controller, or input acoustically into a microphone plugged into your computer’s soundcard. . Denemo uses LilyPond which generates beautiful sheet music to the highest publishing standards. During input Denemo displays the staffs in a simple fashion, so you can enter and edit the music efficiently. The typesetting is done in the background while you work, and is generally flawless publication quality. Some final tweaks can be done on the typeset score with the mouse if needed. This represents an enormous practical improvement over the popular programs which require you to re-position colliding notation constantly as you enter the music. . Beginner to Professional: Denemo can be used for a brief student homework all the way to a full-scale opera. Support is there for creating the widest range of notation – Tablature, Chord Charts, Fret Diagrams, Drums, transposing instruments, ossia, ottava, cue, title pages, table-of-contents, critical commentaries, footnotes quoting music, and more with LilyPond’s extensive syntax available for even more demanding uses. Package: evince Description-md5: 531974388dc5701b9dbc2f5d96f92ec6 Description-en: Document (PostScript, PDF) viewer Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Package: 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: g++-13-riscv64-linux-gnu Description-md5: c05debccc4cda53b165f1d0fab684249 Description-en: GNU C++ compiler for riscv64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64-linux-gnu architecture. Package: gcc-13-riscv64-linux-gnu Description-md5: 218dc51ac56878eb1749d78c89c8fddf Description-en: GNU C compiler for the riscv64-linux-gnu architecture This is the GNU C compiler for the riscv64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-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-13-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: gfortran-13-riscv64-linux-gnu Description-md5: 647d753ad3c3df0948710e5369bc92d3 Description-en: GNU Fortran compiler for the riscv64-linux-gnu architecture This is the GNU Fortran compiler for the riscv64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gir1.2-evince-3.0 Description-md5: 387a105dab5207d02ff3bb9de882c382 Description-en: GObject introspection data for the evince libraries This package contains introspection data for the libevview and libevdocument libraries. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gm2-13-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-13-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++-13-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-13-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: 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-mpc-dev Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: libdolfinx-mpc0.9 Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: libdolfinx-real-dev Description-md5: 7d08875fc9b45dfc7e05649405090ec4 Description-en: Shared links and header files for DOLFIN (real numbers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for the real number build. . This is the next-generation version of DOLFIN-X. The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-real0.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: libevdocument3-4t64 Description-md5: 956c243a0a4027d023c642ebca2308fb Description-en: Document (PostScript, PDF) rendering library This package contains libevdocument, which performs the rendering of the documents. . It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend. Package: libevince-dev Description-md5: 708a823ea6956d2cc85b60391375a7cd Description-en: Document (PostScript, PDF) rendering library - development files This package contains evince-related libraries for rendering and displaying Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. * libevdocument, which performs the rendering of the documents * libevview, which provides GTK+ widgets for displaying documents . This package provides the development headers, static libraries and documentation. Package: libevview3-3t64 Description-md5: ecf4f1038683832203c18a4989faaa7b Description-en: Document (PostScript, PDF) rendering library - Gtk+ widgets This package contains libevview, which provides GTK+ widgets for displaying documents. Package: libghc-bv-sized-dev Description-md5: 3e154d3cb33d061bc9db856a47d09a03 Description-en: bitvector datatype parameterized by the vector width This module defines a width-parameterized bitvector type and various associated operations. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-bv-sized-prof Description-md5: 1ad236e3f35c939ff98b15531a6fc580 Description-en: bitvector datatype parameterized by the vector width; profiling libraries This module defines a width-parameterized bitvector type and various associated operations. . 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-tasty-checklist-dev Description-md5: 7a79acd87a943b7ac01665caa7ddca40 Description-en: Check multiple items during a tasty test Allows the test to check a number of items during a test and only signal pass or fail when the end if the checklist is reached. . Also provides an easy method to check multiple derived values from a single input value. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-tasty-checklist-prof Description-md5: 77e1c4edbf9aea4031414aaec08d7e53 Description-en: Check multiple items during a tasty test; profiling libraries Allows the test to check a number of items during a test and only signal pass or fail when the end if the checklist is reached. . Also provides an easy method to check multiple derived values from a single input value. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libignition-gui-dev Description-md5: feda608232ae7542cb618649a19a2bc9 Description-en: Ignition Gui classes and functions for robot apps - Development files Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package for development libraries and headers. Package: libignition-gui6-6 Description-md5: a1785db80184ac84ff09bc2ef2702ff3 Description-en: Ignition Gui classes and functions for robot apps - Shared library Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package contains the main libraries Package: libignition-sensors-air-pressure-dev Description-md5: 7ef8439d5cf7d15ce02454d28114b52d Description-en: Ignition sensors classes and functions for robot apps - Dev files air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for air-pressure sensor Package: libignition-sensors-altimeter-dev Description-md5: e7e4bd4fb10ae6d525fd53df49e3f692 Description-en: Ignition sensors classes and functions for robot apps - Dev files altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for altimeter sensor Package: libignition-sensors-camera-dev Description-md5: 9a8b2d2bc7256e8d3be9e95a8de9da99 Description-en: Ignition sensors classes and functions for robot apps - Dev files Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for Camera sensor Package: libignition-sensors-core-dev Description-md5: 045b0fe84d48ce2e398a6cd32cb62aba Description-en: Ignition sensors classes and functions for robot apps - Development files Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Core development files Package: libignition-sensors-depth-camera-dev Description-md5: 0cb6de466a3cb3a15285645737d1a676 Description-en: Ignition sensors classes and functions for robot apps - Dev files depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for depth-camera sensor Package: libignition-sensors-dev Description-md5: b51a00c68154af6a66278ed2bef0391a Description-en: Ignition sensors classes and functions for robot apps - Metapackage Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Metapackage for all the -dev files Package: libignition-sensors-force-torque-dev Description-md5: a68ff69ec3a7ac190752e37aead56407 Description-en: Ignition sensors classes and functions for robot apps - Dev files force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for force-torque sensor Package: libignition-sensors-gpu-lidar-dev Description-md5: 7c0a357103c919f224f14ccd4636a13c Description-en: Ignition sensors classes and functions for robot apps - Dev files gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for gpu-lidar sensor Package: libignition-sensors-imu-dev Description-md5: 2cb4aabeeda68b9203ced686aed19ec1 Description-en: Ignition sensors classes and functions for robot apps - Dev files imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for imu sensor Package: libignition-sensors-lidar-dev Description-md5: a97d47fe92f56af44e92d5c936cfb306 Description-en: Ignition sensors classes and functions for robot apps - Dev files lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for lidar sensor Package: libignition-sensors-logical-camera-dev Description-md5: 520a4c764874076ef2a304550f1789a7 Description-en: Ignition sensors classes and functions for robot apps - Dev files logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for logical-camera sensor Package: libignition-sensors-magnetometer-dev Description-md5: 959672d6f8a3b26e7fc4e2d9ef834460 Description-en: Ignition sensors classes and functions for robot apps - Dev files magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for magnetometer sensor Package: libignition-sensors-navsat-dev Description-md5: 7f056e5be5b7abc2cdf602b4d4ef786a Description-en: Ignition sensors classes and functions for robot apps - Dev files navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for NavSat (GPS) sensor Package: libignition-sensors-rendering-dev Description-md5: e8d69ff6a6c453c6791ed8ea937efcc4 Description-en: Ignition sensors classes and functions for robot apps - Dev files rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rendering sensor Package: libignition-sensors-rgbd-camera-dev Description-md5: f35c366810390c55e8eb96ba1b7a3e98 Description-en: Ignition Sensors classes and functions for robot apps - Dev files rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rgbd-camera sensor Package: libignition-sensors-segmentation-camera-dev Description-md5: c99da2926ec257e587e2da1a5878e1ac Description-en: Ignition sensors classes and functions for robot apps - Dev files segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for segmentation-camera sensor Package: libignition-sensors-thermal-camera-dev Description-md5: c6b83066508432d2887164583c32b21e Description-en: Ignition sensors classes and functions for robot apps - Dev files thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for thermal-camera sensor Package: libignition-sensors6-6 Description-md5: 11c0438fc30ca20a7a7b6a53c5a094a3 Description-en: Ignition sensors classes and functions for robot apps - Shared library Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. Package: libignition-sensors6-air-pressure6 Description-md5: 6af3c8504ac71fac27ab75b3e27d3b55 Description-en: Ignition sensors classes and functions for robot apps - Lib air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for air-pressure sensor Package: libignition-sensors6-altimeter6 Description-md5: b5b40c004495caa2a0617bd41ac8fbc4 Description-en: Ignition sensors classes and functions for robot apps - Lib altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for altimeter sensor Package: libignition-sensors6-camera6 Description-md5: e0cefdb7a9b8fee736a39c6a3e5d7894 Description-en: Ignition sensors classes and functions for robot apps - Lib Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for Camera sensor Package: libignition-sensors6-depth-camera6 Description-md5: fd36179ae2b4b263c991c031208c6557 Description-en: Ignition sensors classes and functions for robot apps - Lib depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for depth-camera sensor Package: libignition-sensors6-force-torque6 Description-md5: 56926cbbacc74bdb19f6320d9d96e9eb Description-en: Ignition sensors classes and functions for robot apps - Lib force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for force-torque sensor Package: libignition-sensors6-gpu-lidar6 Description-md5: 94dc7b7ee619cf97c4bbd9b9aa1d48e2 Description-en: Ignition sensors classes and functions for robot apps - Lib gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for gpu-lidar sensor Package: libignition-sensors6-imu6 Description-md5: c3f7a8b0900b5bb22286690a7dad12a8 Description-en: Ignition sensors classes and functions for robot apps - Lib imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for imu sensor Package: libignition-sensors6-lidar6 Description-md5: 09928d3bcb5434c27b4ee3f1b66284b0 Description-en: Ignition sensors classes and functions for robot apps - Lib lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for lidar sensor Package: libignition-sensors6-logical-camera6 Description-md5: d21596526c2a201792542dffbe8fb918 Description-en: Ignition sensors classes and functions for robot apps - Lib logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for logical-camera sensor Package: libignition-sensors6-magnetometer6 Description-md5: 9f99ea765378626d5f99f4682048de90 Description-en: Ignition sensors classes and functions for robot apps - Lib magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for magnetometer sensor Package: libignition-sensors6-navsat6 Description-md5: 6dbd43dc17d2d05de6788cc0423ed621 Description-en: Ignition sensors classes and functions for robot apps - Lib navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for NavSat (GPS) sensor Package: libignition-sensors6-rendering6 Description-md5: 3bbd2907b87b38d1a3df1c97ab4918c5 Description-en: Ignition sensors classes and functions for robot apps - Lib rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rendering sensor Package: libignition-sensors6-rgbd-camera6 Description-md5: 501dfc7a56ce94b12ca397b409807442 Description-en: Ignition Sensors classes and functions for robot apps - Lib rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rgbd-camera sensor Package: libignition-sensors6-segmentation-camera6 Description-md5: c33fab7ca9f229ab00c48de7041b65e7 Description-en: Ignition sensors classes and functions for robot apps - Lib segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for segmentation-camera sensor Package: libignition-sensors6-thermal-camera6 Description-md5: 3d9f0ce4b4fd826a65199add2c4d5f7e Description-en: Ignition sensors classes and functions for robot apps - Lib thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for thermal-camera sensor Package: libmiallib-dev Description-md5: 27f4961c2a07fa987b1d0bd4a13ffd92 Description-en: JRC morphological and image processing library - Development files Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the files needed to develop a software that will use the Miallib (headers, static objects, configuration script). Package: libmiallib1 Description-md5: b7bd283625f499e4453aa7f0ab0b6a2b Description-en: JRC morphological and image processing library Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the shared library. Package: libnbd-bin Description-md5: c4d0828eadd8a75283f0a15d9a0d0771 Description-en: Utilities using the Network Block Device client library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains utilities that make use of libnbd: . - nbdcopy - nbddump - nbdfuse - nbdinfo Package: libnbd-dev Description-md5: 177999def0eb7c9610d511b838c14b91 Description-en: Network Block Device client library -- development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the development files. Package: libnbd-ocaml Description-md5: db5d8b5abeb70b006dae91a1009761e6 Description-en: Network Block Device client library -- OCaml bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the OCaml bindings to libnbd. Package: libnbd-ocaml-dev Description-md5: 174a81577292d238af4e3a727e837cc8 Description-en: Network Block Device client library -- OCaml development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains all the files needed to develop OCaml programs which use OCaml bindings to libnbd. Package: libnbd0 Description-md5: da99f9821cdc8826ed7d870a6201d13b Description-en: Network Block Device client library -- shared library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . The key features are: . * Synchronous and asynchronous APIs, both for ease of use and for writing non-blocking, multithreaded clients. . * High performance. . * Minimal dependencies for the basic library. . * Well-documented, stable API. . * Bindings in several programming languages. . This package contains the shared library. Package: librust-libheif-sys-dev Description-md5: 5652a8f41fbc8d2803cf1c7c11a37434 Description-en: Libheif bindings - Rust source code Source code for Debianized Rust crate "libheif-sys" 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: 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: 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-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: 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-dolfinx Description-md5: 8b0d7e543b0a54225af077d16acadf2a Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. . This is a base package depending on the dolfinx packages with real or complex number support. By default the version built against the preferred version of PETSc in /usr/lib/petsc is selected, but the alternative version can be selected by setting the environment variable PETSC_DIR. Package: python3-dolfinx-complex Description-md5: 21c9bd2c698d8d40721e0a273f1bd404 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN (without complex number support) is provided by python3-dolfin. Package: python3-dolfinx-mpc Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: python3-dolfinx-real Description-md5: 6a6e4b563fac29b55604579a2f66c280 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. Package: python3-libnbd Description-md5: c59bd34986f97f1e7492b1fedcce9bcf Description-en: Network Block Device client library -- Python 3 bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains Python 3 bindings and nbdsh, an interactive shell. Package: cpp-13-s390x-linux-gnu Description-md5: 15322c927af928619270877121b482b0 Description-en: GNU C preprocessor for s390x-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for s390x-linux-gnu architecture but not the compiler. Package: g++-13-s390x-linux-gnu Description-md5: fafd9d967c83a64a002649a8dd459c79 Description-en: GNU C++ compiler for s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x-linux-gnu architecture. Package: ga68-15-s390x-linux-gnu Description-md5: 7d0dc4c685e97c2fe0582c2aa7b3c8bc Description-en: GNU Algol 68 compiler for the s390x-linux-gnu architecture This is the GNU Algol 68 compiler for the s390x-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-14-s390x-linux-gnu Description-md5: 60e5147789a6c4bea6683d644c2e355e Description-en: GNU Rust compiler for the s390x-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-s390x-linux-gnu Description-md5: 60e5147789a6c4bea6683d644c2e355e Description-en: GNU Rust compiler for the s390x-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-15-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gfortran-13-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-15-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-13-s390x-linux-gnu Description-md5: 1ec28737276f7e4ee370125d58428a01 Description-en: GNU Objective-C++ compiler for the s390x-linux-gnu architecture This is the GNU Objective-C++ compiler for the s390x-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-s390x-linux-gnu Description-md5: 1ec28737276f7e4ee370125d58428a01 Description-en: GNU Objective-C++ compiler for the s390x-linux-gnu architecture This is the GNU Objective-C++ compiler for the s390x-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.