Package: bolt-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 178952
Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.3), libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0), libbolt-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/bolt-15_15.0.7-0~obs+163.1_amd64.deb
Size: 32771680
MD5sum: 036a7be46f82a5a207de2f64715ac848
SHA1: ba9006bdb93c3041e7468cdaec86fd6f93dc2721
SHA256: b8409d10223d33b57c6eb479687cec4ff78756e348547463bd5bbf1d5a49bdd7
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: bolt-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 17947
Depends: bolt-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/bolt-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 2156804
MD5sum: 9d065f5709365d7b936a40f4745ed0e9
SHA1: 27483aa8f0960eb9978f5a4244b53d0832ad4fcd
SHA256: f07819e84fefc4b5607f71f28c9fb9e7e45eaa4200808d93e8d25bad720759af
Section: debug
Priority: optional
Description: debug symbols for bolt-15
Build-Ids: 77fcbdd6f8d16742e8feb323314fa5a92082de26 c9923bb65b6e67a21a5764eece02702af25ac757 f9a836f97d07ec87158b41608dc6073abdf03b87
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: cbindgen
Version: 0.24.3-0~obs
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5100
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.28), libgcc1 (>= 1:4.2)
Filename: amd64/cbindgen_0.24.3-0~obs_amd64.deb
Size: 1323540
MD5sum: 77d5968aecb51ab1d3206e8ec93363f4
SHA1: 9fcb37481a436787f221e77a86d68074582649d5
SHA256: a23ee576d975af88feb709e621ae10c932d8f03123b84b9cdc581a4709176500
Section: utils
Priority: optional
Multi-Arch: allowed
Description: Generates C bindings from Rust code
 cbindgen can be used to generate C bindings for Rust code.
 It is currently being developed to support creating bindings for
 WebRender (by Mozilla for Firefox), but has been designed to support
 any project.
 .
 Features:
 .
  * Builds bindings for a crate, its mods, its dependent crates, and their mods
  * Only the necessary types for exposed functions are given bindings
  * Can specify annotations for controlling some aspects of binding
  * Support for generic structs and unions
  * Support for exporting constants and statics
  * Customizable formatting, can be used in C or C++ projects
  * Support for generating #ifdef's for #[cfg] attributes
  * Support for #[repr(sized)] tagged enum's

Package: cbindgen-dbgsym
Source: cbindgen
Version: 0.24.3-0~obs
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1235
Depends: cbindgen (= 0.24.3-0~obs)
Filename: amd64/cbindgen-dbgsym_0.24.3-0~obs_amd64.deb
Size: 192372
MD5sum: 674be75bd20273c546c552838d877fd9
SHA1: 3f88b6520310998edf4770d9537475f1edf60d07
SHA256: 23a9d8f5013b55a711a368a85f7905057b0ac79a0b1707b2889742860ce864c0
Section: debug
Priority: optional
Description: debug symbols for cbindgen
Build-Ids: c7b3fb03e1291df25b81392808ca8e42d0ad8724

