Package: clang-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 585 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 11), libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang-common-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), llvm-22-linker-tools (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libclang1-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libc6-dev, binutils Recommends: llvm-22-dev, python3, clang-tools-22 Suggests: clang-22-doc, wasi-libc Breaks: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 183492 SHA256: 97e44b95071a0c244d9103560ead0decbd966a5be10327351c044002ab6da3b5 SHA1: 3bc5e985ae4d5a7d3009fed94ca99c5134aaf52c MD5sum: f7561218b2ae4d7ddc68fe16d2239f1f Description: 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-22-doc Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13508 Depends: libjs-mathjax Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/clang-22-doc_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 4075204 SHA256: 6a9ff633c2334f611f91025894323edefa4fe60302b26ea752725f2eab49eccc SHA1: c62cc6068b0b74274b27cb7f2379a3c6240f4433 MD5sum: b2fcedf7e23e81d2a9a7ea46d207912b Description: 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-22-examples Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 94 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/clang-22-examples_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 62314 SHA256: a43d1287c376865f64216b69a9ab4144b46a3530fcb3b46a80c3669d2bc3527c SHA1: d9738dd49e8718bec6d92cbe077e981849c2349f MD5sum: 5b6924e8807c2c831237093cbbffc1a0 Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 254 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 11), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-format-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 104598 SHA256: eb12a40afa2aaab4761a7f984b57f0c06ca33d761b99409116709db5a38964a0 SHA1: b7c860193d0acf611384f5488e9a14c1454c0bf8 MD5sum: 66ae0bd2ea517af0ed0ccfca4b4f21b6 Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14435 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), clang-tools-22, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-tidy-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 2241936 SHA256: 4c9cbb911f5ad1311a92a6e560e4781112e2012ba6a6bbcf30398549a9dd9bb2 SHA1: cd7a8c574566bbe4f05d55f50df59dc35bac0b8a MD5sum: 5d363993169332c79dc19a021f83eeb5 Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 46566 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libclang1-22 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), python3:any Breaks: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clang-tools-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 10212756 SHA256: 0e2b94f2a7c2e7ef699c27a6fc49a63449339a3c5893edb3d24632e55bbd0b43 SHA1: 199a5b93c56ea9cc80bbdccd02c7b1429869e271 MD5sum: 18375db46efd69c681ccdac38aca0e7a Description: 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, etc. Package: clangd-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20701 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 12), libclang-common-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clangd-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 3820316 SHA256: 97315a3bb49403b018140fd5103ac0bc84999033f7804b6816054b09c577ab62 SHA1: f3846a6c9581a2a97be3a6308571e942394fbf9a MD5sum: 907df3f29a0c65f4272d1cd314abc322 Description: 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: libc++-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17495 Depends: libc++1 (>= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libc++abi-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Conflicts: libc++-x.y-dev Breaks: libc++1 (<< 1:22~++20251113081817) Replaces: libc++-x.y-dev, libc++1 (<< 1:22~++20251113081817) Provides: libc++-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 1630182 SHA256: ce1b682a332163bc6b367d61da4c2a0f8b4c9dbb7f03bb6a2a52228ff9fc7ed1 SHA1: 89b1e663583ac857d7d6e89bd82027c1867a0285 MD5sum: 9b34648bd7c9c2d08a8bfdb941f19760 Description: 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++-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 16387 Depends: wasi-libc, libc++abi-22-dev-wasm32 Conflicts: libc++-x.y-dev-wasm32 Replaces: libc++-x.y-dev-wasm32 Provides: libc++-x.y-dev-wasm32 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++-22-dev-wasm32_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 1847320 SHA256: 07e71dd2c6e887053a9622c874fab490b6a55488e470218e97f84d1490cccafd SHA1: 8d3a3ef0bd273231de3c95f920748f41291a7740 MD5sum: e67897b060dfbfd80d339fe3d2a8d28b Description: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++1 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1487 Depends: libc++abi1 (>= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libc6 (>= 2.38), libgcc-s1 (>= 3.0) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1-14, libc++1-19, libc++1-21, libc++abi1-14, libc++abi1-19 Replaces: libc++-x.y, libc++1-21 Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libc++1_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 403848 SHA256: 38148edde58d4929341a6727676c14d738fdafcc159e1ff89e7dc07b91c4e222 SHA1: d33ff7f676e11c5fe50059a3f5ef02558f3dac42 MD5sum: d51dd346d71cf87846ac7612a817a3c6 Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 763 Depends: libc++abi1 (>= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44), libc++abi1 (<< 1:22~++20251113081817) Replaces: libc++abi-x.y-dev, libc++abi1 (<< 1:22~++20251113081817) Provides: libc++abi-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++abi-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 148634 SHA256: f2e0c0bf4a41da7fb5c066ad7c08ff9116b804073295bc3e90dc14fdb9fb207e SHA1: 135ee819351ac845987d41f3b197926b05d12ba8 MD5sum: 736d9691e18c27b4c34937603005ffdd Description: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 754 Depends: wasi-libc Conflicts: libc++abi-x.y-dev-wasm32 Replaces: libc++abi-x.y-dev-wasm32 Provides: libc++abi-x.y-dev-wasm32 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libc++abi-22-dev-wasm32_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 239106 SHA256: 02acf422b4f1b629006e465d19a0a7cf386b8f08cdad90ac45843ffaac0ddd7f SHA1: e4b4676e1f97b7760c49bc57f936fa65657a6027 MD5sum: bb4c4c7fc021ca0479a06f4cf89742e6 Description: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi1 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 358 Depends: libc6 (>= 2.18), libgcc-s1 (>= 3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1-14, libc++abi1-19, libc++abi1-21 Replaces: libc++abi-x.y, libc++abi1-21 Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libc++abi1_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 120904 SHA256: 659c23f697bd0e5740c399dd9b1fbbf20fd77cccc07031395e235c8abaa5f9c0 SHA1: 4b09f292dafe87c5108637ae4cade2f6a7fcbede MD5sum: 655d3819d78d7a6e271827dc1cff70cb Description: 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: libclang-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 328609 Depends: libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang1-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libclang-common-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 32797916 SHA256: fe6392071b16b07e42904bfe67131523e08af4d7c26d2cdfb8eb525bb0038d67 SHA1: 43627856936d3e8671f05d28d97d09ebc684997b MD5sum: 7cc615bd1eee12bf698f7866431e4db2 Description: 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-22. Package: libclang-common-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14717 Recommends: libclang-rt-22-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-common-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 803326 SHA256: 6247b2ccb5310604a80ad8faad0395f4977b89736476f098a8e8234ecbdf6c1c SHA1: 29b65791447f7dbafc9617007d3ce19d27928ce8 MD5sum: 32882960ebca83fcc8c4335a761378a8 Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang generic headers. Package: libclang-cpp22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 71605 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 14855502 SHA256: 562567aad5eecb3357e2511670a6fb9fef0ef7cb81afdabfa36544b46369258e SHA1: 62399f47bc517f947b6380c2ffc0822cf9d14fa4 MD5sum: 4947af17e6686f6253cae48a91ab4a26 Description: 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-cpp22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 69 Depends: libstdc++-13-dev, libgcc-13-dev, libclang-cpp22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 53346 SHA256: 4a1281ed13a2554a34b59ffbb1748144dc4984863cfabc9958ec3ea66238d5f4 SHA1: e7bda09e1b9b42970677fa748214ff3cca393365 MD5sum: 5bdcf01edb145c99309ec4e8e77faf51 Description: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-rt-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 23866 Depends: libc6 (>= 2.38), libstdc++6 (>= 4.1.1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 2025644 SHA256: 7e529718c3846910de58f0081863e457cf240c9f30cf7bc5e836fa86d57ab4f4 SHA1: fd1bccc5f367cb784cec21dcebb3cbc498904a0b MD5sum: 9f03cfedc549765738e1490814ea8839 Description: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-22-dev-wasm32 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 313 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-wasm32_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 97720 SHA256: f62aa22be2df7da62bec542f1b554ec6e0c208df7ec3f7c2bf72272f2bf6a822 SHA1: cb91a982226bb0ddc1a4fbde3aeb5a588a2f27bf MD5sum: 362810919d601b096e121f2b40f1cf1b Description: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-22-dev-wasm64 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 320 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-wasm64_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 97840 SHA256: fe2625bacdd98079425e1f93f3e450ca629aab996ee3b82da5b1679c3c5f90db SHA1: c1524733811d9c6176d126dbaf12935b864b29c2 MD5sum: 0754a863ef2388c8599a32abdeb645d6 Description: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-22-dev-win Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1478 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-rt-22-dev-win_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 270196 SHA256: 37956ebc3608beed40a1892e9c9d23e5657ffb057707ef72d086d32064516abd SHA1: 3c94256f47d246195ddfc1ed2dea12f654652d2e MD5sum: fc13acca9c96ffa5df66ae202fdf80b0 Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 39776 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang1-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 8885996 SHA256: 9911919a20bf5589457be64f8e52cee0690e5b9a880828f04e958f83996624cb SHA1: 8540917672f9266fc18e0bc92ba0c88e7b12d456 MD5sum: 523db56921fde24831c2205054bd1ab6 Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38670 Depends: libclc-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libclang-common-22-dev Conflicts: libclc-x.y Breaks: libclc-amdgcn, libclc-ptx, libclc-r600 Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y Provides: libclc-x.y Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclc-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 5796952 SHA256: 13e6ad3611bfd4cc77ec13a4108f592475a5b4668cdc6536ec3bdeecc0601756 SHA1: f6e7c11f67dc6e9ece28d9c38d5de13ba604ea85 MD5sum: c568a2d9c5f5dd74bb0842e76133ddd5 Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 69 Conflicts: libclc-x.y-dev Breaks: libclc-dev Replaces: libclc-dev, libclc-x.y-dev Provides: libclc-x.y-dev Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclc-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 53664 SHA256: af071a5913c4eb6979fad3ecaf9c78e07d143d3365842b3a86cb46b268d2265d SHA1: 394d7d17eed508869e92ede414182f5791e75921 MD5sum: 7d07f55354ae0691626df728f009b8a4 Description: 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: libfuzzer-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 973 Depends: clang-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 228336 SHA256: 346d36423d98bf13ca00ba61ff1027f90d19063e2bd80a4ffc5873d34da9d9dc SHA1: f33bf95179eafc9c2bfd5027704eae25abda1ce4 MD5sum: 94abc5991b1c45fcdf6bdde24d5da47d Description: 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: liblld-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 16030 Depends: libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblld-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 2090896 SHA256: 4a9dcc324ddfec9aa639ff569779d1e6ae0eeaca25d839a198e1d24db1aa268e SHA1: 17a4d27ddd6f23bdd468494ef2548efef4a5ae82 MD5sum: d89648ff555fb8c750d7269d22e5f1d3 Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 136 Depends: lld-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), liblld-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libzstd-dev, zlib1g-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/liblld-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 68514 SHA256: 5c0431141ef088ccac3e5ed335094b4e4792e79a5e5a8b921ea2fde7e09cb13a SHA1: 836ec270734c8b69c739e002acf6d75b8be31da4 MD5sum: dd68870af2e90807e66b0a16ba8026b1 Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 22332 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libncurses6 (>= 6), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblldb-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 5004946 SHA256: 4810acc55107ce1bfddaff3c27ba09d73ae02c9d110e20e6f7e1160d05156861 SHA1: 209b14ab8480c2ccbc900fb7b779e536604fbc1f MD5sum: 832dceaea77348a099e41b9bb49c5b74 Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3921 Depends: lldb-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Breaks: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Replaces: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/liblldb-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 648162 SHA256: de95fa3c5980ebe8029cff2de4b9d77a13f095bb350cc68c2aaade99e8ec4ad8 SHA1: e62ad3b25772ce9ce654f81fbdf5832bedb7a4bf MD5sum: 9ce2e950f8859f5b3655f74c33c5880b Description: 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-22-ocaml-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2805 Depends: libbigarray-compat-ocaml-dev-rsix1, libctypes-ocaml-dev-rg1t5, libintegers-ocaml-dev-dw4l3, libstdlib-ocaml-dev-vneg5, ocaml-4.14.1, llvm-22-dev (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Suggests: llvm-22-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-22-ocaml-dev-rx488, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/main/l/llvm-toolchain-22/libllvm-22-ocaml-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 522588 SHA256: d60524ebbeb8587ce5227d1732b2418ead4d745da56bf63033106b61e32c7673 SHA1: b406117b77711b799ec2690604ad861e01b4284b MD5sum: c4a460d52ebfe19bb37b8c699a10a193 Description: 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: libllvm22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 162390 Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 12), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libllvm22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 33431280 SHA256: 2d56e4c966172276aaec167f7951f41c3e745b85882f87871a8809418bee7158 SHA1: 45cc73f5078d70c90d231d39cfe72d786325dfa5 MD5sum: 54ee49db98b3b15c6b8c741ac730e3b4 Description: 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: libmlir-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 130557 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22, libstdc++6 (>= 12) Conflicts: libmlir-x.y Replaces: libmlir-x.y Provides: libmlir-x.y Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libmlir-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 20164766 SHA256: bb0d82f5c0e23c89c874523d9d42dbee3761f9bfeb31ccb507cf86fb1aa5ff3d SHA1: 40e5fc2e896c0bcfee896aa1e9650d520a48af61 MD5sum: 79cf7b9c9f9500452569fc72e96b15c6 Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 582979 Depends: libmlir-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Conflicts: libmlir-x.y-dev Breaks: libmlir-dev Replaces: libmlir-dev, libmlir-x.y-dev Provides: libmlir-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libmlir-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 35488920 SHA256: 42277ffc9ee4eb0fe75c1f2e4eb0060a39b67cbb235e45b388e5c4e3096931fb SHA1: 6bd80a20888167436aa6944a6780bf47bde77bc8 MD5sum: bc8a9757e6ec9a7e1478398feeebe24f Description: 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: libomp-22-doc Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14926 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/libomp-22-doc_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 1098062 SHA256: d73e13bb2cc30e060fc059fcef0c7a133f62873f80bd3a8ce5004d2e800744e3 SHA1: 077aeba647997fa37e89d57f2845160e758a4b12 MD5sum: 06fb7613873300f23784e8590cb0a9de Description: 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: libpolly-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 11373 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libpolly-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 1656930 SHA256: 4129da72f8fff19f983fde5d60789bed7277ed916e6ea4e853ae0aad067e1e46 SHA1: 1eddcd47db2fb944486ffc610ac843bfa544a980 MD5sum: 5a2613a0a7346e89dc18d510b11035f8 Description: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libunwind-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 393 Depends: llvm-libunwind1 (>= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Conflicts: libunwind-dev, libunwind-x.y-dev Breaks: llvm-libunwind1 (<< 1:22~++20251113081817) Replaces: libunwind-dev, libunwind-x.y-dev, llvm-libunwind1 (<< 1:22~++20251113081817) Provides: libunwind-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libunwind-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 96996 SHA256: 70c322bd8e0fbac5ffd37b1bf063971f618766746b35005da42984bc378be49c SHA1: aeca071547e599b5f079e864feae4c9927107dba MD5sum: 777cb199ff327062ad9c50f25acbfd5c Description: LLVM unwinder, not compatible with glibc llvm-libunwind is the LLVM unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. Using it for packaging work inside Debian is not recommended, incompatible with glibc. . 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: lld-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6986 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.2) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/lld-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 1622684 SHA256: d14fd4beabf229591ec9484ea3c9aa3ccb95c90f779610adeb543eab151e146a SHA1: 51468b85175034b456d9183134f3ed67afc25309 MD5sum: 0501990d9ad495b3a0689fb0d32e98cc Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6795 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7~++20260522062813+81c69e140401), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22, libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3-lldb-22 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/lldb-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 1700908 SHA256: fbdcfb76ce687c0a1ff2800c1e1d2ca99e8b812406baac88d21cbf22f0ea2014 SHA1: 55b047448c9dc62b4893642c3dfe4ce10716d02d MD5sum: 378e30b3c137ea78dd427740aa1178ba Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 101456 Depends: llvm-22-runtime (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), llvm-22-linker-tools (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm22, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Recommends: llvm-22-dev Suggests: llvm-22-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 21654944 SHA256: 52d01fa92e31a2e9b7485a6fddbf3ba218dd895087d6165192cd3f09087c5560 SHA1: 541deaf9c1c179253c91b149db94b1334e244335 MD5sum: 56714f63c62248f05793757bad17165e Description: 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-22-dev Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 401938 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libncurses-dev, llvm-22-tools (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libclang-cpp22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), libxml2-dev, libz3-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-dev_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 53746878 SHA256: 25fdacba6023f1428161ecc1fcb53d3688ce6a7ee1ab642437fc4a5aad7c166d SHA1: 0227cf1b8d03775bf0dbfa3599f5d0c6d550650e MD5sum: 39b4f1f6ddb1079df5a4db58d587c526 Description: 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-22-doc Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 63189 Depends: libjs-jquery, libjs-underscore Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-doc_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 9022678 SHA256: 096eb8a1f499822d9eec8ae155c8b3b715878615cc290cbd23f7b4fd47c2a534 SHA1: 1928fdc871f5b3533e7ce64050f58eae6bafd3ce MD5sum: d3a346237951438ed6b33429565af7de Description: 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-22-examples Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 485 Depends: llvm-22-dev (>= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75), llvm-22-dev (<< 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-examples_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_all.deb Size: 294112 SHA256: 0ba903ff8fbc0459f6385deb068bc6a0fe834e2ff284314408ec8e528ab40dc4 SHA1: 788e95afd9fb2b290c230e19b2495917ed2d5310 MD5sum: 4bb2d581ab82f8432141799aa9535539 Description: 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-22-linker-tools Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4447 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22, libstdc++6 (>= 11) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-linker-tools_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 1273714 SHA256: c7a65758e72b789fb34efa69182af705023a5dabcaa2852a4333adfdcd4ce6e5 SHA1: 0dcc11be35df3307f2031d17aabc324597c31db4 MD5sum: af44cbb0ae729fefd214fdae0140c2ef Description: 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-22-runtime Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2150 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libllvm22, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: binfmt-support | systemd Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-runtime_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 665058 SHA256: 034f72d242070f5fc948ccdd3921d81a945a313e1ac3236f619aa269b29452cd SHA1: 0637d496b14507928535d19583f063ad8b685b36 MD5sum: 93c2aa95380cd084f34f97a563aeb125 Description: 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-22-tools Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2546 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3:any, python3-pygments, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/llvm-22-tools_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 539156 SHA256: 612b536c54b56ccc6c5fbf98e4050550e6feb13232f7b6cc3b183848b2769fbc SHA1: 9b76f1ba25ccda450bfa2af9adbfae3fd2df4a48 MD5sum: 9c41734a17761f16cd950d28e39e2ab7 Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-libunwind1 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 131 Depends: libc6 (>= 2.34) Conflicts: libunwind-x.y Breaks: libunwind-21 Replaces: libunwind-21, libunwind-x.y Provides: libunwind-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/llvm-libunwind1_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 74514 SHA256: e90d2fe8a22ea3ab377a4631db9345df4f3733aa28e4488be135874214fd575b SHA1: 247e570a162c57fb7485e873f347a2a9b46b0236 MD5sum: 595454719b3163e82407ca4e69c0f4e2 Description: LLVM unwinder, not compatible with glibc llvm-libunwind is the LLVM unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. Using it for packaging work inside Debian is not recommended, incompatible with glibc. . 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: mlir-22-tools Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 207041 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22, libmlir-22 (>= 1:22.1.7~++20260522062813+81c69e140401), libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/mlir-22-tools_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 31771164 SHA256: f136d28741288eddbfa46848ffa74c1b996c1e08349aeefd87c5d97c5e09a459 SHA1: b9ed2f53b84c9d6f3a210a23cea31de379e8995d MD5sum: 3cb9e4e9da43b24dd151081d635dd04c Description: 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: python3-clang-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 210 Depends: python3:any, libclang-22-dev Conflicts: python-clang-x.y Replaces: python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-22/python3-clang-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 83202 SHA256: 68b85f591ca235097aa5fd457bdeeb1402c83d22442846289f8b70677789ba68 SHA1: 2f12443bdb5bf5b560390c25d74c448454cf4c09 MD5sum: 823c9d93f129119b947bfb40233e1b4c Description: 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-22 Source: llvm-toolchain-22 Version: 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1057 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, liblldb-22 (= 1:22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75) Conflicts: python3-lldb-x.y Replaces: python3-lldb-x.y Provides: python3-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/main/l/llvm-toolchain-22/python3-lldb-22_22.1.7~++20260522062813+81c69e140401-1~exp1~20260522182834.75_s390x.deb Size: 194108 SHA256: dbf097745590065e775319b5c6ab12b1fcb7f225763f7cc7b723374f20419e0c SHA1: 9b46f343e5ef446847c64997c385df95eafc0ad7 MD5sum: 9835d92f3c25afbb46f888a9119fc0de Description: 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.