Package: bolt-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 198339
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), libbolt-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/bolt-19_19.1.3-0~obs+4.1_amd64.deb
Size: 37359000
MD5sum: 2600314897e77e69e47f903f927458a2
SHA1: e48580f40df2d09cd746e30aa97fedf35aa1275d
SHA256: 000f6b01434973a8b9187264955b1bca81f80cfd17e94907ecf9a2a6f2b04819
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 148341
Depends: bolt-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/bolt-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 128813528
MD5sum: c961e8f07b63b1ec4f1ac537aae59c90
SHA1: c4c78946814a73eb64357d2c083af71b19e2fe99
SHA256: 19da3f78ed6751658aebd81f1c3877996838630f350b8d9d693620b259721451
Section: debug
Priority: optional
Description: debug symbols for bolt-19
Build-Ids: 312af88e2604308658f1a54a86caf7997f900794 b37a925d89e685acd9cf204c923b1429f127fba5 e5d4c971d78cd5e2fd0bd44b901211bbbbbe9a86
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: cbindgen
Version: 0.26.0-0~obs
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5116
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: amd64/cbindgen_0.26.0-0~obs_amd64.deb
Size: 1414128
MD5sum: 66853663eac24bcbea33bf0bb34dc36c
SHA1: 7119190c82a6ad6a65d76f489294c3d0948db808
SHA256: c12cfb0eb10f2cbec3c9ef6c19a4ee3438adc2463dd4c1562497a598f896b06b
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.26.0-0~obs
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1003
Depends: cbindgen (= 0.26.0-0~obs)
Filename: amd64/cbindgen-dbgsym_0.26.0-0~obs_amd64.deb
Size: 174972
MD5sum: 911aeae63e93d3661c2ee0e5176c7244
SHA1: d8ceb3978e8b3449c74d2a99760d710e3b52aaab
SHA256: 4181867312b1dfd25b666bc776511db4d6074def67a8ef7e8a314abf808d15b5
Section: debug
Priority: optional
Description: debug symbols for cbindgen
Build-Ids: e221fbaf6c05badd8ca928754c679f0fef99f9d6

