Package: appstream-util Description-md5: a4492a3684298de274fd2e206004ee03 Description-en: Utility to work with AppStream metadata AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package provides an utility to work with AppStream metadata, which uses libappstream-glib. . It also contains Autotools macros to easily integrate AppStream metadata into an Autotools-based buildsystem, by running 'appstream-util' to validate the files before installing them. Package: atac Description-md5: 7c0df19216e3aa53e4831aab9fc46b7e Description-en: genome assembly-to-assembly comparison atac computes a one-to-one pairwise alignment of large DNA sequences. It first finds the unique k-mers in each sequence, chains them to larger blocks, and fills in spaces between blocks. It was written primarily to transfer annotations between different assemblies of the human genome. . The output is a set of ungapped 'matches', and a set of gapped 'runs' formed from the matches. Each match or run associates one sequence with the other sequence. The association is 'unique', in that there is no other (sizeable) associations for either sequence. Thus, large repeats and duplications are not present in the output - they appear as unmapped regions. . Though the output is always pairwise, atac can cache intermediate results to speed a comparisons of multiple sequences. . This package is part of the Kmer suite. Package: bcbio Description-md5: c4ab44e2a52bb1c3a4d6a237f7515182 Description-en: toolkit for analysing high-throughput sequencing data This package installs the command line tools of the bcbio-nextgen toolkit implementing best-practice pipelines for fully automated high throughput sequencing analysis. . A high-level configuration file specifies inputs and analysis parameters to drive a parallel pipeline that handles distributed execution, idempotent processing restarts and safe transactional steps. The project contributes a shared community resource that handles the data processing component of sequencing analysis, providing researchers with more time to focus on the downstream biology. Package: bcbio-doc Description-md5: 290a5a1226c8e817529a6e3bab4a4081 Description-en: Documentation for RNAseq-workflows of bcbio(-nextgen) This package provides the documentation for all aspects of the workflows and technology of the bcbio-nextgen toolkit. . A high-level configuration file specifies inputs and analysis parameters to drive a parallel pipeline that handles distributed execution, idempotent processing restarts and safe transactional steps. The project contributes a shared community resource that handles the data processing component of sequencing analysis, providing researchers with more time to focus on the downstream biology. Package: bro Description-md5: 664f46ed224a9494f1f2e07c3207215c Description-en: passive network traffic analyzer Bro is primarily a security monitor that inspects all traffic on a link in depth for signs of suspicious activity. More generally, however, Bro supports a wide range of traffic analysis tasks even outside of the security domain, including performance measurements and helping with trouble-shooting. . Bro comes with built-in functionality for a range of analysis and detection tasks, including detecting malware by interfacing to external registries, reporting vulnerable versions of software seen on the network, identifying popular web applications, detecting SSH brute-forcing, validating SSL certificate chains, among others. Package: bro-common Description-md5: f3249b0e1658da94beb4b349761dc56d Description-en: passive network traffic analyzer -- architecture-independent parts This package contains the architecture-independent parts for the Bro network security monitor. Package: bro-dev Description-md5: f5a953366a23722e1d2b68250de58d31 Description-en: passive network traffic analyzer -- development files This package contains the header files needed for building extensions for the Bro network security monitor. Package: clang-13 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-13-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-13-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-13 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-13 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-13 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-13 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: containers-storage Description-md5: 8636c564b0525a473282c66694950f4e Description-en: CLI tools for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the CLI tools. Package: cpp-10 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-10-aarch64-linux-gnu Description-md5: 45f5a7d0ff0712ad443d07c2355c0a1a 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 arm64 architecture. Package: cpp-10-alpha-linux-gnu Description-md5: 076120de648561ca5beac0eef8858b16 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 alpha architecture. Package: cpp-10-arm-linux-gnueabi Description-md5: 338cdcd91aead7e7119b591e29dc4bc5 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 armel architecture. Package: cpp-10-arm-linux-gnueabihf Description-md5: 7f9493441e3cdf1166438a9959deefe1 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 armhf architecture. Package: cpp-10-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-10-hppa-linux-gnu Description-md5: cf43d9e869927f49e123729742e957d5 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 hppa architecture. Package: cpp-10-i686-linux-gnu Description-md5: cd50f31a75f6f3bffa6b4dd5b997c354 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 i386 architecture. Package: cpp-10-m68k-linux-gnu Description-md5: bdc9df6c23fbce734bc35f21a171839b 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 m68k architecture. Package: cpp-10-mips-linux-gnu Description-md5: 299c60fdd7647eab4ada137d47c25168 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 mips architecture. Package: cpp-10-mips64-linux-gnuabi64 Description-md5: 64eeeaa44acc99c1667d4babb452b4db 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 mips64 architecture. Package: cpp-10-mips64el-linux-gnuabi64 Description-md5: eb4de33ac76eea3494e88bf1c79c39c1 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 mips64el architecture. Package: cpp-10-mipsel-linux-gnu Description-md5: 6c95bb5adf90e96e990e2c593b4cab34 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 mipsel architecture. Package: cpp-10-mipsisa32r6-linux-gnu Description-md5: 5a390525a8dae05ee8dd8e96785d0c8d 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 mipsr6 architecture. Package: cpp-10-mipsisa32r6el-linux-gnu Description-md5: 6c7ecf2f0ff5ced90e45a8b7a0122f7f 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 mipsr6el architecture. Package: cpp-10-mipsisa64r6-linux-gnuabi64 Description-md5: 48cda71a731bc4e40d67521f4660a172 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 mips64r6 architecture. Package: cpp-10-mipsisa64r6el-linux-gnuabi64 Description-md5: fdb23c158405fe981cbaa0853bda99b2 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 mips64r6el architecture. Package: cpp-10-powerpc-linux-gnu Description-md5: 4f91d407b8b7aa38dc64eff3ee27629c 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 powerpc architecture. Package: cpp-10-powerpc64-linux-gnu Description-md5: e7612f4f4bd7c93bf2a00e5be4834720 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 ppc64 architecture. Package: cpp-10-powerpc64le-linux-gnu Description-md5: 3c8dfbf0de7afc39cf0815e138362016 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 ppc64el architecture. Package: cpp-10-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-10-s390x-linux-gnu Description-md5: 2e6a70b0ab111b7a34a0b2e8733e266a 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 s390x architecture. Package: cpp-10-sh4-linux-gnu Description-md5: b55564492082f2f88360dd27ad158811 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 sh4 architecture. Package: cpp-10-sparc64-linux-gnu Description-md5: 07f289f252ed1a98465636e2f5006177 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 sparc64 architecture. Package: cpp-10-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: debcargo Description-md5: f2f7a9e991939d8ab97f55a64774c1dd Description-en: Create a Debian package from a Cargo crate This package contains the following binaries built from the Rust crate "debcargo": - debcargo Package: dh-modaliases Description-md5: 1a811f1261ebf8d94f48be93de246b96 Description-en: debhelper extension for scanning kernel module aliases dh_modaliases is useful for packages that ship third-party kernel modules, either in binary form, or as sources (with e. g. DKMS). It extracts the modules' modaliases from either the compile .ko files themselves (for packages which ship them in compiled form, using modinfo), or from a package file debian/packagename.modaliases. . This enables software which is looking for missing driver packages (such as Jockey or the operating system installer) to identify which package(s) will provide a driver for a piece of hardware, identified by its modalias. Package: docker-doc Description-md5: 9d41ec1c22c84c9b21f75c5b3bd100af Description-en: Linux container runtime -- documentation Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package provides documentation for Docker. Package: docker.io Description-md5: e493e693fe77bf3c8bec9a4fc91c75cc Description-en: Linux container runtime Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. Package: g++-10 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-10-aarch64-linux-gnu Description-md5: a7f8482a0c83b82b8aaf4e0cb957d5d0 Description-en: GNU C++ compiler (cross compiler for arm64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm64 architecture. Package: g++-10-alpha-linux-gnu Description-md5: c0bc62cb25b56097db947d9f27d6e7a0 Description-en: GNU C++ compiler (cross compiler for alpha architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for alpha architecture. Package: g++-10-arm-linux-gnueabi Description-md5: 5046662fa8830ee3b7e41bd1fb621aa8 Description-en: GNU C++ compiler (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Package: g++-10-arm-linux-gnueabihf Description-md5: 466636539965b105eeffa2a5b48e2850 Description-en: GNU C++ compiler (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armhf architecture. Package: g++-10-hppa-linux-gnu Description-md5: 400423dfeca689996725f7a1e6baa2d7 Description-en: GNU C++ compiler (cross compiler for hppa architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for hppa architecture. Package: g++-10-i686-linux-gnu Description-md5: afff2dc72e2284224d811d1b7d6a3051 Description-en: GNU C++ compiler (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Package: g++-10-m68k-linux-gnu Description-md5: 7ddb89c61f3eaef3ccfc87c6339568e1 Description-en: GNU C++ compiler (cross compiler for m68k architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for m68k architecture. Package: g++-10-mips-linux-gnu Description-md5: e230f2df7a8b7b03010a200ed0aae05a Description-en: GNU C++ compiler (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips architecture. Package: g++-10-mips64-linux-gnuabi64 Description-md5: 9606db375e8c22b84abbadfcf1166d7a Description-en: GNU C++ compiler (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64 architecture. Package: g++-10-mips64el-linux-gnuabi64 Description-md5: dfb5e6af734c0f14e9923330c988cbfb Description-en: GNU C++ compiler (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64el architecture. Package: g++-10-mipsel-linux-gnu Description-md5: 0deb158ff6df6c399b2420d149aec82d Description-en: GNU C++ compiler (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsel architecture. Package: g++-10-mipsisa32r6-linux-gnu Description-md5: 48f77e64bde1d8bbb67f4db2cb860830 Description-en: GNU C++ compiler (cross compiler for mipsr6 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsr6 architecture. Package: g++-10-mipsisa32r6el-linux-gnu Description-md5: c0470ff0c0a96aca4ab8f77ccd6438f5 Description-en: GNU C++ compiler (cross compiler for mipsr6el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsr6el architecture. Package: g++-10-mipsisa64r6-linux-gnuabi64 Description-md5: f48105f87f101613b15f1296f2e88e60 Description-en: GNU C++ compiler (cross compiler for mips64r6 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64r6 architecture. Package: g++-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 074f65b03802d0f712936bf38941d9d6 Description-en: GNU C++ compiler (cross compiler for mips64r6el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64r6el architecture. Package: g++-10-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-10-multilib-arm-linux-gnueabi Description-md5: 84a48a685c386b0627ebb4867abd4aec Description-en: GNU C++ compiler (multilib support) (cross compiler for armel 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++-10-multilib-arm-linux-gnueabihf Description-md5: 3d352c8508ce6f7439f981af9f6c4320 Description-en: GNU C++ compiler (multilib support) (cross compiler for armhf 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++-10-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++-10-multilib-mips-linux-gnu Description-md5: f1a14ea5c44a1b00e7ce244533431ce6 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips 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++-10-multilib-mips64-linux-gnuabi64 Description-md5: e975a9f2674f872a0122d765bf2dce46 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64 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++-10-multilib-mips64el-linux-gnuabi64 Description-md5: 6a525f086691aa79b492acb926b45201 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64el 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++-10-multilib-mipsel-linux-gnu Description-md5: 7eb41eebe27c031222436d32ac893474 Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsel 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++-10-multilib-mipsisa32r6-linux-gnu Description-md5: f7bd6135b12f3b14a1b6fec92a55773d Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsr6 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++-10-multilib-mipsisa32r6el-linux-gnu Description-md5: a20d01381807fbebfca4180d8cf84858 Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsr6el 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++-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: 7a0cd15a959fcf5a0b08064a559e6bcf Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64r6 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++-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: 5f0ee3cba997ff80d446b3b8402a0258 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64r6el 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++-10-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++-10-multilib-powerpc64-linux-gnu Description-md5: 00e742f4472bbb037b93ad698bf36caa Description-en: GNU C++ compiler (multilib support) (cross compiler for ppc64 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++-10-multilib-s390x-linux-gnu Description-md5: 2cec0f98c0acc54a45419dbd2fbb00a5 Description-en: GNU C++ compiler (multilib support) (cross compiler for s390x 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++-10-multilib-sparc64-linux-gnu Description-md5: 66228665f9926c448f8cc0efd590015e Description-en: GNU C++ compiler (multilib support) (cross compiler for sparc64 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++-10-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++-10-powerpc-linux-gnu Description-md5: b6993fa4a5bfc950233d89bb6922d796 Description-en: GNU C++ compiler (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc architecture. Package: g++-10-powerpc64-linux-gnu Description-md5: 8773af1a015cc0fff329800b1c8eb18b Description-en: GNU C++ compiler (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64 architecture. Package: g++-10-powerpc64le-linux-gnu Description-md5: 9d3a342fa9bb1664c1a3228fb97d3eae Description-en: GNU C++ compiler (cross compiler for ppc64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64el architecture. Package: g++-10-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++-10-s390x-linux-gnu Description-md5: 6504513b0451939eb03345282ca3aacc Description-en: GNU C++ compiler (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x architecture. Package: g++-10-sh4-linux-gnu Description-md5: 0f5474e825fb350a71fabbb1c3dfc2cc Description-en: GNU C++ compiler (cross compiler for sh4 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sh4 architecture. Package: g++-10-sparc64-linux-gnu Description-md5: 0ca69794eaa79de76832bd3e72334574 Description-en: GNU C++ compiler (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sparc64 architecture. Package: g++-10-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: gcc-10 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-10-aarch64-linux-gnu Description-md5: 6605467979c7b4a27b8a1c6ed7aabd06 Description-en: GNU C compiler (cross compiler for arm64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for arm64 architecture. Package: gcc-10-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-10-alpha-linux-gnu Description-md5: 88aca54a1627a3fd7711d3f9d7ac5f33 Description-en: GNU C compiler (cross compiler for alpha architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for alpha architecture. Package: gcc-10-alpha-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-10-arm-linux-gnueabi Description-md5: 6d4f736a5f9df9e4e9a88a6f23fb803f Description-en: GNU C compiler (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Package: gcc-10-arm-linux-gnueabi-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-arm-linux-gnueabihf Description-md5: 81e320f4fe3cb20f4878142f5988397e Description-en: GNU C compiler (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armhf architecture. Package: gcc-10-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-10-cross-base-mipsen 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-10-cross-base-ports 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-10-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-10-hppa-linux-gnu Description-md5: cef7613d51735832c53f1b1325a89812 Description-en: GNU C compiler (cross compiler for hppa architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for hppa architecture. Package: gcc-10-hppa-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-10-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-10-i686-linux-gnu Description-md5: e08cbb27b980ce408f7cf6b470382377 Description-en: GNU C compiler (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Package: gcc-10-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-10-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-10-m68k-linux-gnu Description-md5: 593d004b0e996a576ee189070dfc0bcb Description-en: GNU C compiler (cross compiler for m68k architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for m68k architecture. Package: gcc-10-m68k-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-10-mips-linux-gnu Description-md5: be6d2cc3e9b8c1d0308b373005b63a10 Description-en: GNU C compiler (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips architecture. Package: gcc-10-mips-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-10-mips64-linux-gnuabi64 Description-md5: ad8b0dd5eb608c299c86040d36ffd88e Description-en: GNU C compiler (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64 architecture. Package: gcc-10-mips64-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-mips64el-linux-gnuabi64 Description-md5: cca731d17203fa2912fe9c3749d8d7c3 Description-en: GNU C compiler (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64el architecture. Package: gcc-10-mips64el-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-mipsel-linux-gnu Description-md5: 1ed845ccbb41e0438f6d587cf734705e Description-en: GNU C compiler (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsel architecture. Package: gcc-10-mipsel-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-10-mipsisa32r6-linux-gnu Description-md5: fdc8a83a68b1c6cf719040dd928ffb1c Description-en: GNU C compiler (cross compiler for mipsr6 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsr6 architecture. Package: gcc-10-mipsisa32r6-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-10-mipsisa32r6el-linux-gnu Description-md5: 8bb57d57871d799af6f8ede51702ad43 Description-en: GNU C compiler (cross compiler for mipsr6el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsr6el architecture. Package: gcc-10-mipsisa32r6el-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-10-mipsisa64r6-linux-gnuabi64 Description-md5: 37280f5f5f1a2bac28b43466c7bf16e5 Description-en: GNU C compiler (cross compiler for mips64r6 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64r6 architecture. Package: gcc-10-mipsisa64r6-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 24eb3234afc7c305b6afe67eb54cae9f Description-en: GNU C compiler (cross compiler for mips64r6el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64r6el architecture. Package: gcc-10-mipsisa64r6el-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-10-multilib-arm-linux-gnueabi Description-md5: fbfcfeacd3a6c24140a631ba4fda9360 Description-en: GNU C compiler (multilib support) (cross compiler for armel 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-10-multilib-arm-linux-gnueabihf Description-md5: 4cb538840e60e5bf55300e2af7cc4bb4 Description-en: GNU C compiler (multilib support) (cross compiler for armhf 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-10-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-10-multilib-mips-linux-gnu Description-md5: 352bce4d6af0ef3e2260adabe2ff173d Description-en: GNU C compiler (multilib support) (cross compiler for mips 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-10-multilib-mips64-linux-gnuabi64 Description-md5: 0ca7032ee3e71a85bdbed44c6b99bc87 Description-en: GNU C compiler (multilib support) (cross compiler for mips64 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-10-multilib-mips64el-linux-gnuabi64 Description-md5: f4cfcd14632c3b026966af8e9ac60b0a Description-en: GNU C compiler (multilib support) (cross compiler for mips64el 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-10-multilib-mipsel-linux-gnu Description-md5: d3e65e9a4d8569516c54407d74e93560 Description-en: GNU C compiler (multilib support) (cross compiler for mipsel 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-10-multilib-mipsisa32r6-linux-gnu Description-md5: bc2f903f4b7148f2e04662815719a85c Description-en: GNU C compiler (multilib support) (cross compiler for mipsr6 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-10-multilib-mipsisa32r6el-linux-gnu Description-md5: 8b7ebc685cd7f591c8ed78fae9e06285 Description-en: GNU C compiler (multilib support) (cross compiler for mipsr6el 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-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: f75ec31d220e018a7619e3f92623e417 Description-en: GNU C compiler (multilib support) (cross compiler for mips64r6 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-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: 22c98144720069ea253e0cf6d91a5dcb Description-en: GNU C compiler (multilib support) (cross compiler for mips64r6el 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-10-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-10-multilib-powerpc64-linux-gnu Description-md5: 6b4f4449535347d777e4be09c0f60a83 Description-en: GNU C compiler (multilib support) (cross compiler for ppc64 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-10-multilib-s390x-linux-gnu Description-md5: b66121d6f9ac00f634e35356c94f9fa6 Description-en: GNU C compiler (multilib support) (cross compiler for s390x 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-10-multilib-sparc64-linux-gnu Description-md5: 64868a8c5f326ebc1205d38ac2f1c47b Description-en: GNU C compiler (multilib support) (cross compiler for sparc64 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-10-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-10-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-10-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-10-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-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-10-plugin-dev-alpha-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-10-plugin-dev-arm-linux-gnueabi Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-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-10-plugin-dev-hppa-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-10-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-10-plugin-dev-m68k-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-10-plugin-dev-mips-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-10-plugin-dev-mips64-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-plugin-dev-mips64el-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-plugin-dev-mipsel-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-10-plugin-dev-mipsisa32r6-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-10-plugin-dev-mipsisa32r6el-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-10-plugin-dev-mipsisa64r6-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-plugin-dev-mipsisa64r6el-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-10-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-10-plugin-dev-powerpc64-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-10-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-10-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-10-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-10-plugin-dev-sh4-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-10-plugin-dev-sparc64-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-10-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-10-powerpc-linux-gnu Description-md5: 45b8bb0736af15d214f67dae5a33875a Description-en: GNU C compiler (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpc architecture. Package: gcc-10-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-10-powerpc64-linux-gnu Description-md5: 5576cbb75735e5752bbbd9f1338288a0 Description-en: GNU C compiler (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64 architecture. Package: gcc-10-powerpc64-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-10-powerpc64le-linux-gnu Description-md5: 02948f686f57b7661fd57acbd2976475 Description-en: GNU C compiler (cross compiler for ppc64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64el architecture. Package: gcc-10-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-10-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-10-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-10-s390x-linux-gnu Description-md5: 7061b5561490b87818d8a46702f2fd78 Description-en: GNU C compiler (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for s390x architecture. Package: gcc-10-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-10-sh4-linux-gnu Description-md5: 539edebbf17a1829a278772b09e95d80 Description-en: GNU C compiler (cross compiler for sh4 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sh4 architecture. Package: gcc-10-sh4-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-10-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-10-sparc64-linux-gnu Description-md5: 4c65ae04634ee085bae81d947ec77b16 Description-en: GNU C compiler (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sparc64 architecture. Package: gcc-10-sparc64-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-10-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-10-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-10-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: gccbrig-10 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-10-i686-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-10-x86-64-linux-gnux32 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo-10 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-aarch64-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-10-alpha-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-10-arm-linux-gnueabi Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-arm-linux-gnueabihf Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-10-i686-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-10-mips-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-10-mips64-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-mips64el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-mipsel-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-10-mipsisa32r6-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-10-mipsisa32r6el-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-10-mipsisa64r6-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-10-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-10-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-10-multilib-mips-linux-gnu Description-md5: 31c7e6f83b1e912304558fb0161e8b9a Description-en: GNU Go compiler (multilib support) (cross compiler for mips 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-10-multilib-mips64-linux-gnuabi64 Description-md5: 1e4f8bd6274cd11c9b788b05bbea1797 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64 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-10-multilib-mips64el-linux-gnuabi64 Description-md5: a432a3ac640f6f5d3ed877f49757522a Description-en: GNU Go compiler (multilib support) (cross compiler for mips64el 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-10-multilib-mipsel-linux-gnu Description-md5: a5ca73caf9a29e5a07321e8b7f726e84 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsel 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-10-multilib-mipsisa32r6-linux-gnu Description-md5: ee209ee976aed37e683bc7766268ad31 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsr6 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-10-multilib-mipsisa32r6el-linux-gnu Description-md5: 096f1e40f487a1659281fc36ccb7c464 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsr6el 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-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: 456d34ae92bfe5a6677ae1b1766ce2a5 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64r6 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-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: b9b7c7a0770c48e26bd904916ee71433 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64r6el 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-10-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-10-multilib-powerpc64-linux-gnu Description-md5: 333f91c515824319cb3844392eb34c06 Description-en: GNU Go compiler (multilib support) (cross compiler for ppc64 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-10-multilib-s390x-linux-gnu Description-md5: b5c358b8c4d92ec36b62b55a31e3d1ad Description-en: GNU Go compiler (multilib support) (cross compiler for s390x 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-10-multilib-sparc64-linux-gnu Description-md5: 21918b36ba77bb1e333acfedc4877dc8 Description-en: GNU Go compiler (multilib support) (cross compiler for sparc64 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-10-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-10-powerpc-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-10-powerpc64-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-10-powerpc64le-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-10-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-10-s390x-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-10-sparc64-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-10-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: gdc-10 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-10-aarch64-linux-gnu Description-md5: 54afe9dbd0c996a5f73f9329e04d8a6b Description-en: GNU D compiler (version 2) (cross compiler for arm64 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-10-alpha-linux-gnu Description-md5: 13df938bd28a94a9469de6290976ea39 Description-en: GNU D compiler (version 2) (cross compiler for alpha 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-10-arm-linux-gnueabi Description-md5: 8060fb04c597b0e7981acfbb06745307 Description-en: GNU D compiler (version 2) (cross compiler for armel 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-10-arm-linux-gnueabihf Description-md5: 57b2f398e7a83699ba6ff31ce4f4917f Description-en: GNU D compiler (version 2) (cross compiler for armhf 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-10-hppa-linux-gnu Description-md5: fa3e435124258cc5f8bee2ceb4970e68 Description-en: GNU D compiler (version 2) (cross compiler for hppa 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-10-i686-linux-gnu Description-md5: c9338e4728dd8dfbcde207c6b4b805ef Description-en: GNU D compiler (version 2) (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 compiler supports D language version 2. Package: gdc-10-m68k-linux-gnu Description-md5: f1622a63a9ae61acf98829b6f914462d Description-en: GNU D compiler (version 2) (cross compiler for m68k 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-10-mips-linux-gnu Description-md5: de3634f4cc3064980414c38ae3a25567 Description-en: GNU D compiler (version 2) (cross compiler for mips 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-10-mips64-linux-gnuabi64 Description-md5: 15aa76351e8ad72ae8c34323e56a0da6 Description-en: GNU D compiler (version 2) (cross compiler for mips64 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-10-mips64el-linux-gnuabi64 Description-md5: 6f801fec6e545fd0ae8d4e83474a1e4c Description-en: GNU D compiler (version 2) (cross compiler for mips64el 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-10-mipsel-linux-gnu Description-md5: 2da11da24eb8a449dbff3eac7e2a90cf Description-en: GNU D compiler (version 2) (cross compiler for mipsel 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-10-mipsisa32r6-linux-gnu Description-md5: f701e7aa9d7d57092329b8819255a557 Description-en: GNU D compiler (version 2) (cross compiler for mipsr6 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-10-mipsisa32r6el-linux-gnu Description-md5: 9ce2171241aa063c0ca98a882d9e41de Description-en: GNU D compiler (version 2) (cross compiler for mipsr6el 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-10-mipsisa64r6-linux-gnuabi64 Description-md5: ad7a1b7a7f1982431a5502877658f671 Description-en: GNU D compiler (version 2) (cross compiler for mips64r6 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-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 3b6e400057f152f99f88aea7865ffcb1 Description-en: GNU D compiler (version 2) (cross compiler for mips64r6el 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-10-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-10-multilib-arm-linux-gnueabihf Description-md5: 47796bb92a854599280ddd18a93b4af6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for armhf 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-10-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-10-multilib-mips-linux-gnu Description-md5: 862e8ceb69f95492f02b98bf033f52fe Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips 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-10-multilib-mips64-linux-gnuabi64 Description-md5: 2b15c36aaca8595bb3c0f3bbaa910a59 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64 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-10-multilib-mips64el-linux-gnuabi64 Description-md5: 5db98e4225ed95ce3867c405cabffd3c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64el 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-10-multilib-mipsel-linux-gnu Description-md5: 9ef53c1fd44bcc47a0f78e4b597c079c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsel 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-10-multilib-mipsisa32r6-linux-gnu Description-md5: 16b2cd644304cdd56fc835950d60ac59 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsr6 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-10-multilib-mipsisa32r6el-linux-gnu Description-md5: 7b7a4d8f930ca9aa7241cf8965a4d6d5 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsr6el 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-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: a316ce6252131b4b6fc0a69c903e9ee7 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64r6 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-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: 64eaa7498c2c7d3ce35473db7558e568 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64r6el 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-10-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-10-multilib-powerpc64-linux-gnu Description-md5: 4f3a71a87f3edcb50ac3b11b8f4dd0b7 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for ppc64 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-10-multilib-s390x-linux-gnu Description-md5: 302fb1e60449075de63a29f9a1615d6a Description-en: GNU D compiler (version 2, multilib support) (cross compiler for s390x 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-10-multilib-sparc64-linux-gnu Description-md5: caed5db8d87e52e990ff11efbb445a68 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for sparc64 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-10-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-10-powerpc-linux-gnu Description-md5: b7505a290b440d6bd565f9a0a4513c63 Description-en: GNU D compiler (version 2) (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 compiler supports D language version 2. Package: gdc-10-powerpc64-linux-gnu Description-md5: 8a6ae6d1d45381e92de3dba838cbf352 Description-en: GNU D compiler (version 2) (cross compiler for ppc64 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-10-powerpc64le-linux-gnu Description-md5: a4dee6d7250735908c2c95959b4db0be Description-en: GNU D compiler (version 2) (cross compiler for ppc64el 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-10-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-10-s390x-linux-gnu Description-md5: 258a88a16c8e99c7484ff0337f5f54c7 Description-en: GNU D compiler (version 2) (cross compiler for s390x 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-10-sh4-linux-gnu Description-md5: 15b7d7e7acafed8899d08cfb8684dbd0 Description-en: GNU D compiler (version 2) (cross compiler for sh4 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-10-sparc64-linux-gnu Description-md5: 3ac6c1cab84d31f7534836141af86500 Description-en: GNU D compiler (version 2) (cross compiler for sparc64 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-10-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: gfortran-10 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-aarch64-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-10-alpha-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-10-arm-linux-gnueabi Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-arm-linux-gnueabihf Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-10-hppa-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-10-i686-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-10-m68k-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-10-mips-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-10-mips64-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-mips64el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-mipsel-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-10-mipsisa32r6-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-10-mipsisa32r6el-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-10-mipsisa64r6-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-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-10-multilib-arm-linux-gnueabi Description-md5: 6fad9c85882fc8e7a938e36944fa372f Description-en: GNU Fortran compiler (multilib support) (cross compiler for armel 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-10-multilib-arm-linux-gnueabihf Description-md5: 0b03746e9dfcf7e44e54cf12c45ae464 Description-en: GNU Fortran compiler (multilib support) (cross compiler for armhf 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-10-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-10-multilib-mips-linux-gnu Description-md5: a575796e8c15aad3e18728eafbea2ffa Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips 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-10-multilib-mips64-linux-gnuabi64 Description-md5: 4cd41ee4b17cc4d161fc517ef5c59188 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64 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-10-multilib-mips64el-linux-gnuabi64 Description-md5: 9bc497dd7fff616391ddf77d3bd673d5 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64el 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-10-multilib-mipsel-linux-gnu Description-md5: 8bdae2ac8bda8901456fc909dcf45e49 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsel 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-10-multilib-mipsisa32r6-linux-gnu Description-md5: 323c8a80fd36c81041fdd91845ca4036 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsr6 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-10-multilib-mipsisa32r6el-linux-gnu Description-md5: 5b82b25ac8e52b82cd9209dc6cea8058 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsr6el 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-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: 500a1015df2e4f8cf83521a9ccbd41bb Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64r6 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-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: e704867ef88c606c7480017ecf3015f0 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64r6el 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-10-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-10-multilib-powerpc64-linux-gnu Description-md5: 5ba1e22a329c6f46d7881f3e8202c6d1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for ppc64 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-10-multilib-s390x-linux-gnu Description-md5: cdf1338eada70b056385899bef888cbf Description-en: GNU Fortran compiler (multilib support) (cross compiler for s390x 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-10-multilib-sparc64-linux-gnu Description-md5: fc27aea099406231cbd73adc1a457896 Description-en: GNU Fortran compiler (multilib support) (cross compiler for sparc64 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-10-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-10-powerpc-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-10-powerpc64-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-10-powerpc64le-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-10-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-10-s390x-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-10-sh4-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-10-sparc64-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-10-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: 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: gm2-10 Description-md5: 30035702cc3ba14baf3e36ae95a9b1c6 Description-en: GNU Modula-2 compiler This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-10-aarch64-linux-gnu Description-md5: 5cc4ff8d642850847c56aab4824ec631 Description-en: GNU Modula-2 compiler (cross compiler for arm64 architecture) 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-10-alpha-linux-gnu Description-md5: 7ff1c11ec5c39e822d16479a0776c805 Description-en: GNU Modula-2 compiler (cross compiler for alpha architecture) 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-10-arm-linux-gnueabi Description-md5: 0caca10205b1e0cc1365e02ec82dc784 Description-en: GNU Modula-2 compiler (cross compiler for armel architecture) 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-10-arm-linux-gnueabihf Description-md5: ba9e3c569f590a7b6bbed17e4c8f0d13 Description-en: GNU Modula-2 compiler (cross compiler for armhf architecture) 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-10-hppa-linux-gnu Description-md5: b0fd5346b4266298e8ce36ce605f03d0 Description-en: GNU Modula-2 compiler (cross compiler for hppa architecture) 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-10-i686-linux-gnu Description-md5: a8545466960b45afc181e45a875928b4 Description-en: GNU Modula-2 compiler (cross compiler for i386 architecture) 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-10-m68k-linux-gnu Description-md5: 54f610b73610d57b794836ee780980b7 Description-en: GNU Modula-2 compiler (cross compiler for m68k architecture) 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-10-mips-linux-gnu Description-md5: 6bfb5bbaa5b28be8d8f7defe9d152f6f Description-en: GNU Modula-2 compiler (cross compiler for mips architecture) 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-10-mips64-linux-gnuabi64 Description-md5: c571fb1ea00216bb49707101cfd37237 Description-en: GNU Modula-2 compiler (cross compiler for mips64 architecture) 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-10-mips64el-linux-gnuabi64 Description-md5: 2a686595d30df36a6b41ff851a7bd217 Description-en: GNU Modula-2 compiler (cross compiler for mips64el architecture) 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-10-mipsel-linux-gnu Description-md5: db101a6d0054fe1df4d7e1b5c226ca6f Description-en: GNU Modula-2 compiler (cross compiler for mipsel architecture) 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-10-mipsisa32r6-linux-gnu Description-md5: 926cb178d4b0d925de884db96c248def Description-en: GNU Modula-2 compiler (cross compiler for mipsr6 architecture) 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-10-mipsisa32r6el-linux-gnu Description-md5: 703d89827b27ac577b23a176d9b634a7 Description-en: GNU Modula-2 compiler (cross compiler for mipsr6el architecture) 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-10-mipsisa64r6-linux-gnuabi64 Description-md5: 47d5fa38d2c2b57579552a7ed91e55d4 Description-en: GNU Modula-2 compiler (cross compiler for mips64r6 architecture) 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-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 1c2e34843b3824d85566711a7d21de0d Description-en: GNU Modula-2 compiler (cross compiler for mips64r6el architecture) 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-10-powerpc64le-linux-gnu Description-md5: 8157996c99c977ed3175a63d3a524173 Description-en: GNU Modula-2 compiler (cross compiler for ppc64el architecture) 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-10-riscv64-linux-gnu Description-md5: db1b77a3452dddadead1e1a436298f2b Description-en: GNU Modula-2 compiler (cross compiler for riscv64 architecture) 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-10-s390x-linux-gnu Description-md5: 7f27a7b93f15cf9d58207d6098f490b2 Description-en: GNU Modula-2 compiler (cross compiler for s390x architecture) 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-10-sparc64-linux-gnu Description-md5: b0c60d24f1e8b2b3885d6ea8c39c08ec Description-en: GNU Modula-2 compiler (cross compiler for sparc64 architecture) 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-10-x86-64-linux-gnux32 Description-md5: 5d60cd5b775c433228f5df0709a827bb Description-en: GNU Modula-2 compiler (cross compiler for x32 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-10 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-aarch64-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-10-alpha-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-10-arm-linux-gnueabi Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-arm-linux-gnueabihf Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-10-hppa-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-10-i686-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-10-m68k-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-10-mips-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-10-mips64-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-mips64el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-mipsel-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-10-mipsisa32r6-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-10-mipsisa32r6el-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-10-mipsisa64r6-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-mipsisa64r6el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-10-powerpc-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-10-powerpc64-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-10-powerpc64le-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-10-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-10-s390x-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-10-sh4-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-10-sparc64-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-10-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: gobjc++-10 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-aarch64-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++-10-alpha-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++-10-arm-linux-gnueabi Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-arm-linux-gnueabihf Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-hppa-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++-10-i686-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++-10-m68k-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++-10-mips-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++-10-mips64-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-mips64el-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-mipsel-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++-10-mipsisa32r6-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++-10-mipsisa32r6el-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++-10-mipsisa64r6-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-mipsisa64r6el-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-10-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-multilib-arm-linux-gnueabi Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-multilib-arm-linux-gnueabihf Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-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++-10-multilib-mips-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++-10-multilib-mips64-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-multilib-mips64el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-multilib-mipsel-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++-10-multilib-mipsisa32r6-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++-10-multilib-mipsisa32r6el-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++-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-10-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++-10-multilib-powerpc64-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++-10-multilib-s390x-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++-10-multilib-sparc64-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++-10-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++-10-powerpc-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++-10-powerpc64-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++-10-powerpc64le-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++-10-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++-10-s390x-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++-10-sh4-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++-10-sparc64-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++-10-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-10 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-aarch64-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-10-alpha-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-10-arm-linux-gnueabi Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-arm-linux-gnueabihf Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-hppa-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-10-i686-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-10-m68k-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-10-mips-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-10-mips64-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-mips64el-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-mipsel-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-10-mipsisa32r6-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-10-mipsisa32r6el-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-10-mipsisa64r6-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-mipsisa64r6el-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-10-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-10-multilib-arm-linux-gnueabi Description-md5: b0a86719c2e87cc8a718d52f3907d60e Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armel 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-10-multilib-arm-linux-gnueabihf Description-md5: c7c8b3385bd40a2936fb852dad90edc0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armhf 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-10-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-10-multilib-mips-linux-gnu Description-md5: 5b367e341fc122bb8982fda57c5097b2 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips 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-10-multilib-mips64-linux-gnuabi64 Description-md5: 54ac71c4b3e65e972e2a214dd78c8edc Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64 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-10-multilib-mips64el-linux-gnuabi64 Description-md5: df3969577406e1a09d3ddde5a16edfe8 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64el 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-10-multilib-mipsel-linux-gnu Description-md5: 63420624673fbf784c522395c8df1b3d Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsel 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-10-multilib-mipsisa32r6-linux-gnu Description-md5: 1c1f5ecf426f57aa1cb9f1d4bfc16103 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsr6 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-10-multilib-mipsisa32r6el-linux-gnu Description-md5: a3ca09857c61594bd2709f27380c6989 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsr6el 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-10-multilib-mipsisa64r6-linux-gnuabi64 Description-md5: 43b35d07339e1c4357f610ed18e1356e Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64r6 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-10-multilib-mipsisa64r6el-linux-gnuabi64 Description-md5: 3c1a3e9161517b60ba33cb054890429a Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64r6el 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-10-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-10-multilib-powerpc64-linux-gnu Description-md5: 473ab906c51af4e83145169333bf617a Description-en: GNU Objective-C compiler (multilib support) (cross compiler for ppc64 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-10-multilib-s390x-linux-gnu Description-md5: ce39b04f3c0d2c474dca27ff46038fd9 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for s390x 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-10-multilib-sparc64-linux-gnu Description-md5: 9b4898809d5cdedf89ea0a4468ccff88 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for sparc64 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-10-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-10-powerpc-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-10-powerpc64-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-10-powerpc64le-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-10-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-10-s390x-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-10-sh4-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-10-sparc64-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-10-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: golang-1.20 Description-md5: 2d5ed303bd0c0e8134e6116f171852b6 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Package: golang-1.20-doc Description-md5: 70faba58bee63cd1d9d375165fa0d6d6 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.20-go Description-md5: 1d56933a116c5146c05bf2b6c436c89d Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Package: golang-1.20-src Description-md5: 641317c503e9fe0a9039cd8790bb4657 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-docker-dev Description-md5: d8f9334d5a9c76803c31ea534993299a Description-en: Transitional package for golang-github-docker-docker-dev This is a transitional package to ease upgrades to the golang-github-docker-docker-dev package. It can safely be removed. Package: golang-github-containers-image-dev Description-md5: 43d69f69cfd668e8d0515620d3600bea Description-en: golang library to work with containers' images This library aims at working in various way with containers' images and container image registries and allows an application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing". Package: golang-github-containers-psgo-dev Description-md5: 18c113ee2585ac33bc0078ee1a2ef851 Description-en: ps(1) AIX-format compatible Golang library Psgo is a ps(1) AIX-format compatible golang library extended with various descriptors useful for displaying container-related data. . The idea behind the library is to provide an easy to use way of extracting process-related data, just as ps(1) does. The problem when using ps(1) is that the ps format strings split columns with whitespaces, making the output nearly impossible to parse. It also adds some jitter as we have to fork and execute ps either in the container or filter the output afterwards, further limiting applicability. . This library aims to make things a bit more comfortable, especially for container runtimes, as the API allows to join the mount namespace of a given process and will parse /proc and /dev/ from there. Package: golang-github-containers-storage-dev Description-md5: 33c19defe0f75a3ad4a64ce898778b1f Description-en: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Package: golang-github-docker-docker-dev Description-md5: 6265ea5dccb7d86a2aa69e4e5d1c8598 Description-en: Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. Package: iputils-clockdiff Description-md5: 9decf160dafd56034002d36fa8dc3289 Description-en: Measure the time difference between networked computers Clockdiff computes the difference between the time of the machine on which it is called and the time of other network-accessible machines. The time differences measured by clockdiff are obtained using a sequence of ICMP TSTAMP messages which are returned to the sender by the IP module in the remote machine. Package: kmer Description-md5: 9ca7d76a8177d8b6943e9c466d324ea7 Description-en: suite of tools for DNA sequence analysis The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This is a metapackage depending on the executable components of the kmer suite. Package: kmer-examples Description-md5: 48403899c5528a433788208d2826f9dd Description-en: sample data for kmer suite of tools for DNA sequence analysis The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This package contains a test data set as well as sample scripts running some test suite provided by Debian also as autopkgtest. Package: knot Description-md5: d3cd8bada5ec8165f95caeeb8d6f1342 Description-en: Authoritative domain name server Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. Package: knot-dnsutils Description-md5: f67690bbc87196304a0045facb92871f Description-en: Clients provided with Knot DNS (kdig, knsupdate) Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package delivers various client programs related to DNS that are derived from the Knot DNS source tree. . - kdig - query the DNS in various ways - knsupdate - perform dynamic updates (See RFC2136) . Those clients were designed to be 1:1 compatible with BIND dnsutils, but they provide some enhancements, which are documented in respective manpages. . WARNING: knslookup is not provided as it is considered obsolete. Package: knot-doc Description-md5: 5bedd500c01b25cda3559c2f4ce46b9a Description-en: Documentation for Knot DNS Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides various documents that are useful for maintaining a working Knot DNS installation. Package: knot-host Description-md5: a3377b916eb66fd60806dcfcfeeb16ae Description-en: Version of 'host' bundled with Knot DNS Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides the 'host' program in the form that is bundled with the Knot DNS. The 'host' command is designed to be 1:1 compatible with BIND 9.x 'host' program. Package: leaff Description-md5: ffb8dc31de6c03c556d590e9a7226844 Description-en: biological sequence library utilities and applications LEAFF (Let's Extract Anything From Fasta) is a utility program for working with multi-fasta files. In addition to providing random access to the base level, it includes several analysis functions. . This package is part of the Kmer suite. Package: lib32asan6-amd64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan6-ppc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan6-s390x-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan6-sparc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan6-x32-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1-amd64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64el-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64r6-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64r6el-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-ppc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-s390x-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-sparc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-x32-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32gcc-10-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: lib32gcc-10-dev-mips64-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: lib32gcc-10-dev-mips64el-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: lib32gcc-10-dev-mips64r6-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: lib32gcc-10-dev-mips64r6el-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: lib32gcc-10-dev-ppc64-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: lib32gcc-10-dev-s390x-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: lib32gcc-10-dev-sparc64-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: lib32gcc-10-dev-x32-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: lib32gcc-s1-amd64-cross Description-md5: 50751a27453868e86cc1bc2f78b18a32 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32gcc-s1-mips64-cross Description-md5: cf7aaf31ac71c379479e081b335e1101 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32gcc-s1-mips64el-cross Description-md5: 875509629fe91b75e6cb33162face165 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32gcc-s1-mips64r6-cross Description-md5: 34bd2f6cef9729c59afc945ee3fcda38 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6 architecture, for use in cross-compile environment. Package: lib32gcc-s1-mips64r6el-cross Description-md5: 3c1b2732c88f8a437c0d2899a25a2e6c Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6el architecture, for use in cross-compile environment. Package: lib32gcc-s1-ppc64-cross Description-md5: 49774a82c6bfe226707be12f9a5282e7 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32gcc-s1-s390x-cross Description-md5: 54fde574381973d74b0a5672c1410daf Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32gcc-s1-sparc64-cross Description-md5: 4d1d4b9242bcfca6baa0e979e5bb3f2e Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32gcc-s1-x32-cross Description-md5: 530ee1acf7d7dff7c3e5606f748b48ae Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32gfortran-10-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-10-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: lib32gfortran-10-dev-mips64-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: lib32gfortran-10-dev-mips64el-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: lib32gfortran-10-dev-mips64r6-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: lib32gfortran-10-dev-mips64r6el-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: lib32gfortran-10-dev-ppc64-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: lib32gfortran-10-dev-s390x-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: lib32gfortran-10-dev-sparc64-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: lib32gfortran-10-dev-x32-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: lib32gfortran5-amd64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64r6-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64r6el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-ppc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-s390x-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-sparc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-x32-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32go-10-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: lib32go-10-dev-mips64-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: lib32go-10-dev-mips64el-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: lib32go-10-dev-mips64r6-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: lib32go-10-dev-mips64r6el-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: lib32go-10-dev-ppc64-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: lib32go-10-dev-s390x-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: lib32go-10-dev-sparc64-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: lib32go-10-dev-x32-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: lib32go16-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: lib32go16-mips64-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: lib32go16-mips64el-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: lib32go16-mips64r6-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: lib32go16-mips64r6el-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: lib32go16-ppc64-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: lib32go16-s390x-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: lib32go16-sparc64-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: lib32go16-x32-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: lib32gomp1-amd64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64el-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64r6-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64r6el-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-ppc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-s390x-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-sparc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-x32-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gphobos-10-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-10-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-ppc64-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-10-dev-s390x-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-10-dev-x32-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: lib32gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos1-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: lib32gphobos1-mips64-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: lib32gphobos1-mips64el-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: lib32gphobos1-mips64r6-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: lib32gphobos1-mips64r6el-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: lib32gphobos1-ppc64-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: lib32gphobos1-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: lib32gphobos1-x32-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: lib32itm1-amd64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-ppc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-s390x-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-sparc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-x32-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32lsan0 Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-amd64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-ppc64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32objc-10-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-10-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-ppc64-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-10-dev-s390x-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-10-dev-sparc64-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-10-dev-x32-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: 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: lib32objc4-amd64-cross 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: lib32objc4-mips64-cross 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: lib32objc4-mips64el-cross 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: lib32objc4-mips64r6-cross 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: lib32objc4-mips64r6el-cross 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: lib32objc4-ppc64-cross 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: lib32objc4-s390x-cross 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: lib32objc4-sparc64-cross 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: lib32objc4-x32-cross 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: lib32quadmath0-amd64-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32quadmath0-x32-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32stdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-10-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++-10-dev-mips64-cross Description-md5: 73bf4770ffea230b41195ed574e8691e Description-en: GNU Standard C++ Library v3 (development files) (mips64 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 mips64 architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-mips64el-cross Description-md5: 0dd34ed8c25693e5cf78ddd488acc61e Description-en: GNU Standard C++ Library v3 (development files) (mips64el 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 mips64el architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-mips64r6-cross Description-md5: 406d3a53901c263e938d913d3cc36958 Description-en: GNU Standard C++ Library v3 (development files) (mips64r6 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 mips64r6 architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-mips64r6el-cross Description-md5: c543e1ccaf1568ad186344f04b6c705d Description-en: GNU Standard C++ Library v3 (development files) (mips64r6el 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 mips64r6el architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-ppc64-cross Description-md5: c5957f6fc510d3c23449a1788b577395 Description-en: GNU Standard C++ Library v3 (development files) (ppc64 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 ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-s390x-cross Description-md5: 05f063371e7098e1cd64303025c6dbcc 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: lib32stdc++-10-dev-sparc64-cross Description-md5: 45d135f3eb790ec58aba07e62982d0a4 Description-en: GNU Standard C++ Library v3 (development files) (sparc64 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 sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++-10-dev-x32-cross Description-md5: f522eb0378021b204060848ca71a323b Description-en: GNU Standard C++ Library v3 (development files) (x32 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 x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib32stdc++6-10-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-10-dbg-mips64-cross Description-md5: 282f559a9454c17f9bb24b2282fce503 Description-en: GNU Standard C++ Library v3 (debug build) (mips64) 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 mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg-mips64el-cross Description-md5: f06dfcf951ffac7c0df17a21f605fdfe Description-en: GNU Standard C++ Library v3 (debug build) (mips64el) 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 mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg-mips64r6-cross Description-md5: 2b0ae6666da6caf3f44a5d26e69a4097 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6) 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 mips64r6 architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg-mips64r6el-cross Description-md5: c878fbe61b0478e9f5b5990ff99d7677 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6el) 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 mips64r6el architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg-ppc64-cross Description-md5: 63ddd8f846ac247debc54f517d86639d Description-en: GNU Standard C++ Library v3 (debug build) (ppc64) 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 ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-10-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: lib32stdc++6-10-dbg-sparc64-cross Description-md5: 34f72c42d2a8cc980ba5b3df641c0cf3 Description-en: GNU Standard C++ Library v3 (debug build) (sparc64) 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 sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-10-dbg-x32-cross Description-md5: ba27cf8c6183b2ee9015ed672f7ebf42 Description-en: GNU Standard C++ Library v3 (debug build) (x32) 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 x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-amd64-cross Description-md5: 1b5e6395f9e7f7813dfd2dc28c813319 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64-cross Description-md5: 26ef041dcd5376c600f1e848ffb811bf Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64el-cross Description-md5: 0180a2994314dc6d2114c3e21d5fed4b Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64r6-cross Description-md5: adfebc8876523eecb7d5d644a3235e5c Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64r6 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64r6el-cross Description-md5: 1953c0f3d0175e04d3b98dfa1cf3bec1 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64r6el architecture, for use in cross-compile environment. Package: lib32stdc++6-ppc64-cross Description-md5: 2c9085c5f49471b6573f07e929023d93 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-s390x-cross Description-md5: 187342390b9d11bee3c82a857e760a0c Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-sparc64-cross Description-md5: eebb7a339a97fa825bdb468feb6ff708 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-x32-cross Description-md5: 019c8e157e6258089ae9490f206e6b4d Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32ubsan1-amd64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-ppc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-s390x-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-sparc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-x32-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64asan6-i386-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan6-powerpc-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan6-x32-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64atomic1-i386-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mips-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mipsel-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mipsr6-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mipsr6el-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-powerpc-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-x32-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64gcc-10-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-10-dev-mips-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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: lib64gcc-10-dev-x32-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-s1-i386-cross Description-md5: f51617c644108e7c0efbf4e1aba59f63 Description-en: GCC support library (i386) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64gcc-s1-mips-cross Description-md5: 816d6af95b0860e1e0329151af9c7284 Description-en: GCC support library (mips) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64gcc-s1-mipsel-cross Description-md5: 36b465d7f4b90fa4aa158db6f0ae84b4 Description-en: GCC support library (mipsel) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64gcc-s1-mipsr6-cross Description-md5: f53c4780664b48a6a275ff8a6f0ea334 Description-en: GCC support library (mipsr6) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6 architecture, for use in cross-compile environment. Package: lib64gcc-s1-mipsr6el-cross Description-md5: df229872bdf4b9c24b2cab229ea57ef7 Description-en: GCC support library (mipsr6el) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6el architecture, for use in cross-compile environment. Package: lib64gcc-s1-powerpc-cross Description-md5: 49a23e4e59ff20de994e735cf94c3c81 Description-en: GCC support library (powerpc) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64gcc-s1-x32-cross Description-md5: e2d5c934d8e46a5c5d78dadf147cb2bc Description-en: GCC support library (x32) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64gfortran-10-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-10-dev-mips-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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: lib64gfortran-10-dev-x32-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: lib64gfortran5-i386-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mips-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mipsel-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mipsr6-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mipsr6el-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-powerpc-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-x32-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64go-10-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-10-dev-mips-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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: lib64go-10-dev-x32-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: lib64go16-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: lib64go16-mips-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: lib64go16-mipsel-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: lib64go16-mipsr6-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: lib64go16-mipsr6el-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: lib64go16-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: lib64go16-x32-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: lib64gomp1-i386-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mips-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mipsel-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mipsr6-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mipsr6el-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-powerpc-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-x32-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gphobos-10-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-10-dev-mips-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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: lib64gphobos-10-dev-x32-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: lib64gphobos1-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: lib64gphobos1-mips-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: lib64gphobos1-mipsel-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: lib64gphobos1-mipsr6-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: lib64gphobos1-mipsr6el-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: lib64gphobos1-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: lib64gphobos1-x32-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: lib64itm1-i386-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-x32-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64objc-10-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-10-dev-mips-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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: lib64objc-10-dev-x32-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: lib64objc4-i386-cross 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: lib64objc4-mips-cross 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: lib64objc4-mipsel-cross 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: lib64objc4-mipsr6-cross 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: lib64objc4-mipsr6el-cross 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: lib64objc4-powerpc-cross 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: lib64objc4-x32-cross 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: lib64quadmath0-i386-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64quadmath0-x32-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64stdc++-10-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++-10-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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 mips architecture, for use in cross-compile environment. Package: lib64stdc++-10-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: lib64stdc++-10-dev-mipsr6-cross Description-md5: 53054b833a4f7196e72ccfddf01b44e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: lib64stdc++-10-dev-mipsr6el-cross Description-md5: 7940ce18311e881b522f34469316cae3 Description-en: GNU Standard C++ Library v3 (development files) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: lib64stdc++-10-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++-10-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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 x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-10-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-10-dbg-mips-cross Description-md5: 6e9c58d4cd678e4a78fecfa36243e73f Description-en: GNU Standard C++ Library v3 (debug build) (mips) 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 mips architecture, for use in cross-compile environment. Package: lib64stdc++6-10-dbg-mipsel-cross Description-md5: 228f9b0e5c5d12c6f1b3ede6bee2b4c0 Description-en: GNU Standard C++ Library v3 (debug build) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-10-dbg-mipsr6-cross Description-md5: 09986fe9cb4d1b99da8747f8c5d9fa81 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: lib64stdc++6-10-dbg-mipsr6el-cross Description-md5: f7476d55bb4d0381dd137d55cf732bb8 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: lib64stdc++6-10-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: lib64stdc++6-10-dbg-x32-cross Description-md5: ba27cf8c6183b2ee9015ed672f7ebf42 Description-en: GNU Standard C++ Library v3 (debug build) (x32) 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 x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-i386-cross Description-md5: 7173b9ff28be040d07627366f651d84f Description-en: GNU Standard C++ Library v3 (i386) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-mips-cross Description-md5: 09708095748653601cdb35d8cbe81707 Description-en: GNU Standard C++ Library v3 (mips) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips architecture, for use in cross-compile environment. Package: lib64stdc++6-mipsel-cross Description-md5: 88610cc78f4014089307cad3f269c231 Description-en: GNU Standard C++ Library v3 (mipsel) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-mipsr6-cross Description-md5: 602f5d5c57a0899738bc74632f973bb7 Description-en: GNU Standard C++ Library v3 (mipsr6) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6 architecture, for use in cross-compile environment. Package: lib64stdc++6-mipsr6el-cross Description-md5: 08f29253d8edc5c643d684cd00549797 Description-en: GNU Standard C++ Library v3 (mipsr6el) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6el architecture, for use in cross-compile environment. Package: lib64stdc++6-powerpc-cross Description-md5: 0417103feacf9e975ae71c41d6df7569 Description-en: GNU Standard C++ Library v3 (powerpc) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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-x32-cross Description-md5: 7b9946c174ea010304d854c7f7c97071 Description-en: GNU Standard C++ Library v3 (x32) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 x32 architecture, for use in cross-compile environment. Package: lib64ubsan1-i386-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-powerpc-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-x32-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libasan6-amd64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-arm64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-armel-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-armhf-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-i386-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-powerpc-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-ppc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-ppc64el-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-s390x-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-sparc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan6-x32-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libatomic1-alpha-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-amd64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-armel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-hppa-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-i386-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-m68k-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64r6-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64r6el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mipsel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mipsr6-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mipsr6el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-powerpc-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-ppc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-riscv64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sh4-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sparc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-x32-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libc++-13-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++1-13 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-13-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++abi1-13 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: libc6-pic Description-md5: f7532ae2bb48ede897a6da638f062d2e Description-en: GNU C Library: PIC archive library Contains an archive library (ar file) composed of individual shared objects. This is used for creating a library which is a smaller subset of the standard libc shared library. The reduced library is used by debian-installer and may be useful for custom installation media and in embedded systems. Package: libclang-13-dev Description-md5: 717dc060c9e309ee7a15c4fb295c5fc7 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-13. Package: libclang-common-13-dev Description-md5: ae6d2a86e34e75b11fc16e55a9058fa7 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 and some libraries (profiling, etc). Package: libclang-cpp13 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-cpp13-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: libclang1-13 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-13 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-13-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: libdnssec6 Description-md5: 9852d9f3239a2e68ca33e00ef75db1f3 Description-en: DNSSEC shared library from Knot Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides common DNSSEC shared library used by Knot DNS and Knot Resolver. Package: libdrm-tests Description-md5: ba61d5f4dd4e9099796e4c98b94245c4 Description-en: Testing tools from the libdrm project This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package contains a variety of tools for testing from the libdrm project. Package: libegl-amber0 Description-md5: fec64e3ac570a2b9f49eb9a7f5cd5102 Description-en: free implementation of the EGL API -- Amber vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa Amber vendor library for EGL. Package: libfuzzer-13-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-10-dev-alpha-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-10-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-10-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-10-dev-armel-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-10-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-10-dev-hppa-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-10-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-10-dev-m68k-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-dev-ppc64-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-10-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-10-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-10-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: libgcc-10-dev-sh4-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-10-dev-sparc64-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-10-dev-x32-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-s1-alpha-cross Description-md5: c1449e893b96c119e159b8dd0061b335 Description-en: GCC support library (alpha) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libgcc-s1-amd64-cross Description-md5: dbd58de92a4101b2b20e035a2233fc65 Description-en: GCC support library (amd64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libgcc-s1-armel-cross Description-md5: 8771c736c3d986a94c65167d73ff74bc Description-en: GCC support library (armel) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armel architecture, for use in cross-compile environment. Package: libgcc-s1-i386-cross Description-md5: e340b46865ab958070306e789ff32213 Description-en: GCC support library (i386) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libgcc-s1-mips-cross Description-md5: 1460f2d7d37d562923c7faaf0cf48249 Description-en: GCC support library (mips) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: libgcc-s1-mips64-cross Description-md5: 1ed3494f7decff486d41d819f7a71576 Description-en: GCC support library (mips64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libgcc-s1-mips64el-cross Description-md5: b103b0e7b6b6cdfa46bfc1e1ff6c01af Description-en: GCC support library (mips64el) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libgcc-s1-mips64r6-cross Description-md5: 94d4aad9aa1541ebb9b87cf5c77debf4 Description-en: GCC support library (mips64r6) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6 architecture, for use in cross-compile environment. Package: libgcc-s1-mips64r6el-cross Description-md5: 382950630d5de2c7e7ef668c42e07785 Description-en: GCC support library (mips64r6el) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6el architecture, for use in cross-compile environment. Package: libgcc-s1-mipsel-cross Description-md5: 16930d2cdf795ab3d2d173c5043c46dc Description-en: GCC support library (mipsel) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libgcc-s1-mipsr6-cross Description-md5: 5bcc5545fe895661dbad76dd39768e32 Description-en: GCC support library (mipsr6) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6 architecture, for use in cross-compile environment. Package: libgcc-s1-mipsr6el-cross Description-md5: e0fefd6890be9d42f0f0ccb1005c8213 Description-en: GCC support library (mipsr6el) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6el architecture, for use in cross-compile environment. Package: libgcc-s1-powerpc-cross Description-md5: d97b0ab372ed4e0fac3e8ea25b9a4e4f Description-en: GCC support library (powerpc) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libgcc-s1-ppc64-cross Description-md5: bda529369c13a335003e1a9d8f396453 Description-en: GCC support library (ppc64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libgcc-s1-riscv64-cross Description-md5: 477d3fda890f6445bbd199516aed7b4e Description-en: GCC support library (riscv64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libgcc-s1-sh4-cross Description-md5: dca961cb406b7f3ffec5ae5354f5e0ce Description-en: GCC support library (sh4) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libgcc-s1-sparc64-cross Description-md5: 763d06745e3ccbfca5c5187240684bbe Description-en: GCC support library (sparc64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libgcc-s1-x32-cross Description-md5: f260d13bf38c4bf7f34927887b6ec92a Description-en: GCC support library (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libgcc-s2-m68k-cross Description-md5: 53ea5560d50645c6f9da8c3fd539f026 Description-en: GCC support library (m68k) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libgcc-s4-hppa-cross Description-md5: 7025f57159a1cf219666461fd810564f Description-en: GCC support library (hppa) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libgcc1 Description-md5: 7a280fd0d57d0fdec4489c094bf3c8c0 Description-en: GCC support library (dependency package) This is a dependency package, and can be safely removed after upgrade. Package: libgccjit-10-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-10-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: 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: libgfortran-10-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-10-dev-alpha-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-10-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-10-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-10-dev-armel-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-10-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-10-dev-hppa-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-10-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-10-dev-m68k-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-dev-ppc64-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-10-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-10-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-10-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: libgfortran-10-dev-sh4-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-10-dev-sparc64-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-10-dev-x32-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: libgfortran5-alpha-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-amd64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-arm64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armhf-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-hppa-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-i386-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-m68k-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64r6-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64r6el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mipsel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mipsr6-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mipsr6el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-powerpc-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-riscv64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-s390x-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sh4-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sparc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-x32-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgl1-amber-dri Description-md5: 2a249c05e176ad00305d19b86b4c1036 Description-en: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa Amber, please look at the libglx-amber0 package. Package: libglx-amber0 Description-md5: fd7760b8b94fdf6e26a50aaf72429cb8 Description-en: free implementation of the OpenGL API -- Amber GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-amber-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-amber-dri package. Package: libgm2-10-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-10-dev-alpha-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-10-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-10-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-10-dev-armel-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-10-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-10-dev-hppa-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-10-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-10-dev-m68k-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-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-10-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-10-dev-sparc64-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-10-dev-x32-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 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-15-alpha-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-15-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-15-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-15-armel-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-15-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-15-hppa-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-15-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-15-m68k-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-15-mips-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-15-mips64-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-15-mips64el-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-15-mips64r6-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-15-mips64r6el-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-15-mipsel-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-15-mipsr6-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-15-mipsr6el-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-15-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-15-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-15-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-15-sparc64-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-15-x32-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: libgnat-10 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-10-alpha-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-10-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-10-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-10-armel-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-10-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-10-hppa-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-10-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-10-m68k-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-10-mips-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-10-mips64-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-10-mips64el-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-10-mips64r6-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-10-mips64r6el-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-10-mipsel-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-10-mipsr6-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-10-mipsr6el-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-10-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-10-ppc64-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-10-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-10-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-10-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-10-sh4-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-10-sparc64-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-10-x32-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-util10 Description-md5: 779574a79756ce734b22ab6bfe737dcd Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat_util library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnat-util10-dev Description-md5: c608feb0a9e882c50bcdc53b09ab4987 Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat_util library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgo-10-dev-alpha-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-10-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-10-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-10-dev-armel-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-10-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-10-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-dev-ppc64-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-10-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-10-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-10-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: libgo-10-dev-sparc64-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-10-dev-x32-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: libgo16-alpha-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-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: libgo16-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: libgo16-armel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-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: libgo16-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: libgo16-mips-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mips64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mips64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mips64r6-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mips64r6el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mipsel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mipsr6-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-mipsr6el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-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: libgo16-ppc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-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: libgo16-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: libgo16-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: libgo16-sparc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16-x32-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-hsa1 Description-md5: cac28c212c8913fef33e0d7e2a098ca9 Description-en: GCC OpenMP v4.5 plugin for offloading to HSA This package contains libgomp plugin for offloading to HSA. Package: 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: libgomp1-alpha-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-amd64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-armel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-hppa-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-i386-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-m68k-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64r6-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64r6el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mipsel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mipsr6-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mipsr6el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-powerpc-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-ppc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-riscv64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sh4-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sparc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-x32-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgpgmepp-dev Description-md5: d409b90b546df24f9e29efdc20935e54 Description-en: C++ and Qt bindings for GPGME (development files) GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the GnuPG project's GPGME (GnuPG Made Easy) library. . QGpgME is a library that provides GPGME integration with QEventLoop and some Qt datatypes (e.g. QByteArray). . This package contains the headers and other files needed to compile against either of these libraries. Package: libgphobos-10-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-10-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-10-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-10-dev-armel-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-10-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-10-dev-hppa-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-10-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-dev-ppc64-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-10-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-10-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-10-dev-x32-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: libgphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos1-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: libgphobos1-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: libgphobos1-armel-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: libgphobos1-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: libgphobos1-hppa-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: libgphobos1-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: libgphobos1-mips-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: libgphobos1-mips64-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: libgphobos1-mips64el-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: libgphobos1-mips64r6-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: libgphobos1-mips64r6el-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: libgphobos1-mipsel-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: libgphobos1-mipsr6-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: libgphobos1-mipsr6el-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: libgphobos1-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: libgphobos1-ppc64-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: libgphobos1-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: libgphobos1-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: libgphobos1-x32-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: libhfasan6-armel-cross Description-md5: 09bf8c68db014d2e295e8f70edf1f99a Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfatomic1-armel-cross Description-md5: c9356c86838148f6c7c3e87d70a777c8 Description-en: support library providing __atomic built-in functions (hard float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libhfgcc-10-dev-armel-cross Description-md5: 137452806b755b182069e030eedeb66c Description-en: GCC support library (hard float ABI 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: libhfgcc-s1-armel-cross Description-md5: 84896e6bc936faaf2f24f89e40210809 Description-en: GCC support library (armel) (hard float ABI) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfgfortran-10-dev-armel-cross Description-md5: 8884fa3dfae1d8d6256da6f6242d6f68 Description-en: Runtime library for GNU Fortran applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libhfgfortran5-armel-cross Description-md5: d2b3075146355d3759544a1fc47bbf69 Description-en: Runtime library for GNU Fortran applications (hard float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgomp1-armel-cross Description-md5: b5303a6ef96adb96d71d7ff35b774341 Description-en: GCC OpenMP (GOMP) support library (hard float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libhfobjc-10-dev-armel-cross Description-md5: 66ce7748417de77384120567f780ea68 Description-en: Runtime library for GNU Objective-C applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libhfobjc4-armel-cross Description-md5: 509998238abeb60c58effa376022140d Description-en: Runtime library for GNU Objective-C applications (hard float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libhfstdc++-10-dev-armel-cross Description-md5: 808ac2bf597cb40590cf7d7a207e240b Description-en: GNU Standard C++ Library v3 (development files) (armel 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 armel architecture, for use in cross-compile environment. Package: libhfstdc++6-10-dbg-armel-cross Description-md5: b74ada7586fcf49790198c7aab2c3fe5 Description-en: GNU Standard C++ Library v3 (debug build) (armel) 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 armel architecture, for use in cross-compile environment. Package: libhfstdc++6-armel-cross Description-md5: e7f441cd3391fd24809f111a42ae3a3f Description-en: GNU Standard C++ Library v3 (armel) (hard float ABI) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 armel architecture, for use in cross-compile environment. Package: libhfubsan1-armel-cross Description-md5: 3696f3c908d1a6ea4de817a97d458ea3 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhsail-rt-10-dev Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-10-dev-amd64-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-10-dev-i386-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-10-dev-x32-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0 Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-amd64-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-i386-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-x32-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libitm1-alpha-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-amd64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-i386-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-ppc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sh4-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sparc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-x32-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libkmer-dev Description-md5: 075a6478a30ac00e1b458e8410f3c0e3 Description-en: suite of tools for DNA sequence analysis (development lib) The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This package contains headers and static libraries for kmer. Package: libknot-dev Description-md5: 1afc6ee9c32004c0d804bf2ab9734c74 Description-en: Knot DNS shared library development files Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides development files for internal common shared libraries. Package: libknot8 Description-md5: 45db12c4c12bbe7e52ef1193a60bd1b2 Description-en: Authoritative domain name server (shared library) Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides libknot shared library used by Knot DNS and Knot Resolver. Package: liblld-13 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-13-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-13 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-13-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-13-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: libllvm13 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: liblsan0-amd64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-ppc64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: libmeryl-dev Description-md5: 9f7832d4a21dbee43ec075eb1c1484c1 Description-en: in- and out-of-core kmer counting and utilities (development lib) meryl computes the kmer content of genomic sequences. Kmer content is represented as a list of kmers and the number of times each occurs in the input sequences. The kmer can be restricted to only the forward kmer, only the reverse kmer, or the canonical kmer (lexicographically smaller of the forward and reverse kmer at each location). Meryl can report the histogram of counts, the list of kmers and their counts, or can perform mathematical and set operations on the processed data files. . This package contains the static libraries and header files. Package: libmlir-13 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-13-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: libn32atomic1-mips-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64el-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64r6-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64r6el-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mipsel-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mipsr6-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mipsr6el-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32gcc-10-dev-mips-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mips64-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mips64el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mips64r6-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mips64r6el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mipsel-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mipsr6-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-10-dev-mipsr6el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 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: libn32gcc-s1-mips-cross Description-md5: e4cdd3a4afa37f05dd7d913a7af82447 Description-en: GCC support library (mips) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32gcc-s1-mips64-cross Description-md5: 3a5fd2cbfc2abe897c43c2f2d930968a Description-en: GCC support library (mips64) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32gcc-s1-mips64el-cross Description-md5: 805d07dcb41287d352c8c58eef76a32a Description-en: GCC support library (mips64el) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32gcc-s1-mips64r6-cross Description-md5: 3bfb9ae0b29dae34fb3e25897f76f941 Description-en: GCC support library (mips64r6) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6 architecture, for use in cross-compile environment. Package: libn32gcc-s1-mips64r6el-cross Description-md5: 34df7086427732d35830a6ac338e4ea2 Description-en: GCC support library (mips64r6el) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64r6el architecture, for use in cross-compile environment. Package: libn32gcc-s1-mipsel-cross Description-md5: 41d5d2f2b2e6a8fed0f70cba80bb07c3 Description-en: GCC support library (mipsel) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32gcc-s1-mipsr6-cross Description-md5: 5784aaf7169a025c118ae456a6919566 Description-en: GCC support library (mipsr6) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6 architecture, for use in cross-compile environment. Package: libn32gcc-s1-mipsr6el-cross Description-md5: 4a7b2604fcadaa747ac99c959dfe4da5 Description-en: GCC support library (mipsr6el) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsr6el architecture, for use in cross-compile environment. Package: libn32gfortran-10-dev-mips-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mips64-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mips64el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mips64r6-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mips64r6el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mipsel-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mipsr6-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-10-dev-mipsr6el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran5-mips-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64r6-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64r6el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mipsel-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mipsr6-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mipsr6el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32go-10-dev-mips-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mips64-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mips64el-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mips64r6-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mips64r6el-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mipsel-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mipsr6-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go-10-dev-mipsr6el-cross Description-md5: 5bd016d6494e1b31a5eb7479c6885569 Description-en: Runtime library for GNU Go applications (n32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libn32go16-mips-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mips64-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mips64el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mips64r6-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mips64r6el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mipsel-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mipsr6-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go16-mipsr6el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32gomp1-mips-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64el-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64r6-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64r6el-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mipsel-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mipsr6-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mipsr6el-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gphobos-10-dev-mips-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mips64-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mips64el-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mips64r6-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mips64r6el-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mipsel-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mipsr6-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos-10-dev-mipsr6el-cross Description-md5: f7c139fad8f0733e45b27bd808b1f1ff Description-en: Phobos D standard library (n32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libn32gphobos1-mips-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: libn32gphobos1-mips64-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: libn32gphobos1-mips64el-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: libn32gphobos1-mips64r6-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: libn32gphobos1-mips64r6el-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: libn32gphobos1-mipsel-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: libn32gphobos1-mipsr6-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: libn32gphobos1-mipsr6el-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: libn32objc-10-dev-mips-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mips64-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mips64el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mips64r6-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mips64r6el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mipsel-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mipsr6-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-10-dev-mipsr6el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc4-mips-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64el-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64r6-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64r6el-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mipsel-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mipsr6-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mipsr6el-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32stdc++-10-dev-mips-cross Description-md5: 3b1ddd09d8c2abe01568fc4a9be41743 Description-en: GNU Standard C++ Library v3 (development files) (mips 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 mips architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mips64-cross Description-md5: 73bf4770ffea230b41195ed574e8691e Description-en: GNU Standard C++ Library v3 (development files) (mips64 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 mips64 architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mips64el-cross Description-md5: 0dd34ed8c25693e5cf78ddd488acc61e Description-en: GNU Standard C++ Library v3 (development files) (mips64el 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 mips64el architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mips64r6-cross Description-md5: 406d3a53901c263e938d913d3cc36958 Description-en: GNU Standard C++ Library v3 (development files) (mips64r6 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 mips64r6 architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mips64r6el-cross Description-md5: c543e1ccaf1568ad186344f04b6c705d Description-en: GNU Standard C++ Library v3 (development files) (mips64r6el 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 mips64r6el architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mipsel-cross Description-md5: f4c6054a0fbe33168064ed142ee8b4e7 Description-en: GNU Standard C++ Library v3 (development files) (mipsel 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 mipsel architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mipsr6-cross Description-md5: e259c0d5422b38ee9862140537ebca4c Description-en: GNU Standard C++ Library v3 (development files) (mipsr6 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 mipsr6 architecture, for use in cross-compile environment. Package: libn32stdc++-10-dev-mipsr6el-cross Description-md5: 28c204c15f91a497ad91499cbf920253 Description-en: GNU Standard C++ Library v3 (development files) (mipsr6el 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 mipsr6el architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mips-cross Description-md5: 6e9c58d4cd678e4a78fecfa36243e73f Description-en: GNU Standard C++ Library v3 (debug build) (mips) 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 mips architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mips64-cross Description-md5: 282f559a9454c17f9bb24b2282fce503 Description-en: GNU Standard C++ Library v3 (debug build) (mips64) 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 mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mips64el-cross Description-md5: f06dfcf951ffac7c0df17a21f605fdfe Description-en: GNU Standard C++ Library v3 (debug build) (mips64el) 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 mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mips64r6-cross Description-md5: 2b0ae6666da6caf3f44a5d26e69a4097 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6) 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 mips64r6 architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mips64r6el-cross Description-md5: c878fbe61b0478e9f5b5990ff99d7677 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6el) 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 mips64r6el architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mipsel-cross Description-md5: 228f9b0e5c5d12c6f1b3ede6bee2b4c0 Description-en: GNU Standard C++ Library v3 (debug build) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mipsr6-cross Description-md5: 09986fe9cb4d1b99da8747f8c5d9fa81 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: libn32stdc++6-10-dbg-mipsr6el-cross Description-md5: f7476d55bb4d0381dd137d55cf732bb8 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: libn32stdc++6-mips-cross Description-md5: 7f38395510354f79c1484dbe8592233e Description-en: GNU Standard C++ Library v3 (mips) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64-cross Description-md5: 5564fd4d0364c2f89d205d701d25caec Description-en: GNU Standard C++ Library v3 (mips64) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64el-cross Description-md5: 66c3f64757d6455a2c91e61a3addc743 Description-en: GNU Standard C++ Library v3 (mips64el) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64r6-cross Description-md5: 151337b0b70867c05c55437d421238a8 Description-en: GNU Standard C++ Library v3 (mips64r6) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64r6 architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64r6el-cross Description-md5: 646e0d001dc2c009a8dc895d0cb4e8a3 Description-en: GNU Standard C++ Library v3 (mips64r6el) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64r6el architecture, for use in cross-compile environment. Package: libn32stdc++6-mipsel-cross Description-md5: 8ac4361d8e776b0b81d001834537042a Description-en: GNU Standard C++ Library v3 (mipsel) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-mipsr6-cross Description-md5: ad39b25427ea8f67e79ade13dc7ab8d3 Description-en: GNU Standard C++ Library v3 (mipsr6) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6 architecture, for use in cross-compile environment. Package: libn32stdc++6-mipsr6el-cross Description-md5: eca194d8f4729aa493ebe680021db6e9 Description-en: GNU Standard C++ Library v3 (mipsr6el) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6el architecture, for use in cross-compile environment. Package: libnss-libvirt Description-md5: 600b29d53c1dad3be832c6eca2a12669 Description-en: nss plugins providing IP address resolution for virtual machines Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains two nss plugins for IP address resolution of libvirt managed virtual machines: the 'libvirt_guest' plugin uses libvirt's domain names while the 'libvirt' plugin looks at the guest's hostname. Package: libobjc-10-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-10-dev-alpha-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-10-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-10-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-10-dev-armel-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-10-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-10-dev-hppa-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-10-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-10-dev-m68k-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-10-dev-mips-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-10-dev-mips64-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-10-dev-mips64el-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-10-dev-mips64r6-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-10-dev-mips64r6el-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-10-dev-mipsel-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-10-dev-mipsr6-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-10-dev-mipsr6el-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-10-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-10-dev-ppc64-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-10-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-10-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-10-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-10-dev-sh4-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-10-dev-sparc64-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-10-dev-x32-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: 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: libobjc4-alpha-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-amd64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-arm64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armhf-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-hppa-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-i386-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-m68k-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64r6-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64r6el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mipsel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mipsr6-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mipsr6el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-powerpc-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-riscv64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-s390x-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sh4-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sparc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-x32-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libomp-13-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-13-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-13 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: libqgpgme7 Description-md5: 0d569a713cd9a1fb2465f4dd9add5f06 Description-en: library for GPGME integration with Qt QGpgME is a library that provides GPGME integration with QEventLoop and some Qt datatypes (e.g. QByteArray). . This is the official upstream Qt binding for GPGME. Package: libquadmath0-amd64-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-i386-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-x32-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: librust-debcargo-dev Description-md5: 4c3157e7e62b3e77538713cf303b5fb5 Description-en: Create a Debian package from a Cargo crate - Rust source code This package contains the source for the Rust debcargo crate, packaged by debcargo for use with cargo and dh-cargo. Package: libsfasan6-armhf-cross Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfatomic1-armhf-cross Description-md5: 5c3acc5a21acb172bca714a7ede8c293 Description-en: support library providing __atomic built-in functions (soft float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libsfgcc-10-dev-armhf-cross Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI 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: libsfgcc-s1-armhf-cross Description-md5: 9f1ae6a28d90ffd9dd3d0bc04c2d2cd8 Description-en: GCC support library (armhf) (soft float ABI) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfgfortran-10-dev-armhf-cross Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran5-armhf-cross Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgomp1-armhf-cross Description-md5: 86f6cc73df5b807fdb91c11e7ccae5e9 Description-en: GCC OpenMP (GOMP) support library (soft float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libsfgphobos-10-dev-armhf-cross Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos1-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: libsfobjc-10-dev-armhf-cross Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4-armhf-cross Description-md5: 1979cb3a9b63cfab420a1d89e03104a3 Description-en: Runtime library for GNU Objective-C applications (soft float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-10-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: libsfstdc++6-10-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: libsfstdc++6-armhf-cross Description-md5: cbcdd63090fed9d6de18cfb8ee01882e Description-en: GNU Standard C++ Library v3 (armhf) (soft float ABI) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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: libsfubsan1-armhf-cross Description-md5: 21e3ad59d7b6ceb56cee1f74de7efd95 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsnmp-perl Description-md5: 5ee88a696b0fa001f969ddb758d70f1f Description-en: SNMP (Simple Network Management Protocol) Perl5 support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Perl5 support files provide the Perl functions for integration of SNMP into applications written in Perl. Package: libstdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-10-dev-alpha-cross Description-md5: 0e691d175b22e08f5fb4ec06ccfa6661 Description-en: GNU Standard C++ Library v3 (development files) (alpha) 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 alpha architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-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++-10-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) 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 armel architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-dev-hppa-cross Description-md5: 3289c7de723a5f226a78565aee38eb5e Description-en: GNU Standard C++ Library v3 (development files) (hppa) 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 hppa architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-dev-m68k-cross Description-md5: 0829514fa6f25204a2a56f32093b5496 Description-en: GNU Standard C++ Library v3 (development files) (m68k) 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 m68k architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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 mips architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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 mips64 architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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 mips64el architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mips64r6-cross Description-md5: 23c9b573fd21936f1b9a980cd440514a Description-en: GNU Standard C++ Library v3 (development files) (mips64r6) 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 mips64r6 architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mips64r6el-cross Description-md5: 09da8031daea91b3223aac9f711bb4d3 Description-en: GNU Standard C++ Library v3 (development files) (mips64r6el) 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 mips64r6el architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mipsr6-cross Description-md5: 53054b833a4f7196e72ccfddf01b44e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: libstdc++-10-dev-mipsr6el-cross Description-md5: 7940ce18311e881b522f34469316cae3 Description-en: GNU Standard C++ Library v3 (development files) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) 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 ppc64 architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-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++-10-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++-10-dev-sh4-cross Description-md5: 59250095b2d466277be2eb5637a5a157 Description-en: GNU Standard C++ Library v3 (development files) (sh4) 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 sh4 architecture, for use in cross-compile environment. Package: libstdc++-10-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) 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 sparc64 architecture, for use in cross-compile environment. Package: libstdc++-10-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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 x32 architecture, for use in cross-compile environment. Package: libstdc++-10-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++-10-pic-alpha-cross Description-md5: b02119c56e48ba28d32a337719642f4c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (alpha) 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 alpha architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-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++-10-pic-armel-cross Description-md5: 63f80af80be8c7aa9d2e4b0c8cce96d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armel) 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 armel architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-pic-hppa-cross Description-md5: 566fbbc443ff2965ab0534050aa962ae Description-en: GNU Standard C++ Library v3 (shared library subset kit) (hppa) 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 hppa architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-pic-m68k-cross Description-md5: 67c2a93a5b3de0a479ddf2953824e9f9 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (m68k) 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 m68k architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mips-cross Description-md5: 981341f0eb6bca19f0665b5ab12627d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips) 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 mips architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mips64-cross Description-md5: 8bf191d852768a0cbcd2d04cd4d5d194 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64) 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 mips64 architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mips64el-cross Description-md5: 473d3048bf773bebd8db3b819238630d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64el) 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 mips64el architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mips64r6-cross Description-md5: cbbcbd47340102026983bc8a32ffe170 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64r6) 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 mips64r6 architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mips64r6el-cross Description-md5: 9c697415810a4e83063d2d4694d3773f Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64r6el) 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 mips64r6el architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mipsel-cross Description-md5: 55f2b216405d890c51bb81fe15dfa51f Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mipsr6-cross Description-md5: 29577bbfb82d4ecd270b606d17c3b36d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: libstdc++-10-pic-mipsr6el-cross Description-md5: 88bac6ea567edf4a4188013495060a5c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-pic-ppc64-cross Description-md5: 5910789309872c0a41711802dd6397cd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64) 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 ppc64 architecture, for use in cross-compile environment. Package: libstdc++-10-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++-10-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++-10-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++-10-pic-sh4-cross Description-md5: f7eb5c17cb48aca62d22c21ce777e6dd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sh4) 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 sh4 architecture, for use in cross-compile environment. Package: libstdc++-10-pic-sparc64-cross Description-md5: 3d9a93eab2fa4ba7f17a3f281414de1d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sparc64) 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 sparc64 architecture, for use in cross-compile environment. Package: libstdc++-10-pic-x32-cross Description-md5: 19bff1c161a1bd26e17d27fa01001347 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (x32) 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 x32 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstdc++6-10-dbg-alpha-cross Description-md5: 6cde10314b912c2178957251d2a42f50 Description-en: GNU Standard C++ Library v3 (debug build) (alpha) 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 alpha architecture, for use in cross-compile environment. Package: libstdc++6-10-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-10-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-10-dbg-armel-cross Description-md5: b74ada7586fcf49790198c7aab2c3fe5 Description-en: GNU Standard C++ Library v3 (debug build) (armel) 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 armel architecture, for use in cross-compile environment. Package: libstdc++6-10-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-10-dbg-hppa-cross Description-md5: bbfabac6595863d9d8b2aa19321e92e1 Description-en: GNU Standard C++ Library v3 (debug build) (hppa) 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 hppa architecture, for use in cross-compile environment. Package: libstdc++6-10-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-10-dbg-m68k-cross Description-md5: f2941590e5d6949db3f08ded4d2b8993 Description-en: GNU Standard C++ Library v3 (debug build) (m68k) 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 m68k architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mips-cross Description-md5: 6e9c58d4cd678e4a78fecfa36243e73f Description-en: GNU Standard C++ Library v3 (debug build) (mips) 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 mips architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mips64-cross Description-md5: 282f559a9454c17f9bb24b2282fce503 Description-en: GNU Standard C++ Library v3 (debug build) (mips64) 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 mips64 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mips64el-cross Description-md5: f06dfcf951ffac7c0df17a21f605fdfe Description-en: GNU Standard C++ Library v3 (debug build) (mips64el) 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 mips64el architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mips64r6-cross Description-md5: 2b0ae6666da6caf3f44a5d26e69a4097 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6) 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 mips64r6 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mips64r6el-cross Description-md5: c878fbe61b0478e9f5b5990ff99d7677 Description-en: GNU Standard C++ Library v3 (debug build) (mips64r6el) 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 mips64r6el architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mipsel-cross Description-md5: 228f9b0e5c5d12c6f1b3ede6bee2b4c0 Description-en: GNU Standard C++ Library v3 (debug build) (mipsel) 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 mipsel architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mipsr6-cross Description-md5: 09986fe9cb4d1b99da8747f8c5d9fa81 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6) 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 mipsr6 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-mipsr6el-cross Description-md5: f7476d55bb4d0381dd137d55cf732bb8 Description-en: GNU Standard C++ Library v3 (debug build) (mipsr6el) 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 mipsr6el architecture, for use in cross-compile environment. Package: libstdc++6-10-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-10-dbg-ppc64-cross Description-md5: 63ddd8f846ac247debc54f517d86639d Description-en: GNU Standard C++ Library v3 (debug build) (ppc64) 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 ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-10-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-10-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-10-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-10-dbg-sh4-cross Description-md5: 458bf17786f114de7c72571866123d89 Description-en: GNU Standard C++ Library v3 (debug build) (sh4) 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 sh4 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-sparc64-cross Description-md5: 34f72c42d2a8cc980ba5b3df641c0cf3 Description-en: GNU Standard C++ Library v3 (debug build) (sparc64) 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 sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-10-dbg-x32-cross Description-md5: ba27cf8c6183b2ee9015ed672f7ebf42 Description-en: GNU Standard C++ Library v3 (debug build) (x32) 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 x32 architecture, for use in cross-compile environment. Package: libstdc++6-alpha-cross Description-md5: 77d6f08df433332036055863b9ef7da1 Description-en: GNU Standard C++ Library v3 (alpha) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 alpha architecture, for use in cross-compile environment. Package: libstdc++6-amd64-cross Description-md5: 5e49ca869389309d7a1689d9c5c97e1a Description-en: GNU Standard C++ Library v3 (amd64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-armel-cross Description-md5: 3145e34b663c25d8c84322e1ca966066 Description-en: GNU Standard C++ Library v3 (armel) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 armel architecture, for use in cross-compile environment. Package: libstdc++6-hppa-cross Description-md5: 23d2ef2a94443af687c0fb81a3fab323 Description-en: GNU Standard C++ Library v3 (hppa) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 hppa architecture, for use in cross-compile environment. Package: libstdc++6-i386-cross Description-md5: 28e5bee6794a19d1c3c53f77739d091f Description-en: GNU Standard C++ Library v3 (i386) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-m68k-cross Description-md5: 86c0319c80b8069fd15ae0b53e3afd64 Description-en: GNU Standard C++ Library v3 (m68k) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 m68k architecture, for use in cross-compile environment. Package: libstdc++6-mips-cross Description-md5: f169c6452bc6c9c9a841f12b6d509f48 Description-en: GNU Standard C++ Library v3 (mips) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips architecture, for use in cross-compile environment. Package: libstdc++6-mips64-cross Description-md5: b7018fb902644ec9c1bc435e656ca004 Description-en: GNU Standard C++ Library v3 (mips64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64 architecture, for use in cross-compile environment. Package: libstdc++6-mips64el-cross Description-md5: f44f153acf0738c498694cf7a5ec9926 Description-en: GNU Standard C++ Library v3 (mips64el) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64el architecture, for use in cross-compile environment. Package: libstdc++6-mips64r6-cross Description-md5: 1415ddd4684985d7796518a5bbdae431 Description-en: GNU Standard C++ Library v3 (mips64r6) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64r6 architecture, for use in cross-compile environment. Package: libstdc++6-mips64r6el-cross Description-md5: 5a4afc830384f08a84d3c27234ea1b6e Description-en: GNU Standard C++ Library v3 (mips64r6el) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mips64r6el architecture, for use in cross-compile environment. Package: libstdc++6-mipsel-cross Description-md5: e660a54a60eb027be986f95203194b95 Description-en: GNU Standard C++ Library v3 (mipsel) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsel architecture, for use in cross-compile environment. Package: libstdc++6-mipsr6-cross Description-md5: b9aba3e09ea4bc6974bb6bd9d093a395 Description-en: GNU Standard C++ Library v3 (mipsr6) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6 architecture, for use in cross-compile environment. Package: libstdc++6-mipsr6el-cross Description-md5: b676078a3f2eea2422d683e3f226c0d9 Description-en: GNU Standard C++ Library v3 (mipsr6el) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 mipsr6el architecture, for use in cross-compile environment. Package: libstdc++6-powerpc-cross Description-md5: 918ab370246d860a81b1fef587175b0a Description-en: GNU Standard C++ Library v3 (powerpc) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-ppc64-cross Description-md5: f6e15964395d8d9cd0b6b1fd48c51c45 Description-en: GNU Standard C++ Library v3 (ppc64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-riscv64-cross Description-md5: c2263126b51b2daf86c1979a285ea4de Description-en: GNU Standard C++ Library v3 (riscv64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-sh4-cross Description-md5: 01c1db71e5e4ff0203bfb90f345f7bdd Description-en: GNU Standard C++ Library v3 (sh4) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 sh4 architecture, for use in cross-compile environment. Package: libstdc++6-sparc64-cross Description-md5: 4657c40108e08136b88fd48ddf2f08cb Description-en: GNU Standard C++ Library v3 (sparc64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-x32-cross Description-md5: 2e5c14095fc6a9fdeefc42e23ca1100d Description-en: GNU Standard C++ Library v3 (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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 x32 architecture, for use in cross-compile environment. Package: libtsan0-amd64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-ppc64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libubsan1-amd64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-armel-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-i386-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-powerpc-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-ppc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-sparc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-x32-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libunwind-13 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-13-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: libvirt-daemon-driver-lxc Description-md5: 2cc07557cd5de83a9972e42c6de8aaa2 Description-en: Virtualization daemon LXC connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for LXC. Package: libvirt-daemon-driver-storage-gluster Description-md5: 7c5efa2eb9f5a55e51f953e2496dc89d Description-en: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for GlusterFS. Package: libvirt-daemon-driver-storage-zfs Description-md5: 82733d9170fa45c9e6ed76bcec5869e9 Description-en: Virtualization daemon ZFS storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for ZFS. Package: libvirt-daemon-driver-vbox Description-md5: 12b3becd7a3f100f8639457b28573a6a Description-en: Virtualization daemon VirtualBox connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for VirtualBox. Package: libvirt-daemon-driver-xen Description-md5: 4443d0d7dc3e14e6af4fa769a49871a0 Description-en: Virtualization daemon Xen connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for Xen. Package: libvirt-daemon-system-sysv Description-md5: e4ade653752f064f0e8f735bf248d504 Description-en: Libvirt daemon configuration files (sysv) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains dependencies and init scripts to make libvirt work with sysv based init systems. Using libvirt-daemon-systemd is preferred since the init scripts are incomplete. . This package is useless without the libvirt-daemon-system package installed. Package: libvirt-dev Description-md5: 7e0bab852c890b732dbbdd941dc00165 Description-en: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt-sanlock Description-md5: b7c793f838fe9e323ae4910fd5c1fa9e Description-en: Sanlock plugin for virtlockd Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the sanlock plugin for libvirt's locking daemon. Package: libvirt-wireshark Description-md5: 0fe09d3e4f6e75cb9e76d08eab9490e4 Description-en: Wireshark dissector for the libvirt protocol Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the wireshark dissector. Package: libx32asan6-amd64-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan6-i386-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1-amd64-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-i386-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32gcc-10-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-10-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: libx32gcc-s1-amd64-cross Description-md5: 556068bbd72a9d61bacd43322c3826f5 Description-en: GCC support library (amd64) (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32gcc-s1-i386-cross Description-md5: 0a83617569fda4f6b4128b3fda8103d8 Description-en: GCC support library (i386) (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32gfortran-10-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-10-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-10-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: libx32gfortran5-amd64-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-i386-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32go-10-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-10-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: libx32go16-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: libx32go16-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: libx32gomp1-amd64-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gomp1-i386-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gphobos-10-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-10-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-10-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: libx32gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos1-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: libx32gphobos1-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: libx32itm1-amd64-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-i386-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32lsan0 Description-md5: e55556fa790743d4c47d82cff1e0e15d Description-en: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32lsan0-amd64-cross Description-md5: e55556fa790743d4c47d82cff1e0e15d Description-en: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32objc-10-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-10-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-10-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: 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: libx32objc4-amd64-cross 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: libx32objc4-i386-cross 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: libx32quadmath0-amd64-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32quadmath0-i386-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32stdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-10-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++-10-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-10-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libx32stdc++6-10-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-10-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-amd64-cross Description-md5: 0b4f943ad6f8520cd48bff4cb3ac380c Description-en: GNU Standard C++ Library v3 (amd64) (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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++6-i386-cross Description-md5: 3c4511ad1b073e393a184645c27951d1 Description-en: GNU Standard C++ Library v3 (i386) (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . 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: libx32ubsan1-amd64-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-i386-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libxmlb-tests Description-md5: 92105cce546594649c0eaf1f3e472b6f Description-en: Installed tests for libxmlb2 The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table -- where the strings have the NULs included. . This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document. This is all done using (almost) zero allocations and no actual copying of the binary data. . This package contains the installed tests for libxmlb1. Package: libzscanner2 Description-md5: b5ef67f601e025d125f07ee1c47733d0 Description-en: DNS zone-parsing library from Knot Knot DNS is a fast, authoritative only, high performance, feature full and open source name server. . Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. . This package provides a fast zone parser shared library used by Knot DNS and Knot Resolver. Package: linux-buildinfo-5.11.0-1012-intel Description-md5: 94091cd18c98603dcd5901a91bc42dac Description-en: Linux kernel buildinfo for version 5.11.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.15.0-1035-ibm Description-md5: f24fe8db47a86e2883f3d9a08ec9263d Description-en: Linux kernel buildinfo for version 5.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-5.11.0-1012-intel Description-md5: 385aed58b106eed774edf93dc99779cc Description-en: Linux kernel version specific cloud tools for version 5.11.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.11.0-1012 on 64 bit x86. Package: linux-headers-5.11.0-1012-intel Description-md5: 2d0265641da78d2d01c1ae88d0184373 Description-en: Linux kernel headers for version 5.11.0 on 64 bit x86 SMP This package provides kernel header files for version 5.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.11.0-1012/debian.README.gz for details. Package: linux-headers-5.15.0-1035-ibm Description-md5: 20068f345076ed0fae98b0046f734477 Description-en: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP This package provides kernel header files for version 5.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.15-headers-5.15.0-1035/debian.README.gz for details. Package: linux-headers-ibm-edge Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-ibm-5.15-headers-5.15.0-1035 Description-md5: 176687976f321d83b64ab5d241013b33 Description-en: Header files related to Linux kernel version 5.15.0 This package provides kernel header files for version 5.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.15-headers-5.15.0-1035/debian.README.gz for details Package: linux-ibm-5.15-source-5.15.0 Description-md5: 6a5a7140dce9009295ddbb91e3069ed2 Description-en: Linux kernel source for version 5.15.0 with Ubuntu patches This package provides the source code for the Linux kernel version 5.15.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-ibm-5.15-headers package instead. Package: linux-ibm-5.15-tools-5.15.0-1035 Description-md5: 962b6697881af3c73936bc8f94585c46 Description-en: Linux kernel version specific tools for version 5.15.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.15.0-1035 on 64 bit x86. You probably want to install linux-tools-5.15.0-1035-. Package: linux-ibm-edge Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-image-5.11.0-1012-intel Description-md5: 54a18b1adebc179da3c9e59a5db5fe77 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.15.0-1035-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-ibm-edge Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-unsigned-5.11.0-1012-intel Description-md5: a4bb82d4335578f3fea2115e0477583d Description-en: Linux kernel image for version 5.11.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.11.0 on 64 bit x86 SMP. . Supports Intel processors. . Geared toward Intel systems. . You likely do not want to install this package directly. Instead, install the linux-intel meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.15.0-1035-ibm Description-md5: e111b6fe6615090126b4a3a5ab74db11 Description-en: Linux kernel image for version 5.15.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.15.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-intel-cloud-tools-5.11.0-1012 Description-md5: 57c1d8bcbe14f4a3c1fde62887d3ac60 Description-en: Linux kernel version specific cloud tools for version 5.11.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 5.11.0-1012 on 64 bit x86. You probably want to install linux-cloud-tools-5.11.0-1012-. Package: linux-intel-cloud-tools-common Description-md5: ef686c27ce124faced5fb0ef1a9a104d Description-en: Linux kernel version specific cloud tools for version 5.11.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 5.11.0. Package: linux-intel-headers-5.11.0-1012 Description-md5: f74a2195aebe7e8cc13afa68dc19fd61 Description-en: Header files related to Linux kernel version 5.11.0 This package provides kernel header files for version 5.11.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-intel-headers-5.11.0-1012/debian.README.gz for details Package: linux-intel-source-5.11.0 Description-md5: 40434b87617cd4c323cb3d6faa6c0dcd Description-en: Linux kernel source for version 5.11.0 with Ubuntu patches This package provides the source code for the Linux kernel version 5.11.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-intel-tools-5.11.0-1012 Description-md5: 457cb3902a91ef2d08553acb9061e840 Description-en: Linux kernel version specific tools for version 5.11.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.11.0-1012 on 64 bit x86. You probably want to install linux-tools-5.11.0-1012-. Package: linux-intel-tools-common Description-md5: a02b47e7866fec09b0b76e80c5dca43e Description-en: Linux kernel version specific tools for version 5.11.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.11.0. Package: linux-intel-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-modules-5.11.0-1012-intel Description-md5: 4e052c0267e568cfd73a9fe9220a7827 Description-en: Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Intel processors. . Geared toward Intel systems. . You likely do not want to install this package directly. Instead, install the linux-intel meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.15.0-1035-ibm Description-md5: 19007c6a518a93e2f4752489319eea92 Description-en: Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.11.0-1012-intel Description-md5: 277de8a4f824d0ba58ba1312e8bbe0db Description-en: Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Intel processors. . Geared toward Intel systems. . You likely do not want to install this package directly. Instead, install the linux-intel meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.15.0-1035-ibm Description-md5: d27882afc23b89d2915c23559964d952 Description-en: Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-5.11.0-1012-intel Description-md5: 89a1aa1dba76ff975b7efd9d2ecc2c72 Description-en: Linux kernel version specific tools for version 5.11.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.11.0-1012 on 64 bit x86. Package: linux-tools-5.15.0-1035-ibm Description-md5: df79ff65350223e80568c78bcf5cb1f2 Description-en: Linux kernel version specific tools for version 5.15.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.15.0-1035 on 64 bit x86. Package: linux-tools-ibm-edge Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-xilinx-zynqmp-headers-5.4.0-1018 Description-md5: 47c8d43bd30f7d30804200f753beece4 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-xilinx-zynqmp-headers-5.4.0-1018/debian.README.gz for details Package: linux-xilinx-zynqmp-headers-5.4.0-1019 Description-md5: e4d01ff3defd6e5cd54f8dad84f29735 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-xilinx-zynqmp-headers-5.4.0-1019/debian.README.gz for details Package: lld-13 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-13 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-13 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-13-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-13-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-13-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-13-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-13-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-13-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: lvm2-dbusd Description-md5: 58ae61149cfbcb7082b5065979973507 Description-en: LVM2 D-Bus daemon This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. . This package includes the D-Bus daemon. Package: lvm2-lockd Description-md5: 616fa34a9f75aed256bed16729c930bd Description-en: LVM locking daemon This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. . LVM commands use lvmlockd to coordinate access to shared storage. Package: magnum-api Description-md5: ae20646c6a12de90fd0830dfefb8e5f3 Description-en: OpenStack containers as a service Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack. It features: * Abstractions for bays, containers, nodes, pods, replication controllers, and services * Integration with Kubernetes and Docker for backend container technology * Integration with Keystone for multi-tenant security * Integration with Neutron for Kubernetes multi-tenancy network security . This package contains the API server. Package: magnum-common Description-md5: 2932a6cef94cee9c86fe7ba523a94e4e Description-en: OpenStack containers as a service - API server Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack. It features: * Abstractions for bays, containers, nodes, pods, replication controllers, and services * Integration with Kubernetes and Docker for backend container technology * Integration with Keystone for multi-tenant security * Integration with Neutron for Kubernetes multi-tenancy network security . This package contains common files for the engine and the conductor. Package: magnum-conductor Description-md5: c1077d8334fcc9029e3acfca19015ef0 Description-en: OpenStack containers as a service - conductor Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack. It features: * Abstractions for bays, containers, nodes, pods, replication controllers, and services * Integration with Kubernetes and Docker for backend container technology * Integration with Keystone for multi-tenant security * Integration with Neutron for Kubernetes multi-tenancy network security . This package contains the conductor server. Package: masakari-instance-monitor Description-md5: e1047fdb4f7b119ce91dc9fa9749cb99 Description-en: Virtual Machine High Availability (VMHA) for OpenStack - Instance Monitor Monitors for Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically detecting the failure events such as VM process down, provisioning process down, and nova-compute host failure. If it detect the events, it sends notifications to the masakari-api. . This package contains the Masakari Instance Monitor. Package: masakari-introspective-instance-monitor Description-md5: edfb6419561c44b8d0addd0d1b63ae95 Description-en: Virtual Machine High Availability (VMHA) for OpenStack - Introspective Instance Monitor Monitors for Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically detecting the failure events such as VM process down, provisioning process down, and nova-compute host failure. If it detect the events, it sends notifications to the masakari-api. . This package contains the Masakari Introspective Instance Monitor. Package: masakari-process-monitor Description-md5: 1df2557f17b6ded122d59173792d6266 Description-en: Virtual Machine High Availability (VMHA) for OpenStack - Process Monitor Monitors for Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically detecting the failure events such as VM process down, provisioning process down, and nova-compute host failure. If it detect the events, it sends notifications to the masakari-api. . This package contains the Masakari Process Monitor. Package: meryl Description-md5: d45b3f69bb7f3baa6d0d59cd1b5695b5 Description-en: in- and out-of-core kmer counting and utilities meryl computes the kmer content of genomic sequences. Kmer content is represented as a list of kmers and the number of times each occurs in the input sequences. The kmer can be restricted to only the forward kmer, only the reverse kmer, or the canonical kmer (lexicographically smaller of the forward and reverse kmer at each location). Meryl can report the histogram of counts, the list of kmers and their counts, or can perform mathematical and set operations on the processed data files. . This package is part of the Kmer suite. Package: mlir-13-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: munin Description-md5: 397739392252923095c5812dbaad0fdf Description-en: network-wide graphing framework (grapher/gatherer) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the grapher/gatherer. You will only need one instance of it in your network. It will periodically poll all the nodes in your network it's aware of for data, which it in turn will use to create graphs and HTML pages, suitable for viewing with your graphical web browser of choice. . It is also able to alert you if any value is outside of a preset boundary, useful if you want to be alerted if a filesystem is about to grow full, for instance. You can do this by making Munin run an arbitrary command when you need to be alert it, or make use of the intrinsic Nagios support. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-async Description-md5: 390d7c71211032ea3977a22eb57cde62 Description-en: network-wide graphing framework (async master/client) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains munin-async and munin-asyncd which can be used for (optional) asynchronous operation of munin-update. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-common Description-md5: 4501696e1323d02bbf33751c99858ea9 Description-en: network-wide graphing framework (common) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the common perl modules that are used by both munin and munin-node. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-doc Description-md5: a4995b39fb5c585937bfa04039cfed02 Description-en: network-wide graphing framework (documentation) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains all the documentation as POD files. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-node Description-md5: 7d6f3b57350a521bda7e61d4aa53a911 Description-en: network-wide graphing framework (node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the daemon for the nodes being monitored. You should install it on all the nodes in your network. It will know how to extract all sorts of data from the node it runs on, and will wait for the gatherer to request this data for further processing. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-plugins-core Description-md5: 54f782cba4c609cd5afb2583f47afa8a Description-en: network-wide graphing framework (plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the official plugins for the Munin node, capable of extracting common values such as cpu usage, network usage, load average, and so on. . Creating your own plugins which are capable of extracting other system-specific values is very easy, and is often done in a matter of minutes. You can also create plugins which relay information from other devices in your network that can't run Munin, such as a switch or a server running another operating system, by using SNMP or similar technology. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-plugins-extra Description-md5: eb78ec531b14cee1d0003a07603bedc8 Description-en: network-wide graphing framework (user contributed plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains unsupported plugins for the Munin node, contributed by various users of Munin. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-plugins-java Description-md5: 072855de8e842c9eb4ce249c588de592 Description-en: network-wide graphing framework (java plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the java based plugins that are used by munin-node to monitor Java Management Extensions (JMX). . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: mysql-router Description-md5: 68df088e13493c106d4f76a2eb4efc60 Description-en: route connections from MySQL clients to MySQL servers MySQL Router is part of InnoDB cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL servers. It can be used for a wide variety of use cases, such as providing high availability and scalability by effectively routing database traffic to appropriate back-end MySQL servers. The pluggable architecture also enables developers to extend MySQL Router for custom use cases. . Since MySQL Router is clustering software and needs to be configured and managed across an entire cluster, packaging cannot manage it for you. This package supplies the binary build only, ready for manual configuration. Package: mysql-source-8.0 Description-md5: 88f58941059fab032315a68e3122ac60 Description-en: MySQL source MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL source code as configured before building - but after the arch specific configuration. This is currently required for building plugins. Package: mysql-testsuite Description-md5: a37f36627bd4d1ec3a167a2eae840534 Description-en: MySQL regression tests This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-8.0), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-testsuite-8.0 Description-md5: ccc32250aefb33a80993be5dab467ee4 Description-en: MySQL 8.0 testsuite MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL testsuite. Package: ncat Description-md5: c813db1c4353f6959ccedbe324259549 Description-en: NMAP netcat reimplementation ncat is a reimplementation of Netcat by the NMAP project, providing most of the features present in the original implementations, along with some new features such as IPv6 and SSL support. Port scanning support has been removed. Package: ncbi-blast+ Description-md5: 395e56c55c29f8e445efe977ed605c4b Description-en: next generation suite of BLAST sequence search tools The Basic Local Alignment Search Tool (BLAST) is the most widely used sequence similarity tool. There are versions of BLAST that compare protein queries to protein databases, nucleotide queries to nucleotide databases, as well as versions that translate nucleotide queries or databases in all six frames and compare to protein databases or queries. PSI-BLAST produces a position-specific-scoring-matrix (PSSM) starting with a protein query, and then uses that PSSM to perform further searches. It is also possible to compare a protein or nucleotide query to a database of PSSM’s. The NCBI supports a BLAST web page at blast.ncbi.nlm.nih.gov as well as a network service. Package: ncbi-blast+-legacy Description-md5: a53af4a21bab00385c50eb15cefc27ca Description-en: NCBI Blast legacy call script This package adds some fake scripts to call NCBI+ programs with the NCBI blast command line. It makes use of the legacy_blast script in ncbi-blast+ package. Package: ndiff Description-md5: 709e1a79eaf40edbceaf61edd0490c48 Description-en: The Network Mapper - result compare utility Ndiff is a tool to aid in the comparison of Nmap scans. It takes two Nmap XML output files and prints the differences between them them: hosts coming up and down, ports becoming open or closed, and things like that. It can produce output in human-readable text or machine-readable XML formats. Package: nmap Description-md5: bc417f4c1fdba7d8d9b0ca8a2a90b7a8 Description-en: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Package: nmap-common Description-md5: a8ec0b012c0eee4435ee71e9dc12f881 Description-en: Architecture independent files for nmap Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. . This package contains the nmap files shared by all architectures. Package: 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: ntopng Description-md5: c554bb537176c5f875a62b4646cb9e65 Description-en: High-Speed Web-based Traffic Analysis and Flow Collection Tool ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Win32 as well. . ntopng users can use a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: . * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) . What ntopng can do: * Sort network traffic according to many protocols * Show network traffic and IPv4/v6 active hosts * Store on disk persistent traffic statistics in RRD format * Geolocate hosts * Discover application protocols by leveraging on nDPI, ntop’s DPI framework * Characterise HTTP traffic by leveraging on characterisation services provided by block.si. ntopng comes with a demo characterisation key, but if you need a permanent one, please mail info@block.si * Show IP traffic distribution among the various protocols * Analyse IP traffic and sort it according to the source/destination * Display IP Traffic Subnet matrix (who’s talking to who?) * Report IP protocol usage sorted by protocol type * Act as a NetFlow/sFlow collector for flows generated by routers (e.g. Cisco and Juniper) or switches (e.g. Foundry Networks) when used together with nProbe * Produce HTML5/AJAX network traffic statistics Package: ntopng-data Description-md5: a354e44f2cb28a9351063ed5c3473d40 Description-en: High-Speed Web-based Traffic Analysis and Flow Collection Tool (data files) ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Win32 as well. . ntopng users can use a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: . * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) . This package contains the architecture independent files for the ntopng daemon. Package: ntopng-doc Description-md5: 9464e20a06441907e347dec7eaccbef8 Description-en: High-Speed Web-based Traffic Analysis and Flow Collection Tool (documentation) ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Win32 as well. . ntopng users can use a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: . * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) . This package contains the documentation for the ntopng daemon. Package: nvidia-common Description-md5: f11494e618e154235d7240541a9fc755 Description-en: transitional package for ubuntu-drivers-common This is a transitional package for ubuntu-drivers-common. You can remove it after upgrading. Package: oem-config-kde Description-md5: 97a76af3c01b8626949160b1d8f526ba Description-en: KDE frontend for end-user post-OEM-install configuration The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. . This is a KDE frontend to oem-config. Package: oem-config-remaster Description-md5: b888546fc6f218e1af4c6b8e46901fd5 Description-en: Remaster a CD with additional oem-config functionality This script remasters a CD with additional packages and optional oem-config preseed data. Package: opengcs Description-md5: 3567b534575a1a58390413720f96dd35 Description-en: Guest Compute Service for Linux Hyper-V Container Open Guest Compute Service is a Linux-based open source project to further the development of a production quality implementation of Linux Hyper-V container on Microsoft Windows (LCOW). It's designed to run inside a custom Linux OS for supporting Linux container payload. Package: paleomix Description-md5: 7cb3c4aa709e51b480a41a73961d7253 Description-en: pipelines and tools for the processing of ancient and modern HTS data The PALEOMIX pipelines are a set of pipelines and tools designed to aid the rapid processing of High-Throughput Sequencing (HTS) data: The BAM pipeline processes de-multiplexed reads from one or more samples, through sequence processing and alignment, to generate BAM alignment files useful in downstream analyses; the Phylogenetic pipeline carries out genotyping and phylogenetic inference on BAM alignment files, either produced using the BAM pipeline or generated elsewhere; and the Zonkey pipeline carries out a suite of analyses on low coverage equine alignments, in order to detect the presence of F1-hybrids in archaeological assemblages. In addition, PALEOMIX aids in metagenomic analysis of the extracts. . The pipelines have been designed with ancient DNA (aDNA) in mind, and includes several features especially useful for the analyses of ancient samples, but can all be for the processing of modern samples, in order to ensure consistent data processing. Package: php-parser Description-md5: 2a2ec05f3a827de92af5fe2fc8deffd3 Description-en: convert PHP code into abstract syntax tree PHP Parser’s purpose is to simplify static code analysis and manipulation. It turns some PHP code into an abstract syntax tree, and vice versa. Package: pulseaudio-equalizer Description-md5: 5402a1f4cf8652b508501dd29d402735 Description-en: Equalizer sink module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package provides an equalizer sink and an interface to configure the equalizer, qpaeq. . The module is called module-equalizer-sink. Package: pulseaudio-module-gsettings Description-md5: aa109fa55f43c753c87072a2aadcb7d0 Description-en: GSettings module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to store additional configuration in GSettings. It supersedes the gconf module. . The module is called module-gsettings. Package: pulseaudio-module-jack Description-md5: a45f4943771fb4ccf89a76a36f7f6f13 Description-en: jackd modules for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These modules enables PulseAudio to connect to a jackd daemon. . The modules are called module-jack-sink, module-jack-source. Package: pulseaudio-module-lirc Description-md5: 476ebc36bd51c387e0a12a54352ae162 Description-en: lirc module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables the volume of a PulseAudio sink to be controlled when buttons of an infrared remote control are pressed (through LIRC). . The module is called module-lirc. Package: pulseaudio-module-raop Description-md5: f443b32abfa3073d1874fa9b76cf88b1 Description-en: RAOP module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to stream audio to an Apple Airport Express. Package: pulseaudio-module-zeroconf Description-md5: bccd0c2eacb18c71f7d829db12f93aae Description-en: Zeroconf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish available sinks and sources via zeroconf (aka. Avahi, mdns). . The module is called module-zeroconf-publish. Package: python-pycurl Description-md5: e47c4069fbabd417c9ff431ac49e40c4 Description-en: Python bindings to libcurl This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . NOTE: the SSL support is provided by GnuTLS. . This package contains PyCURL for Python 2. Package: python-pycurl-dbg Description-md5: bb4bb2b3927953719aea9c36484bebaf Description-en: Python bindings to libcurl (debug extension) This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . This package contains the extension built for the Python 2 debug interpreter. Package: python3-bcbio Description-md5: 9ba9c6a28ef65d1e05ddf9f71cdfb1f9 Description-en: library for analysing high-throughput sequencing data This package installs the Python 3 libraries of the bcbio-nextgen toolkit implementing best-practice pipelines for fully automated high throughput sequencing analysis. . A high-level configuration file specifies inputs and analysis parameters to drive a parallel pipeline that handles distributed execution, idempotent processing restarts and safe transactional steps. The project contributes a shared community resource that handles the data processing component of sequencing analysis, providing researchers with more time to focus on the downstream biology. Package: python3-clang-13 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-lldb-13 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-magnum Description-md5: f4d8dc2574026ec1e2611acf745bdc04 Description-en: OpenStack containers as a service - Python 3 library Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack. It features: * Abstractions for bays, containers, nodes, pods, replication controllers, and services * Integration with Kubernetes and Docker for backend container technology * Integration with Keystone for multi-tenant security * Integration with Neutron for Kubernetes multi-tenancy network security . This package contains the Python 3 code. Package: python3-magnum-ui Description-md5: 3c5deb91be684441ec12614376ade9e6 Description-en: OpenStack Magnum - dashboard plugin Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack. It features: * Abstractions for bays, containers, nodes, pods, replication controllers, and services * Integration with Kubernetes and Docker for backend container technology * Integration with Keystone for multi-tenant security * Integration with Neutron for Kubernetes multi-tenancy network security . This package contains the OpenStack dashboard plugin. Package: python3-simplestreams-openstack Description-md5: 196474a014dbb68151c55d2f990106c8 Description-en: Library and tools for using Simple Streams data This package depends on libraries necessary to use the openstack dependent functionality in simplestreams. That includes interacting with glance, swift and keystone. Package: python3-watson-developer-cloud Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: ristretto Description-md5: 99d1eb901a80a6f11af6489eb7ae9121 Description-en: lightweight picture-viewer for the Xfce desktop environment Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment. Package: ruby-mysql2 Description-md5: 637b80aa3f82b9381d0e2ddde04dbdc8 Description-en: simple, fast MySQL library for Ruby This is an API module that allows Ruby programs to interface with MySQL databases. Usually, it will be pulled in automatically by packages providing Ruby programs which need this capability, you only need to install it directly if you intend to write such programs yourself. You may want to prefer the ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown it to be faster, it is non-blocking and it supports UTF-8 database encoding. Package: sigviewer Description-md5: 0f761d9cdc193ea8908da18483565159 Description-en: GUI viewer for biosignals such as EEG, EMG, and ECG SigViewer is a viewing and scoring software for biomedical signal data. It relies on biosig4c++ library which supports a number of data formats (including EDF, BDF, GDF, BrainVision, BCI2000, CFWB, HL7aECG, SCP_ECG (EN1064), MFER, ACQ, CNT(Neuroscan), DEMG, EGI, EEG1100, FAMOS, SigmaPLpro, TMS32). The complete list of supported file formats is available at http://pub.ist.ac.at/~schloegl/biosig/TESTED . . Besides displaying biosignals, SigViewer supports creating annotations to select artifacts or specific events. Package: sim4db Description-md5: 85f8fe3bbe88f71c2e69cb9b24788d42 Description-en: batch spliced alignment of cDNA sequences to a target genome Sim4db performs fast batch alignment of large cDNA (EST, mRNA) sequence sets to a set of eukaryotic genomic regions. It uses the sim4 and sim4cc algorithms to determine the alignments, but incorporates a fast sequence indexing and retrieval mechanism, implemented in the sister package 'leaff', to speedily process large volumes of sequences. . While sim4db produces alignments in the same way as sim4 or sim4cc, it has additional features to make it more amenable for use with whole-genome annotation pipelines. A script file can be used to group pairings between cDNAs and their corresponding genomic regions, to be aligned as one run and using the same set of parameters. Sim4db also optionally reports more than one alignment for the same cDNA within a genomic region, as long as they meet user-defined criteria such as minimum length, percentage sequence identity or coverage. This feature is instrumental in finding all alignments of a gene family at one locus. Lastly, the output is presented either as custom sim4db alignments or as GFF3 gene features. . This package is part of the Kmer suite. Package: simplestreams Description-md5: de3939aceef20133cbe2ba7bbb1b7f43 Description-en: Library and tools for using Simple Streams data This package provides a client for interacting with simple streams data as is produced to describe Ubuntu's cloud images. Package: snek Description-md5: 80b4c03bb090ceacf85dd031813d8b52 Description-en: Embedded system programming language Snek is a small python-like language designed for embedded computers. It can run on systems as small as an Arduino Duemilanove board, which is an ATmega 328 processor with 32kB of flash and 2kB of ram. This package includes a binary for that target, the snek-duino-install tool for installing Snek on Arduino boards, the snekde integrated development environment Package: snmptrapd Description-md5: 5813c4c7d76971aa4ce271dad1bfb061 Description-en: Net-SNMP notification receiver The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . snmptrapd is an SNMP application (daemon) that receives and logs SNMP TRAP and INFORM messages. Package: software-properties-qt Description-md5: eb3becbd911332ae11d34cbea3577b25 Description-en: manage the repositories that you install software from (Qt) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a Qt-based graphical interface. Package: sshuttle Description-md5: cd3e6b0de8a03f35f79ec7aa635f7b1c Description-en: Transparent proxy server for VPN over SSH Sshuttle makes it possible to access remote networks using SSH. It creates a transparent proxy server, using iptables, that will forward all the traffic through an SSH tunnel to a remote copy of sshuttle. . It does not require installation on the remote server, which just needs to have Python installed. Package: tkmib Description-md5: 3e99f331a5c32c38e42f396a8c41e207 Description-en: SNMP (Simple Network Management Protocol) MIB browser The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP MIB (Management Information Base) Browser provides a graphical frontend for the Net-SNMP tools. It can be used to browse the MIB tree and interactively send requests to SNMP agents. Package: ubiquity-frontend-gtk-panel Description-md5: adc661c01a312711524a0826ddc057c6 Description-en: GTK+ frontend panel implementation for ubiquity-dm UI This package suplements ubiquity-dm GTK+ with a panel that renders indicators for the Ubiquity live CD installer. Package: ubiquity-frontend-kde Description-md5: 18525a27bf09029b1b67c008f57f3d0b Description-en: KDE frontend for Ubiquity live installer This package provides a KDE-based user interface frontend for the Ubiquity live CD installer. Package: vim-syntax-docker Description-md5: fcdf3cc569fec99526c4f1c044063f82 Description-en: Docker container engine - Vim highlighting syntax files This package provides syntax files for the Vim editor for editing Dockerfiles from the Docker container engine. Package: colmap Description-md5: c33d96e1bd101c2e0247461ec235b8cf Description-en: Structure-from-Motion and Multi-View Stereo This is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. Package: cpp-10-x86-64-linux-gnu Description-md5: 19592ef74b19df819d4a3dd5bc0d7ecc 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 amd64 architecture. Package: g++-10-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: g++-10-x86-64-linux-gnu Description-md5: 95c638db836528fc4cf4840ca84746fc Description-en: GNU C++ compiler (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for amd64 architecture. Package: gcc-10-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-10-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-10-x86-64-linux-gnu Description-md5: 27ad2535df4dd16de394d9e004be6da7 Description-en: GNU C compiler (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for amd64 architecture. Package: gcc-10-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: gccbrig-10-x86-64-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo-10-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-10-x86-64-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: gdc-10-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-10-x86-64-linux-gnu Description-md5: fa8af29ba6a9ce59f2f66492dac2b329 Description-en: GNU D compiler (version 2) (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 compiler supports D language version 2. Package: gfortran-10-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: gfortran-10-x86-64-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: gm2-10-x86-64-linux-gnu Description-md5: 0a454527044e92655678df29d064a4aa Description-en: GNU Modula-2 compiler (cross compiler for amd64 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-10-x86-64-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: gobjc++-10-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++-10-x86-64-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-10-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-10-x86-64-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: libbroker-dev Description-md5: e96548db27a0e0d3ea6f71694827e267 Description-en: Bro's messaging library - development files The Broker library implements Bro's high-level communication patterns: . - remote logging - remote events - distributed data stores . This package contains header files. Package: libbroker2 Description-md5: 5e4e82558dc4701103b38a046157a113 Description-en: Bro's messaging library The Broker library implements Bro's high-level communication patterns: . - remote logging - remote events - distributed data stores . This package contains the shared library. Package: linux-buildinfo-5.4.0-1018-xilinx-zynqmp Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1019-xilinx-zynqmp Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-headers-5.4.0-1018-xilinx-zynqmp Description-md5: 0eec52756dbc825c81578885bd386281 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1018/debian.README.gz for details. Package: linux-headers-5.4.0-1019-xilinx-zynqmp Description-md5: ccafb24f72223a60b41aad9bc42c3118 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1019/debian.README.gz for details. Package: linux-image-5.4.0-1018-xilinx-zynqmp Description-md5: 39ce85f235f2d28d77fa197b29c1e3e4 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.0 on ARMv8 SMP. . Supports Xilinx ZYNQ Ultrascale+ processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-xilinx-zynqmp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1019-xilinx-zynqmp Description-md5: 39ce85f235f2d28d77fa197b29c1e3e4 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.0 on ARMv8 SMP. . Supports Xilinx ZYNQ Ultrascale+ processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-xilinx-zynqmp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1018-xilinx-zynqmp Description-md5: d2c2fe4ac7078dcbc826a0748f60b388 Description-en: Linux kernel extra modules for version 5.4.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Xilinx ZYNQ Ultrascale+ processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-xilinx-zynqmp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1019-xilinx-zynqmp Description-md5: d2c2fe4ac7078dcbc826a0748f60b388 Description-en: Linux kernel extra modules for version 5.4.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Xilinx ZYNQ Ultrascale+ processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-xilinx-zynqmp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-5.4.0-1018-xilinx-zynqmp Description-md5: d47f6a1047cb4242b8faa65e22c0b65d Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARMv8. Package: linux-tools-5.4.0-1019-xilinx-zynqmp Description-md5: 011be78a9bf9436b95ed33f4a223e229 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARMv8. Package: linux-xilinx-zynqmp-tools-5.4.0-1018 Description-md5: f629d79994199c05f50ac06a3e60fcc5 Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARMv8. You probably want to install linux-tools-5.4.0-1018-. Package: linux-xilinx-zynqmp-tools-5.4.0-1019 Description-md5: c4481554ce78de4fb04ad6eb33debfa6 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARMv8. You probably want to install linux-tools-5.4.0-1019-. Package: macs Description-md5: ea92f8fedfe04d3f07954aa006c99da9 Description-en: Model-based Analysis of ChIP-Seq on short reads sequencers MACS empirically models the length of the sequenced ChIP fragments, which tends to be shorter than sonication or library construction size estimates, and uses it to improve the spatial resolution of predicted binding sites. MACS also uses a dynamic Poisson distribution to effectively capture local biases in the genome sequence, allowing for more sensitive and robust prediction. MACS compares favorably to existing ChIP-Seq peak-finding algorithms, is publicly available open source, and can be used for ChIP-Seq with or without control samples. Package: python3-broker Description-md5: 5207488a5e4c53a5ad2b316d9a9c5665 Description-en: Bro's messaging library -- Python 3 bindings The Broker library implements Bro's high-level communication patterns: . - remote logging - remote events - distributed data stores . This package contains Python 3 bindings. Package: r-cran-rsgcc Description-md5: 8627b3333dc9a7799c39a4fd5e8cb711 Description-en: Gini correlation and clustering of gene expression data This package provides functions for calculating associations between two genes with five correlation methods(e.g., the Gini correlation coefficient [GCC], the Pearson's product moment correlation coefficient [PCC], the Kendall tau rank correlation coefficient [KCC], the Spearman's rank correlation coefficient [SCC] and the Tukey's biweight correlation coefficient [BiWt], and three non-correlation methods (e.g., mutual information [MI] and the maximal information-based nonparametric exploration [MINE], and the euclidean distance [ED]). It can also been implemented to perform the correlation and clustering analysis of transcriptomic data profiled by microarray and RNA-Seq technologies. Additionally, this package can be further applied to construct gene co-expression networks (GCNs). Package: libgstreamerd-3-0 Description-md5: ebaa56cc60adf277d67644666f0a807f Description-en: GStreamer media framework - D bindings GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. . This package contains runtime files needed for applications written in D. Package: libgstreamerd-3-dev Description-md5: 02a65ea459abf054c99fa87e19d963ed Description-en: GStreamer media framework - development files for D GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. . This package contains development files needed to write applications in the D programming language that use GStreamer. Package: libgtkd-3-0 Description-md5: f169214d10fb9c994d38a421a94f2c85 Description-en: GTK+ graphical user interface library - D bindings GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains runtime files needed for applications written in D. Package: libgtkd-3-dev Description-md5: 2012c05d423c4d29d8fcdfed1feb3a31 Description-en: GTK+ graphical user interface library - development files for D GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains development files needed to write applications in the D programming language that use GTK+. Package: libgtkdsv-3-0 Description-md5: b356f4f480de27be893b8c3cecfe2574 Description-en: GTK+ syntax highlighting widget - D bindings GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains runtime files needed for applications written in D. Package: libgtkdsv-3-dev Description-md5: b467b148d1d43d4b64a32840f39e38e0 Description-en: GTK+ syntax highlighting widget - development files for D GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains development files needed to write applications in the D programming language that use GtkSourceView. Package: libpeasd-3-0 Description-md5: f955dad7a381c704ef7c8fd326f78820 Description-en: GTK+ application plugin library - D bindings Libpeas is a library that allows GTK+ applications to support plugins. . This package contains the runtime needed for applications written in D. Package: libpeasd-3-dev Description-md5: b379bf0b73d6021045dd7757d5404a94 Description-en: GTK+ application plugin library - development files for D Libpeas is a library that allows GTK+ applications to support plugins. . This package contains development files needed to write applications in the D programming language that use Libpeas. Package: libsfasan6 Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfgcc-10-dev Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI 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: libsfgfortran-10-dev Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgphobos-10-dev Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos1 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: libsfobjc-10-dev Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4 Description-md5: 1979cb3a9b63cfab420a1d89e03104a3 Description-en: Runtime library for GNU Objective-C applications (soft float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libsfstdc++6-10-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libvted-3-0 Description-md5: 29a2e74e9f4b89ac82813be6bca0a6f8 Description-en: Terminal emulator widget for GTK+ - D bindings The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the D language bindings for VTE. Package: libvted-3-dev Description-md5: 590b0a38475269ac36e9be17c7ea6e3b Description-en: Terminal emulator widget for GTK+ - development files for D The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. . This package contains development files needed to write applications in the D programming language that use VTE. Package: tilix Description-md5: 4c5486726c4d4cefaec366f00e558f3d Description-en: Tiling terminal emulator for GNOME Tilix is a feature-rich tiling terminal emulator following the GNOME human interface design guidelines. Its many features include: . * Layout terminals in any fashion by splitting them horizontally or vertically. * Terminals can be re-arranged using drag and drop both within and between windows. * Terminals can be detached into a new window via drag and drop. * Input can be synchronized between terminals so commands typed in one terminal are replicated to the others. * Supports notifications when processes are completed out of view. Package: lib64gfortran-10-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gphobos-10-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64objc-10-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: 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++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6-10-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: cairo-dock-switcher-plug-in Description-md5: 0e167051751c2de56c96be23d493e769 Description-en: Switcher plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in allows you to interact with your workspaces. This has 2 modes : compact on one icon and expanded with a sub-dock. Package: cairo-dock-system-monitor-plug-in Description-md5: 4eef51a33bcf1b66ae5b8f2477035005 Description-en: System Monitor plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in shows you the CPU load, RAM usage, graphic card temperature, etc. The user can instantiate this applet several times to show different values each time. Package: cairo-dock-systray-plug-in Description-md5: 8d4cc218de588ec4d43800eb53551713 Description-en: Systray plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in adds the system tray to your dock. Package: cairo-dock-terminal-plug-in Description-md5: 35897ee03b992187ceae7816b7fc3ada Description-en: Terminal plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in add a terminal to cairo-dock. The user can drag'n'drop files or text and select an action. Package: cairo-dock-tomboy-plug-in Description-md5: b2417ca3dda723d45515e1cc59ce771d Description-en: Tomboy plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in controls Gnote or TomBoy's notes directly in the dock. User can search inside notes and display their content on the icons. Package: cairo-dock-toons-plug-in Description-md5: dcf4ce3dc1eaf810071129f49f7fe229 Description-en: Toons plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in displays a toon that will look at user's mouse. Package: cairo-dock-weather-plug-in Description-md5: f61a01eb0f8b0c2f0de698259d00dc73 Description-en: Weather plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in displays weather into your dock. Data are provided by www.weather.com, users can find the location in the config panel. Package: cairo-dock-wifi-plug-in Description-md5: c261a4968732ef1fff1d9775e7d1dc3c Description-en: Wifi plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in shows you the signal strength of the first active Wi-Fi connection. Package: cairo-dock-xfce-integration-plug-in Description-md5: 10449755bca1c05f6c6e207c44c78622 Description-en: Xfce integration plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in provides functions for a better integration into the Xfce environment. This is auto-activated, so you don't need to activate it. Package: cairo-dock-xgamma-plug-in Description-md5: 508425800134a014251e77a1fc4143ef Description-en: Xgamma plug-in for Cairo-dock A collection of official plug-ins and applets for cairo-dock. . This plug-in setup the luminosity of your screen directly from your dock. User can also define a luminosity value that will be applied automatically on startup. Package: universal-ctags Description-md5: d7d8368b5930ac9ff9104de57ea85615 Description-en: build tag file indexes of source code definitions ctags parses source code and produces a sort of index mapping the names of significant entities (e.g. functions, classes, variables) to the location where that entity is defined. This index is used by editors like vi and emacsen to allow moving to the definition of a user-specified entity. . Universal Ctags is a fork of Exuberant Ctags that adds additional features as well as support for more languages.