Package: clang-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 350
Depends: libc6 (>= 2.14), libclang-cpp12 (>= 12.0.1), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 5.2), libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang-common-12-dev (= 12.0.1-0~obs+9.1), llvm-12-linker-tools (= 12.0.1-0~obs+9.1), libclang1-12 (= 12.0.1-0~obs+9.1), libc6-dev, binutils
Recommends: llvm-12-dev, python3
Suggests: clang-12-doc
Breaks: llvm-12-dev (<< 12.0.0-0)
Replaces: llvm-12-dev (<< 12.0.0-0)
Provides: c++-compiler, c-compiler, objc-compiler
Filename: amd64/clang-12_12.0.1-0~obs+9.1_amd64.deb
Size: 117520
MD5sum: 38fcf3628c99ba5fd0b13679a8fc8887
SHA1: 96a9aa8953f54bdc63604c802d35eb7e7d737a38
SHA256: 6f3f99688674f50fb7782f419b32bda374b35b387e7c8bf97f5426e0de1f64d6
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 139
Depends: clang-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/clang-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 98168
MD5sum: 10b19a88de63f1550cbc7c97d365a76e
SHA1: c44ec613e17afa02f74676fb2dc974ca7855fae0
SHA256: 5a57f3809ce52ef143cd7c1eee0c0fe0e8c1e5b89edfe5215a33529b14e6d309
Section: debug
Priority: optional
Description: debug symbols for clang-12
Build-Ids: 269b20659525e801618cb2566eb204df88bea6a4
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-12-doc
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 9810
Depends: libjs-mathjax
Filename: all/clang-12-doc_12.0.1-0~obs+9.1_all.deb
Size: 1193748
MD5sum: faacb283122e288288f13599b9f8feb8
SHA1: 2c339e5c2d596b7131f09e42a55326a304506712
SHA256: 2c7aa6aaa4238afe2b8af1ba2d2df01f14cd1caba3f0b8d0659e526f40003977
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-12-examples
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 91
Filename: amd64/clang-12-examples_12.0.1-0~obs+9.1_amd64.deb
Size: 62564
MD5sum: 4b00a0b18e06ff925e847e8e7bd913ad
SHA1: d931b435669ab52b07dac22afa2e62330d1e3e31
SHA256: 9e423d664171bcb9ed9b0616f89d2605730588ec5f2cf858ea5505a644bd25c5
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 384
Depends: libc6 (>= 2.14), libclang-cpp15 (>= 15.0.7), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2), libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang-common-15-dev (= 15.0.7-0~obs+163.1), llvm-15-linker-tools (= 15.0.7-0~obs+163.1), libclang1-15 (= 15.0.7-0~obs+163.1), libc6-dev, binutils
Recommends: llvm-15-dev, python3
Suggests: clang-15-doc, wasi-libc
Provides: c++-compiler, c-compiler, objc-compiler
Filename: amd64/clang-15_15.0.7-0~obs+163.1_amd64.deb
Size: 135292
MD5sum: 41050d8083b168c6416f72b76235c275
SHA1: 9a58a6bf3ac50a31b9c0be280530c276efd2906d
SHA256: 41cca727ca83580ec34239d45d34ffa51351ddede7b7843370418562a8e1b1ab
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 54
Depends: clang-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/clang-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 10344
MD5sum: 9b90123a9e2ca80f7607b145a82247c3
SHA1: 83280c14787028d4d03bf2f6d6b74ff780c89984
SHA256: d0b5edb66ea8ccb7d4f3b6fa6fb3a6a64bb691c36e5c730b924188a4fe3febd8
Section: debug
Priority: optional
Description: debug symbols for clang-15
Build-Ids: 7af24863678d5a1f3f220473e029f2294da00344
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-15-doc
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 8645
Depends: libjs-mathjax
Filename: all/clang-15-doc_15.0.7-0~obs+163.1_all.deb
Size: 1219752
MD5sum: 677a5899b0b70c39a3d5f3d41be32a6a
SHA1: 845da7e7da57713d10254fb5bc02be075f00a0a7
SHA256: 6931d555a94bd4c0b5aa4fafef16e8b0618d5035bdef02120c974b31f0d4b37b
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-15-examples
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 100
Filename: amd64/clang-15-examples_15.0.7-0~obs+163.1_amd64.deb
Size: 70436
MD5sum: 057a2dfd7d26b97f0c74c07e82e1a076
SHA1: 16f7b40b95d3926b88f0f5eb78a509ca50c79352
SHA256: f315883ad65892ff753b8880686b8ab8bcb57f183158a6787288599e7465ca9e
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-format-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 213
Depends: libc6 (>= 2.14), libclang-cpp12 (>= 12.0.1), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libstdc++6 (>= 5.2), python3
Filename: amd64/clang-format-12_12.0.1-0~obs+9.1_amd64.deb
Size: 91804
MD5sum: 46293e37f8468c26c64ae2c3d95f1245
SHA1: 40caaf8a405754a1b268ad1a8f3a4472f0b13d52
SHA256: 96a8fce7fcfa8d0f64a6cf3fd599a752f3c0d6ae9eecdb26ac45c17366e5f910
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-format-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 84
Depends: clang-format-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/clang-format-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 51780
MD5sum: 8e1b008429ca229ed3fb0a412b018f70
SHA1: 16691eddf9a63c2b402e1c13ebde73f14a556890
SHA256: 9e5f137be1e834f6dd415c9db33c58e5ed2d2c81f91bf5e4f195f65fc63fa61e
Section: debug
Priority: optional
Description: debug symbols for clang-format-12
Build-Ids: 7cbb40f6ef1e68496315ce55323a3a18a3025a86
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-format-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 246
Depends: libc6 (>= 2.14), libclang-cpp15 (>= 15.0.7), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libstdc++6 (>= 5.2), python3
Filename: amd64/clang-format-15_15.0.7-0~obs+163.1_amd64.deb
Size: 108016
MD5sum: 176d5f680d564663a1d65fbf2eb44d2e
SHA1: 3ce3b63c37589fe9eb43e2698e4f8cadbb35f44a
SHA256: ebade7b83d3e2f88427638b4ed6082da27b49065c1d5b74282cfc0052817e9ef
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-format-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 45
Depends: clang-format-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/clang-format-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 8072
MD5sum: 8b5f1451289f10ed6e687d5cb9effe5c
SHA1: 491700af04a8d8d4f55f022a4df4880dbc315814
SHA256: 7fce8293c4378ffc00cab14a104a79f992cbe7666c76b3a8f3a752328264288f
Section: debug
Priority: optional
Description: debug symbols for clang-format-15
Build-Ids: 212b189452ebd14864d7ec32070902a00401ed11
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tidy-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 6188
Depends: libc6 (>= 2.14), libclang-cpp12 (>= 12.0.1), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libstdc++6 (>= 5.2), python3, libclang-common-12-dev, clang-tools-12, python3-yaml
Filename: amd64/clang-tidy-12_12.0.1-0~obs+9.1_amd64.deb
Size: 1184324
MD5sum: ca2a95c258891f9ed8dd33438df73151
SHA1: 9b443c2a3a92cd8a7ce8d9f9001d3f509e74b904
SHA256: 79d9a5f1a8b9b164d4195f3fcadc2d5342764e31b10be8c972f25cc2d7cf93b4
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tidy-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 10683
Depends: clang-tidy-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/clang-tidy-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 8434588
MD5sum: be2b4b05297033ed33acd33803f1df4f
SHA1: c311b8896a634a34107943e44ec414235e6a954d
SHA256: 505d909e3c3516096faa6752c751f1f62da06dd747b2822fcdae0b6022ffa9fc
Section: debug
Priority: optional
Description: debug symbols for clang-tidy-12
Build-Ids: 83fae3a912b14cccfc0843e5fb03e863b75ec5c6
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tidy-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 26216
Depends: libc6 (>= 2.14), libclang-cpp15 (>= 15.0.7), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libstdc++6 (>= 5.2), python3, libclang-common-15-dev, clang-tools-15, python3-yaml
Filename: amd64/clang-tidy-15_15.0.7-0~obs+163.1_amd64.deb
Size: 4082664
MD5sum: 0a9a42f00b80846d8c32b15d490c146f
SHA1: 72eec2239a6daa4b93f58cde6a041c6d4b07923a
SHA256: 0ece99c5e841009d1a8e09d23d28d1b06ae86febd9aedf2b2d2af74f13eb1e74
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tidy-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5864
Depends: clang-tidy-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/clang-tidy-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 482320
MD5sum: 4a65391b169525ac83d449a4fbf70690
SHA1: 74f52809085c3a38343a6fbb731c2f27b43f7c23
SHA256: 287e1089ea74c42cdc5bf34dbfb5156f31ceb9f44db1063371a1ba020afafd4f
Section: debug
Priority: optional
Description: debug symbols for clang-tidy-15
Build-Ids: 4428438c093b0c25ce85caf2ab9018850be1c82c
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tools-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 24653
Depends: libc6 (>= 2.14), libclang-cpp12 (>= 12.0.1), libclang1-12 (>= 12.0.1-0~obs+9.1), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 6), libxml2 (>= 2.7.4), clang-12 (= 12.0.1-0~obs+9.1), python3
Filename: amd64/clang-tools-12_12.0.1-0~obs+9.1_amd64.deb
Size: 5858428
MD5sum: cb18f83497ad8ddbad63be81f5f094db
SHA1: 63644e5c23b5f639326fc8d04ea6c0617b8b08c1
SHA256: 803b79103b7c95b9b193daf86694a64011baa60868788219b4c57c94c858d4e0
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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, clang-cl, etc.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tools-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 28702
Depends: clang-tools-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/clang-tools-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 24929016
MD5sum: 8997b602b789c9a6733b2e994e3d38bb
SHA1: de9aa2dc9e75b6970b090eed748c1aeef3983b15
SHA256: 9d63a2d3a194b74dc970957b9e4dd964a92841d90283092ba6411bb9e825e2f5
Section: debug
Priority: optional
Description: debug symbols for clang-tools-12
Build-Ids: 0552f8d3ff4013347f6c9d1d087df1bbb600d8d8 2735deb6f5576ee5dd2d375da15e6423d726c192 2af91fd43707118f83ea1aba2747ffa9bc4b141f 3366835c23f150074d688140e47ea1dd46f4e2a6 385d15fc320230069ad1dcffe90d1a08b47b8ef3 455f4e4ce63a6973bb6fbf7da3a185c2be6de2a9 59f60f4d033677eeca1ab7a45522f7e127b97d80 5b597c8bb0beee04767e515c031f7c1b906ea829 7650d24b0f7a88b4d2466875df24f60e24786d1c 7d2f374a1b7d7df92035a8350eb6fd1eacd060c4 876457bfb9a40eecb062b8a4dbe78f94fa5f273b 8e0ffdf54a1f7b210f314504a3af509496424a39 a9d9dafd080b395d3f9f734d81a8c988240b97fd b67d8bde70caa33821a6d13731b265efe542ba58 bb37a7a8e367d2c775e8d52bf6588a12ec234bbb c321aa09262c76d71c092a84bd1bd2f247a9e1e7 c9eff4056d505fcc1348990eb6dfed255cb84823 edad01c2dfabc63f83e6bd8d87113d744f7358fe f5d7af1188a4770e2f095dbb7b05168af5a49392 fb9d98cfb203fd883a129e237f338db7ac8a450a
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tools-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 35388
Depends: libc6 (>= 2.14), libclang-cpp15 (>= 15.0.7), libclang1-15 (>= 15.0.7-0~obs+163.1), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 6), libxml2 (>= 2.7.4), clang-15 (= 15.0.7-0~obs+163.1), python3
Filename: amd64/clang-tools-15_15.0.7-0~obs+163.1_amd64.deb
Size: 7110128
MD5sum: 84e138ca8c247a21c568c5aba1c68817
SHA1: d6189cb0c1d4479c39cc4be5fe0169579aaa0a43
SHA256: c870a5b28b3498c7b9e557cb2afc54b7785746081627ffc81ba5759572749e81
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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, clang-cl, etc.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tools-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 7271
Depends: clang-tools-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/clang-tools-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 692312
MD5sum: b2a329fe3bcfd902674b25a65f64bdad
SHA1: 1ff8b8cd07241e75b673cd3d18f79579996bc576
SHA256: 44af31ca1cd42f700a8aba47eb47ebcf9ddd9b95377755c4263e93732a39c7f7
Section: debug
Priority: optional
Description: debug symbols for clang-tools-15
Build-Ids: 0c29b77dee07477e91eab7e6ed4b76e668ce9840 0c3f986b94739ccc21ec3e23b2bc76c4fe8a4078 25b456f3816f04a01517bd211b2f21521aec9565 3a0fed9f51a50f9432e7f2966f8d0399877c8b99 3b500a8e47797bccfca1f7cc0bbb76e6d18b94cc 3b622403ea57ffdc0d58f9fbd928896bfd4fa98a 46b723e6497425d900a29f4512c9f3b011e57a4b 48e8fd0e29d8640febd6283467f06a19a39a3b95 5ff636d063102d2e3c331dfb2d676cabfcb29816 60b2fffdfb8b4101a136c555889f3ed4e24e51ff 68521b2715e57df5777649aa84ea41c1af3ee50b 70eb664e2acbf773fe693cd5cfca5b6dfce1166a 713fc84c7377cfcabee7fd0fe03e32d45d7e6b1c 7d38c811651cc3d3b7108f7aa20581fd55ba04e9 855c17461d0f882f37cb06a5e7eb0d8fdaa76225 87c3b94c7a7459fa579e49eac9459726896fcecd 8bcb2659c5e3a4daecec1fcf891cf8976d7fd273 964e47f346a57e0ba0f786900020f07c72612aba 9dfa6c85cd243244214093a79965ded5f244cdba 9f913a1f67a401637f03bdff2a6e4ad14f112b67 a6d6bbedfb3f4beb7ab7bc6ef347f304080f9aa4 c03e4c24cf1394594c4eb971a0efad8a9e95fd01 ec012e6df9b2546628f32fe156139bd8909e94c8 f235146a3e61f1c4c838698788821386d651aeee f35362d6f8129aeb587fa57631acb707ac33451c
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clangd-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 10588
Depends: libc6 (>= 2.27), libclang-cpp12 (>= 12.0.1), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 6), libclang-common-12-dev (= 12.0.1-0~obs+9.1)
Filename: amd64/clangd-12_12.0.1-0~obs+9.1_amd64.deb
Size: 2426728
MD5sum: 75d0c8030f7b4aa4cb801707361c380f
SHA1: 448f77fd7a81cd34b883232abb528baf111bc6c5
SHA256: 7687b8cb069170b70744e923d333be12f371929e4dacc68995863c68c127c908
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clangd-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15315
Depends: clangd-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/clangd-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 12459416
MD5sum: 291566cf216e15e16cf97610422b8971
SHA1: d6520ca408714f0a6f510f55e84407a2305a58d9
SHA256: 18052d2bc34fc4a86cc69f0871618890179693e3cc51b789357e5d4628de64cc
Section: debug
Priority: optional
Description: debug symbols for clangd-12
Build-Ids: bae3f138a3d05650d7495b90cec2ccbed1f1efb3
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clangd-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 31579
Depends: libc6 (>= 2.27), libclang-cpp15 (>= 15.0.7), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 6), libclang-common-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/clangd-15_15.0.7-0~obs+163.1_amd64.deb
Size: 5406552
MD5sum: 65aee7f828b42e3334d17d73eb727276
SHA1: 6fdd0b8a7f0976ea69397274d2e8b623e1bf7d86
SHA256: 91c8bd9947191b387668be237c05b0c9f06b443f4c8e7d26e15a3eb9912a6e89
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clangd-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 7963
Depends: clangd-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/clangd-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 623016
MD5sum: b6606317f2d6c19fd39041fba6594ba9
SHA1: 987a728fd7bcde46f7561b8015172ed3e7e78c14
SHA256: cdd558bc82fa66b1ee145b11aaa3c6b35b0cda9f77a12e821345824ac19c48f7
Section: debug
Priority: optional
Description: debug symbols for clangd-15
Build-Ids: a8bf63bc5a96e1879ba1aa9eca120679b586c132
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: flang-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 100249
Depends: libc6 (>= 2.27), libclang-cpp15 (>= 15.0.7), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), libstdc++-8-dev, libgcc-8-dev
Provides: fortran-compiler, gfortran-mod-15
Filename: amd64/flang-15_15.0.7-0~obs+163.1_amd64.deb
Size: 16710036
MD5sum: fc093b2d5e69368fb134590587e06c81
SHA1: eb5e39f23a1b52e43a3608ffe2fed8465132af98
SHA256: 99329594ba3d300bf7bc5b0126c851fafa8a5ae7cfe5655ac61ba264a1ba2f18
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
Description: Fortran compiler
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: flang-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 125212
Depends: flang-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/flang-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 3563316
MD5sum: ed56af641a4e6879a87223650c581432
SHA1: 13b047cf8380f78c1fb242a0e62057ec3d4d1448
SHA256: faadbe2a47871b178e8b954c337eb7e3381ba9f41fd41c29f1323e9f5e9d86f8
Section: debug
Priority: optional
Description: debug symbols for flang-15
Build-Ids: 411e06c189247f784f7e8303953783cfbd7e746a 67ce009b7cbad6ce59a58803bd982aa0ec2e2ef6 74889e46ebfba9aff11a75dd38762961ebf2a628 fba4915f7f70f0b4ef6faaecc0b90d5cee7690c7 fc67fde771a31b81e507d778c4cb9de004239173
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libbolt-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 115
Filename: amd64/libbolt-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 76152
MD5sum: 5041f967627d3fee1bb3001d7c816013
SHA1: 3132cb9813de7441a1313f8a84331920778e61ab
SHA256: a2c773455152c8aadd86d9ce79d15d75869178a0f9455b6fa5e13049051bd11d
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 7512
Depends: libc++1-12 (= 12.0.1-0~obs+9.1)
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Filename: amd64/libc++-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 784868
MD5sum: baa2ba738ab4e41e372ad2b8b66e2d6e
SHA1: cd98a7f7c90804becbfd1ba3ad781738c53925e9
SHA256: 2455e0989d096d617d16748e5c1ceff6935b24b24a41561a8a9559f51fec7787
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 9780
Depends: libc++1-15 (= 15.0.7-0~obs+163.1), libunwind-15-dev
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Filename: amd64/libc++-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 1037832
MD5sum: 38f04109772b98a05fead3620c1ddce9
SHA1: 9dbb292003f80ae686e1d31650d2a167d8eeda55
SHA256: 9064e67f220fc5aa4f87a9423d58c20fcded846b5a34c11fdf8af8df893c6b9c
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++-15-dev-wasm32
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 81
Depends: wasi-libc, libc++abi-15-dev-wasm32
Conflicts: libc++-x.y-dev-wasm32
Replaces: libc++-x.y-dev-wasm32
Provides: libc++-x.y-dev-wasm32
Filename: all/libc++-15-dev-wasm32_15.0.7-0~obs+163.1_all.deb
Size: 63088
MD5sum: 24f09ec95684f80ee8cc899d5fcb609f
SHA1: ff147547fa62dbe686271ea9f82d2d895f5a51c9
SHA256: a7db4bc1d967bc25ce91bf10d2ab5e47b61dd3280e6cc12955ae2d87df6dfe7a
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++1-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 909
Depends: libc++abi1-12 (>= 12.0.1), libc6 (>= 2.17), libunwind-12 (>= 12.0.1)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Replaces: libc++-x.y
Provides: libc++-x.y
Filename: amd64/libc++1-12_12.0.1-0~obs+9.1_amd64.deb
Size: 258160
MD5sum: 275fcdf1c2ad2c04194b75edd1e480bb
SHA1: a14724e72a7fd24f627282ee6402a8d991106565
SHA256: cdf92265c64951b4f6cdc818ebe905285d9064335c8d0943572bd0b3be31c926
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++1-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 533
Depends: libc++1-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libc++1-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 329308
MD5sum: e6b190baf9d7c1996ba367caefcccbb0
SHA1: 366095db812e625a2debf8e7daee7b1295274736
SHA256: 530f098c61751532ec7c06d10d924339106427707f3afdce22ba9d9e8769f025
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++1-12
Build-Ids: 43ebfb2392732cc5dfbd295b55e9925a2ec72665
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++1-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1093
Depends: libc++abi1-15 (>= 15.0.7), libc6 (>= 2.17), libunwind-15 (>= 15.0.7)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Replaces: libc++-x.y
Provides: libc++-x.y
Filename: amd64/libc++1-15_15.0.7-0~obs+163.1_amd64.deb
Size: 323304
MD5sum: ea6ede94be9f5806dd1b03434207f28f
SHA1: dff781b85daa7bc6895e30545389d9e07d1f0add
SHA256: 921036c4cd633ec1541129f212882a6307fc8fedbae427d75eed6207c1d6614f
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++1-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 602
Depends: libc++1-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libc++1-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 377548
MD5sum: 04b0986ef9b62bb37c4bffe0d2cb98a4
SHA1: 53da4957c6535744668c35b397e223dd16e2bf60
SHA256: 7c43dba165ae124578f4753891346c61692825522619a992246ee8497ea761a4
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++1-15
Build-Ids: e83c1972a692cd24c6eb79515465b53af57f8cb4
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 646
Depends: libc++abi1-12 (= 12.0.1-0~obs+9.1)
Conflicts: libc++abi-x.y-dev
Breaks: libc++abi-dev (<= 44)
Replaces: libc++abi-x.y-dev
Provides: libc++abi-x.y-dev
Filename: amd64/libc++abi-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 124648
MD5sum: abd20f3d268325764315709e30419492
SHA1: 4ae9c10a4efa491ad09f6fde889b302b91e59444
SHA256: 04c3a6707a10da27989244d9b6f845c1fba4096e73f9d7eafc409fcc35078be3
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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++
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 688
Depends: libc++abi1-15 (= 15.0.7-0~obs+163.1)
Conflicts: libc++abi-x.y-dev
Breaks: libc++abi-dev (<= 44)
Replaces: libc++abi-x.y-dev
Provides: libc++abi-x.y-dev
Filename: amd64/libc++abi-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 142472
MD5sum: ff93dbee0a9991bf7454fb2d9880be8c
SHA1: 99f3cee9de072565c2dde7e67cfc0d2a6e7a8849
SHA256: 8c926811da3174e9a622b9f6a138334fd95f27bbe18c6ffd6b842ce8df83ef12
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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++
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi-15-dev-wasm32
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 82
Depends: wasi-libc
Conflicts: libc++abi-x.y-dev-wasm32
Replaces: libc++abi-x.y-dev-wasm32
Provides: libc++abi-x.y-dev-wasm32
Filename: all/libc++abi-15-dev-wasm32_15.0.7-0~obs+163.1_all.deb
Size: 62996
MD5sum: 9ff3c0c1ec3e3e8d5a4e890c71abe8c8
SHA1: 782a0133bfc2ce4f3dfe34dd6e35ec6c51d990d5
SHA256: e0f4410876e112a60422dbb3cd5218c34632211d7935d6a30aef4dddb7f6b73a
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi1-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 291
Depends: libc6 (>= 2.18), libunwind-12 (>= 12.0.1)
Conflicts: libc++abi-x.y
Breaks: libc++abi1 (<< 44)
Replaces: libc++abi-x.y
Provides: libc++abi-x.y
Filename: amd64/libc++abi1-12_12.0.1-0~obs+9.1_amd64.deb
Size: 106880
MD5sum: 05f282bd44e6ff1ae812067d628fc216
SHA1: 432d3d1ed92f346625e979cfa570ec3b2bcdc46d
SHA256: baf4fcb1144f3a1acfac7fb5f1f8fe1a2f78050f63173fbead0032be24ffc674
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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++
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi1-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 155
Depends: libc++abi1-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libc++abi1-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 84620
MD5sum: bf985077f23835a5ca4d2af325533bf4
SHA1: 1f2567f03f4364629992964243fae4c649e51772
SHA256: c82fcee7b145c3d37b74312f7fee56bed06cc96c366d65405b435e8f20d234d3
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++abi1-12
Build-Ids: 0bd78bf109efa4e5fdc6c8355bab8e1e7fd3bc56
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi1-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 307
Depends: libc6 (>= 2.18), libunwind-15 (>= 15.0.7)
Conflicts: libc++abi-x.y
Breaks: libc++abi1 (<< 44)
Replaces: libc++abi-x.y
Provides: libc++abi-x.y
Filename: amd64/libc++abi1-15_15.0.7-0~obs+163.1_amd64.deb
Size: 121216
MD5sum: d267b5da276835dd0867488d6da66dba
SHA1: 6c97a414e91f00e7758608323c2add581ab8c60c
SHA256: bd52355ebc30b528b5d78fdb52b42609cf33111d2cd38a54f3592a7eb4aac10c
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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++
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi1-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 171
Depends: libc++abi1-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libc++abi1-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 87256
MD5sum: 3430751ec374b569e4d1b5b68af68d53
SHA1: 9dff3640be8d1bf688518e466c129af37637379c
SHA256: d8fc2f59a5de5b8f23ac7fa99ce2e28501b5fa67758e027857e2fd593676c778
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++abi1-15
Build-Ids: 849eed3c81626ee31cc2ed53a5dcf683646df439
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 207143
Depends: libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang1-12 (= 12.0.1-0~obs+9.1), libclang-common-12-dev (= 12.0.1-0~obs+9.1)
Filename: amd64/libclang-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 21568956
MD5sum: fd4d22d704e5d484f2a5155968145870
SHA1: 2671ec2638f484c32451ad92ac03ce149a06719d
SHA256: 503b78ae30e87fdb2418c07211707a728eafe6014c4a4c39fac979bd4e352ce9
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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-12.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 254053
Depends: libstdc++-8-dev, libgcc-8-dev, libobjc-8-dev, libclang1-15 (= 15.0.7-0~obs+163.1), libclang-common-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/libclang-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 24038908
MD5sum: 9d95441a2e3b632d8bb10890120dfb79
SHA1: 4e1c70a6444d83e913cfcac24dc37bd751700ebd
SHA256: 2b9bfcf3c262fffd3750adb86963d253e04c7a9757775b007ef1105efb37d3cc
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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-15.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-common-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 60549
Depends: lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libstdc++6 (>= 4.1.1), libllvm12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libclang-common-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 4894120
MD5sum: b8df5774a691eaa402c49e64a6a05e26
SHA1: d0e7e1f12bd2d78dfd1d6457fc87b6a6a0bb34e3
SHA256: a7c4b32078f565f985302643350d67f57a36fb6948b0596d9c363c22069ab39e
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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 and some libraries
 (profiling, etc).
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-common-12-dev-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2857
Depends: libclang-common-12-dev (= 12.0.1-0~obs+9.1)
Filename: amd64/libclang-common-12-dev-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 1680216
MD5sum: 5789bc5ed98b5d476fd924caa2fb8998
SHA1: 9bb376a7ccc29fce32bbb73153fe2b5dd04008f7
SHA256: 526d1096f195df258decc7e89b803897dae833f881d4303f8dcebcd965c18556
Section: debug
Priority: optional
Description: debug symbols for libclang-common-12-dev
Build-Ids: 0401e6fa7db5d295f9744accc6215f1b2cf4ae12 04e73c81b9a508f2a26d0af093c266e17be6f6f0 0ac7489671af291574c1f71cb10be026f83470f0 72d5c4ec87b9eb104ee8570d2d6bd1715ed99926 7c0cd0e39d78d3c3cd82defcfc0fc77c1d697d1c 9477ffa814cf58860d4691f854febe881a1e6d06 9fb7c8d386b0e5e2ccefb7808feda2366556e0e5 acc4805e4993d458d199c46b16fbaca7c2227cb2 be37a893f05f09c18d96b246aa9d1fd495ab2747 ca5d19fafde6db344e7e8dfea75b90ca241683c4 eaee133a2e16d0b98ec557f4d951e3e777f27817 f883c56efea8e8729095072a1f356a65a4c45923 ff0d3f8fe8e12d28b1373955e90e18274a8c1362
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-common-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 11873
Depends: libllvm15 (>= 15.0.7-0~obs+163.1)
Recommends: libclang-rt-15-dev (>= 15.0.6-5)
Filename: all/libclang-common-15-dev_15.0.7-0~obs+163.1_all.deb
Size: 673904
MD5sum: edb3c3041cdeb06e721ae47d34290dc8
SHA1: 9dd75b9d8a01110a78b6082878ce76810b069bde
SHA256: 9f60ca702915fe13464053e3b347ea61906b94b3b68543ba5c7cff316a76d45e
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 47366
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libstdc++6 (>= 6)
Filename: amd64/libclang-cpp12_12.0.1-0~obs+9.1_amd64.deb
Size: 10006812
MD5sum: 734642212aa32c586f59220127d667cb
SHA1: 61095f6af6c28412ffc6b6fe0204b06f1bfdc78e
SHA256: e035c86585d29c5b96a5cbf8bb85bdf03c6ba9f4e549abae39fb0f421c45e8ab
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 40833
Depends: libclang-cpp12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libclang-cpp12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 34546428
MD5sum: c8194854781ec225fe559ab2341435af
SHA1: 7d50d6b25821e646d1943d7cbb4afd7df842cd33
SHA256: 63fffca183d546a0a8c217fe9770bd3cf05de2cbdbd8f9526755e5d54d4180c2
Section: debug
Priority: optional
Description: debug symbols for libclang-cpp12
Build-Ids: 3c626571a579122ac033f942ee9dbd1948d0b0fa
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 66
Depends: libstdc++-8-dev, libgcc-8-dev, libclang-cpp12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libclang-cpp12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 50952
MD5sum: ce6e2a266e382db1684c66da5ac6cd01
SHA1: faefee55b00a1c7f946aef008c9b91abde674a48
SHA256: 7e967a0d3c2d45616114098256f7eb72d0e4e2a6fc256031ac80faa23392fb49
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 60223
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libstdc++6 (>= 6)
Filename: amd64/libclang-cpp15_15.0.7-0~obs+163.1_amd64.deb
Size: 11565136
MD5sum: f2ad05ad722126606ecf3cfc64338f5b
SHA1: f14bd3ba1ab4b9302b717b8e159b500cb1abfd69
SHA256: 3acffea6113a72aba6fa8235e27e356482534bdf97b75a8ef7e1282f49b54cb6
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15840
Depends: libclang-cpp15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libclang-cpp15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 1232176
MD5sum: c9f1f03307859305ee7325a300a6a792
SHA1: db9f851818ffbac88a6a883c3d80263380a5e4f8
SHA256: e443170a512f3ef59699d01aa17babe26e132f47cd76ccab750a9a275b619d54
Section: debug
Priority: optional
Description: debug symbols for libclang-cpp15
Build-Ids: 2dfe1b410047b779ccfdcc0fb5c3c84f4614794d
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 78
Depends: libstdc++-8-dev, libgcc-8-dev, libclang-cpp15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libclang-cpp15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 63068
MD5sum: ac548d72f017a525f87d1e500881e090
SHA1: 9ec9267cfe8f26fffcdae3183430524db7a778e3
SHA256: 02f7868838a779b7a90c4c95001ba277bb9d61af63f6ae71667292dff301a798
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-rt-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 43904
Depends: lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libstdc++6 (>= 4.1.1)
Breaks: libclang-common-15-dev (<< 15.0.6-5)
Replaces: libclang-common-15-dev (<< 15.0.6-5)
Filename: amd64/libclang-rt-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 3358568
MD5sum: 72303a87df1747a7adda23b1081f2cc9
SHA1: aabb17374f36d3641826e58e4f5c1ceacf6de27b
SHA256: 9096604cfce19024bf6a5f69b8282ef80bc0b55b507aabcec70b8e5eda06e2ce
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-rt-15-dev-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4651
Depends: libclang-rt-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/libclang-rt-15-dev-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 2878860
MD5sum: 5b89f6c4f3a918fe927a95027a8e1bcd
SHA1: 7ef3f1a3a8abed55b49ca3dc075ff9ac20153431
SHA256: 4e01bdbc4be2ec09520730aab6e38f8b598b046faec7ca83ba3650f8d35e114b
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libclang-rt-15-dev
Build-Ids: 0aceb7ace52ffebb7b464f5f36a8132c570dbab7 263667218eccea24659dd1537af7b3d5cf7b3ab0 3e870ae0ea1582c238ce7468df372d02029434e1 48040f9b64b205499194eb6e5e8b4832c4c75680 691588be10563ffec0fb0515174b01418d8aaef8 7c454c801959e30f930c0215c7cfbd683549709b 805ca98e619519c1e852abe1ff8b9854abbfd5af 82b8f5208ee3d83e525b1bef5bf524117feee8c7 8d1d887f3ac59168b8e8f5eb7b894d9af1345b2f 9ee57bd143a5209ba5f86210ad7d69a49339c2a6 d141fd7276a82bed7c91947544b447233aba929d e5885095e114d92fc9258cb8995806e18a34cc3c ec854e76d84b8f29d3ae6066a9967dbf06b08843 ee59bbb342c6797c14b5ee00f7fc9ffe70683aaf f30c211dab99dcbefa3d5d36fb4f06f72275cad0 facec658c26bdf026fd609dd01d9924ef6712547 fef72bba0d8d706a32dad6b3b831007ef9304ede
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-rt-15-dev-wasm32
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 284
Recommends: libclang-common-15-dev (>= 15.0.6-5)
Breaks: libclang-common-15-dev (<< 15.0.6-5)
Replaces: libclang-common-15-dev (<< 15.0.6-5)
Filename: all/libclang-rt-15-dev-wasm32_15.0.7-0~obs+163.1_all.deb
Size: 100084
MD5sum: 4fdc9044605c9e57c011bdcbe2a68d98
SHA1: e5ba87a183453d1140ba0e32d951fb2d3d5abdcc
SHA256: 8b026464712a66a2042c7bff0780cd9611a565335ad6567b1e474cd570e61787
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
Description: Compiler-rt - wasm32 builtins
 Provides the compiler-rt builtins for WebAssembly 32 bits
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-rt-15-dev-wasm64
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 290
Recommends: libclang-common-15-dev (>= 15.0.6-5)
Breaks: libclang-common-15-dev (<< 15.0.6-5)
Replaces: libclang-common-15-dev (<< 15.0.6-5)
Filename: all/libclang-rt-15-dev-wasm64_15.0.7-0~obs+163.1_all.deb
Size: 100284
MD5sum: 88bdc1d4cad02644b3873e9abc8a715d
SHA1: 4035d0cc13b449f211d4b687979276fa5374b781
SHA256: 758833b86a51487b388d4a8d9484fd0b2a0222e86b6915f0e04a9d7b75453711
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
Description: Compiler-rt - wasm64 builtins
 Provides the compiler-rt builtins for WebAssembly 64 bits
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang1-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 25843
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 5.2)
Filename: amd64/libclang1-12_12.0.1-0~obs+9.1_amd64.deb
Size: 5648820
MD5sum: 4dc7a60428b4a346fa9bd6f4ccf75e8b
SHA1: 858f1a71fa7fde86a01e1e78e63f59a983e2da53
SHA256: d9738fee742690ecf44cd497a0b0d0e346c5dc919229225dd52123125c87e4d1
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang1-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 24970
Depends: libclang1-12 (= 12.0.1-0~obs+9.1)
Breaks: libclang1-12-dbg
Replaces: libclang1-12-dbg
Filename: amd64/libclang1-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 22012480
MD5sum: 8f7e4960d3fd292450f6336e85797869
SHA1: 70a88939c2b50dc834eb27fb42b72d4dfe7a9b43
SHA256: dd57faf452dd7b09a3bd6e482a98b8f0f923f88f49b8a2f3cc1cd9deccb81bf9
Section: debug
Priority: optional
Description: debug symbols for libclang1-12
Build-Ids: c3605a1eb6a9721f2cd6887175c9f24421b915a5
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang1-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 31229
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2)
Filename: amd64/libclang1-15_15.0.7-0~obs+163.1_amd64.deb
Size: 6366908
MD5sum: 1e3af87990bd725e0afc1cb344e3b47a
SHA1: 14fa123d9b8680fe91f1c581453a28dcf160626d
SHA256: fe5534364f307cf0c77c5c6fe7df0b285f6c3f151876a20ad0abeaef6518750c
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang1-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 6038
Depends: libclang1-15 (= 15.0.7-0~obs+163.1)
Breaks: libclang1-15-dbg
Replaces: libclang1-15-dbg
Filename: amd64/libclang1-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 579992
MD5sum: 149a99b9a61a95feb44795616faad743
SHA1: b6f9aa1867861fe70f32ac8214ded05c3cd8cefc
SHA256: 17c26e06c36f58dba13dd40305b9b9149a1d29d39715576cbbde02612c0010e7
Section: debug
Priority: optional
Description: debug symbols for libclang1-15
Build-Ids: fa40f5a4b8b1ce61e2319935a894a54e8b1dba0f
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclc-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 73860
Depends: libclc-12-dev (= 12.0.1-0~obs+9.1), libclang-common-12-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
Filename: all/libclc-12_12.0.1-0~obs+9.1_all.deb
Size: 9084712
MD5sum: c14b7a8da0e4d119aed5657b892b1b34
SHA1: b303801199ec6aa9186712cfbdf50c515a362bbe
SHA256: 68c272a4bf037acbd680900643a7b83448025ddc89a552293e286ae1266ddeeb
Section: libs
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclc-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 456
Conflicts: libclc-x.y-dev
Breaks: libclc-dev
Replaces: libclc-dev, libclc-x.y-dev
Provides: libclc-x.y-dev
Filename: all/libclc-12-dev_12.0.1-0~obs+9.1_all.deb
Size: 72248
MD5sum: bc7199ced191a0ba01f186db0e9464fe
SHA1: 18bb8efc7d3d075613577733e0ac495c08c65cfe
SHA256: 2a8a289845af75fdf77c1c031c953bbc049c2dc7cc3421d86b357804dcca70b5
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclc-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 72577
Depends: libclc-15-dev (= 15.0.7-0~obs+163.1), libclang-common-15-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
Filename: all/libclc-15_15.0.7-0~obs+163.1_all.deb
Size: 8534240
MD5sum: 157435e422ad87fd20ff1c5bbbe289ac
SHA1: 32d44e6f8109033ef45b515711d2dabe814d7109
SHA256: 112a83bf6491e062debd252a56a242f54223b1316e6bd7873fa010f0aa378c5e
Section: libs
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclc-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 468
Conflicts: libclc-x.y-dev
Breaks: libclc-dev
Replaces: libclc-dev, libclc-x.y-dev
Provides: libclc-x.y-dev
Filename: all/libclc-15-dev_15.0.7-0~obs+163.1_all.deb
Size: 84356
MD5sum: 38285011d56a5d5f3de87b26d0a40b42
SHA1: 4d380ddaf2d02c9bd22793798758decca83e3bce
SHA256: 62c9ff5fa8bbc474ddc183fc40f8d7e6b7ac50154813fbcd2745eccb77dd8f75
Section: libdevel
Priority: optional
Multi-Arch: foreign
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libflang-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 446370
Depends: libstdc++-8-dev, libgcc-8-dev
Filename: amd64/libflang-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 14243956
MD5sum: 22d1689de58f9c7bfd6eebafd0282f1d
SHA1: bd7b2505f02140e277ef60cc83c355aa2cb945fb
SHA256: b4ebce40732f1a7835b22dbb92d7fb25f9d4277079a285bae589b45b7b494c7b
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: Flang library - Development package
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.
 .
 This package contains the flang libraries and headers.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libfuzzer-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 847