Package: clang-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 373
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang-common-19-dev (= 19.1.3-0~obs+4.1), llvm-19-linker-tools (= 19.1.3-0~obs+4.1), libclang1-19 (= 19.1.3-0~obs+4.1), libc6-dev, binutils
Recommends: llvm-19-dev, python3
Suggests: clang-19-doc, wasi-libc
Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler
Filename: amd64/clang-19_19.1.3-0~obs+4.1_amd64.deb
Size: 115372
MD5sum: dc6af240de7861a8d40c5e484068a721
SHA1: ff4a58718eb32c2cc2dec44e8f4e16f57717eebc
SHA256: d04c17c169b89d8ffc6a39ee362a36c9e56b40f30a6ae1cfdb22aa6e93ffa06c
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 142
Depends: clang-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/clang-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 103612
MD5sum: f06fab9a116e78147eb1a5c570d93dda
SHA1: a49e1f5071281616336fc7ca4cb1c58607b75651
SHA256: ec932c2bea431d9b4292e022694b49f570f27d44157ee1837a12fff8275512c4
Section: debug
Priority: optional
Description: debug symbols for clang-19
Build-Ids: 932323acb5c81fc911b75bc914e5333ab928edac
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-19-doc
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 10255
Depends: libjs-mathjax
Filename: all/clang-19-doc_19.1.3-0~obs+4.1_all.deb
Size: 1576056
MD5sum: df63f2e17a70ed830b0f7863228a6844
SHA1: fbe7023487ec13101487143850e1645995c29a43
SHA256: f9e6fb0d7d4a99903e79e41eebc9aae96b390c1e3f3b15484c873c55fe0725ea
Section: doc
Priority: optional
Multi-Arch: foreign
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-19-examples
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 86
Filename: all/clang-19-examples_19.1.3-0~obs+4.1_all.deb
Size: 52004
MD5sum: b863786d5e331ba82a0cbc9f5556bc1e
SHA1: 484630120019801bb384d6f64a1673bfa4e7792d
SHA256: 39f49a784e51c95cb4ca3088382c2946097b92762d5e5264589723b6428fcadd
Section: doc
Priority: optional
Multi-Arch: foreign
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 239
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 11), python3
Filename: amd64/clang-format-19_19.1.3-0~obs+4.1_amd64.deb
Size: 92108
MD5sum: 4075b12b0e32d0660968760e6e0f0a17
SHA1: f8e97a376463bce0b5b6c7e9a18fc0b1de08d4e1
SHA256: 782d3a668a61d80124b8dda802237ed7125a6c26aa79e6515b044935d01766dd
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 108
Depends: clang-format-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/clang-format-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 70864
MD5sum: 35f1e661b519f79d3dce096dc9add329
SHA1: 1fbea23bc1693e1b29ff2896e5d66fde8aee57ae
SHA256: 6d7138f378505c617dcc8ab51a1652338c2f99ec72bd3b7990b95548e0d1960e
Section: debug
Priority: optional
Description: debug symbols for clang-format-19
Build-Ids: f78562c3847f12bcf383098af226feb1c68959c6
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tidy-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 11688
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 11), python3, libclang-common-19-dev (= 19.1.3-0~obs+4.1), clang-tools-19, python3-yaml
Filename: amd64/clang-tidy-19_19.1.3-0~obs+4.1_amd64.deb
Size: 1874676
MD5sum: 64c78a8e2cf92fed960467e3cfe91b50
SHA1: d43c56af88733dd35dda0d137d3c1611e16f2b8a
SHA256: bbac8d39ac778d11669461f3e8a5367507a83d13d2702592da396bb05929520d
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 16561
Depends: clang-tidy-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/clang-tidy-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 12144088
MD5sum: f7c1da01c7301777cf82f19af40ce2c1
SHA1: 4a4ee0e18e272a963243eae4e427314d32de6987
SHA256: fe3ed8280648c1f86dc600bbab6bee50a757871d175a90ef00bee7fb0694b562
Section: debug
Priority: optional
Description: debug symbols for clang-tidy-19
Build-Ids: e56233a66bd7af0ee0ff9cda05df79e719cb16f1
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clang-tools-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 43552
Depends: libc6 (>= 2.36), libclang-cpp19 (>= 19.1.3), libclang1-19 (>= 19.1.3-0~obs+4.1), libgcc-s1 (>= 3.3), libllvm19, libstdc++6 (>= 11), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), clang-19 (= 19.1.3-0~obs+4.1), python3
Filename: amd64/clang-tools-19_19.1.3-0~obs+4.1_amd64.deb
Size: 8934800
MD5sum: a921f124c3e97155ef1c39ada2037bac
SHA1: ddc419e182248b734e859f1ece3765951770e026
SHA256: 15b811aa75744d63517423d08f71f7240b80d229a135e2826c9a4c84ed2e986d
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 49053
Depends: clang-tools-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/clang-tools-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 39598408
MD5sum: 75ca886bb8771430e10d5d01293156e0
SHA1: 7186129a9bf981f56cf7b4b783709350ecf7166c
SHA256: 81d3e9889c874238eb75f4bc2f2039966baad72446774552bd7cb12d04525cf1
Section: debug
Priority: optional
Description: debug symbols for clang-tools-19
Build-Ids: 00849ee98c67b2d83ec032542945f1676ddaafd6 02990c43fba13749fb4f298c8af1157cc2f45438 14ec7b84346f8d65ab29372b00692b2a4dd6ba8f 1baefc62e162662d96b7e979c7bddbe38da14a84 236f3657092d20cd8088685090ef958f1e8457db 23f82e1e58065df7dafd8acc3b40dbc8ef5ee715 297321989ab9875334c2423ea52d64a0d05b1a74 317646f22d475176dfe5bf9b9df454a2394bf0b7 37f7bd49e20aa4b1e84ec3975de24bfa6478ae20 502de827fe2f3b29f47ebfe3b3e30d5fcd97c2af 5dfb0381848a258a95e33883aaa88a04103e0c7a 5e38ecdefde17fd1d78a149d6bfdb40eebde1977 667bf75e0d5c37bf6f74d9f8cc565031599f2c52 68519b6a502f216e1e479a14fe411c729725e42d 6a0012048fb4593fef03aae14feb0c85da2772b4 6eda026d48d8250c75fd0941dbcf3602f956cfe0 8055dd519863641f35abc55d51510d78e086ae9a 86cf17ce44bd0336ec485c440f7ab4f519b5d44d 9552e3ed08b41846633a92d446b43a4e385285a8 a3d3478a3178ae9c876ba1290636dde2dc3bb574 a627ec032de8b8b791d9156cc853126a5a70dafc a88f4c94910ccf30ddfd314be637e35b9b9c98d9 c6b9d04a2372888d35a4250b14d0ff69a0d4bc8c c7cb7843a0574ea31dc82b200b94bacf76a4ee14 ce30833aef68c1ef016a1da4107e5c0b4fda84cb daadcbe06a690c3121d412f49e7d9b8bf858d626 e763c098a075f2b8f11ed616aa7fa5139815d963 faebb9d77a4c94506b39df6d97bff2a36c1c3303 ffa7779b88ff593c10f0c7043421e599b8bd3187
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: clangd-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 16770
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm19 (= 19.1.3-0~obs+4.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/clangd-19_19.1.3-0~obs+4.1_amd64.deb
Size: 3196864
MD5sum: 2fb5ab7532de33c69ec2b3090950ac3f
SHA1: 9adb34c45f9c90fb9cde80c4307c86b6b008108a
SHA256: 13e59c8a3dde9497b077a2f45b9c340486737b0a4c43d7f82edf82bf093fc365
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 24647
Depends: clangd-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/clangd-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 18027488
MD5sum: 0c33ee7bc2b24f076229640cc1a95244
SHA1: a31127f5f174b31b167d4816c48d62a195872f8c
SHA256: 6c729cb5b960993ffb0fe2f53f8c0ac925ffe77a5c92253dbfab0f7120facee6
Section: debug
Priority: optional
Description: debug symbols for clangd-19
Build-Ids: 6830338ed18c469c69a4c7363b0b342b60463e04
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: flang-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 136706
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libgcc-s1 (>= 3.0), libllvm19, libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libflang-19-dev (= 19.1.3-0~obs+4.1)
Provides: fortran-compiler, gfortran-mod-15
Filename: amd64/flang-19_19.1.3-0~obs+4.1_amd64.deb
Size: 24228872
MD5sum: 0476a6760d6bd7ba11d76cdc0623bea7
SHA1: 76eae17def6c23d55c869a3a4b001032057e1cce
SHA256: f97da2f793f4d0c340c205896594e6d7c997216bc756cb58c76fe29e1c6db3b0
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 293013
Depends: flang-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/flang-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 185266764
MD5sum: 67c0fa1e0766f7b977a4ffcc9b866c25
SHA1: 193aa9bc9cad91a30702841b1deb9f22ee3db58f
SHA256: 616c0377cb2e3724b7f4de56ba24d20c6f46bc9263e5f0b83af5b6338c66222a
Section: debug
Priority: optional
Description: debug symbols for flang-19
Build-Ids: 37cf2928ad579e81638a7805c461c6dc179fa266 3df9f3711f986cc905149c12cdcddf68da7964b7 68c94213a8833345c6bcd55cdff90b7eeb6b5341 6cd8ca12db235b8a011235f77012e61b25b6b027 eee5148fbda7907a49cb3a9506028aa2db46991b
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libbolt-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 93
Filename: amd64/libbolt-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 57092
MD5sum: 67ab60f7e8a5870a6341dd1158a6c6dd
SHA1: 223e0107ead885ede80f5c4b10085e2e37ebe8bf
SHA256: a2741005ab04391994443791dcd19f5788ddce292b45e57a2c1b9f4817531195
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++-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 11878
Depends: libc++1-19 (= 19.1.3-0~obs+4.1), libc++abi-19-dev (= 19.1.3-0~obs+4.1), libunwind-19-dev
Conflicts: libc++-x.y-dev
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Filename: amd64/libc++-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 1283884
MD5sum: 9423b4f5b9c41c5e0d314b51f4ccc4cc
SHA1: de705c92981424e4f234fa0a1c5d67786554d33d
SHA256: bf7b9db84bf65d61d8ef86164c942a02b8847d9f3e256e3e47b533614dcec7d1
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++-19-dev-wasm32
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 11015
Depends: wasi-libc, libc++abi-19-dev-wasm32
Conflicts: libc++-x.y-dev-wasm32
Replaces: libc++-x.y-dev-wasm32
Provides: libc++-x.y-dev-wasm32
Filename: all/libc++-19-dev-wasm32_19.1.3-0~obs+4.1_all.deb
Size: 1456460
MD5sum: e6668a77b42d71fafcf62e872202a0e0
SHA1: 4c1bb60382eab4fdd0ee5565fb49f84bd94b8805
SHA256: fa4aa27bfaf17cdfe15e395e325f3fc8bb2b04ef3a8d7a226820a7293c70fc66
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1078
Depends: libc++abi1-19 (>= 19.1.3), libc6 (>= 2.34), libunwind-19 (>= 19.1.3)
Suggests: clang
Conflicts: libc++-x.y
Replaces: libc++-x.y
Provides: libc++-x.y
Filename: amd64/libc++1-19_19.1.3-0~obs+4.1_amd64.deb
Size: 300852
MD5sum: b97e0302abe3d492c7356dba05d7083a
SHA1: 5085259400428c174842df4f87830e8bc4b5c596
SHA256: facb48737b507effb814b1629a60677a64cf42e73a26281ee958e0b1b5b0d104
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 650
Depends: libc++1-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libc++1-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 417736
MD5sum: 90d4197f1bce8f3561efd5356a6a503c
SHA1: 3c1bc848b88a4e5125760545bd7088854cba71c6
SHA256: 73c171b48c67b5359c388dae9ddf52c7fb53ab64f1cbd00664304850e350d519
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++1-19
Build-Ids: b64fd4b7607421b679c2b8dd52296303dbca6093
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libc++abi-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 692
Depends: libc++abi1-19 (= 19.1.3-0~obs+4.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-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 126620
MD5sum: 456da3bbf961f34d329a8fa3ffd95df2
SHA1: 56ab7f6ca60a18153c12dc61909b89cebed02d95
SHA256: a15b214b82454cfb7f445ed938089571c65eec323f13401611fcc972eccca8b6
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-19-dev-wasm32
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 699
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-19-dev-wasm32_19.1.3-0~obs+4.1_all.deb
Size: 196560
MD5sum: 6f2568be9bf7664cd96d8a0f9c77f840
SHA1: 45314298eb557d4d8ee2df44a57c02747fca79c1
SHA256: d201490e3549116ca2221030f4ada053f2210ba42fd75fa7546fcd664ab38765
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 296
Depends: libc6 (>= 2.18), libunwind-19 (>= 19.1.3)
Conflicts: libc++abi-x.y
Replaces: libc++abi-x.y
Provides: libc++abi-x.y
Filename: amd64/libc++abi1-19_19.1.3-0~obs+4.1_amd64.deb
Size: 103924
MD5sum: 28659da9e0e28725a8b79ec74d83d1ad
SHA1: 0c0b121951f37b0ee4916a1c7f28cf7795f21a02
SHA256: f928324d1f2da95ee279599af8efb9833e1c901b27c0c818e0a35c56b8a1441d
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 189
Depends: libc++abi1-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libc++abi1-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 100636
MD5sum: 500eb2f66ac9f724ef8a73ae9b65f773
SHA1: 93c9dd6aa08a74443d1f8d9479e443e38b5ec69c
SHA256: 8b1fc47d1d28a8b995f39121f461c3c12517f4b683f1ef64553ab8e4cf782899
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libc++abi1-19
Build-Ids: dd5a7561b02db9827ab8da42c39b7c23d63aeaa1
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 304511
Depends: libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang1-19 (= 19.1.3-0~obs+4.1), libclang-common-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/libclang-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 28255468
MD5sum: f4b004bd40351f0cdec04f969bf8f5ee
SHA1: d3edc3f8e064fd5e8f9582a99bcdf0f5a299ab41
SHA256: 5da3df7325e0f8bc51529d6fecf765a02d620f429b3f670cce490a0c70403122
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-19.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-common-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 13455
Recommends: libclang-rt-19-dev
Filename: amd64/libclang-common-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 739008
MD5sum: ab309ebb0e8ef21c4946471218d3c04d
SHA1: 44274f8cb769e74436fa3f12bd817d103c3bf501
SHA256: d0a9d6886f61a395ab9f8788361e4538609577702c44d36d13f13522dd189b52
Section: libdevel
Priority: optional
Multi-Arch: same
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-cpp19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 69086
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 12)
Filename: amd64/libclang-cpp19_19.1.3-0~obs+4.1_amd64.deb
Size: 13124620
MD5sum: 3a7a7b8222e4f42667b2fc50f037c78e
SHA1: 939951e21041c379ac65d9edaa1b4138d1f78fc7
SHA256: 630ada6437742fad1c9fc3377548211e3b989b1a6239630fdf40827140eea5d5
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-cpp19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 69037
Depends: libclang-cpp19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libclang-cpp19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 50707928
MD5sum: ece483e0ad0ea4a8643ee2e9c8cfb706
SHA1: 02567332ec7c76b9bd76507ea4de7a8fe0de2b55
SHA256: 0c17c0613d93ffc65628cd32e3c5b4191286ef65a9917421232b2329e870225a
Section: debug
Priority: optional
Description: debug symbols for libclang-cpp19
Build-Ids: c2489fa3d67ca04fe5e821a31fdc3d813bc94574
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-cpp19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 59
Depends: libstdc++-12-dev, libgcc-12-dev, libclang-cpp19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libclang-cpp19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 43860
MD5sum: 7407c1ab2f6873c9e34498eb6847d878
SHA1: 1b61cef6ac335823abd23e2420581962a7fb3cfb
SHA256: fbb1da383063db473da494ed9db0961bedf88ea6aa0e03c3add937b4902ae4c2
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 36395
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: amd64/libclang-rt-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 2470520
MD5sum: e79847652d0fcfcb77311599c6c7ee30
SHA1: ce7a8240cf4e68519ba8249254994cdbd6207530
SHA256: e90821eca0aa1b99f2276d519d42d362a6235d145e194f8af07c4407d9715cc7
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-19-dev-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3966
Depends: libclang-rt-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/libclang-rt-19-dev-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 2295020
MD5sum: d2b3dc91c554f9b699892d6e6c9da586
SHA1: dd7e907efeca0c9000e163c12e8aac89fd2972d6
SHA256: 4cdbcef8c92550cf3b628f95afe08c33bdfa1899ee946d51106a55c63578e8e7
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libclang-rt-19-dev
Build-Ids: 15c37a39f8e20881d8dc3741434b66040c6318fd 2a2581e288369c26bcab5216648be8ee58defb43 4545c0809d3d7f9d52d55c120d78336eb6133ef9 4b3a306cb2be066e6fc66c8bf3455cde61029d50 583af873f3b5795b732425ab731d504d91490f2e 6115703b0d89f414ab71b80c74f12e18b8d32ba3 a136efe51cf26d40c0b3ad7fa48843d77e644a63 d2747213531b49ef1b33b5518ed2d3c35840f624 e6f53db66849ee2327682c49062d233075049d86 f2c11b71ac9fd55ff5c04a0fc744496e37585a35
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclang-rt-19-dev-wasm32
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 284
Filename: all/libclang-rt-19-dev-wasm32_19.1.3-0~obs+4.1_all.deb
Size: 83540
MD5sum: d1ffdb7b271974699a4c695a35a7274c
SHA1: 2a652d5bdd4313410be5b4327228ad716258c9e3
SHA256: 5c58ddb887b80547b3999044e29f3f25e5e18cdb49ad35375628003261744472
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-19-dev-wasm64
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 291
Filename: all/libclang-rt-19-dev-wasm64_19.1.3-0~obs+4.1_all.deb
Size: 83748
MD5sum: 72f506ea7a958e446b9cb8eb0652f8c4
SHA1: 2299da1ab90a2bc976c5dd96dd17356017f3b61f
SHA256: 66839d8535382740cdd18197866a00ff10f873645d76a642c2d86577ff287bd5
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 37086
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19, libstdc++6 (>= 11)
Filename: amd64/libclang1-19_19.1.3-0~obs+4.1_amd64.deb
Size: 7586896
MD5sum: 1d25bdd18316dc0835539a5ea79c26f5
SHA1: ff8115ac2f012906aad397bb90f4d10c4f34c687
SHA256: b5d2014361202c84e67e6e58229d51f4ff280aa753289ea6b55ae3684271e622
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 40852
Depends: libclang1-19 (= 19.1.3-0~obs+4.1)
Breaks: libclang1-19-dbg
Replaces: libclang1-19-dbg
Filename: amd64/libclang1-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 32814156
MD5sum: bc7fc9261ba7f2bccb6cefe9dafc236a
SHA1: d5ba4e6194f51d8350df2fc83305ef5392df329a
SHA256: 404f4a365d1cdb42c6d6f0ff1ca93b48a63f0826ebbd2dd18cabe91f84625398
Section: debug
Priority: optional
Description: debug symbols for libclang1-19
Build-Ids: 61d19afb33c785eb81b7c4949ac18dd0fc44b55f
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libclc-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 77661
Depends: libclc-19-dev (= 19.1.3-0~obs+4.1), libclang-common-19-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-19_19.1.3-0~obs+4.1_all.deb
Size: 11379044
MD5sum: 15a05e8411f1941542b7f1ffdb6912e1
SHA1: 064eadbd8bdf45fa1e391db27822d50cae03d3a4
SHA256: 59ddb8b24f2542e68d028f35b0cd1270d36f0ab22addc3f28fefdf03c62dfb62
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 450
Conflicts: libclc-x.y-dev
Breaks: libclc-dev
Replaces: libclc-dev, libclc-x.y-dev
Provides: libclc-x.y-dev
Filename: all/libclc-19-dev_19.1.3-0~obs+4.1_all.deb
Size: 65216
MD5sum: e91ed5870eb5166555dff2e62b075a52
SHA1: a1ca41fb1c48ebaa05d781b23c5908fab3101dfd
SHA256: faa0853ec35fdfd7aaa4b1d9afb2ee25f340e72b81b6a90a68bd1a48d4907307
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 700693
Depends: libstdc++-12-dev, libgcc-12-dev
Filename: amd64/libflang-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 29069712
MD5sum: 887a9dddf5f89a6665ac36fe1370bc15
SHA1: 5445bf68eb22f937a6a5e5f6f6b6ec144632db13
SHA256: ce68f1335528d24a5dc93e97c5cd0f66019c93138ae6aa7270484c0962466776
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 888
Depends: clang-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libfuzzer-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 196632
MD5sum: 5fe237d0f5c1e5f7cd863b7412c3dc0a
SHA1: 6067b16e2c80d7f110be058e25721fae26f97a15
SHA256: 2f2ac7cef11d5a9046fb3cdb46ae935b496546351094bab3b13be805d8d89fe8
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 14088
Depends: libllvm19 (= 19.1.3-0~obs+4.1)
Filename: amd64/liblld-19_19.1.3-0~obs+4.1_amd64.deb
Size: 1724840
MD5sum: 6a3bcb5aa2f2693fd34ca3df3894b49b
SHA1: efdf2895ef619909abaffd56e37b56bbe527a56d
SHA256: ead08c0fbb59dadb61fceb027ab16d94455d18638eb9b953b24c5a9214e29fc9
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 107
Depends: lld-19 (= 19.1.3-0~obs+4.1), liblld-19 (= 19.1.3-0~obs+4.1), libzstd-dev, zlib1g-dev
Filename: amd64/liblld-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 54284
MD5sum: 5eeae23953abbe348096dce8ebb94a75
SHA1: 217d6285923fea9b8218db4f0c17a68cd3a0b133
SHA256: 779e29868099d0bbc0e10aad1081438f99c280f615042fb223e6ae8f432ed0ba
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 17471
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libcurl4 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libipt2 (>= 2.0), libllvm19 (= 19.1.3-0~obs+4.1), libncurses6 (>= 6), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: amd64/liblldb-19_19.1.3-0~obs+4.1_amd64.deb
Size: 4150184
MD5sum: 53d34cca280cf1b4c74bc1f1f487049b
SHA1: 18e149ece87b23ad8f869901b643ca4d8d39fb50
SHA256: 78329504a5d8b65be20c05381e09242ecaaf61bd39f7e6cb366087e77c5bdd89
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 18049
Depends: liblldb-19 (= 19.1.3-0~obs+4.1)
Breaks: liblldb-19-dbg
Replaces: liblldb-19-dbg
Filename: amd64/liblldb-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 13668440
MD5sum: e14d70972bbd17bdfaad106c9d9772d9
SHA1: 49b0398d6ab45d6d7fed3cc1bb21e7d9fba37a15
SHA256: aa802e02e2253f5729bf5d38c0811097d77836b70eadeb785cd475cce0cf3651
Section: debug
Priority: optional
Description: debug symbols for liblldb-19
Build-Ids: d8cf85fd52f33c496e63388b529069fc1d228ec1 e053a4ed8ee6288340ef79dac12a3501785fda43
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: liblldb-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3587
Depends: lldb-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/liblldb-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 577236
MD5sum: e2fd848608734067a2e8e827efb5301d
SHA1: d3f7d7da478882ec31313194558ba1df89d79410
SHA256: fc4606e8597025b106140986b21f4370f289d90a909d4c755a530f515ba1566c
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-19-ocaml-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4019
Depends: libbigarray-compat-ocaml-dev-5tnk4, libctypes-ocaml-dev-lxwb2, libintegers-ocaml-dev-ane88, ocaml-4.13.1, llvm-19-dev (= 19.1.3-0~obs+4.1)
Suggests: llvm-19-doc
Conflicts: libllvm-x.y-ocaml-dev
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-19-ocaml-dev-jojl8, libllvm-x.y-ocaml-dev
Filename: amd64/libllvm-19-ocaml-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 474348
MD5sum: 841b16e6d4ec626c1ed56e3c6e8ffeae
SHA1: ac1ee6a064c76481db64d646e219dcc0eb864f0e
SHA256: f2c674704bafbeaef979f70acf41e5b0e6198982601ef98a06cac7a3bb2256df
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: libllvm19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 126306
Depends: libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 3.3), libstdc++6 (>= 12), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0)
Breaks: llvm-19-dev (<< 19.1.0~)
Replaces: llvm-19-dev (<< 19.1.0~)
Filename: amd64/libllvm19_19.1.3-0~obs+4.1_amd64.deb
Size: 25934896
MD5sum: d5f0b163f9210fc8d20588bcc1d4bd56
SHA1: 07a13ba85262d937321f6625dfd4854b16c52da1
SHA256: 9a372fc6e65a0d40510da8668954f0dc123df12f22b4e1ea90a12d09a406babc
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: libllvm19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 88011
Depends: libllvm19 (= 19.1.3-0~obs+4.1)
Breaks: libllvm19-dbg
Replaces: libllvm19-dbg
Filename: amd64/libllvm19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 73019720
MD5sum: 197054daf254ffef98c80bbf3d0194b2
SHA1: e506b3e03d811ae77284e873d70fcc0b26f24290
SHA256: 8185b0da17b6269aca80673acb92e012d6c29a3595f2850c6a0725422ee7c9b3
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libllvm19
Build-Ids: eaeaf122cc5dbf26ebe243495f8d756b7145bef3
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libllvmlibc-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3260
Filename: amd64/libllvmlibc-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 444648
MD5sum: de4fb3f5979e7e5470bf9b84abf178e3
SHA1: 761adc6b31d91977f9385d1945764ca5a481387f
SHA256: 4e34556a311bb459522684038bf2a9fed96115d0df65e08a8f90f105349e079d
Section: libdevel
Priority: optional
Homepage: https://www.llvm.org/
Description: LLVM C Library - dev package
 Implementation of the C standard library targeting C17 and above.
 .
 This is an experimental project. Don't use in production.
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libmlir-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 66131
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19, libmlir-19 (>= 19.1.3), libstdc++6 (>= 12)
Conflicts: libmlir-x.y
Replaces: libmlir-x.y
Provides: libmlir-x.y
Filename: amd64/libmlir-19_19.1.3-0~obs+4.1_amd64.deb
Size: 10767748
MD5sum: a21274db1263c6873e9687c00b5d0b7a
SHA1: 4854b6dc7fa7e5f23a6b9689421185fa9ad1e875
SHA256: dc968ac4a815f734b400e9ceac0c02d5b0acb7965153fb58f5c5aa677e479b38
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 79773
Depends: libmlir-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libmlir-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 44274512
MD5sum: 9fad3b96550de8ac0f74f42f7168e26e
SHA1: 56a8d99acc1ba413f28759c81f2b050997081837
SHA256: 8da21bcf3a4b87770ae24e1a35992623bd876732ee9257260df543555fbb63a8
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libmlir-19
Build-Ids: 0297e92a96bb64fd487341e4883bb0701b6255d4 058c6288c40d944db961e230cb36cd6640766300 0bcb81b9e7ae1b4a22ebad7428687f9c2acf6e49 0c8069e57eebeb0983887cafb84d3a91e8ff500d 40dfc6434a8388808bbc0dddf862e86ce7d70748 613e11813c6955809c197390c396c9ccb3004839 6b0eee1d577e0a7660d1a490ac9384d6c14ac11a 7211ee3f637f8a490778521f574f7fe48d98b889
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libmlir-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 357877
Depends: libmlir-19 (= 19.1.3-0~obs+4.1)
Conflicts: libmlir-x.y-dev
Breaks: libmlir-dev
Replaces: libmlir-dev, libmlir-x.y-dev
Provides: libmlir-x.y-dev
Filename: amd64/libmlir-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 23258252
MD5sum: b2d45b0b8cb86095a73d50351ba247c5
SHA1: 5352aed2e742daae58be9eb1a09793fe6b3b7232
SHA256: de16d2bf6b53a578455b39e101670b2d0b304297be09be695386685abf7dc35b
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-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 34525
Depends: libomp5-19 (= 19.1.3-0~obs+4.1), libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm19, libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: libomp-19-doc
Conflicts: libomp-x.y-dev
Breaks: libiomp-dev (<< 3.7-1)
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Filename: amd64/libomp-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 1191256
MD5sum: cfc492969bff0db964adf3cd791b6205
SHA1: 5267330486fa09aaf5d126514ad969b260b78370
SHA256: 8bd013ccf5db639268f37a04315697e4ba24066b9d8fcf5960907a5926933040
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-19-dev-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1230
Depends: libomp-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/libomp-19-dev-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 920832
MD5sum: 29eaa15dd0a624ca212ea6cd56459714
SHA1: 1454791db3bd62842392b2c5da139d9f3fa98d64
SHA256: a26d8b6211ef295c2883d4588127b08e41d04a6f2bb45af6ceaecec17c9eb23d
Section: debug
Priority: optional
Description: debug symbols for libomp-19-dev
Build-Ids: 17f90cdf91cbb21d2afd04bf73b8d554f87bca94 320edaa1c068d946cae84dedf89ce267351d98e0 b1194eba2c1ad67662a55aef72e9d9ff991b693c b9d4a9c9411c3c6ebc750a50f6caec9aa65cab69 c44a5d8fcb3464f893f416fad9771f7a29174814
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libomp-19-doc
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 14707
Depends: libjs-jquery
Breaks: libiomp-x.y-doc
Replaces: libiomp-x.y-doc
Filename: all/libomp-19-doc_19.1.3-0~obs+4.1_all.deb
Size: 1062064
MD5sum: 1eba31151e44eaa21006c6723d651577
SHA1: 53fcd9f90908722a38691d0556c9f5c59c69cbef
SHA256: 694106b420eaba745a4c1c3233eff0e64c52686bf4d7670fd80b7b2e8d615faf
Section: doc
Priority: optional
Multi-Arch: foreign
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3288
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19, libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Conflicts: libomp-x.y
Replaces: libomp-x.y
Provides: libomp-x.y
Filename: amd64/libomp5-19_19.1.3-0~obs+4.1_amd64.deb
Size: 640204
MD5sum: eef6901731a4af7917a01c3e7637e3ac
SHA1: 499b84cf46bd3837f2e92949bf44bdcdc5fb09e3
SHA256: 5b83c0f9936cfcc0fca53bfdc2dcd807b2a354ea186c1332fc83a8b51eed82cd
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1297
Depends: libomp5-19 (= 19.1.3-0~obs+4.1)
Breaks: libomp5-19-dbg
Replaces: libomp5-19-dbg
Filename: amd64/libomp5-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 954364
MD5sum: 9922f0af57795a728beea891d489a10b
SHA1: d83f7d4bca77691114dde6dff9b0195e547ecf97
SHA256: c4f85457b8f8e53977a53a68b7401d6a527452561070aed0de7ce483fd1e8e57
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libomp5-19
Build-Ids: 0d41da5170f0d9f39be908541cd20c67812ae9b5 3276e563b4d0be7dba4dc801c0e884660778045a
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libpolly-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 12602
Filename: amd64/libpolly-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 1635628
MD5sum: ba899a8d14a781d7b91ab3b69fac3f87
SHA1: df871bcdf85c89db6869c8be4c31943c4841fac3
SHA256: 754a0f7d50ef004a9609f3a5d38fad7cd520ce64d369fad5e5dfb86330a87142
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 115
Depends: libc6 (>= 2.34)
Conflicts: libunwind-x.y
Replaces: libunwind-x.y
Provides: libunwind-x.y
Filename: amd64/libunwind-19_19.1.3-0~obs+4.1_amd64.deb
Size: 62288
MD5sum: 7cb2fec90b160e982e1f4c9e76270ff2
SHA1: 2719e40984b385157097f6d5c43988e44686e50b
SHA256: 756a9f642725f0a76c37c3ad340bc241cb4192aa15275db72b111eae4e48dd7c
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 38
Depends: libunwind-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/libunwind-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 19196
MD5sum: d5bd3ee1ac794c08384ef4ea72d69153
SHA1: bf82519efc140ed38bcc51838ff14bf21c232d90
SHA256: bb28523c4a4916a11d32c91a81bbcf86813aac8a9558093babe9a544829447fe
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for libunwind-19
Build-Ids: 89475cf2f565b8dc11c6e8c8a849fdfc4c0464c0
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libunwind-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 359
Depends: libunwind-19 (= 19.1.3-0~obs+4.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-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 80852
MD5sum: fb5cb7081c9dbdb32aaca1660380e4dd
SHA1: 7ced53bca452fdc55f8d288e268fb0e4b56c5025
SHA256: 1fe323adc4264f1db02928efff4b28b8b02bb5f6d181ff0b6a62ebb8c11f83b2
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5492
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.2)
Filename: amd64/lld-19_19.1.3-0~obs+4.1_amd64.deb
Size: 1366344
MD5sum: 10fcc31da909995f796c6b32137ae420
SHA1: 9f04b074593a51e29d28372d8888c8eedecb794d
SHA256: f3b406e0214a7249e7c590aaf2db3b34b85265db8fa43f7389735aa9b894b9e2
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 5162
Depends: lld-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/lld-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 4106368
MD5sum: 770c95eb6acb388951d263fc415936b6
SHA1: 444bc0166fcf30ae195655c7d4d788ae38d3facb
SHA256: 65e3576c2b15138ea8515fcbaa943cc38682ee9c74f202df1be28d2983d11ee3
Section: debug
Priority: optional
Description: debug symbols for lld-19
Build-Ids: 30fabd8603896a5a2713c030c9118b341d33953f
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: lldb-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4311
Depends: libc6 (>= 2.34), libclang-cpp19 (>= 19.1.3), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), liblldb-19, libllvm19 (= 19.1.3-0~obs+4.1), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), python3-lldb-19
Filename: amd64/lldb-19_19.1.3-0~obs+4.1_amd64.deb
Size: 1215104
MD5sum: f839cac0a71f32321a43529054f9bb18
SHA1: abf4c0080cab52d33d910f2f92cd73922851801e
SHA256: 3b08587ededda697e17f7da3f162c4cef61b039ba9c65b34944f3220a8589b85
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 10241
Depends: lldb-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/lldb-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 9116704
MD5sum: b7af3bb1a7dd64bf7e5653db10002211
SHA1: f8561a78b8a8606cdc0e21e29dbede45ecfc48d8
SHA256: 010feb95b1b91b78c265f842ced38d457ab878b682aeb9f37b9d0598ad50872c
Section: debug
Priority: optional
Description: debug symbols for lldb-19
Build-Ids: 10863b24b22dc8a2c671042dfd8a0bfb253d0753 140d3d48fc365ff750435f0cfdf10f4b4fba4188 5256c30ddad46c74e4bfc25c6e0a3594af7a5a43 758aec3b2a0c14b8819718e41364c9a6efcc9de1 b8d55e9ef7bf8c8b9c4711bdea81b926c2d0317c
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 73129
Depends: llvm-19-runtime (= 19.1.3-0~obs+4.1), llvm-19-linker-tools (= 19.1.3-0~obs+4.1), libc6 (>= 2.36), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.3), libllvm19, libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0)
Recommends: llvm-19-dev
Suggests: llvm-19-doc
Filename: amd64/llvm-19_19.1.3-0~obs+4.1_amd64.deb
Size: 16345648
MD5sum: 1751a70f1c4dc25660387475507bf206
SHA1: b39aa72f1c2f2990c3d4d7358398cc741bb25a4f
SHA256: 07fedd1191e34c5d0a79213b96a583cf4ab44aa6b68a510c0dc3c869e44bd3ec
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-19-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 76611
Depends: llvm-19 (= 19.1.3-0~obs+4.1)
Filename: amd64/llvm-19-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 65708820
MD5sum: d04d7f84c748b275911d0faa770e00fa
SHA1: 11803d84a12d866186246ba129b14065b40e19bf
SHA256: 52d66f49126f90eb44eaed3433f26bf5a7c9224dffdd35ddb07afb22d6a1a745
Section: debug
Priority: optional
Description: debug symbols for llvm-19
Build-Ids: 02898b3dd1ecb4da7fc6e1722e62b9f7c08a1dc7 02ad3c11523b941254a5101d3c1909e288515c95 05fd3a13af51a4ac8a65540bd13ad67410b10032 08241e6f97afbc88e3c0bc6bc38a80c4b5bfa7e8 0c66d8be615c39cf52cd0402a58fd3f244f0b0b2 0c87e4e9df722d6767d281e2d360c76d4371363d 0c90a388c4cef77fae5fae535cf870255102c230 13bd21f944ae12ff3bcf6105d8df3abeebb5dd8d 15f73a06be1192e2254ed0ce6d6025fe531f78de 163280735108b1e2a6e590eb6db03546871663e0 1788474574c21173301b4526723a24369e2d9a65 1813677212f0b15549b6855d48d5990e14886aba 1f123929a238fe518ac3998ec6da6df569369072 23347ff7af0d1ca561232c1b19b61a1068975eca 2ce27136a8ee38f73a9a6c213d9c3f67a970f2e4 3038a21f9206d76ece810aa08f5c2ac376cf3283 34f4d0e148a98a8f41b2152d7eaa0a49c0d50d8f 383da8bef57174d3f476863f4a0bd4e0723e9dc7 3b9de00cad539f19abe63ea69365e4ea5939c726 3faa6dd88688c333452a871a92f59e2aae437691 419f7b4a5a0b140bf1487694b14c695b6f3e89cd 45234609e7dffe45c9648fba5959e08949a6c3f0 46ad3693ac3a2c706b0b17df813a8e855ddfca3f 48d89fb6fdc1684e87c86801587104d74fb4ff77 4939eac524e8954e0f8beca966dff05e21b536bb 4b6bbb426ab0fe40e0f43c276589dc7d6ecb1b57 4e4f2a1a5c9d76cc2df4705c8faaf20f7bca8b78 5d18018999fefeba5eb02b73eebc2fe5911b9d41 63fc3ccb0047c9c5c41e498ce6953a80ae3c193b 64a153ea5f111c9b6ad8db6dc8224ea849e65da7 677e43a6d0af20ed1845e34581a3668298d92b2b 6a9c064c4d92a6ba477cc552dd3187c443c5036d 6d3efb8c0d1a2a8982201e3b0082389fa7ad0067 7003b16104efab88b92fe4ef9df1a64f41222b97 70f50f094cf4d0f0bfe614f908267b23859ea048 7dd0380d773def097b45f438392d830266c6dcc4 7f182632190b1442f2be71ff473d6723b86c6b27 84f23d2f777dbecff8fcb5a824671c7b83c65f2b 861964ea346d413cfd68242b5bd744de198961ef 8662e3f3414fc69d8f75b66c699c046e888f8de1 871b3ccff8dc3e3b190f0154e1481f375f726c0e 8b6d85200f9f50e0600aa88257a24305f59f5748 91c5259c5627d0ef6012ac5c19e3d787c7695dd6 95275be936396ec994ea72e2747cde9f1c2d302e 96196239dd6b28f69ea7ba82079254f808c930a6 9ab6891f77077801ab7fa31dd7b82681ddf2a7de 9d9b78ab3756136fca5ca42b1e30207c36d0cbc7 9f2ba70af33b095079d3365125b45bf000a0d6b9 b2d3325fc5ddfee25d9627f24177f2fb5d86548e b4549683eb7003fda30ddff733f69320fd5f1456 b6a09d9c5ddb197897aebefa496ae28578fa1753 b6e3d9f094ff6772b66cc30e0249adf0015f5320 b71616f3a018c3cfff18c16f068d21d704902452 b990bc4ce2544bbf75bd8f845538961e594bc283 bd0794ec9e9b9f0af42da841dac6f13cda2d78a9 c9c23e5675fdce779b67ad04aa22658b959b5382 ca0d5d779ea635a6b45be93af12a665aedd797ad ce86175189179c0ce78cb908c2160c46da2858dc d098a4631efda904e5f33550024ba59efe21cbcc d4b5084d72eadb29d230a3a26d1b2105933ec27f da555cba1cf4b4957965f9bb6ab6a641ae0cb589 dde100fd75f8bfe86413b5624a1855cdd14b517d df3745856964bbbfdd0ba0708c7f16d94765c684 e16cac21101172d8dc76ae08a14e2c61f0fa8256 ebae05584c0e740724bfd5aaf8986c4325ffdf3f edd66df7ea97cf6537e1edcd8916a4e4a196b3de f9d131520fb572724e7db1752cd81215231ca383 faba930692387a4f72908276129ac964282fd19b fd74782b68eaa2570a70a18f72fa4a8e3fef450a
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-19-dev
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 345955
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm19 (= 19.1.3-0~obs+4.1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-19 (= 19.1.3-0~obs+4.1), libncurses-dev, llvm-19-tools (= 19.1.3-0~obs+4.1), libclang-cpp19 (= 19.1.3-0~obs+4.1), libxml2-dev, libz3-dev
Breaks: libllvm19 (<< 19.1.0-4)
Replaces: libllvm19 (<< 19.1.0-4)
Filename: amd64/llvm-19-dev_19.1.3-0~obs+4.1_amd64.deb
Size: 43023100
MD5sum: 704ccc8900733e6ef97ec92320f4b9c2
SHA1: c7bc4c70b4c5549130f74d0d88e0c1c30fadd210
SHA256: 07e2315a9be1944e8a4e7235fb2bde2ad3a1f76abcc835d965d2385992ed12fb
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-19-dev-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 15
Depends: llvm-19-dev (= 19.1.3-0~obs+4.1)
Filename: amd64/llvm-19-dev-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 2336
MD5sum: bfc4ff8fc98a6932a0d5e86be642cfc3
SHA1: b8d6b37653b5a93cc02aef2f0f05896ccf4986ea
SHA256: a1737789ee9e8df030a1a411f6e17a9f8f379cbba4b9ff75406fdab93675ae34
Section: debug
Priority: optional
Description: debug symbols for llvm-19-dev
Build-Ids: 52d874554ecce8ebda976932fff7adb04e3e8c5d
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-19-doc
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 56959
Depends: libjs-jquery, libjs-underscore
Filename: all/llvm-19-doc_19.1.3-0~obs+4.1_all.deb
Size: 8474872
MD5sum: c635350680c7408bd3aee72779ad976d
SHA1: 8009635670fca16bf43e6a718d5c0dfeb8ed496d
SHA256: 586c1360e140582c77b8347aeed3be639f67418db9a1370c01fff042979e8949
Section: doc
Priority: optional
Multi-Arch: foreign
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-19-examples
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: all
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 467
Depends: llvm-19-dev (>= 19.1.3-0~obs+4.1), llvm-19-dev (<< 19.1.3-0~obs+4.1+c~)
Filename: all/llvm-19-examples_19.1.3-0~obs+4.1_all.deb
Size: 284432
MD5sum: 061880738d9fe1748fc6d4f67144f32a
SHA1: 021615ef0969ea0684fb7bd6a4f8cd04b07db08a
SHA256: 943a054515cfcf8b55fcfc3b6bd15437fc8b0a314efe0fa9ece4a876fce9e99f
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-19-linker-tools
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4262
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm19, libstdc++6 (>= 11)
Filename: amd64/llvm-19-linker-tools_19.1.3-0~obs+4.1_amd64.deb
Size: 1256888
MD5sum: 155427442f05db764634b0495472b16f
SHA1: 8713329470f6ca43f8b85772e846b900e36db0e8
SHA256: 5a8f7f11418a5210e97093379e9da2ab06316f2d0c938e0cdcc071867132e7ec
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-19-linker-tools-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 3650
Depends: llvm-19-linker-tools (= 19.1.3-0~obs+4.1)
Filename: amd64/llvm-19-linker-tools-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 2926272
MD5sum: f9bbe02d1e0e09d9e4f5f1ef65ccb181
SHA1: 7148482899913fa46a767dff81afbb5e08934322
SHA256: 8c183bdd187d7cccf0bd222e0c887439e1988e7405338e720ff171aaa759a3c4
Section: debug
Priority: optional
Description: debug symbols for llvm-19-linker-tools
Build-Ids: 546f3dc6cc24858eab475be6ef26fcb3462d82db aa4d7e958d20be9158521b4daa8c5b4b6a0ca3f9 b822c4047b5f5183d0c42f8c80e57dacc11cbae5
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-19-runtime
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1687
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm19, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Filename: amd64/llvm-19-runtime_19.1.3-0~obs+4.1_amd64.deb
Size: 547684
MD5sum: c945a63e3bd4d3800298575c3a929074
SHA1: eca607172000d36b42b5b781204869bd934d9062
SHA256: 89ac185d5eaf6cb69f1ee370bf276cd866fe3d44a5aa4a16464b243e45e590cd
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-19-runtime-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 1486
Depends: llvm-19-runtime (= 19.1.3-0~obs+4.1)
Filename: amd64/llvm-19-runtime-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 1112476
MD5sum: aaa6cf238177d3895baf67cff571bf3d
SHA1: a87e18a481623d0456f0bd09393af104d56fe831
SHA256: d9b9b84273fbfb1184559193ddadac23c36e12b237a553723dae2491f2ee120c
Section: debug
Priority: optional
Description: debug symbols for llvm-19-runtime
Build-Ids: cf761df4b79ba946be94f03900d31f373a534162 f82412a2a402e7bece3cea720b63e81e913fae33
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: llvm-19-tools
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 2556
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libstdc++6 (>= 11), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Filename: amd64/llvm-19-tools_19.1.3-0~obs+4.1_amd64.deb
Size: 511680
MD5sum: 05c0c3763ef3f45731b1847da92e9c2e
SHA1: 2a6c470fe91b62fac1849cfc5593ddc39945f69f
SHA256: 00185a13d9c621d0ac1cc21a8e048cc8e2c2c35cbfdad8c43e1b93c5f5ff1a5b
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-19-tools-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 4416
Depends: llvm-19-tools (= 19.1.3-0~obs+4.1)
Filename: amd64/llvm-19-tools-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 4022840
MD5sum: 3f06cc2629a0bc8f879026c46694759a
SHA1: 17f1ec4e972e4f7c4a683889310089aecd6f5dcb
SHA256: 93007f179958eca07284201531bf993996089319244949a10d57c072867d90b9
Section: debug
Priority: optional
Description: debug symbols for llvm-19-tools
Build-Ids: 197f541ebd7d06638e03ee7c6f894bde46f601be 4647e25ec4c893a344ea38d249a3cd53ed80d7ae b2bcc6be87b5f710ec44372766dbd7dd0cc6d2b6 c9e82aaf5ddfa3c28a89e415f9c458baae5ae1b9 e8a06112a4bf7ccb02e352297e40d31c7975599a edc045db8d6eff2c8e9671f3b32b38af6bea8b2a
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: mlir-19-tools
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 305177
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm19, libstdc++6 (>= 12), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: amd64/mlir-19-tools_19.1.3-0~obs+4.1_amd64.deb
Size: 50677976
MD5sum: 3a3748421ceca3c56268d899b5d50cce
SHA1: 67bd542ee3dab5ac275ef2b9c5ad4531725124ac
SHA256: 797e363a4abfb26d6b1e6325d88442663c560c5b4f2796dbcc043948a2a415ba
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-19-tools-dbgsym
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 474994
Depends: mlir-19-tools (= 19.1.3-0~obs+4.1)
Filename: amd64/mlir-19-tools-dbgsym_19.1.3-0~obs+4.1_amd64.deb
Size: 265573072
MD5sum: 0ff4e2a97f44e6013d9becad4e90c401
SHA1: 773daeeafb80695a388e0823582bbd4eaaf34eac
SHA256: 47addc50dc4e68091bbbaac10ca61b2deb57d65379423ea3671f289e85a48a26
Section: debug
Priority: optional
Description: debug symbols for mlir-19-tools
Build-Ids: 0c43d6a57627f240c8da2a2bb4d961b51927fb22 31959e2e4dfafcfea6841529be735b3654ddadd1 3b609172fe5835aeb19a03ec4e2d1f5137069189 44891b2454cac9d1f26ef0d5c0044e005bce3a83 48b73c1a184b505c1649461ce67e80b747f1f958 59c3bca1cea6dcda542bfe1c915f638097772a46 59f3227e5cdafdcb5b8cc125f2fbeca2a190d836 5b1675e60eb7af80855c321a645fa9004d05d87c 8bd0ee47a3c1303fa4c9081bfc6312e093bf6404 93661c4e04e789803dd707975a7236dbd51660f5 94844f3dcb22f1a6329d15f78887556bb1d66c14 cf95a4043ec728b7c3800d934808a1e253fe0b06 d59ac4957a797baeef2ce622dc5910c4091b5933 f1ca951136d06cbd9218824a93ce0aef1730376f f9595547aa7774be764debd9f088303d93572d42 fdd5bceffb63a5ac1dc222cbbd7de495b0bfd859
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: python3-clang-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 181
Depends: python3, libclang-19-dev
Conflicts: python-clang-x.y
Replaces: python-clang-x.y
Provides: python-clang-x.y
Filename: amd64/python3-clang-19_19.1.3-0~obs+4.1_amd64.deb
Size: 69376
MD5sum: f9c49eead24c675fb9da00768a296f13
SHA1: 98aa179ba573c9496621a4a21c976b4bd9def5c3
SHA256: aff95c6ae0cd1e59b51c6e1a4423d015eaa575a08853939520ab73d93551c212
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-19
Source: llvm-toolchain-19
Version: 19.1.3-0~obs+4.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 929
Depends: liblldb-19 (= 19.1.3-0~obs+4.1)
Conflicts: python3-lldb-x.y
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Filename: amd64/python3-lldb-19_19.1.3-0~obs+4.1_amd64.deb
Size: 158312
MD5sum: 78ccfa4927977a09fc2286fc8b5c364a
SHA1: 8bee626137b44c90a3780a131762a69f48513186
SHA256: b61cd61ea4ef9324f449b44accedca7f45e3c82e1eb505e7eaf7d35fb67e4aea
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.82.0-0~obs+12.1
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 893152
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libllvm19, libssl3 (>= 3.0.0), libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.4), gcc, libc-dev, binutils (>= 2.26)
Provides: cargo (= 1.82.0-0~obs+12.1), libstd-rust (= 1.82.0-0~obs+12.1), libstd-rust-dev (= 1.82.0-0~obs+12.1), rust-doc (= 1.82.0-0~obs+12.1), rust-gdb (= 1.82.0-0~obs+12.1), rust-lldb (= 1.82.0-0~obs+12.1), rustc (= 1.82.0-0~obs+12.1), rustfmt (= 1.82.0-0~obs+12.1)
Filename: amd64/rust_1.82.0-0~obs+12.1_amd64.deb
Size: 92453248
MD5sum: f7bd77399d7624424ec94ae2f1ead11a
SHA1: 652920f524e57e121dcc358d2b2feb3c55a9d5e9
SHA256: 0a750cb104e31091501e5edd702e6c8c29d5b54d99223c97dc749e6681db98e7
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.82.0-0~obs+12.1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Installed-Size: 56147
Depends: rust (= 1.82.0-0~obs+12.1)
Filename: amd64/rust-dbgsym_1.82.0-0~obs+12.1_amd64.deb
Size: 6959500
MD5sum: 9e2edc2650931f32af984e947ec13623
SHA1: d69ba66c96fa62f945b6c6f01549d767fe5c7e71
SHA256: 440e5ab331d889f2a873f82779c23f4fff6914059fcb2c2d4e00633295431eda
Section: debug
Priority: optional
Description: debug symbols for rust
Build-Ids: 02c9e09c3d94c50eca7ca47b3224c8715769c410 1501d7582775618186ca255157e502b679b0c577 5070fb583939b144a8c579402da19316eacad82d 5fae6245c135d7bce8e43250598d9981909e26d5 68400d44ebbe36f5b1d55cca1da9c1aa30d1f630 6ac76fffd5e849febde548b1ee8adefe4f26ff93 be7cd2bafa6100efcef1b074cb9c959829711867 ef964b63a9d8fef31da232ca46afa89bed72473f