Package: clang-22 Source: llvm-toolchain-22 Version: 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 601 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 11), libstdc++-11-dev, libgcc-11-dev, libobjc-11-dev, libclang-common-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), llvm-22-linker-tools (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libclang1-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 212118 SHA256: a16d33c979a97d544169812e244f430d532c3c8ab8ba4009ccf726c174d1a151 SHA1: dc80ccc8792746fa023471fbcf556b7a9c9e2425 MD5sum: 6dc7b3ff8e51f8e785a80740a391eb2b 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 13744 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 4167172 SHA256: 094cad7c524ea1c1e28780d42708fb325525445d62097b59bf5e15ff2f371ae3 SHA1: 95acbca8698c0dd10d57bc521b26184b64a00319 MD5sum: ea6b0a2746cd48ba2d259472e8e6f622 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 120 Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/clang-22-examples_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 89806 SHA256: 2070f69eb199f2b7e251c3e0ddbeb86baa708074795f9de7d5cc3ad1d8194424 SHA1: 86e9cac1d97d725939f9c2cc6358ce5050513c62 MD5sum: b410b0df7de4afee416d32013c76af57 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 289 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 133760 SHA256: 152eb61ed9429144e48a50855f146916e7dfacabf4e7da51998294f6c902e00e SHA1: 21b34fd3e50e2e963d40dadddd44829105c2a7a9 MD5sum: 5d3777f07e2f6236c766c5a88ac3af18 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14007 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 2316874 SHA256: 7614b1e660cffc50deecfcba69c9a36db2911192f19a8179f3b559d1cda3bbb8 SHA1: e91587e8cba22803369f96d2de625651d211e665 MD5sum: 2def172b8b4ade6d752f61b8e81ad21e 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 45427 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), 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.4.0), zlib1g (>= 1:1.1.4), clang-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 10360194 SHA256: 80298ad50c610d6842b558de1b01aabb431e9f2e2c7358fa22cb91e6675e05c4 SHA1: 5387a85fa35d0073142729de1988a0e09cb70069 MD5sum: abfa501cb4def8255313221c299809eb 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 20080 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 12), libclang-common-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/main/l/llvm-toolchain-22/clangd-22_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 3871928 SHA256: d43e8dfa7ba28dda6b15c4041df7cf531d8b5b90d669bef09318059340260893 SHA1: a7089995378c40c82675508a8abc282b115229c6 MD5sum: 24ba26e6de7911837fa92de6226c583f 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 17460 Depends: libc++1 (>= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libc++abi-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 1669224 SHA256: 898c8ad798569a45ebab9647f92ca8ab17f9545dd2b92ba3ea24079dfe90de0f SHA1: 9024808769df41a76ed22951a4809b4373e43414 MD5sum: eb4fe6f5a12252959898141f03b118b9 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 98 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 81008 SHA256: 3396a291c3beffd0802296110bb0364fc9edc36357c686b27949f98c108d8498 SHA1: 8621c105d34239719ac5ccd9b11bac06c5b55e78 MD5sum: c4aa05d861954a624612e7f3f5b6a5e0 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1473 Depends: libc++abi1 (>= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libc6 (>= 2.34), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 441432 SHA256: a5a909c1d13843d949e4405acd2b9d2bbdd01376720568cdb9b406ff4d3ed503 SHA1: d23339c3355b0802133490159c8408058e955247 MD5sum: 0e7229901db178e39f68ee7318241be5 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 776 Depends: libc++abi1 (>= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 177946 SHA256: 743fc0ffaed238e9226a40a536ed8a8cfd91d66ce5bd8e0919301a409e311024 SHA1: 4586a4bf59cc6988e8c31a4acbb7e3d7f3770329 MD5sum: d09599079e0fde2efa33708d469ca4ed 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 99 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 80926 SHA256: 55a0858bbb2acfef6bac0f9044f769c0ebced5f20489289b34f7ac9d16c00b06 SHA1: 0c0f49065881ec1d2302b57fbbcfe1556f9f16fb MD5sum: 6d04e6031cba16606bbd5984a1ac33df 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 375 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 150722 SHA256: 96e3de543dfe9dd471bd5fae372ec6b77f85c388bdf7c67d7bc868a85339c4e8 SHA1: f5270efc821b8cb74c52331e84852e4026456e58 MD5sum: 126c89cf23edf312059925e64da59966 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 326635 Depends: libstdc++-11-dev, libgcc-11-dev, libobjc-11-dev, libclang1-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libclang-common-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-22-dev_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 33758844 SHA256: 7843dc485b269ba5a915986c217453e87b3ae4b535e48abd9d4ef67eee8d3d96 SHA1: b64b5731db52549282fe5d72acd86e1fb529bdfb MD5sum: 6815ee3e0af1d89e94b3f7b1eb0bb7e1 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 14743 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 832250 SHA256: 84ae92dc4d7337dec5d52f6ccffbb3a95a2043de0d6234ce6199ec3232b84f2a SHA1: 0f077a95e33fc0c1b41ae576da6cf9f7c0498077 MD5sum: 146d7adf463dcbd0a9e2791e6198fd38 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 69429 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 12) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 14829302 SHA256: e06442927e43bc76bc14f33e462716d54a150d9af63b62dbca06dfb9197b66dc SHA1: 4efbd0ccecb705f2ca700f88a9206c6174da4e80 MD5sum: dba44fe64b5befbdb20e0117e36ce757 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 95 Depends: libstdc++-11-dev, libgcc-11-dev, libclang-cpp22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libclang-cpp22-dev_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 80968 SHA256: 1d706428d82d292d8474829ea8210f6d3c4cbcd986079afd11d21d91c9a2bec3 SHA1: ffb68c982ed533c770f8cbbe19753390ea8e4047 MD5sum: 9f66c566a57d5e6275cdaa1f31b32db0 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 23752 Depends: libc6 (>= 2.34), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 2066082 SHA256: 787cfece1adaa72c07ae26fa8b321b39193cee59f302616e19d9fd91b60de3fa SHA1: 7b33539df38a62758b861fe75d761fcf43f4fd14 MD5sum: 062d67e53d4e12cfb7a925829da69695 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 339 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 125616 SHA256: 44e4af8688a550149937de4baa2fed77d8a2c2dfedfeeb281dd16378b8b7962e SHA1: 6bc7fe0c9a4b8e0d2f5b66518aa04e86e44c770c MD5sum: bbd56cba4ecd7ab97423917dd97250ef 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 346 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 125434 SHA256: f1eea76f2c1475bc1c0afe5a67720c37b3ebfb1fb88fb1c9774585b01cce1090 SHA1: 35d361048a10defe24583fdcf0888eb03a508b1f MD5sum: 1417140ec2680a7666ceea0855bb4a37 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 1504 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 297706 SHA256: 9104fd4cd35836c8e3c5ada0eb19d3f8035c35e8c1bf32a232b4e33d7062e1c4 SHA1: ae58d97e05f01668af0b76b7ff459e3834e07d64 MD5sum: 4e555d19c9e3a626415bc57328ed983e Description: Compiler-rt - Windows builtins Provides the compiler-rt builtins for Windows Package: libclang1-22 Source: llvm-toolchain-22 Version: 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 38627 Depends: libc6 (>= 2.34), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 8933414 SHA256: 5754f31c01bf5380a9d18cbcf2e9ba490b1a22c516d6fd94c7f3db10d70a2943 SHA1: 3cf53f7493311a72ab3be440469721ef657a2972 MD5sum: e279d39c8a5312e1a0bc7a49ca9957bd 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 38696 Depends: libclc-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 5913220 SHA256: 5f87561daee1b91fe819dc97cd33255ada6915084d72b53c99fa03431870243b SHA1: 6273cc79feb78a5ee28c862322a4870327d64604 MD5sum: 6eb7cc1624ece2facb06393a7a281796 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 95 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 81260 SHA256: 840495bf2292d01754f71ac97bde2ceb70c1ae135b1e34758577a8f83527da24 SHA1: ffe6a0ef3f7e6e854f2ee62ed16ab4acb92ad6ff MD5sum: d7c64c56b1849a51129a961281b57c53 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 976 Depends: clang-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 256134 SHA256: 394c60898ec42eaacfa66425f51180b1a8740f7ec09f74b8b9ec24eb2d2bed09 SHA1: dac708ed5ff800d0b754f8684bbb41f5d1625395 MD5sum: a983a03ab482685242d8e13998bb3084 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 15670 Depends: libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/main/l/llvm-toolchain-22/liblld-22_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 2124780 SHA256: 77f1a20fe8021933a5592accfb10c2ed15bd854b6219fe9240a69a3ebcb487e4 SHA1: d810b17874e50f3454d34d0ee24468ac15fdb522 MD5sum: 5bd4a153f6059f4a4ee5d309400eb526 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 162 Depends: lld-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), liblld-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 96782 SHA256: d70dda1e07fc9cb839a2b1fa3c251c4c9964e26b4f2325bc84b515aef25990cb SHA1: 8f684fbe20fd7c1f3ab2960433a1dbb141ea4b0b MD5sum: d1e887e67c965dfe01ee22299ded0474 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 21556 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libcurl4 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libncurses6 (>= 6), libpython3.10 (>= 3.10.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 4882042 SHA256: 7d412a21d2e9ff9b762f310ec3491d9e0b87ec0cdff1733e87da8099ea2bc9c1 SHA1: 03c65a26e353b244179b66061f8dc695cc6dc1a2 MD5sum: c4f26e8e1d6d3f156f97acf24ef67cba 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 3947 Depends: lldb-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 675940 SHA256: 95c12087612154e81225744898ad82d48c563c3046a3d1e6bab5b8ec4bef8e3f SHA1: d3257a06deb9f6a47af6bc7d9e845fdcbc4f3126 MD5sum: 6dd06d628132f0c150c679960c639649 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2807 Depends: libbigarray-compat-ocaml-dev-ycpt5, libctypes-ocaml-dev-1nb95, libintegers-ocaml-dev-mau41, ocaml-4.13.1, llvm-22-dev (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) Suggests: llvm-22-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-22-ocaml-dev-2ato1, 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 548784 SHA256: 223b19e8d3721da212588da5786bb9893e9957e076760c28ed6c3487f4694a57 SHA1: 4102e71d8d116775a4780cfa91c957ec98f79061 MD5sum: f3376aaec5ceaaf736406ea174583079 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 159680 Depends: libc6 (>= 2.34), 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.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 33559132 SHA256: 4741557c1d284b62dd43c1d05afe2902c8a831ed5698290f8245ab4c6ff4f42a SHA1: 1f2362d96c1a53efddcf2e320c6a501ff069008b MD5sum: fe1dbcd72d373501d5bc327e164ee241 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 125426 Depends: libc6 (>= 2.34), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 20444894 SHA256: f8bad565c3c873f8e1f2e3fd4cb2c736306971062a176e22f224851470f9c857 SHA1: 63ecccbb5a7b773b9c3a1cbe2c9c00efcd63e553 MD5sum: 63ae0ff87c498d88edd4369b8b43c365 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 576535 Depends: libmlir-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 36514722 SHA256: cb129a3376880f52452b244f8c1446ed0798cc379bcc4c5d09796c2971a383c1 SHA1: c26357ef5ade48ae50a916c3c98231759c0b72c1 MD5sum: 98035f198fa7e9ee1ec059214b8e08a4 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 14379 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 1089474 SHA256: 0af81219c32a5712c58a687e0b9f66446692eef576072449a1ca059cae82e246 SHA1: 12540ee84cc4e5ed43dc0bf1d68dc99940f5fe20 MD5sum: 03d0b245cd4236adec1981d546879b43 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 11341 Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/main/l/llvm-toolchain-22/libpolly-22-dev_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 1689008 SHA256: 5eda085319da557bc93a7abb4ea20b7d77d98ea7a80957f70eb00c61bedd5309 SHA1: d38e2b39729af71234b0bad8d15949dd55809bea MD5sum: 600b1dc67aee45de69f642fc6f096920 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 417 Depends: llvm-libunwind1 (>= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 125382 SHA256: 2406371a508780732c0434b3c6f10b45651fad2e547072786d7f3864a277aa5f SHA1: dadffc1034474721bf797c1b54f3b53c3d6dd2a4 MD5sum: ddbd202b86ec66857a784fbafb7c5222 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6808 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 1671570 SHA256: b2abbd4118cbf1a394c1df0709bbfd62f074cc10a0b94eb828462644b4ca02b4 SHA1: 55f5a0c3c0274831f0e1e66387125a6a7a1427da MD5sum: a2e87977b9d1026fea0ed56407f126ca 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 6740 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.6~++20260507083440+c0262e742787), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22, libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 1772826 SHA256: 14ec2669d305ee9d011266d3a827f6fa2196a3b41a3d6a268ee474158c16bbba SHA1: 35c491fee5f0cb1e89e1a1f8de41bcedf0d7060a MD5sum: 5b2ca74dd06ab89d301e2d9036769875 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 100537 Depends: llvm-22-runtime (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), llvm-22-linker-tools (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libc6 (>= 2.35), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm22, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 21763034 SHA256: bf3c24bfe970c67a7a12811c225b31958a71e50121e819ad844fe2998564f540 SHA1: e10fe1efa62a9d3ecb1e018c446b4e97c77a29a5 MD5sum: 1fbd2c413b1046d1e676ed7ab82297af 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 398769 Depends: libc6 (>= 2.2), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libncurses-dev, llvm-22-tools (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), libclang-cpp22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 54566824 SHA256: a285aa28e668b838a88e35dbd96ce59ab7cb45ba8faa00c9031434ba7b9aba4d SHA1: 6aa03f1d1e8f3f1412ba6514b440e92f0207dcac MD5sum: 5af087f5c137b3838023a47f81586b57 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 62296 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 9061334 SHA256: e01a4cf1cae6b6ad93b668e1e222778c9bbf3bb49eadc212c100625e5a543fb4 SHA1: cb05179d772a15e66daf63d0045a1c4b9a79179d MD5sum: 5f53695f802dfce1650f30771dcc2c4e 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 511 Depends: llvm-22-dev (>= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76), llvm-22-dev (<< 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-22/llvm-22-examples_22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_all.deb Size: 321858 SHA256: 24384b2e0d844bd6c21fbb70605ddd369ac9472d2eddc8ab70ef7bcb84af2ab3 SHA1: 16a2c19b7337999fb16e98eb0967465a0f1b853e MD5sum: ee93e7c630a4f7e51201a566e9973f31 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 4389 Depends: libc6 (>= 2.32), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 1307332 SHA256: 25000c2b5dc585131fe2eeeb51891a7e1ca7800e5f25a5c8605c0b68a55e9ab2 SHA1: a82857bea86d02d2293534471602629d5569502f MD5sum: 619c762939147895c39ef774f267a57d 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2128 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libllvm22, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 707944 SHA256: e26b633c4ac963730f5d4c464dc896f38e1ce79c0d8c9a8022297e4e44a885f5 SHA1: 616d9ebf2f60a6299c17e661c6a0893c0886ba92 MD5sum: 37b9b870ffe94f70fc41151b0512f2c6 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 2592 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libllvm22, libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 592756 SHA256: 7795fe47c0cdd99e56e6f5b7f9754b59da8c32b8264ed22aeb6b8f8d81c84547 SHA1: c2e6667e32afbd6788e1084533b98ac72adefec0 MD5sum: 8db3642f1839b7697b6a392a97afa19d 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 157 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 102426 SHA256: 23a66da9d3079c27316728fcf648612ec09196e410712209ef083e8d7c689a33 SHA1: febb811aa85bd1b1464fd682265e6432a4bea2a5 MD5sum: 68cda6a84ac488c5ed1a76781570dc47 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 199462 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libllvm22, libmlir-22 (>= 1:22.1.6~++20260507083440+c0262e742787), libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.4.0), 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 32918084 SHA256: b38da1b23629182e9bc69275ed52aba42eea3d2af6c02fc85a4b78d3e06c17b1 SHA1: a2767b44bdd0acaf5e9db4a5ab14f0583d6fa969 MD5sum: a13b8a71515a0368e11968b8a4bba10d 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 236 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 110974 SHA256: 17352e6f40cbfc26893379841a062af5cc02cb2312918eaa5a18045acd681f37 SHA1: ee5296340e03dfb0eadce4dbde67feee188cfce2 MD5sum: f4c861e840603364fd7edf7844d8a32e 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76 Architecture: s390x Maintainer: LLVM Packaging Team Installed-Size: 1092 Depends: python3 (<< 3.11), python3 (>= 3.10~), python3:any, liblldb-22 (= 1:22.1.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76) 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.6~++20260507083440+c0262e742787-1~exp1~20260507203459.76_s390x.deb Size: 215612 SHA256: 79a3f379f2e3437ac249d6a3b3c7df9fbf9aa01a381c59f65608fae797614b45 SHA1: b18271fe18cd0768936387f93df60571dbf91b68 MD5sum: 308ec80813908a5780e93c9c3af8b78e 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.