Depends: clang-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libfuzzer-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 192772
MD5sum: cf2a1cfdf6335a6622424d0f7656701c
SHA1: e94dccb6e45d4b37262e93c0698df908eef81123
SHA256: 18dffd7e028e7f3d92324f96ae9813d1da817fbda3ac5b8c811386716e324c36
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libfuzzer-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 951
Depends: clang-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libfuzzer-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 219112
MD5sum: 0aea3027a43a91d5e28c0fe0620130d9
SHA1: a812f5c3552a667bef22b904abb10f8b248d0be2
SHA256: 82f7585b3b6707566efc219ecaee4512b472c995bdc10e7bb86e032bdca166e1
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblld-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15291
Depends: libllvm12 (= 12.0.1-0~obs+9.1)
Filename: amd64/liblld-12_12.0.1-0~obs+9.1_amd64.deb
Size: 1665088
MD5sum: 4064425b29d1cb6a19b3bdd8443d63d9
SHA1: 8a071206871486d5b3fb23ceac90a85ea7e3e2f3
SHA256: 15e8fb127083961a3bbeee1119f5625b2bf6c2cd57768a62f5968eeb566512d4
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblld-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 226
Depends: lld-12 (= 12.0.1-0~obs+9.1), liblld-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/liblld-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 83460
MD5sum: ea72e506c5c8249edcce51b8704f4454
SHA1: 6e6561047853016857ac43356d77dbee61a35072
SHA256: 8bd60315e0c6ef19a2c3956e5ea4837e9ac531964a919bde081b3e4c24fbe8aa
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblld-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 12522
Depends: libllvm15 (= 15.0.7-0~obs+163.1)
Filename: amd64/liblld-15_15.0.7-0~obs+163.1_amd64.deb
Size: 1568576
MD5sum: 6fa60f6033e16a1b73ddb987aa01db8e
SHA1: a39427920eb5f04ef30e5a396c06a3f7547cc4b6
SHA256: dd3f6491f1740cb9766fea69251be63e91f6309dccdb3335cf31eca14721a5ea
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblld-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 123
Depends: lld-15 (= 15.0.7-0~obs+163.1), liblld-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/liblld-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 72580
MD5sum: 374197b6c93a416ad8454ebcdaa24265
SHA1: f7977aea0b79cdcdf2f67221c0dec1cf4ca0e550
SHA256: d0c3ca6ad0101cc2bc31cba13c0101ec042ec0cd1768ee1e393bce0a7dc4f4aa
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 17530
Depends: libc6 (>= 2.15), libclang-cpp12 (>= 12.0.1), libedit2 (>= 3.1-20140620-0), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libncurses6 (>= 6), libpython3.7 (>= 3.7.0), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.7.4)
Filename: amd64/liblldb-12_12.0.1-0~obs+9.1_amd64.deb
Size: 3843356
MD5sum: b16d255d9ae333288c26c3b00492573f
SHA1: 8bbcecc4d29adc96faf5c035c1b35a9fcb5dd975
SHA256: 8bc8c0b6fa4e4eb6a44b88d752dfa6dd797a1e68dcc512c0efa0d1c72fd66132
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 16438
Depends: liblldb-12 (= 12.0.1-0~obs+9.1)
Breaks: liblldb-12-dbg
Replaces: liblldb-12-dbg
Filename: amd64/liblldb-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 11920144
MD5sum: da747d9820cbfcb15193c834e281b670
SHA1: a37c955036be17c6c345b9ecafb41b371a1fa914
SHA256: 70abb7f4fc508e97a9e83e9bec24116da7b6ab8b099b7bc83778fc523d946b88
Section: debug
Priority: optional
Description: debug symbols for liblldb-12
Build-Ids: 025cc476ddc0fe08dae2a063ed31e8aaaa010cb1 041a74777914f3c8bda6f49952337e04d6fedc17
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3186
Depends: lldb-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/liblldb-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 514772
MD5sum: a5adbf62ea515ce3ec2cc0c031ad0994
SHA1: 59f2276b12ec2d96ce863bf78049bb940c038e41
SHA256: fc93dbf5a16e9ee50938c0a36da7ddc96f7cefff8433c5d9a941733150e0d85e
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15633
Depends: libc6 (>= 2.15), libclang-cpp15 (>= 15.0.7), libedit2 (>= 3.1-20140620-0), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libncurses6 (>= 6), libpython3.7 (>= 3.7.0), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: amd64/liblldb-15_15.0.7-0~obs+163.1_amd64.deb
Size: 3714788
MD5sum: 9a793b03b08dc92226113fd0b35b9bc9
SHA1: 5dfd5c8e5a99e969111b05e9671ed107a90815b9
SHA256: 7cf036329c54b416ef16467756f3238c5da3af47ba8db2962a8b1339464509d6
Section: libs
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4044
Depends: liblldb-15 (= 15.0.7-0~obs+163.1)
Breaks: liblldb-15-dbg
Replaces: liblldb-15-dbg
Filename: amd64/liblldb-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 460412
MD5sum: b89e899819c5e1b48bd87dbb1b5926fd
SHA1: 2a28db014a745b02f1244ffd549d9600a80f4899
SHA256: 7750c232ef2c2ca8efd32312057d77b3593748488a453c7e50e1dca8f5fefae4
Section: debug
Priority: optional
Description: debug symbols for liblldb-15
Build-Ids: 6cd7cc07a7e76eb5648a67657b6f4dc9768a5784 adf3ff64e68a3efeb90450fb294f293d5217be32
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3359
Depends: lldb-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/liblldb-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 555420
MD5sum: 95e7b54edb02fc8bbd27c0ac3a4ecdd8
SHA1: b9f91b667b9d8e6919bfe81310ad266608152b91
SHA256: ce0bd3f5b5c061667537b862b0e01b7912c3b4d67acc90562b97101d91b49f03
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm-12-ocaml-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2467
Depends: libctypes-ocaml-dev-8pab9, ocaml-nox-4.05.0, llvm-12-dev (= 12.0.1-0~obs+9.1)
Suggests: llvm-12-doc
Conflicts: libllvm-x.y-ocaml-dev
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-12-ocaml-dev-751c2, libllvm-x.y-ocaml-dev
Filename: amd64/libllvm-12-ocaml-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 224084
MD5sum: 13b708f30787b0e074e99b2e30b890bf
SHA1: 64e914c800f9e3ed356f33bbecbe46cc70dcd00d
SHA256: bf370c14d5addfbf2402459f976a2c924b9780e94be2a482d289b5c86439e694
Section: ocaml
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm-15-ocaml-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4153
Depends: llvm-15-dev (= 15.0.7-0~obs+163.1)
Suggests: llvm-15-doc
Conflicts: libllvm-x.y-ocaml-dev
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-x.y-ocaml-dev
Filename: amd64/libllvm-15-ocaml-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 493580
MD5sum: 2ff34234b51dca60a06425d68cebd8de
SHA1: e82988b24b8e828b31b504c2a2ee55b60aabce19
SHA256: f3c096952e1d8e1d65471aff83b655ae4ebfbb4b81af55b4ecc20d2493808a85
Section: ocaml
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 94700
Depends: libc6 (>= 2.27), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.3), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Filename: amd64/libllvm12_12.0.1-0~obs+9.1_amd64.deb
Size: 19466016
MD5sum: eeeb878c75e19fa611fb03ebecd1eb2c
SHA1: a706df4a9be3e4654d23eb89a8c40f9e97d066a2
SHA256: 21ee244353ae2acd13e7e1d1a23250449ec0c4b4c48b53636bc75acca7b78b52
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 60128
Depends: libllvm12 (= 12.0.1-0~obs+9.1)
Breaks: libllvm12-dbg
Replaces: libllvm12-dbg
Filename: amd64/libllvm12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 50935848
MD5sum: 08ea9fb85017c73e38351e3591437f3d
SHA1: 6271ad78e16a98d618726281da1db3255c4df7ff
SHA256: 7ad7e4d83dbac305e5be51c976e4835f46a3b37369dbaeacab5416084c8ea128
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libllvm12
Build-Ids: dfe2cfe59d1d25278d3ac6af3f4eb0e6358bf262
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 114286
Depends: libc6 (>= 2.27), libedit2 (>= 2.11-20080614-0), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.3), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Filename: amd64/libllvm15_15.0.7-0~obs+163.1_amd64.deb
Size: 23033404
MD5sum: 93d12bd7c2b8ba6599902fdef2eeffed
SHA1: 93183445ee1be238bf80d8af51105055aa4c510e
SHA256: bb734229db6bbade87edaef478cf3bf9886ab65d3ad5f56b39c832011a2e7635
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvm15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 14057
Depends: libllvm15 (= 15.0.7-0~obs+163.1)
Breaks: libllvm15-dbg
Replaces: libllvm15-dbg
Filename: amd64/libllvm15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 1659364
MD5sum: b8a7b10ef069e42d11445f6da307fbff
SHA1: 2a0338241400e12b35c2aa44cc2d6cf4b95ecc40
SHA256: 7a88b42902c3450ef7fb91d5a37b99df00c76060e1e5e149781193a440eaa0a8
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libllvm15
Build-Ids: db44448ef7cba76e8e2ba24429735a39a1ec9ad5
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libmlir-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 34995
Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2)
Conflicts: libmlir-x.y
Replaces: libmlir-x.y
Provides: libmlir-x.y
Filename: amd64/libmlir-15_15.0.7-0~obs+163.1_amd64.deb
Size: 6107200
MD5sum: 02dae45d37d4314193860dbfd89947b5
SHA1: 78a4d9596221b1af36d8afa7e5534f2e1021a0b8
SHA256: 614fe57e86f9f29763a94fc689d9ef27427d2d0ccc45f9b54c22f02e116bd445
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libmlir-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15770
Depends: libmlir-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libmlir-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 1101588
MD5sum: 1dc17bc028c33c12d5b8c858d8c31ca2
SHA1: 029381a8fb95ca55673aadf9e6425d2203bafd09
SHA256: 9139f22ff72173df275809690c2f813cbc869f6ba296a2affa27f057f73a2510
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libmlir-15
Build-Ids: a2c0404037309fc46a10229d6a7997561f4586df ad2bdabf499287f3587ecf5ae481c9633a42322b cd5d1bc24215730fa95f382ea8d09a4cb421d5a9 ea0a26a2d313801dfcfbb50dfb304536b79ee4e7
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libmlir-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 167502
Depends: libmlir-15 (= 15.0.7-0~obs+163.1)
Conflicts: libmlir-x.y-dev
Breaks: libmlir-dev
Replaces: libmlir-dev, libmlir-x.y-dev
Provides: libmlir-x.y-dev
Filename: amd64/libmlir-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 11556112
MD5sum: 222f4a78b0f5a6f043ac0e795e732e79
SHA1: 54186a114d5181deaeb7965de101cdb35ce78529
SHA256: 460d1452f0a12a72fdd48977c7ddb98bd50d8852d34a8139da524ee802bd8421
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 399
Depends: libomp5-12 (= 12.0.1-0~obs+9.1), libc6 (>= 2.14), libelf1 (>= 0.142), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libunwind-12 (>= 12.0.1)
Suggests: libomp-12-doc
Conflicts: libomp-x.y-dev
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Filename: amd64/libomp-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 104936
MD5sum: f070ecefe471a2e68a2ae65f5e982a11
SHA1: 0240b440e16153927c95b3fd34ada67d0f1b3aaa
SHA256: fcf0302db619e25f46589b0a08b934da538b0084826404e90b8eab0ae281fda4
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: LLVM OpenMP runtime - dev package
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-12-dev-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 112
Depends: libomp-12-dev (= 12.0.1-0~obs+9.1)
Filename: amd64/libomp-12-dev-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 70072
MD5sum: a7f85fafcbc622e18fd9f25b77db8234
SHA1: acb9b2a271c1a23cff944396ed2337dc7d81b526
SHA256: a6e26e5137d5543edf1b0ecf4af95cc52294ddb7b90f399dd5c302fe3ce9eee7
Section: debug
Priority: optional
Description: debug symbols for libomp-12-dev
Build-Ids: 533a38c1256d3f681e64a609ff8bb35f82f69cd0 62795c3f17c7d5d14d93735bdd332c1a74fecff8 ebad0a3a653cb75837ac4d17c188f09eeda43ae6
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-12-doc
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 12243
Depends: libjs-jquery
Breaks: libiomp-x.y-doc
Replaces: libiomp-x.y-doc
Filename: amd64/libomp-12-doc_12.0.1-0~obs+9.1_amd64.deb
Size: 907788
MD5sum: 9517cb7a8f7abf9e18beb58e184a119a
SHA1: 70278956cd75581eb230df7d26f2b7f2fde5ceb8
SHA256: da7323d8686234178c20ec3ffa6e41aaeaf3a051d79e265c68406674e0d75ee4
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 12422
Depends: libomp5-15 (= 15.0.7-0~obs+163.1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2)
Suggests: libomp-15-doc
Conflicts: libomp-x.y-dev
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Filename: amd64/libomp-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 425592
MD5sum: f151786bfb81725a52d79918e7cbf618
SHA1: 3612eb4d57701ec48710eb51cdec75fb0f7e0382
SHA256: 36d8a2ac049c6b47a902a72fb57b9ef31f8125b318e20ceba8a1a9cc6c6e5eec
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: LLVM OpenMP runtime - dev package
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-15-dev-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 96
Depends: libomp-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/libomp-15-dev-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 53504
MD5sum: 0fd30bc23ed9e0520a5097519c002cc6
SHA1: 6b67fdb908dc4f47994d08ac15f300815536f8e2
SHA256: db22f0a5964c3cf5f735665b186aa0376f04a0ba16a94b396d4ba13b53a61ee9
Section: debug
Priority: optional
Description: debug symbols for libomp-15-dev
Build-Ids: 479a2b983ea0ea7a1d70020764cb6a60e995ab34 4ca35a26ebfdb9212d8f3b776cb22104b1d59818 e543c6863d708514dd902f5b00f95621b89d232e
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-15-doc
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 13115
Depends: libjs-jquery
Breaks: libiomp-x.y-doc
Replaces: libiomp-x.y-doc
Filename: amd64/libomp-15-doc_15.0.7-0~obs+163.1_amd64.deb
Size: 984304
MD5sum: 752d9a5aa83ebc4e829bc0fc4d3e6807
SHA1: ee098f4ae87e60e5c7d5e492e0e525f147781cab
SHA256: 6b60134770d289c33e6a6a06b633a7be2ca0060b1f06df4091e8800fa2f9df2f
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp5-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2254
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 5.2), libunwind-12 (>= 12.0.1)
Conflicts: libomp-x.y
Breaks: libomp5 (<< 44)
Replaces: libomp-x.y
Provides: libomp-x.y
Filename: amd64/libomp5-12_12.0.1-0~obs+9.1_amd64.deb
Size: 403336
MD5sum: 9564fc62aee830686cf99068ab2cea95
SHA1: 1228fbb88c4bf52ad81c5c8a4438a23597f23f15
SHA256: 47f1cc60f2c7851a5f245b6d280b49ae92890cd8959abb00813fa39934cdc1f3
Section: devel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp5-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 478
Depends: libomp5-12 (= 12.0.1-0~obs+9.1)
Breaks: libomp5-12-dbg
Replaces: libomp5-12-dbg
Filename: amd64/libomp5-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 307604
MD5sum: 3d390b4a2a91152df9149fc4efc97a60
SHA1: 2e0ff26d253e0ff77d8e52257fff0e6d459ddc6a
SHA256: 75226d133bc25a6ea5feb37f7961f9a056628ea5165a05a12b5b32873a4c4d6d
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libomp5-12
Build-Ids: 5e5ed25043cb013b72ff8c16ae114437172b4506 7f75560c4dd4987623ef968bfd35cc605089cf3d
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp5-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2686
Depends: libc6 (>= 2.14), libelf1 (>= 0.144), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2)
Conflicts: libomp-x.y
Breaks: libomp5 (<< 44)
Replaces: libomp-x.y
Provides: libomp-x.y
Filename: amd64/libomp5-15_15.0.7-0~obs+163.1_amd64.deb
Size: 509808
MD5sum: adc7666ca0a212cee27502914fb9423f
SHA1: 0a854c298fde414141a35ff444dd064c4032f5a7
SHA256: 6e9d7e71e55cf277bb522a7e5c53f4bfc3cc8661c95b9da41ae50879e200ec9c
Section: devel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp5-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 726
Depends: libomp5-15 (= 15.0.7-0~obs+163.1)
Breaks: libomp5-15-dbg
Replaces: libomp5-15-dbg
Filename: amd64/libomp5-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 487452
MD5sum: 9c96911acbceb9b8f8193f28bd5bfce1
SHA1: a696fc6b3670b930777212624c65a3d97f22de98
SHA256: 16ae515709361282824bad4cc351e96bdde9dbfff9c5ff9f5aae86890148b189
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libomp5-15
Build-Ids: 19213bdfe5858fa7bc4c65f3edf602a8258bdd63 3c011aee047b52ee6125de7646aa6187996d10b4 4ac2a0a3d37f3fc2c3f6ad46609a69741e13e463 879eb7a49d8cb4b678021092143d388bce2a1b23 8b1f02c93627a95009873fc75d91e996648106ca
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libpolly-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 12630
Breaks: libclang-common-15-dev (<< 15.0.6-5)
Replaces: libclang-common-15-dev (<< 15.0.6-5)
Filename: amd64/libpolly-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 1670320
MD5sum: 3a268e04a2ab3a5a2498c2cd734b2fa4
SHA1: f2955d630fdf9727dfba8797c2e2dc54087d2200
SHA256: 2a41b85d4ca494bf085e89a6d148802f479769cdd2fa4884e975d46a33612913
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
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
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 110
Depends: libc6 (>= 2.14)
Conflicts: libunwind-x.y
Replaces: libunwind-x.y
Provides: libunwind-x.y
Filename: amd64/libunwind-12_12.0.1-0~obs+9.1_amd64.deb
Size: 64920
MD5sum: 270c4bbf8b0670d5257e42dd8dd303b6
SHA1: a3eedad8d9847cb34616adea506863ea3b6dbdc6
SHA256: af853f90c462f66ace03b2975d55d312f7735231400af43491d55910469a9cdc
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 33
Depends: libunwind-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/libunwind-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 14032
MD5sum: 9d4237ed83dd01d454427e0241fe39cc
SHA1: 8e32b85f62707d660610d50ec0e562c438a93d31
SHA256: 11284822e31b9d1044d2a1c3e5b6459265dcf4ac800fd644a76ccd1bbde3397d
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libunwind-12
Build-Ids: 82b14c4c2ba6083c8b04422de52caaa39f1ad64d
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 235
Depends: libunwind-12 (= 12.0.1-0~obs+9.1)
Conflicts: libunwind-x.y-dev
Breaks: libunwind-dev
Replaces: libunwind-dev, libunwind-x.y-dev
Provides: libunwind-x.y-dev
Filename: amd64/libunwind-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 79812
MD5sum: 1da82929ceabf2d73906292350a5d6d6
SHA1: c323501ab86f85bc21a399c7e43a74e92493e034
SHA256: 9be73980f0ef2db271ec075355d271cee44eda05e7af117196b30a8dd8e90d93
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 138
Depends: libc6 (>= 2.14)
Conflicts: libunwind-x.y
Replaces: libunwind-x.y
Provides: libunwind-x.y
Filename: amd64/libunwind-15_15.0.7-0~obs+163.1_amd64.deb
Size: 81244
MD5sum: 753b9d0c6a27b47d38195ac54a384a9b
SHA1: 350c63ec4ecb72df7f4f1a44a9a2a64979555b19
SHA256: ec223bcd6b9f83d97d52d3454e4011a3fd9b04202eea6ab3a3624fa4baf512b6
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 37
Depends: libunwind-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/libunwind-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 17264
MD5sum: 0753243e8dc9f5957cc96ac14a2774cb
SHA1: a65a12f52dd137c0bcc1c0b8ed647e839242a0aa
SHA256: db01fa8e70a58366e0f5c7add91da0d03af0ff3fff9a4ca37a78124861bc790b
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libunwind-15
Build-Ids: b70e352591e1493ee64e915bfc779f07955cf50c
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 294
Depends: libunwind-15 (= 15.0.7-0~obs+163.1)
Conflicts: libunwind-dev, libunwind-x.y-dev
Replaces: libunwind-dev, libunwind-x.y-dev
Provides: libunwind-dev, libunwind-x.y-dev
Filename: amd64/libunwind-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 98512
MD5sum: fa53c34a9363143d7afc1189630915c7
SHA1: 56cb611b147702288952b222b4f71cd3d9fad964
SHA256: 288e8b98ae262be8e51247efd1e7ed351d05865b9f7bc5b82c8c1d0d898ca3cd
Section: libdevel
Priority: optional
Multi-Arch: same
Homepage: https://www.llvm.org/
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lld-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5308
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libstdc++6 (>= 6)
Filename: amd64/lld-12_12.0.1-0~obs+9.1_amd64.deb
Size: 1273748
MD5sum: 2489f60d20029d6c87ce431a03f4a0b2
SHA1: 17734f8ed7884476686a24a04e2615c701a81b1f
SHA256: 5df944f878c9d1fb39927dbb4b3bc128ecd693f44a166c5c0d5b58b59bf26c2c
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lld-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5109
Depends: lld-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/lld-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 3940216
MD5sum: f99ba65b9bd2b65b59a07f9be3dba8cd
SHA1: d7d4dac234bdcf868b4753754f26f0f24e5c3389
SHA256: f50a26e450fbd728c6042245751685dfd62f97858fa4e33d57c749118fba90eb
Section: debug
Priority: optional
Description: debug symbols for lld-12
Build-Ids: 662b517ef2d9ab4a73afe55b25446b0d2de3d053
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lld-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4953
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libstdc++6 (>= 6), zlib1g (>= 1:1.2.2)
Filename: amd64/lld-15_15.0.7-0~obs+163.1_amd64.deb
Size: 1259768
MD5sum: f62ebec111c6eb5840f6b1027dd0c1f1
SHA1: cc4be97a1c105acdcce5ca6117f568c1446634fe
SHA256: 444b254203755804b0ac874184ece8ca0173779fba653541fd3ffffc4dea1eaa
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lld-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1036
Depends: lld-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/lld-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 119676
MD5sum: 5e83f2c072dda435461a7d084a0523ae
SHA1: fecb17454dd4072747809df37816d29e77aa39d1
SHA256: eb8b0e355f95eaecba03bbc189597d433f79eb952f20e1b92e29269537b5846c
Section: debug
Priority: optional
Description: debug symbols for lld-15
Build-Ids: 743ec0d35f85e1e8d299390835d5b0e974d0e746
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lldb-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3544
Depends: libc6 (>= 2.15), libclang-cpp12 (>= 12.0.1), libedit2 (>= 3.1-20140620-0), libgcc1 (>= 1:3.0), liblldb-12, libllvm12 (= 12.0.1-0~obs+9.1), libncurses6 (>= 6), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.6.27), llvm-12-dev, python3-lldb-12
Filename: amd64/lldb-12_12.0.1-0~obs+9.1_amd64.deb
Size: 1019792
MD5sum: 235c621991a4daffb0f5cece8606fbd2
SHA1: 0d9b40f18a6117199af77ed42a8997cc8979632f
SHA256: a2125bb0c7a419d37008f791e0569d87ea21916ee224e1b2b92449daa9f5a3dc
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lldb-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 8087
Depends: lldb-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/lldb-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 7111152
MD5sum: c70a76798dbe4937ae60b08a0539239f
SHA1: 809179f8ccd8a14f0de43b7a288246d230b15e4d
SHA256: 815ffdfc2b65458faa803dbf71451a3a98cbf4e04097df043146acd56358bdfb
Section: debug
Priority: optional
Description: debug symbols for lldb-12
Build-Ids: 1122ee891b101a597206f1206dfa6e6e878a86af 97ca2138149092cfada26714b9e462533e48e545 9ed266195b82f3365ccf3666513b8cb01250b03f b1bce022ed2540730817e6abe253224e6489cc14 de3dfb04d3ee69f6af84d3af9e3a6d2fa9737c2c
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lldb-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4051
Depends: libc6 (>= 2.15), libclang-cpp15 (>= 15.0.7), libedit2 (>= 3.1-20140620-0), libgcc1 (>= 1:3.0), liblldb-15, libllvm15 (= 15.0.7-0~obs+163.1), libncurses6 (>= 6), libstdc++6 (>= 6), libtinfo6 (>= 6), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), llvm-15-dev, python3-lldb-15
Filename: amd64/lldb-15_15.0.7-0~obs+163.1_amd64.deb
Size: 1159844
MD5sum: 0ac8e8967121d47e890a95e04355bdcf
SHA1: 3174e72bb47a46a90a8491ad1062e71d0a67eff8
SHA256: 5107816aef7c9e7fe06cd45e638b8bbc05387f1379f649cb24a5ba7214dea9a9
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lldb-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1317
Depends: lldb-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/lldb-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 174900
MD5sum: 3f5105db3deafddc50ab69e6c5fd4e7a
SHA1: 1b68fa2aa1244d27bedda5eaed95f4cdf38b098d
SHA256: 7a7c928729aa1043621bc8e372d9e095ae7a9b3f1d21c7552b6d58e1847358aa
Section: debug
Priority: optional
Description: debug symbols for lldb-15
Build-Ids: 348b3c8e54f130a4e4e322533811787fdaa515f3 4b38cfcb83122a7446ef6fb8cc250b54ede8099a 5ecaab2c420ecd3f519b0169dfa259e4a0dad775 8f3c9a0e2c78a9258e20c83dbf583cce44e7d6bb bdf07c8b920d90799cceb27adc19d7e164cfb7f6
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 43253
Depends: llvm-12-runtime (= 12.0.1-0~obs+9.1), llvm-12-linker-tools (= 12.0.1-0~obs+9.1), libc6 (>= 2.27), libgcc1 (>= 1:3.3), libllvm12, libpfm4, libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Recommends: llvm-12-dev
Suggests: llvm-12-doc
Filename: amd64/llvm-12_12.0.1-0~obs+9.1_amd64.deb
Size: 10721216
MD5sum: 44383be245532d6d95fb6064327dcae2
SHA1: ea21905613c6eef553aaab309ca05b4c02690585
SHA256: b2f3d987af41bf0b5cb80ea9a1c585a7226a326b110ee8cf02ee290eb77df667
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 48542
Depends: llvm-12 (= 12.0.1-0~obs+9.1)
Filename: amd64/llvm-12-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 41745340
MD5sum: b6d063715716c37245f0ef8ea0134d28
SHA1: dcc3070ec714eb80b8ef7217ca1d14f283b9c8b4
SHA256: d1922f88302de7e27665770357393d68a923e16ca24ee22dbff0824e9e19abe0
Section: debug
Priority: optional
Description: debug symbols for llvm-12
Build-Ids: 1322f16ef8b69678814cfab867637bfe82d68735 1ac446d56adffafe76840e627274dc33511e8c03 2f5a3e197fefda87f6715148607cae25f392cf4c 319173c2e8ed3f5930e69a1340a70348ce8c185c 3402d69b32ca88051d44046d68c49d6d55a8193d 352e7bd6ad4d0a23869c7ae04b9da268a1f2ada4 36852d9489c4737db0009fbf7eb70e9305024457 42f6c59e92321a2f4dfaaf0b8f5c020311088828 47da36c155a52e4bd71ae05d76a5fe58d93436e4 48c8f2399f0ef53a8a1466c9a516395dd81bd15d 495132169c29e9a44a9a246ba59af02980e2ec8c 4a07d69631ef6808292b7b0f557a9d28d122ffb9 4ab7f03dc144911a92ba4bbc17e2f39aa030c958 4b2959092d126daee8495975e2b94e2f7bd8acdb 4cb4c6e114b6e7b9436730d4e7e111dd78ed7566 511016a9756fc15abbf72293db60a387dcac9a79 52bf31bd5ee0538c5cc44e73c54929033bc42142 544f7da4dbfd9b165ae6c59e825774feda60006d 553ef12322fb5dade7114e922b7d7a0f4dc75704 5a9280b4015c8094a68a060d97d1b0124145d963 5e853eb6b585a05156f756ecd037b8554f9590e7 5fba0e2c612f7d95c1c8255bfa4429fc5968e033 6319ebbc9aaa11eb8ca83bb36ce63413efa24e34 679daa25d4c01b9ee20d2b76cdc500318a1bfc28 6c7f2964de85fbbe1ed43813dd85ea9518ee39f9 727743e84438fba393fc98dd5c48ac40a70c4899 752b861f8420562006740219070aee7d130619e4 857ca7d1cc63483860557fb81eb6d3b00b9e9da5 857f2cf75d3cd7b0aa3636f158464d3781eee5c9 85c49780451003cbd5462cac63aae59e5b846883 8be49eb02dbf7130a64a31defbb3fdea205a1d98 90bc39af704ff7e522225be3cf64f435fac46764 95f42cbc66f7d3925f1b8da198b85f53ad248927 96b896183c2cfee95293adc72faca93430d89989 9b06bb1cc60bc5b5cd8ea25ac332f63dacf6e046 a1fbd5992305ca46c843ac95d10392c265ec5b70 a86f3ab072a2252c89dc18744d3299bfa0edf8c9 a9929c0c32b695b43ca2409de7166ee7c5d1fef8 b0fcb1581fc4b0d578aea83d2e3fdc3fa4880b57 b1b04f8ea194ef2ad6acc7000ef25bfa5d830892 b1dd80bc56cc54807fc169b7770d36e3931ce373 b33c1ec7eac29e7bea6109cc14bbab4bc0addf62 c2355eee93831b78fe1fa46876de804c72712348 c40dbcb13b4f7055458dc753a079b67237edffa9 c72764817573844ca7f7c77bc550729e780add4e ca430ab55be6156013753be1a0851707a4c54b6c cd4f7fd55eba4290a1c7dd01d022bbe9a1ef603f d857d4ab403ec2a3a2c6ba4990bd51cbf1684601 d8c2473585bda91e12e56c22b14711890f9c524a d9843f71d86cdf180d575f34ebc68c13dec21f61 d98e089565952597013b326ff7d8bb212d58daa8 e1f5d8d4cf92040b68b232329c4f9ecda89b506d e34af2898622a69c6a479eaa1ae8920da5611f52 e8a3847e18319806fb5bd32135a0296d46207bbb eafbc2fb36727b8bc2e560e96e5f4da124de6400 eceb813ef00103a87fa5652e04e5d7fa3e0f7e34 f0b065241df1f66034160091cbe24fd93ed81654 f7e737b4a89c255324e04daee2d9bad136df7518 f7e89b9fa9891cb0704f9f996bad4d0c806ace06 fb7740c82a76670155b10277ddcaac1956ee6000 fcb254d648128de8d580281ae187ecf376fbbb3e
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-dev
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 233453
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:3.0), libllvm12 (= 12.0.1-0~obs+9.1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-12 (= 12.0.1-0~obs+9.1), libtinfo-dev, llvm-12-tools (= 12.0.1-0~obs+9.1), libclang-cpp12 (= 12.0.1-0~obs+9.1), libz3-dev, libxml2-dev
Filename: amd64/llvm-12-dev_12.0.1-0~obs+9.1_amd64.deb
Size: 29052504
MD5sum: 9a73ecb87b2b8e27a70088b7bc85e952
SHA1: 0b86e75991ede617619138988341447eea825bc9
SHA256: 80af3729a2d4a14fcebb916ad2dae0b66cb23f2c8e1ed659d356d05ed61b935c
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-dev-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 16
Depends: llvm-12-dev (= 12.0.1-0~obs+9.1)
Filename: amd64/llvm-12-dev-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 2380
MD5sum: 1bdb74cb003001832fca6ffb086031e8
SHA1: f255a4fabc521aba5fbe3d7e80deeeb130707a8e
SHA256: f454d4d3a5cb896c55bba4f6c0cc0fef34a035dbc7740e31902a5e797a46e886
Section: debug
Priority: optional
Description: debug symbols for llvm-12-dev
Build-Ids: 245885390c8c1af44bcd081060924dba04657610
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-doc
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 32424
Depends: libjs-jquery, libjs-underscore
Filename: all/llvm-12-doc_12.0.1-0~obs+9.1_all.deb
Size: 4350576
MD5sum: a4e30b48cfdfd8976355df89d5ca8b51
SHA1: f180c43daaef3a5660641a909bd9e915b8b87d62
SHA256: f0ff5032853bc4410b4ef967c868a16e8d4a2497d4e403f4d514971419e4b6ef
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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).
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-examples
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 554
Depends: llvm-12-dev (>= 12.0.1-0~obs+9.1), llvm-12-dev (<< 12.0.1-0~obs+9.1+c~)
Filename: all/llvm-12-examples_12.0.1-0~obs+9.1_all.deb
Size: 292196
MD5sum: eae86a0e556dc38b3b508d809fd0dcf3
SHA1: 98e4d057669f24fa90e84c70509d2480baed345e
SHA256: 2a715bbbae41e7ac926fb51df3e59359c0952c49bc0b8d2240e9a3fa3b8588b8
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-linker-tools
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4116
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm12, libstdc++6 (>= 5.2)
Breaks: clang-12 (<< 12.0.0-0), llvm-12-dev (<< 12.0.0-0)
Replaces: clang-12 (<< 12.0.0-0), llvm-12-dev (<< 12.0.0-0)
Filename: amd64/llvm-12-linker-tools_12.0.1-0~obs+9.1_amd64.deb
Size: 1221360
MD5sum: 5d2c816240b4dacf189e0228e3675c33
SHA1: 6ec17a8bbdbafa770de5f4f3ff3441ccea5a5696
SHA256: f55e111fadeb11eb9e89fbf2985b6dd72dfc2fcc3b74fde38e4851e5470e7d96
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-linker-tools-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3103
Depends: llvm-12-linker-tools (= 12.0.1-0~obs+9.1)
Filename: amd64/llvm-12-linker-tools-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 2485700
MD5sum: 083c5929f59c6e8eb3d7afdcb5352d98
SHA1: eb69b52ce737bca03c985f35df32e1dbcb32ab7a
SHA256: fe07336ed414206f8743542ebb830ca3a28f4088151e69c568b95f93ef6c8ce8
Section: debug
Priority: optional
Description: debug symbols for llvm-12-linker-tools
Build-Ids: 081d6de6d13a3951bd0dd6056a8c9749d57f832a 64346887aeeb2a232aa7dbba92af042c3954cd5b e28955a5294442a1241face54cb452959aeeb586
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-runtime
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 700
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm12, libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support
Filename: amd64/llvm-12-runtime_12.0.1-0~obs+9.1_amd64.deb
Size: 230496
MD5sum: ebc3e859f9594f92f6d0e13159e83d4e
SHA1: fc07f69aaefe197e684a969f2cd707a1f074eba9
SHA256: 9b08c049f99994221f1f83308e85fe12592b694b405f2b81e763382bd1e5d697
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-runtime-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4659
Depends: llvm-12-runtime (= 12.0.1-0~obs+9.1)
Filename: amd64/llvm-12-runtime-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 4459776
MD5sum: 1f99f1bd8423887d86efe7914e8cab8a
SHA1: 9f13abd0dd8bdb4a678d98a1ff135b732aa9325d
SHA256: c194025b2d169ff9f204784c4f04b179738a71e3a20e2dc842cf45319593bcf8
Section: debug
Priority: optional
Description: debug symbols for llvm-12-runtime
Build-Ids: 23e52e88c86e665edd6cb3db7c2fd8cd5fc082d5 953de0c5c6ac3ddb0e938cfaeeacb6a74fb59534
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-tools
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1764
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm12, libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Filename: amd64/llvm-12-tools_12.0.1-0~obs+9.1_amd64.deb
Size: 401428
MD5sum: 9cff8e201b6f8472e018d0f4ddb07311
SHA1: 2fe4fb28e30104deefdc6afe573c46bf42fbf443
SHA256: 2834773ab6c36d937b5f88b041de765fd1530d2117f1d9fd9857e32c64fcea0f
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-12-tools-dbgsym
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2234
Depends: llvm-12-tools (= 12.0.1-0~obs+9.1)
Filename: amd64/llvm-12-tools-dbgsym_12.0.1-0~obs+9.1_amd64.deb
Size: 2015208
MD5sum: f22397d5e92a467a94a1697991bbf9cf
SHA1: a01d0a6a22f92d2a3abea405c2d109892aaebe8e
SHA256: 0881d6705ec14dcdbe336f09058ac3027997cb999436fbe8d7fa4bab724fa106
Section: debug
Priority: optional
Description: debug symbols for llvm-12-tools
Build-Ids: 01e008880196511b456d7a93fe4cebd78bd9712f 11a1c05949095aa311dd02b7cac1eec601b490b4 4c9187a89f0a3f7c8ba0aec9bd11dee15180f95b 846364ba5a8a0708e97c1c67425e8177acff2d5f d80e59c4b72eb2397f0ddbb418ae7864c8b29ec4
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 52099
Depends: llvm-15-runtime (= 15.0.7-0~obs+163.1), llvm-15-linker-tools (= 15.0.7-0~obs+163.1), libc6 (>= 2.27), libcurl4 (>= 7.16.2), libgcc1 (>= 1:3.3), libllvm15, libpfm4, libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Recommends: llvm-15-dev
Suggests: llvm-15-doc
Filename: amd64/llvm-15_15.0.7-0~obs+163.1_amd64.deb
Size: 12500440
MD5sum: 30bd31adcfd6e3cf40f0653e3dd020b4
SHA1: ba1282877aa5022cdf57a260228d25ed07ce02fd
SHA256: 7420a0cd7e01646e32fa48629c2093662058af36c514ea2f837aa6ae6fe87f21
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 9509
Depends: llvm-15 (= 15.0.7-0~obs+163.1)
Filename: amd64/llvm-15-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 1029964
MD5sum: e698260400fd1b29173ee44f2a0723c1
SHA1: 934c15a2dbd5598b04d38a661cc8952dbce6f72d
SHA256: 0850a8bbbd8e35b5643e4ba70fe4c42df61431ce8391d5f025b8319d0410cd96
Section: debug
Priority: optional
Description: debug symbols for llvm-15
Build-Ids: 0007ca044dc77e35cee3f275ee86d6957aaa4305 02448fc22daaba625a175fe4245ee794fc418c0e 02ae9ffd177f625fcbe9eed862b4ef87b12a9618 0c048a7d99d862644c8cb77464e3f91c986ee77a 0cb217eed1b2b9e149b45e509403f55387b3d003 0df6241d038e399adf160431027c307dd122192d 0e2bc8aa32a17a587c11104e8b9971ab9cc7bd6a 0ff1dcc2d2566df021c3524644d4ee925c8d91de 1e31bdad6ddbb8168f94f591a96749382a2731b4 270ec873cf1c8052103c51595de99e1cd04e82d7 2f8681cb24f6f0e81ab9ccbea8bad21c5a9efa9a 3406d6ce78b0e9a2bf9fea00eb13a123c6f51e1a 3a774b0bc42b8c1f0c926ce38701753577b49da0 3b2e90d55fdc61e622219968645f5e1b15beec78 3d1f9477942c70cb366b3ed100aca357871c9614 3d7db7e5a6c16d711c366b2df0817c09800486ba 426dbf990908c72f3bb3f01b0b979802fc6e7049 47fcb0220e5b617911386eaca15cda79a97104f2 4a5fd1afecf2963263a85a07e2df0f0f9f976e50 4bdf015f682fe6e9dca4df8e5a636dca4da78c93 561e6f5f9b2d81071b30bd561a9673ca520c1d9f 565cc549ab631df2db63ed95037b5823a011a473 586a9c2663e978e52f5c7ac290f78731e981bc98 65c46ded3c3d1ed10237cd0511db0d38c30d869e 6f08732609736ffe79277009eb30da4667154467 709f9c9ee990c6cbe125bbbefe368cbfe9ecdf2a 7317ca90fe0012d400e381e9d8e4346b565157e0 795d76e42cca6f09e51fc8d746601ac063b7543a 80b1dce0be04a917b11adb661ed2451dc2d45a32 8234bc7fe0bffc21d65107ca36652cbc6e59acb6 887a81b1fe1da0189591be8ac3b3ff06034b3bab 8abb0d3d6ed61162052731c2a0c7100a023f0177 8b0d25b8b0299dcb92584d7f427e438c95a53f22 8dd01568cec56d008b8842a7bac97c8575164578 8f1e43c879b49f11ad5fbae84490d9117d7e0cd9 937357be5a8b1e558c94c4e3e58b62b9294dec32 94f1476b2487a2a9ba7ed4a1a2f1fc6415b9a9d6 95042c0f6c6ebb63d50058cc002c55f250345405 99676985ed0e34563b142250004ec0feae12fd18 9a870b45bc7825176759d8328b10cfebbf790027 9ef664cc79da2efaa6e624675155997ce9bc8574 a5f58e204db69ffe80a90183d654203907b8e8cc a6e4e4427386f9df3e3281ef227221b2ef31503e a7d2b1298793787ba0a4b702681668f3d1e600a4 a89c0933754bca23c3034f78bbcd962382215bc6 aceaea0f6fae7fa237ab064d3e2a0a22f5f148a3 adb58a3b245e3bb5a39d659e6d48733583a57eb1 afc673635f76d0ea0cba4d762ab5fd83654ad6e7 bb3e582cf4377a40f9310b084c894c344471c32a bcc5eeb024a8e7b047e5962d0e4685afa560df42 bec00815a079ee7daa82a49ad9f3d10dda6171ff bf6b1d723c0d43139e3954c2940f7cb02e1ba073 ca5bbd5845cf3a2d4090b0c01f007892b719d94e cda1bf774e33926056e65a601397aa051cc47162 d28d865ab9620cd0d8a36866cdf8d7110204ac03 d302c5627f258b36176709cd5c4556e0bd3fa81f d8b16674372121344696735e6873adb692d02530 dd047dd82c086e3102b66ec652360cb81283943c e21f71c68410ac2b9f3ab2f80bca3c7e60d24252 e242bbf324e6d974fdc3022f2c372309907b9597 e45270ffc0dcc1536b83ccb6b76bddb4610b38c2 ebc9f16d724fb15bfc95fbaa92af860715459d7a ecd309cbea77b54d93a877ef867190a10ca92a71 ee9524d885b5f4d2c487a5b08b2cfa9601931626 f36c30b859d001c70f0017006e52fa596e9ddb4d f79a4bbc2d0cc49234617a8142ed174e5a63dd10 fc6d7741d3b08a261e24108c3db25a6b482fc338
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-dev
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 295389
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:3.0), libllvm15 (= 15.0.7-0~obs+163.1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-15 (= 15.0.7-0~obs+163.1), libtinfo-dev, llvm-15-tools (= 15.0.7-0~obs+163.1), libclang-cpp15 (= 15.0.7-0~obs+163.1), libz3-dev, libxml2-dev
Filename: amd64/llvm-15-dev_15.0.7-0~obs+163.1_amd64.deb
Size: 36835140
MD5sum: 91a9826e205e4bdc0b88d63d38de47f8
SHA1: f851b82231395a983c06537532602869f7c8ef44
SHA256: 011ec64af221531ad3141fbd755ba7699ce8380f44ba9acf6f3bdb7eb5be15f9
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-dev-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15
Depends: llvm-15-dev (= 15.0.7-0~obs+163.1)
Filename: amd64/llvm-15-dev-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 2208
MD5sum: 1d81adf2fa5dd4edb3cbbfbca957c8c9
SHA1: 4802c6ee95b232abe6342405b201561cd53645e1
SHA256: 8a736be12cbaa44ca1c125f3ac7350b17b32bdaa9426fe1baeed5adc4ba3324c
Section: debug
Priority: optional
Description: debug symbols for llvm-15-dev
Build-Ids: 30197a6a16fdc770e59094da9e647ceb9c920fa9
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-doc
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 45924
Depends: libjs-jquery, libjs-underscore
Filename: all/llvm-15-doc_15.0.7-0~obs+163.1_all.deb
Size: 6769964
MD5sum: 7858f234c4ac56e6e191a188199a6150
SHA1: ccada22b38d96efdbba2c60ac8fb50e8668a379f
SHA256: c47074a55d4497e2ccc1f9acd0bcb41767b0bc017420ab7512db5f4c5591b816
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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).
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-examples
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 495
Depends: llvm-15-dev (>= 15.0.7-0~obs+163.1), llvm-15-dev (<< 15.0.7-0~obs+163.1+c~)
Filename: all/llvm-15-examples_15.0.7-0~obs+163.1_all.deb
Size: 302160
MD5sum: 3a1240d30b21bc9510907e53b1484b97
SHA1: 6a512f7e02103b1019b67db1eebada7238559ce7
SHA256: 4222cbc3ed9e50676dd6f2901bdfc48b728d104a3ebee4acc6f192c92e2af270
Section: doc
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-linker-tools
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4412
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libllvm15, libstdc++6 (>= 5.2)
Filename: amd64/llvm-15-linker-tools_15.0.7-0~obs+163.1_amd64.deb
Size: 1315448
MD5sum: affcf276104004bb0cc5c4be412b807a
SHA1: 8933c3631cfee55e689a7eaae2badc3cb826dff1
SHA256: 15a9c75acbdfb852750556bfc5c32a55973d3844b2142426926a644a9f7fd7d5
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-linker-tools-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 888
Depends: llvm-15-linker-tools (= 15.0.7-0~obs+163.1)
Filename: amd64/llvm-15-linker-tools-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 131644
MD5sum: 454f7a2d3ee0cdde0ed691c7ff7f1c23
SHA1: 3ab3d10a3770b82c2a57d1532e87771374a33bf2
SHA256: 568cfaf3c6af4704dd79ccca62a42b799495406800039ca023eb06f2d7a21238
Section: debug
Priority: optional
Description: debug symbols for llvm-15-linker-tools
Build-Ids: 32605c61837925ed6c62b381ce5c695aabed5276 69a6e87b2c6c9bda4578e0ff4978b22d15563022 e63473c581d0bccd4dc5f1566e47d9022383a04d
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-runtime
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1520
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm15, libstdc++6 (>= 6), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Filename: amd64/llvm-15-runtime_15.0.7-0~obs+163.1_amd64.deb
Size: 522544
MD5sum: 9c5241ba88cba1076771c3ac86db0009
SHA1: 60c1afccd2c2981c8de33c8de9cf2c6cba6a325b
SHA256: 6dc671d04b66e7259080a1e494bae53132edec32c5ddd83e98999b858214877d
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-runtime-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 390
Depends: llvm-15-runtime (= 15.0.7-0~obs+163.1)
Filename: amd64/llvm-15-runtime-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 60296
MD5sum: 58cdb9b94c4fb61484e1440eab7c8d33
SHA1: 252de41418a595c4803d98082003db9a69949249
SHA256: 6178f08f59201b746191b25ff058e1e3899569f791fb8ab49bdabe763db70fb0
Section: debug
Priority: optional
Description: debug symbols for llvm-15-runtime
Build-Ids: 1a81fbded8acfab360179d771eff24beb12a90b8 68438903c113e167c94e8cb2246398b24b613980
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-tools
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2073
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm15, libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Filename: amd64/llvm-15-tools_15.0.7-0~obs+163.1_amd64.deb
Size: 463816
MD5sum: 4098fd7d9dce0ba7269d386d3624d186
SHA1: 5265739cba04e73a441dcb6f295c4e4911ad2d45
SHA256: e7109c5045a42e8d7ae0f2f3c1919729b6af858de9117e07d7a5b14315aa23af
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-15-tools-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 348
Depends: llvm-15-tools (= 15.0.7-0~obs+163.1)
Filename: amd64/llvm-15-tools-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 45156
MD5sum: 9195251385523d945832414838887c37
SHA1: e7b983c503e2775c1c4223263817f68ea60552e1
SHA256: f66b47ccfb5ff29246e8ecacf4b11c5eb757362269fae2546604e607bbba0661
Section: debug
Priority: optional
Description: debug symbols for llvm-15-tools
Build-Ids: 3b13bb7d2efbb7df8abed66b463d7a7f5c0e0bf2 58fa3d0ec44560d07c018c0ea1bdd02a14a4717f 84cff3e0253596f4e5cd4581d95c6240b6df6dc3 ad5da14aa12ff5ee616824c757920bb21c133922 c88300af7fb26b04ae6e2642da3cde3983e5f9e7 d7c4dd599d9404b0991ff80a22a15f57d47403df
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: mlir-15-tools
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 79890
Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.3), libllvm15, libstdc++6 (>= 5.2), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Filename: amd64/mlir-15-tools_15.0.7-0~obs+163.1_amd64.deb
Size: 14597384
MD5sum: a4934f5ecb763845e7c505b5c714d96b
SHA1: f0df38fcfb306ea247281822cb53f4a3eacfaceb
SHA256: 15e563cacc05c4bb135f1b9daf1c5302c8c25dd72508ab96a7b4735b1cd7119a
Section: devel
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: mlir-15-tools-dbgsym
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 49606
Depends: mlir-15-tools (= 15.0.7-0~obs+163.1)
Filename: amd64/mlir-15-tools-dbgsym_15.0.7-0~obs+163.1_amd64.deb
Size: 2864904
MD5sum: cc3b7435a8a766e023d90fff72f26b18
SHA1: cd3335566c8b87896bb648b22760ed0b96e7d5dc
SHA256: 0ee1cf4c985802cd754a1b84d412673c27c5051f0a3fcde22834106354491311
Section: debug
Priority: optional
Description: debug symbols for mlir-15-tools
Build-Ids: 0e0c895312c0d2f7a002f80653fbbb21a47ec29d 16e03955a5961b068ee2b484a21793c517d2a8d7 17ff4bcdc01f2d9e1a232e0b174dc237f09adf2f 18ae30ed1721a0a89e00547dc2d0b86fa3f24bfc 268debbcd3e3266eb8559e0d43db1490d4672e54 58a9096669f8ada37f125022f80895a73a2d659b 92f018445df91343588edf384a3e39605d8885c7 9a53a8f595387ce1ce182296533aeddb7008a68f a76c59510fb11ba260397d6d05e22ec9bab5dea1
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: nodejs-mozilla
Version: 12.22.12-0ubuntu0.20.04.1+4.2
Architecture: amd64
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Installed-Size: 41465
Depends: libc6 (>= 2.28), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2)
Filename: amd64/nodejs-mozilla_12.22.12-0ubuntu0.20.04.1+4.2_amd64.deb
Size: 10571072
MD5sum: 05366e751cebfc7bf8194ce5694845df
SHA1: e5defaf33cb91f818cff7acb87d76f1b086ad634
SHA256: d00c706a49267159d022195ca81f68e70051c16814c4ace6611fd9cd80522bd8
Section: javascript
Priority: optional
Homepage: http://nodejs.org/
Description: evented I/O for V8 javascript
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 Node.js is bundled with several useful libraries to handle server
 tasks:
 .
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.

Package: nodejs-mozilla-dbgsym
Source: nodejs-mozilla
Version: 12.22.12-0ubuntu0.20.04.1+4.2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Installed-Size: 351794
Depends: nodejs-mozilla (= 12.22.12-0ubuntu0.20.04.1+4.2)
Filename: amd64/nodejs-mozilla-dbgsym_12.22.12-0ubuntu0.20.04.1+4.2_amd64.deb
Size: 350031280
MD5sum: 78af7838b52418580a4e09e80ed5d750
SHA1: 862e80050e1b22f0bae33b2e2db2eed5192506d2
SHA256: bee594f41ebd6fad165c0736fe2e0b5dc227ddafe3aa6170c11cfb5e78411bbc
Section: debug
Priority: optional
Description: debug symbols for nodejs-mozilla
Build-Ids: b38188c6b32c6338b35d21016b3870814b0ab31a

Package: python3-clang-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 190
Depends: python3, libclang-12-dev
Conflicts: python-clang-x.y
Replaces: python-clang-x.y
Provides: python-clang-x.y
Filename: amd64/python3-clang-12_12.0.1-0~obs+9.1_amd64.deb
Size: 75796
MD5sum: 1c84f1599cb635eb2e8c59bf108b37bb
SHA1: eb67af99402438bb55903abf9f318bc7082700a0
SHA256: d57869986e24c46a60d887b2743ae8de8f700407bf86bc98b8d2ab329c0c863c
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: python3-clang-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 202
Depends: python3, libclang-15-dev
Conflicts: python-clang-x.y
Replaces: python-clang-x.y
Provides: python-clang-x.y
Filename: amd64/python3-clang-15_15.0.7-0~obs+163.1_amd64.deb
Size: 87896
MD5sum: bfccab25c21a7ba2cb8116ce4596081e
SHA1: f77c94f8d4c0427c9dda44125e61fd541c8217f9
SHA256: 8719db6a1fda335a3c4f1a01b871a0dac7efb3799b5649d793e19abfd962d51a
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: python3-lldb-12
Source: llvm-toolchain-12
Version: 12.0.1-0~obs+9.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 787
Depends: liblldb-12 (= 12.0.1-0~obs+9.1), python3-six
Conflicts: python3-lldb-x.y
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Filename: amd64/python3-lldb-12_12.0.1-0~obs+9.1_amd64.deb
Size: 143924
MD5sum: 0ae985e023c036c02e03d2c33738cad1
SHA1: 03969589e67c95dc644fa0a5a036e96da9f3662b
SHA256: f5f37919c0a2170c644eed810d5f3a1dbe58e6b603e1798d61f20099d0e93dae
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: python3-lldb-15
Source: llvm-toolchain-15
Version: 15.0.7-0~obs+163.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 906
Depends: liblldb-15 (= 15.0.7-0~obs+163.1), python3-six
Conflicts: python3-lldb-x.y
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Filename: amd64/python3-lldb-15_15.0.7-0~obs+163.1_amd64.deb
Size: 168584
MD5sum: 84754d82208d28dca362589db1d92ce1
SHA1: 381fde9f40eb8995f4ee8b5438949cd4fd3552f3
SHA256: e35b4094d7db59638eb80063c825ffedd3bdfe9cf4abd08151425ce825226ec1
Section: python
Priority: optional
Homepage: https://www.llvm.org/
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.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: rust
Version: 1.72.1-0~obs+29.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 781859
Depends: libc6 (>= 2.28), libgcc1 (>= 1:4.2), libllvm15, libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.4), gcc, libc-dev, binutils (>= 2.26)
Provides: cargo (= 1.72.1-0~obs+29.1), libstd-rust (= 1.72.1-0~obs+29.1), libstd-rust-dev (= 1.72.1-0~obs+29.1), rust-doc (= 1.72.1-0~obs+29.1), rust-gdb (= 1.72.1-0~obs+29.1), rust-lldb (= 1.72.1-0~obs+29.1), rustc (= 1.72.1-0~obs+29.1), rustfmt (= 1.72.1-0~obs+29.1)
Filename: amd64/rust_1.72.1-0~obs+29.1_amd64.deb
Size: 81597828
MD5sum: a1e4a2adf76b1fe5c815ec673f0cb29b
SHA1: 7c79cd580842c85b016c1e25a31a732537c9d0c2
SHA256: bccf7edefb710303215d9a316bc68da5d8a8ddf9e6a195eda79e7428133fab2d
Section: devel
Priority: optional
Multi-Arch: allowed
Homepage: http://www.rust-lang.org/
Description: Rust systems programming language
 Rust is a curly-brace, block-structured expression language.  It
 visually resembles the C language family, but differs significantly
 in syntactic and semantic details.  Its design is oriented toward
 concerns of "programming in the large", that is, of creating and
 maintaining boundaries - both abstract and operational - that
 preserve large-system integrity, availability and concurrency.
 .
 It supports a mixture of imperative procedural, concurrent actor,
 object-oriented and pure functional styles.  Rust also supports
 generic programming and meta-programming, in both static and dynamic
 styles.

Package: rust-dbgsym
Source: rust
Version: 1.72.1-0~obs+29.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 53474
Depends: rust (= 1.72.1-0~obs+29.1)
Filename: amd64/rust-dbgsym_1.72.1-0~obs+29.1_amd64.deb
Size: 8123104
MD5sum: 64642e9007b7b83ade352c6c4f15de23
SHA1: 06fc306aaf369a451ce6b2e07285241ef151a052
SHA256: b2783ef53cfa1a69475ebb772eb20c171e37d9666e7a60f01af440a67e9e7bba
Section: debug
Priority: optional
Description: debug symbols for rust
Build-Ids: 069d1edbb2dd904f30484fb9d4c4c79e97a49970 1f4bed4b30ec45f877d2876956e271626fa0fd1b 26df3b4150e7db5d606d434fcb139207e9263ab1 3fa21a185caec9ff02ace6dd274fa1c70a64bc0f ab79c1032b0ef1e42498b6e59d6585068029563c b70c270d68e6f7bae3077b94679e1fae1210a76e c634ae2513f92fed0b739f95f73aff0edb2258e0 e7e77b275b8015c81e6aab7dc45800f48b305ed1 fa9c6b5e0d65aee5eb94f7a002d11c64ae078f68