Package: python3-ledger-dbgsym Architecture: x32 Version: 3.4.0-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: ledger Maintainer: Debian QA Group Installed-Size: 42140 Depends: python3-ledger (= 3.4.0-3) Filename: packages/unstable/main/python3-ledger-dbgsym_3.4.0-3_x32.deb Size: 41120740 MD5sum: a799966ada2872d68261b6daef70ab1c SHA1: f3aed0395737cf25b23dbb06bf318221ba2947b2 SHA256: 7523367c60c7b0f33d432e6b29ad0fe080f32d9acf11734a7e6233e5d2cd58d7 SHA512: 3c006b4be4ceacaf27d4c4e930e4b9c6755f2e11ccc5ef2b0fb02298d4d4738e9942805cefaf2d5de239f6d91a6acd5dab708a04e8ccbc35ad187e1c52ba3ee7 Description: debug symbols for python3-ledger Build-Ids: 1e1348a75637cbc7434ea7920c94d97f9ff22f5b Package: llvm-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 88899 Depends: llvm-22-runtime (= 1:22.1.7-1), llvm-22-linker-tools (= 1:22.1.7-1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.3), libllvm22 (>= 1:22.1.0), libpfm4, libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Recommends: llvm-22-dev Suggests: llvm-22-doc Filename: packages/unstable/main/llvm-22_22.1.7-1_x32.deb Size: 19558232 MD5sum: 19babf9b55cddfbd6e71146807abfd6b SHA1: 5102b8b425a44c59a5e4c61efff699b7bcdedcfc SHA256: c96adc3d9d408cc5e4654c06dd362cb1c2a0cb33c17b2b03b322e389e598a07b SHA512: 195d87bb29c1e323e4ef9852ddfde035dfa08315ebfe8ebf0e5c2593fabfe1f1a271448cc7d54fc44c2249898ab4a4b954cf9e509e3e62113fa40b0d54cf4b5d 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. Package: clang-format-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 224 Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.7), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 11), python3 Filename: packages/unstable/main/clang-format-22_22.1.7-1_x32.deb Size: 72940 MD5sum: 0d957fac6a9e6b0362265250642ff301 SHA1: 9c20a90e29de86b7a4c9c6f64a7f0bb5eefbd875 SHA256: 0198f994e86abb5a8217e08ccfee91da61de6655572932a17b46750d5b2b888b SHA512: 04cba1cab8afb714251be0d372459f27a90969fa1aad66c8a1684a815731d8acf10b0f4246adbf2877e650676b956eda4213c2154ef34182d973d94b2e63e369 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. Package: liblldb-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 3890 Depends: lldb-22 (= 1:22.1.7-1) Breaks: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Replaces: liblldb-22 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp7) Filename: packages/unstable/main/liblldb-22-dev_22.1.7-1_x32.deb Size: 609372 MD5sum: 392868ec485dc0e5dea075b5cc0ada7f SHA1: 650901710f2358b846d6e0f06019115f48daba2e SHA256: 754d9633eb1eae42dfa8d95b629bd331da38696f1c433496d8c3c94f89db24e2 SHA512: 2b1df9c0ec746b4905b60277b97c8e9e41b236956f01cc8f1d48acbff7d252dad84312707a263cffbbe0729abf67a884e76a5bdee01d81f23c48eb4d94b5605f 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. Package: juce-tools Architecture: x32 Version: 8.0.13+ds-1 Multi-Arch: foreign Priority: optional Section: devel Source: juce Maintainer: Debian Multimedia Maintainers Installed-Size: 9204 Depends: libc6 (>= 2.38), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgcc-s1 (>= 3.4), libjpeg62-turbo (>= 1.3.1), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4) Recommends: juce-modules-source Conflicts: introjucer Breaks: introjucer Replaces: introjucer Filename: packages/unstable/main/juce-tools_8.0.13+ds-1_x32.deb Size: 3267328 MD5sum: ef6474e0154d13cc881900345f751bba SHA1: ea2eca57b9fd22f152c810436f71e84f69107a87 SHA256: adb59271f5b1364479caea557aa71fd5bb0547d2c92f7da479408fbcdde8f40a SHA512: a8677fa19117621387275eb281c81361c94e752cfecd34bce62942f0100da61ffb77a7dce8ec727e85ea6d85433780ead0159d12c6a86f8bf2e679705480be51 Homepage: https://www.juce.com Description: JUCE's project management tools JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. The Projucer (formerly Introjucer) is JUCE's project-management tool and secret weapon. . The Projucer's Duties: - Central management of cross-platform builds - JUCE Module Management - New Project Creation - User-Interface Design Tool - Plug-in Projects - Miscellaneous Utilities Package: juce-modules-source Architecture: x32 Version: 8.0.13+ds-1 Multi-Arch: same Priority: optional Section: devel Source: juce Maintainer: Debian Multimedia Maintainers Installed-Size: 5473 Depends: juce-modules-source-data (= 8.0.13+ds-1), libasound2-dev, libcurl4-gnutls-dev | libcurl-dev, libflac-dev, libfontconfig-dev, libfreetype-dev, libgl-dev, libgtk-3-dev, libjpeg-dev, libpng-dev, libvorbis-dev, libwebkit2gtk-4.1-dev, libx11-dev, libxext-dev, libxinerama-dev, libxrandr-dev, zlib1g-dev | libz-dev, libc6 (>= 2.38), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgcc-s1 (>= 3.4), libjpeg62-turbo (>= 1.3.1), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4) Recommends: fst-dev, libvst3sdk-dev, lv2-dev Breaks: juce-tools (<< 7.0.1~), libjuce-dev (<< 5.2.0~) Replaces: juce-tools (<< 7.0.1~), libjuce-dev (<< 5.2.0~) Filename: packages/unstable/main/juce-modules-source_8.0.13+ds-1_x32.deb Size: 1942064 MD5sum: 658cc6242ab5b5d0076d36bead503520 SHA1: 79dee0765fc073095695b1cc585018ffe862f998 SHA256: fe13aba5648f3af671e7f4bfd2ce647e899f63368d86ce7c758cbc97badef5db SHA512: 42c870d9f3a1a62bb712066c98063d9eace0fd7d47fb7b1d88079ca238375c73cbb9ca277b2eed0df7f1ab4f1dcbff83f8ea536f577229d686e18901de09ee6f Homepage: https://www.juce.com Description: Jules' Utility Class Extensions (module sources) JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for developing cross-platform software. . It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound. . This package installs the sources for the JUCE modules along with required development libraries, as used by 'jucer' projects. (Projucer is provided in the 'juce-tools' package). Package: lldb-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 5766 Depends: libc6 (>= 2.42), libclang-cpp22 (>= 1:22.1.7), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.3), liblldb-22 (>= 1:22.1.0), libllvm22 (= 1:22.1.7-1), liblzma5 (>= 5.1.1alpha+20110809), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3-lldb-22 Filename: packages/unstable/main/lldb-22_22.1.7-1_x32.deb Size: 1611956 MD5sum: 0f47c77e7991b90893a7196a27c73094 SHA1: 50b6fbdf28f5d220a75864998ca9c2f24b5e85f3 SHA256: 9f1dc23bf0b2a37967e08d506a457cc57b5357dbc097c783e78c574954b0082f SHA512: 26f4a613d028a8abc638c506f610d1c83580f27777622f4746bfca13c778878db2c62c562aa7b094ea336f5ee0cab5a8bbaae6f90c4a7e7db166c4cae2c36629 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. Package: lighttpd-mod-authn-pam Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 22 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libpam0g (>= 0.99.7.1) Filename: packages/unstable/main/lighttpd-mod-authn-pam_1.4.82-3_x32.deb Size: 3508 MD5sum: 66c4cf943a44ca8f130ae55a22ee8f2e SHA1: 18bb9d0a1e97161a7dd57845ab45159c55d0fcac SHA256: 0f1c7f36af65c4fd5ca06224c901cf5b98a89e028b075aa9a4b54da6a89a711d SHA512: 3c88f2ff7e8cdc8969142b615435485891a2d0b4809fb125a729fe3080c4dcda9eaed2e69650447fdb2f52ac6a3aa0b9df0b5378d32bd13925983de3f89e4163 Homepage: https://www.lighttpd.net/ Description: PAM authentication module for lighttpd This package contains the authn_pam module for lighttpd. With this module, it is possible to perform authentication using PAM. Package: lighttpd-mod-vhostdb-pgsql Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 22 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libpq5 Filename: packages/unstable/main/lighttpd-mod-vhostdb-pgsql_1.4.82-3_x32.deb Size: 4204 MD5sum: 4b0bb5ce4148e149300fe86d8ffd7a5d SHA1: 7353f59edacbe7189d0f39a66334673d1e3a4840 SHA256: 111ebfab2bd2f958d6be206803f6fb897b775bdc252f27d8e75b6bbfe49a7a7e SHA512: a4b34c5a65b125021a4b1cd94c71dc8ca73091ac67b25ed2b4d0cbe5e16592b92d98cafc969c857f184a5b592f1658e97dd3dbddf3f56f8572af610bee5413de Homepage: https://www.lighttpd.net/ Description: PostgreSQL-based virtual host configuration module for lighttpd This package contains the vhostdb_pgsql module for lighttpd. With this module, it is possible to write the configuration for virtual hosts into a PostgreSQL table instead of including it in the lighttpd configuration file. Package: lighttpd-mod-maxminddb Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 22 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libmaxminddb0 (>= 1.0.2) Filename: packages/unstable/main/lighttpd-mod-maxminddb_1.4.82-3_x32.deb Size: 4872 MD5sum: 77e5ff21920be7e10476e883e742b834 SHA1: 42ac74fafb06c4c762cd5c0c6952191e85f023da SHA256: b5d7366416dbc718197f9b91ba3ef9e7d315b84bf8c0631193456a5fd2285482 SHA512: 20fb7839639b3483be8ba73a743e0f5d39d317f0f7738ec68d3773b3198769eeb7648e885abc52e146f47f62053bf6f385af753f2a21cb01d079bab1bcea027e Homepage: https://www.lighttpd.net/ Description: GeoIP2 info module for lighttpd This package contains the maxminddb module for lighttpd. With this module, it is possible to distinguish users based on the location using a GeoIP2 database. Package: lava-dev Architecture: x32 Version: 2026.05-2 Priority: optional Section: devel Source: lava Maintainer: Debian Python Team Installed-Size: 56 Depends: black, build-essential, ca-certificates, debootstrap, devscripts, dh-python, dpkg-dev, fakeroot, git, libdistro-info-perl, libjs-bootstrap, libjs-jquery, libjs-jquery-flot, libjs-jquery-typeahead, python3-configobj, python3-magic, python3-pexpect, python3-pymongo, python3-pytest, python3-pytest-asyncio, python3-pytest-django, python3-pyudev, python3-requests, python3-setuptools, python3-sphinx, python3-voluptuous, python3-yaml, python3-zmq, python3:any Recommends: android-sdk-libsparse-utils, nfs-kernel-server, python3-django-extensions, python3-pydot, python3-pytest-cov, rpcbind, sbuild, telnet | telnet-client, tftpd-hpa, u-boot-tools Suggests: python3-bandit, python3-django-debug-toolbar, radon Filename: packages/unstable/main/lava-dev_2026.05-2_x32.deb Size: 13628 MD5sum: 2772e02a12d7ca9d57cfd6d92b9442a7 SHA1: 6185a7de7ad599263b722b26d3fe076e8af76fea SHA256: 810392bcebc215e8bea317aadadcb96646f9800b2e79b21d341fabb145f9dc97 SHA512: 60ec45301153f0dec22d803b31a28a367f9ef1c21663dca5cd00b3609cc51f5fe960dafd9bce9a86ba0956cc85824ef8f16d93ffe390207a52a4ea1bda2a672b Homepage: https://www.lavasoftware.org/ Description: Linaro Automated Validation Architecture developer support LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. . This package provides a helper script to build LAVA packages from local git working copies and support for running the LAVA unit tests locally. Package: python3-pyspeex-noise-dbgsym Architecture: x32 Version: 2.0.1-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: pyspeex-noise Maintainer: Home Assistant Team Installed-Size: 78 Depends: python3-pyspeex-noise (= 2.0.1-1) Filename: packages/unstable/main/python3-pyspeex-noise-dbgsym_2.0.1-1_x32.deb Size: 66832 MD5sum: d3976ab5bf040603378407acdafddd60 SHA1: 2598f8f0ffd0c221a41353b561816dd7578f8712 SHA256: e179f59b5e27a303f6e94cd5a45b1b00765b0621840f7a4d6b28447e13c1231d SHA512: f56b43351d3150732fc47f178d518e0e1e2925cc4ca2d10e776bb512881df781e80d861b79fe5e9918c60f9ceb423aa01ea5d338d0c9ecdd822e554ea2799a39 Description: debug symbols for python3-pyspeex-noise Build-Ids: 00cd69feb2a83cf4167e434b4b8a4e76ac518d9d Package: python3-pytest-cmake Architecture: x32 Version: 1.3.0-1 Priority: optional Section: python Source: pytest-cmake Maintainer: Debian Python Team Installed-Size: 49 Depends: python3-pytest, python3:any Filename: packages/unstable/main/python3-pytest-cmake_1.3.0-1_x32.deb Size: 8476 MD5sum: 5155b5c2a11d65a804de7c9153322512 SHA1: 4ed787bd82e393767eb799d5215f4147c3069e3e SHA256: 294ab861acf7505e0a8288e4fdc9b445eb549a941f17976cc24d819cba4639e9 SHA512: ff3c61d2209295009cda6fa6f44f65f4d844ccd5ea4d28eafa33c09a5a5d9015267b8d8f8ae1ae0cdf1eef68fff92cbc1ddf515fed0938f58954f2810f91e304 Description: CMake module for Pytest provides convenient ways to use Pytest within a CMake project. The package can be discovered using find_package. Package: libxml2-dev Architecture: x32 Version: 2.15.3+dfsg-1 Multi-Arch: same Priority: optional Section: libdevel Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 2435 Depends: liblzma-dev, libxml2-16 (= 2.15.3+dfsg-1), zlib1g-dev Suggests: pkgconf Filename: packages/unstable/main/libxml2-dev_2.15.3+dfsg-1_x32.deb Size: 748980 MD5sum: b87f84a6802d57b79f69afc8a1862ed1 SHA1: 7d81caa6cd4a6c64e2361009f1c06167145bbc9c SHA256: 73c08a9b6923bab0ba5a65e8b7d680cb9458968632df4952da7b70acf1678fa1 SHA512: 79fe81b7594be61ab2ee52b4bf3b4a5d4b8850aa378a7c4b3ad8ec6331ae6e4d36a7e70bb461da286e0f7429b577bc98a122ffbba665660df4a0aae8cb3f26f7 Homepage: http://xmlsoft.org Description: GNOME XML library - development files XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . Install this package if you wish to develop your own programs using the GNOME XML library. Package: libsidplay1v5-dbgsym Architecture: x32 Version: 1.36.60-3 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: libsidplay Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 259 Depends: libsidplay1v5 (= 1.36.60-3) Filename: packages/unstable/main/libsidplay1v5-dbgsym_1.36.60-3_x32.deb Size: 234388 MD5sum: 366cbaf0668ab377060a615cbeec48e5 SHA1: 599693f0e23a695acd4ee1004e9d2aca64a7bb3d SHA256: d91d1ad43566dcaf0b9829aae23e92af338d6f000332d4538bad4fabfed548d5 SHA512: 0550991f85465e00537151fa7975e9723749260aed561408a1f7566722866817bf114dc3cbc27379f67690567f9fcb1e53983af3ec51fd6d3a55ad20119dadb7 Description: debug symbols for libsidplay1v5 Build-Ids: f5fa90a15b74613cba8ca42658cf6efb5243e527 Package: lighttpd-modules-dbi Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 40 Provides: lighttpd-mod-authn-dbi, lighttpd-mod-vhostdb-dbi Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libcrypt1 (>= 1:4.1.0), libdbi1t64 (>= 0.9.0), libnettle8t64 Filename: packages/unstable/main/lighttpd-modules-dbi_1.4.82-3_x32.deb Size: 7568 MD5sum: 5b5418360c1133c637d01b62ce1927e0 SHA1: 23eebfc2c252a04609c133d3a96f5186becde988 SHA256: 3ffae27755d4decef9b77e95808425320df3942fef8aa17c48920f8c9e9b469d SHA512: 14b36b5c3d64cbbe7974a2dfc9c6bcef3e574c796574c140926c9948b9830ce8a5fc21972691f19f96430220c12b0d337e34ee9f3617edecd71e847479521d48 Homepage: https://www.lighttpd.net/ Description: DBI-based modules for lighttpd This package contains the following modules: * mod_authn_dbi: DBI-based authentication mod_authn_dbi performs authentication against a database server via DBI interface. * mod_vhostdb_dbi: DBI-based virtual host configuration mod_vhostdb_dbi enables writing the configuration for virtual hosts into a database table instead of including it in the lighttpd configuration file. . Do not depend on this package. Depend on the provided lighttpd-mod-* packages instead. Package: llvm-22-dev-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 14 Depends: llvm-22-dev (= 1:22.1.7-1) Filename: packages/unstable/main/llvm-22-dev-dbgsym_22.1.7-1_x32.deb Size: 2188 MD5sum: 31fb4b1e721024d19810bbc1854fbd7e SHA1: 3e0fdbabd536d13da476e486eb436e576e008621 SHA256: e24754077d31d1795ee0c8e447118f69f539740b8d7e6f28c49ca61a85c2b6f9 SHA512: f2352f048e7648afba24ccabc6000b229c97c37df3e1e0ebad7a4e8b15da74db51168e55d6e9b0bde3cc86c8b8304c5f843bbe93f006b87f10684e55692e5182 Description: debug symbols for llvm-22-dev Build-Ids: 350b97f28dc31d766ccad4a5d67d87861befd0f1 Package: cl-sql-mysql Architecture: x32 Version: 6.7.2-2 Priority: optional Section: lisp Source: cl-sql Maintainer: Debian Commons Installed-Size: 141 Provides: cl-sql-backend Depends: cl-sql (= 6.7.2-2), cl-sql-uffi (= 6.7.2-2), libc6 (>= 2.16), libmysqlclient-dev Filename: packages/unstable/main/cl-sql-mysql_6.7.2-2_x32.deb Size: 58232 MD5sum: c1c330aa3df43485d19431972499f32e SHA1: cecdbe90bd2e9fbeb4a2a778d2fc27aa01ef45fe SHA256: 5ca086022916e79bb0cefc3384bd07d10a0d4c1257464f6f0f86941432de0801 SHA512: ff1b87e66853d528f2a5aa3ce77b0efbfc0aa321b116bc56fc3b75a7ba9498c036ec679d87d741e202abb313f4a41ad5f24d73e93c473f98271adc858df7c001 Homepage: http://clsql.kpe.io/ Description: CLSQL database backend, MySQL This package enables you to use the CLSQL data access package with MySQL databases. CLSQL is a Common Lisp interface to SQL databases. Package: libclang-cpp22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 63400 Depends: libclang-cpp22 (= 1:22.1.7-1) Filename: packages/unstable/main/libclang-cpp22-dbgsym_22.1.7-1_x32.deb Size: 51109740 MD5sum: 5eaad237490535ae2950baace3ba41c9 SHA1: bf954ea5ea480b4c761548124340e12b0c85065b SHA256: be7c5484d28bd9203e8aeb1179d8c686d4f717abc301ee7545a9e8117db11530 SHA512: ea3d405d50ff7a71c897637640dfdd6d09749b94a32d5dd836d08b265867bd83c628e3e4d0cf2ce2146127ea3acd2a368dcf901d89ab859afd1ba9d78b42527b Description: debug symbols for libclang-cpp22 Build-Ids: c6e2ed04b11e6991780144cc100a60aa846c7872 Package: lighttpd-mod-nss-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 82 Depends: lighttpd-mod-nss (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-nss-dbgsym_1.4.82-3_x32.deb Size: 67760 MD5sum: 6ce8a7052275afc0da27e5f164275781 SHA1: e2e2839751544b880206df032efbeedcc2a97a1b SHA256: 030e8a1e8d1d644725f8563135b77ca4e35f4bcc1e1aac62d5461a747a9080f0 SHA512: 410b3b71a53c95d12a1306af63bb80f006aa056bd1935aca483133e13e74d81c17ac6c1ad113f155b758c2829c0c04e5bdfcf6ffb421d88e2324d895c77f11ae Description: debug symbols for lighttpd-mod-nss Build-Ids: a920c2d2f338c55e3d49e0d2121fe7b3de461ec0 Package: libraylib600 Architecture: x32 Version: 6.0+ds-2 Multi-Arch: same Priority: optional Section: libs Source: raylib Maintainer: Debian Games Team Installed-Size: 2033 Depends: libc6 (>= 2.38), libglfw3 (>= 3.4), libx11-6 Filename: packages/unstable/main/libraylib600_6.0+ds-2_x32.deb Size: 816516 MD5sum: 9308468de6541b22c66bfd1fcf572dd7 SHA1: daf8d0c87ee90e63a135d1fda4331502d87f0916 SHA256: 0686b91ae4262414f4604a3c735f2db9f74169cc542aaa1ca3b1a01f5eb3b82f SHA512: c9e3a943d831e915007b2aa57d3ec395aee01f3acb7ebfc32b4ef66738f45a9029fec7c90fdd27c6385b263622b7dff6a8c9043ae93519a86bf427de4540f363 Homepage: http://www.raylib.com/ Description: simple and easy-to-use library to enjoy videogames programming raylib is a simple and easy-to-use library to enjoy videogames programming. . raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's especially well suited for prototyping, tooling, graphical applications, embedded systems and education. Package: libgamenetworkingsockets-dev Architecture: x32 Version: 1.6.0-1 Multi-Arch: same Priority: optional Section: libdevel Source: gamenetworkingsockets Maintainer: Debian Games Team Installed-Size: 2958 Depends: libgamenetworkingsockets1debian1 (= 1.6.0-1), libprotobuf-dev, libssl-dev Filename: packages/unstable/main/libgamenetworkingsockets-dev_1.6.0-1_x32.deb Size: 563704 MD5sum: 8f34495207ddd75a70a6b696673387b5 SHA1: 624674cd3e189c82a1931357a47deb5f3ebbd0b2 SHA256: 01f209d59125d6f16bc0055df19644b6b47af0e288dda50eebead2a6d0e8ee2d SHA512: b1ba92912e950f20972e04ec80783834b11c663b23e5a4ab969fe0d2080af1257a736c66b9ea0ac17ab726c60793a25f293a367d14883b6dd54e95a8fcedb488 Homepage: https://github.com/ValveSoftware/GameNetworkingSockets Description: basic transport layer for games GameNetworkingSockets is a basic transport layer for games to handle UDP-based messaging, P2P networking, encryption, IPv6, and other network handling functionality of particular use to games / game engines. . This package contains the runtime files. Package: macopix Architecture: x32 Version: 3.4.0+dfsg.1-4.2 Priority: optional Section: games Maintainer: Ying-Chun Liu (PaulLiu) Installed-Size: 4842 Depends: libc6 (>= 2.38), libcairo2 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0t64 (>= 2.36.0), libgtk-3-0t64 (>= 3.21.5), libpango-1.0-0 (>= 1.14.0), libssl3t64 (>= 3.0.0), libx11-6 Breaks: macopix-gtk2 (<< 3.4.0-1) Replaces: macopix-gtk2 (<< 3.4.0-1) Filename: packages/unstable/main/macopix_3.4.0+dfsg.1-4.2_x32.deb Size: 385588 MD5sum: e3bff4710443af976a7ead1f533fe3b3 SHA1: e48786c6d61157942bdd2a3153f569550961ef51 SHA256: feb16a4c7433da77189ead17122e0faffc30487bd82257c2c61732e48a4016a9 SHA512: 96145b0f7ed3ebf44d909f2e96aca2e433a88d428581dc7844c484f4682d6d0498e5706c0b8c8db7b9b6de67891bab34e5c68056e579b30d05bb47c05c061752 Homepage: http://rosegray.sakura.ne.jp/macopix/ Description: Mascot Constructive Pilot for X MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application for UNIX / X Window system. You can make window sitters, fixed desktop mascots, and, furthermore, desktop clock mascots, using MaCoPiX. Package: juce-tools-dbgsym Architecture: x32 Version: 8.0.13+ds-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: juce Maintainer: Debian Multimedia Maintainers Installed-Size: 41066 Depends: juce-tools (= 8.0.13+ds-1) Filename: packages/unstable/main/juce-tools-dbgsym_8.0.13+ds-1_x32.deb Size: 37825300 MD5sum: 87b1e23eb3d7a048280fb9b8e62c69fa SHA1: b10acb7ea8355d174896af115e41b3579d01c553 SHA256: a5d1a9239d92085b5998ebf293c141ed1e0f385f481087a6d89a2a7b7e63af9c SHA512: 42c055c1cf80622dc95a6c9ddb582fb09179bd35c30cc02081a6e75515087686445b7a70d16629370f8aca60608ead33796efa0fc5c05d4841719f8869069933 Description: debug symbols for juce-tools Build-Ids: 15af9e67789ec1b217cfd2d3248c949f23556e00 Package: clang-tidy-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 20870 Depends: clang-tidy-22 (= 1:22.1.7-1) Filename: packages/unstable/main/clang-tidy-22-dbgsym_22.1.7-1_x32.deb Size: 14654956 MD5sum: f1c7813a489be8d732cd9e7673cc41be SHA1: cfab3b00cbd5145652c2cc76fae82c177856d798 SHA256: bbe94fc64544507fc4b0f7f144c0c37fea41e29183e6955e412298fd06ac38f8 SHA512: 58504eb5a6f59a198a8d6445e3049bc54bf7fe96950a8ace74ea0a6b047530f543778760eaa5290aa5775d7ea64106d5e8b2018b92f2303e5ca6cf81a5f647ce Description: debug symbols for clang-tidy-22 Build-Ids: 07a7175c97242cef03c59fcc188b611f3cad7525 Package: librust-finl-unicode-dev Architecture: x32 Version: 1.4.0+dfsg-1 Multi-Arch: same Priority: optional Section: rust Source: rust-finl-unicode Maintainer: Debian Rust Maintainers Installed-Size: 15040 Provides: librust-finl-unicode+categories-dev (= 1.4.0+dfsg-1), librust-finl-unicode+default-dev (= 1.4.0+dfsg-1), librust-finl-unicode+grapheme-clusters-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1+categories-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1+default-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1+grapheme-clusters-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4+categories-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4+default-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4+grapheme-clusters-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4.0+categories-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4.0+default-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4.0+grapheme-clusters-dev (= 1.4.0+dfsg-1), librust-finl-unicode-1.4.0-dev (= 1.4.0+dfsg-1) Filename: packages/unstable/main/librust-finl-unicode-dev_1.4.0+dfsg-1_x32.deb Size: 3060100 MD5sum: e0acd3f59f53f373fb84f9d029d88483 SHA1: 018c8ae4c1937ac969d889e98ef057164dea8cab SHA256: 02b1bd580eaf51b2dec1d8672ace1b030237e8d1be17147bfcfcbab49edf0346 SHA512: f32e2561d45a02fa9f6b1e2833becf1976c77e9d54d7451deb5c920676688dce0ad28a1270afa7d9f183ff239fb1313a1842e61c85816664325c75815881e289 Homepage: https://finl.xyz Description: Handling Unicode functionality for finl (categories and grapheme segmentation) Source code for Debianized Rust crate "finl_unicode" Package: juce-modules-source-dbgsym Architecture: x32 Version: 8.0.13+ds-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: juce Maintainer: Debian Multimedia Maintainers Installed-Size: 25966 Depends: juce-modules-source (= 8.0.13+ds-1) Filename: packages/unstable/main/juce-modules-source-dbgsym_8.0.13+ds-1_x32.deb Size: 24241212 MD5sum: 748006a7828f3b83c15fc718dc12b079 SHA1: 3cad7ca264be8d522f76c079442657d6575fc702 SHA256: 7a57f0296efdbf398e3ebf5660a03253f6014d4238fb3f766c7e78b02696ec67 SHA512: 1251a7b168aaae186ee610064f0676b1f6a726f698cdbcf7bff32d3bccf96244cca53259d77b9fb4811c3e4fd52b6add5f07f79c7f860d7137540a3d8caf16a7 Description: debug symbols for juce-modules-source Build-Ids: 75414b052adbf5fb2913efcd005fad422d4decf6 b1fc8d9d065a27538a1c1b6664d073a87274a68f Package: cl-sql-mysql-dbgsym Architecture: x32 Version: 6.7.2-2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: cl-sql Maintainer: Debian Commons Installed-Size: 19 Depends: cl-sql-mysql (= 6.7.2-2) Filename: packages/unstable/main/cl-sql-mysql-dbgsym_6.7.2-2_x32.deb Size: 7488 MD5sum: ccef00e2149940e3975f126d81047234 SHA1: 4e5348be1f08772fdbaeccfa7791c5a1dbfd4271 SHA256: 8ff109d1957f36a48458113d2f9a648de9f1a7898fdfc2dc7225f66831bd9ebb SHA512: 01066271381bc3dbcf6284bc67860f1aa599550c93b16c89097fe1b758501066bce2f76eac0462b01265b361f1e6d2dd15584f291a17d570f1c6bc24eaf054b9 Description: debug symbols for cl-sql-mysql Build-Ids: 72cb192dcf78ea5ad5a5f3d694a01a8ec9db3139 Package: python3-clang-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: python Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 179 Provides: python-clang-x.y Depends: python3:any, libclang-22-dev Conflicts: python-clang-x.y Replaces: python-clang-x.y Filename: packages/unstable/main/python3-clang-22_22.1.7-1_x32.deb Size: 50768 MD5sum: 692c2eafa8cc6638ad6b4657377f9995 SHA1: eda9316b239baf60dd2a77dcb5836a75f49f6a3e SHA256: b8ed90c8de7d0c0fa5e4addf4126482fd1c6abb7dc65543f9bf933ff26fa0ef0 SHA512: 86c4c59bc7191dac6cd5a8fc9d29e8bde4fa6a3c412fb0f67b207b99c3e0215eeb69f994be34acbd3a122da3c90bffc9061a4812d61af8489cbad8be44b91ff3 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. Package: libxml2-utils-dbgsym Architecture: x32 Version: 2.15.3+dfsg-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 158 Depends: libxml2-utils (= 2.15.3+dfsg-1) Filename: packages/unstable/main/libxml2-utils-dbgsym_2.15.3+dfsg-1_x32.deb Size: 111500 MD5sum: 5f74862b9bf6047f43ee5c2236c90b94 SHA1: a269ba450cd1f5bb189404cf47ffa962e44a3f85 SHA256: 9f3b98dba8691779e1e16979600f5a11d86d8202b9d5b8117e2f46e882f37f30 SHA512: 60e055b796f32889e5beb19360373598c044fcc68e0a5aac2c85edac8c2c27d77e8fd8dcf869d45ed33921e50d99585a56c989313374cc5384fdd06c72e5bcf6 Description: debug symbols for libxml2-utils Build-Ids: 35a5eac633f46d8275b4beac2afa9046e961d35f beb9bd2c75e17a83ec13677dfea325f12c7e2073 Package: neovim-telescope-fzf-native Architecture: x32 Version: 0~git20260506.b25b749-1 Priority: optional Section: editors Maintainer: Debian Vim Maintainers Installed-Size: 62 Depends: neovim (>= 0.2.2-1~), libc6 (>= 2.16), neovim-telescope Filename: packages/unstable/main/neovim-telescope-fzf-native_0~git20260506.b25b749-1_x32.deb Size: 15816 MD5sum: 3165f5ab1917ce71258b3223670348ca SHA1: 85374d00d03709305e6ed128b8abd45f05ec9770 SHA256: c023f0ee20755e7614861bbc0a28595c18b94fa946f8a4d78236b79fcd3e903d SHA512: 31662c5edadaeacdf90ada8cf9bbc533ce5b263282ea9ab3cba108f586714f0adc159820015a6fc5a88226183034d54f6a7cf5e4e790bce7fb7180cdf76de814 Homepage: https://github.com/nvim-telescope/telescope-fzf-native.nvim Description: fzf fuzzy finder backend for Telescope Neovim plugin that provides a fast fuzzy finding backend for the Telescope plugin. It reimplements the fzf algorithm in C and exposes it as a Telescope extension, resulting in significant performance improvements over the default Lua implementation. . This is a neovim-only plugin. Package: libbstring-dev Architecture: x32 Version: 1.1.0~ds-3 Multi-Arch: same Priority: optional Section: libdevel Source: bstring Maintainer: Debian Netatalk team Installed-Size: 98 Depends: libbstring1 (= 1.1.0~ds-3) Filename: packages/unstable/main/libbstring-dev_1.1.0~ds-3_x32.deb Size: 19028 MD5sum: 5a6add84b9c0349f67150c3a17be65f4 SHA1: 36d1826a7e61a7642297848ab2874bfdf775c359 SHA256: 3164049756dd4ba2a3ccbb1e3b3e7bc7859cc170ca1f1b4ece3961296d66e848 SHA512: fd484177e01b1723d006de393bd27674c840936566192d1db1011b5b965079e8beadfe615e6124a4995d653dad62cfa7028b714df6423aaf46deaafcf638abd0 Homepage: https://github.com/msteinert/bstring Description: Better String Library for C - development files The bstring library provides improved string processing functionality to the C language. . It provides substantial mitigation of buffer overflow/overrun problems and other failures that result from erroneous usage of the common C string library functions. . This package contains headers for development with bstring. Package: lighttpd-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 1127 Depends: lighttpd (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-dbgsym_1.4.82-3_x32.deb Size: 911732 MD5sum: 4efb0c87a803512cf8b14e6d73eac8d6 SHA1: 2668df66111223a1637d07b4ce791cbc74cd81ed SHA256: 5695d6bc7e2c84742e7009b5f443a91fd6d270b4e964286fbe4298f487ea8d30 SHA512: 2a423e77186ef573563aa34d5f684ab24dd41a890e0219845426b8398102ffd88dc4292652fa629170df197145d7f4efcb4e82b5d564309407766c56c46c8495 Description: debug symbols for lighttpd Build-Ids: 03223a363fb4b196f640f1473ef116201d19a0a3 11e0466e29bc27ffe7fb97f05e3e053b6960130e 13a9310327e3307c3e0fac978891da997d6f376d 27afbdd948e2ec216264e67f8eefee60d8e8a2ad 2eff3930c570aac5c256bbe7d5f350a929e670df 3d419f1b5df953e4ffe5ab17dd4b5a3efb1f19c1 6b047a3e2f216e7bd1acb18523da7f3ac355ee3d 75665f85fa3235b375951e997633a54e86de4660 8a4c916fabd13bea9df71291bf0960abebad28cf 8be63e72bdb8c1a578b204d72d2cd34c39b40fc3 9f7336ccf43139a64c5954591e902ce8e1906fa0 a0044df68427da10b62ff0c3a55361660833d063 cc0e13c57c747941b44633ec2b347a079e06c142 d73246e1c6d3d32d80c1e5fd5fd8dd409cd5b0dc dcd37e7b90cc67e96db3c1c02ccb389b74169e2b e16d328de7b46a97e7c9bddc02aba8cb64799138 f3d3a15339ce628605ee66e318ee0ecd1b930768 f93f61159080f072f1a7b30699c80f42473465dc Package: lighttpd-mod-gnutls Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 69 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.33), libgnutls30t64 (>= 3.8.6) Filename: packages/unstable/main/lighttpd-mod-gnutls_1.4.82-3_x32.deb Size: 21364 MD5sum: 5bfdfcc61795b8c4bdfe2593ae0d6cbb SHA1: 64fd539466d9111269b7aaf3fe007d9e56ab8e74 SHA256: 684cd9baadfd33ddec75707b1cc237b8d76323a2b70fbd845a7ef02f6d3e74bb SHA512: dbe1da57fa3f0634398db6b8c31b3d4f0f7c19e34c5162c95952f7fed751bd461e2548a4cbc665c6504117ac2910b332001fb2c298737bc961ba265b11ffefbb Homepage: https://www.lighttpd.net/ Description: TLS support using GnuTLS module for lighttpd This package contains the gnutls module for lighttpd. With this module, it is possible serve https:// URLs. GnuTLS is an alternative to OpenSSL. Package: libc++1-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 649 Depends: libc++1 (= 1:22.1.7-1) Filename: packages/unstable/main/libc++1-dbgsym_22.1.7-1_x32.deb Size: 451272 MD5sum: 9f928394044ae4c47cd04fb2b5564f6d SHA1: c670fc8d70201ab220ea28568aacc8ae3b6df6d6 SHA256: 28e899ee9ac00baf101f83a3917b64bbaaf5c23d8f306bac6fad31e79d92c0ec SHA512: b0178efca4dd6749236b9e826000b32b584685d26e8c4ec6d5ba769c12534aaf3cf68c22f01c40420c390f3c701face942714c6fc826eb8dbd36622da43d3828 Description: debug symbols for libc++1 Build-Ids: 5df608ac8c39d6593a4d64f03066a2b3e6b1e28f Package: libpolly-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 9339 Filename: packages/unstable/main/libpolly-22-dev_22.1.7-1_x32.deb Size: 1570484 MD5sum: 0e8ea760c46a8efb8926e1e2a65157d0 SHA1: 60a937bbbb4dc7d060c4eb6b7b15e0013aaa88e1 SHA256: f34a1d31610ad83f6c8116cea904ed874be36712f10195555c39b84fee5f7762 SHA512: f272310ea9e48a4d6d81539b908069cea30b92c80de5ab11bf8c657ef17a7c68b6d1cd374995d874b301a47a9c334d1245fae9d64ff839ab5267539fbef7454e 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 Package: mlir-22-tools Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 162520 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22 (>= 1:22.1.0), libmlir-22 (>= 1:22.1.7), libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/mlir-22-tools_22.1.7-1_x32.deb Size: 27643104 MD5sum: df8333fdb8425a3efab94afdbeb5662d SHA1: 7d744fb85202c2962d3ebaf5dec908d9215e0b11 SHA256: b162fca496af550fe6d480d98bd6445e927d4e98e7845186cde9e9bba9544af6 SHA512: 94c82a92d862bb49ebd124913b99e792685de4094283126ef05d640acd853800dcce0d7a8e176187b43c0a3b2478935f7cfe30f1cf5d424da39b6882a68bbb8f 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. Package: libbstring1-dbgsym Architecture: x32 Version: 1.1.0~ds-3 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: bstring Maintainer: Debian Netatalk team Installed-Size: 74 Depends: libbstring1 (= 1.1.0~ds-3) Filename: packages/unstable/main/libbstring1-dbgsym_1.1.0~ds-3_x32.deb Size: 62436 MD5sum: 3579ff32615ff76676f89490436753cd SHA1: 3557f6a2ba8d24a5d857181a0dd3167b09defb4b SHA256: 78300a2b8ced5ce83a6cdc3bed85feef0811feec9dce5db9bde6e08ae425b619 SHA512: 17f7ebc7d662a4d9e99152effbb51f63307b6fa15a298f3fdc442ae19fab6486ee1ae6363351a896e30439839ddd2afbd530a2d8d3404d4a1e266b337a3f1a58 Description: debug symbols for libbstring1 Build-Ids: 7d676a326ce5a18eff05d9285c47fea838b7256c Package: ares Architecture: x32 Version: 148+dfsg-1 Priority: optional Section: otherosfs Maintainer: Debian Games Team Installed-Size: 28051 Provides: nes-emulator Depends: libao4 (>= 1.1.0), libasound2t64 (>= 1.0.16), libc6 (>= 2.38), libcairo2 (>= 1.2.4), libchdr0, libgcc-s1 (>= 3.3.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0t64 (>= 2.12.0), libglx0, libgtk-3-0t64 (>= 3.19.12), libopenal1 (>= 1.14), libopengl0, libpango-1.0-0 (>= 1.14.0), libpulse0 (>= 0.99.1), libsdl3-0 (>= 3.2.0), libstdc++6 (>= 14), libudev1 (>= 183), libx11-6, libxrandr2 (>= 2:1.2.99.3) Filename: packages/unstable/main/ares_148+dfsg-1_x32.deb Size: 7381100 MD5sum: 714805b473e6385c811df090355264c8 SHA1: cc0484d84a1f2f673dbba99fe16c1cf4a67d4d0f SHA256: ff8c9b21e7bdc5ac9e5d49a6491161345c9a3af552c256fb70f00a52655b2da9 SHA512: a85566438078a7e2e7c92f5a4218dfc6d3dae4eb757d0d94dc3abe3d917242df37da914233a659a06247bc8a50c2cee92409e53adf2292f1e2a6329a1bd2cc75 Homepage: https://ares-emu.net Description: Accurate multi-system emulator ares is an emulator for systems from Atari, Nintendo, Sega, Sony, NEC, SNK, Microsoft, Coleco, Bandai and Benesse. It is a descendent of higan and bsnes and focuses on accuracy and preservation. The SNES emulation is especially complete and polished. Package: libfuzzer-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 702 Depends: clang-22 (= 1:22.1.7-1) Filename: packages/unstable/main/libfuzzer-22-dev_22.1.7-1_x32.deb Size: 174264 MD5sum: 43b3f7ce619e92a5a712696219b87cbc SHA1: c438a3a0569ef547d9776eb081a0936662abec57 SHA256: 685cd3fccc4713b0a9e503453b7107691d50cb539aac7b529f0b0d072b078a79 SHA512: 0127efd74bd72e1f2894389a0f16ec2558f9eb8e3132dcd95533fa967a4461a1da049704638f6142e0e5f1d5852aab82f01b080153666c8b046cdee968f2ece0 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. Package: librust-lazy-static-dev Architecture: x32 Version: 1.5.0-2 Multi-Arch: same Priority: optional Section: rust Source: rust-lazy-static Maintainer: Debian Rust Maintainers Installed-Size: 70 Provides: librust-lazy-static+default-dev (= 1.5.0-2), librust-lazy-static+spin-dev (= 1.5.0-2), librust-lazy-static+spin-no-std-dev (= 1.5.0-2), librust-lazy-static-1+default-dev (= 1.5.0-2), librust-lazy-static-1+spin-dev (= 1.5.0-2), librust-lazy-static-1+spin-no-std-dev (= 1.5.0-2), librust-lazy-static-1-dev (= 1.5.0-2), librust-lazy-static-1.5+default-dev (= 1.5.0-2), librust-lazy-static-1.5+spin-dev (= 1.5.0-2), librust-lazy-static-1.5+spin-no-std-dev (= 1.5.0-2), librust-lazy-static-1.5-dev (= 1.5.0-2), librust-lazy-static-1.5.0+default-dev (= 1.5.0-2), librust-lazy-static-1.5.0+spin-dev (= 1.5.0-2), librust-lazy-static-1.5.0+spin-no-std-dev (= 1.5.0-2), librust-lazy-static-1.5.0-dev (= 1.5.0-2) Depends: librust-spin-0.10+once-dev Filename: packages/unstable/main/librust-lazy-static-dev_1.5.0-2_x32.deb Size: 14188 MD5sum: bd6f8b278ce35edb1218818b6860ea5e SHA1: 1b96759f247057751db2cfeafb6bacdbdb62f706 SHA256: ffdc60bc5ad2a88012b7bc35ab07dd9af3707bc1ba8bb9d87a3bd55208fc21a2 SHA512: 18c2fbaa29a5b68d76ca3571996c07a3b32b72324ed02b05c048c398f343ca488ce0ff62eb2701eadbb5b365ed888c37e537e5591dedcbcbf32f0f346f3475e9 Homepage: https://github.com/rust-lang-nursery/lazy-static.rs Description: Macro for declaring lazily evaluated statics - Rust source code Source code for Debianized Rust crate "lazy_static" Package: lighttpd-mod-authn-gssapi-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 40 Depends: lighttpd-mod-authn-gssapi (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-authn-gssapi-dbgsym_1.4.82-3_x32.deb Size: 26912 MD5sum: 09f10b24d843dd0e55bda4ebe30b6765 SHA1: 6b381a38c1d44c9e315615d2d447470a2c79efb7 SHA256: 9fb89ca0309c3a033790ca3324b02d491a16964eec6e408082ce5c9037e80fa9 SHA512: e7556659bd0e16e8a55f01268d8227db7de9c8bdcdf466fdef135d4a242790dc2c5d584419eee8d6e9530b6c7458f6b058e27743ea5c36cfec5150d3a9da53e7 Description: debug symbols for lighttpd-mod-authn-gssapi Build-Ids: 30ae442277c0c589124baeb4093b768326a16d2b Package: ledger Architecture: x32 Version: 3.4.0-3 Priority: optional Section: utils Maintainer: Debian QA Group Installed-Size: 7906 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libc6 (>= 2.34), libgcc-s1 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libpython3.13 (>= 3.13.0~rc3), libstdc++6 (>= 14) Suggests: elpa-ledger, python3-ledger Filename: packages/unstable/main/ledger_3.4.0-3_x32.deb Size: 2249580 MD5sum: c0f35a5c84e721dfc8fb12dc1bb573b9 SHA1: 42122b512619d86e3b846504372ae048dfc3783a SHA256: 6a034c516ee0cc77e6be2600fba96c18a3bf96036991e417ae791924a6af9a19 SHA512: 0a92c5878bf8c0a3996562dada3a091e1963d6835636e33f61cdf51de61a8347d01651bdc716fecf4ff2616c21a1735345f973bbfcadf4b4ad37431d52052c4c Homepage: http://ledger-cli.org Description: command-line double-entry accounting program Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting. Package: librust-page-size-dev Architecture: x32 Version: 0.6.0-3 Multi-Arch: same Priority: optional Section: rust Source: rust-page-size Maintainer: Debian Rust Maintainers Installed-Size: 54 Provides: librust-page-size+default-dev (= 0.6.0-3), librust-page-size+no-std-dev (= 0.6.0-3), librust-page-size+spin-dev (= 0.6.0-3), librust-page-size-0+default-dev (= 0.6.0-3), librust-page-size-0+no-std-dev (= 0.6.0-3), librust-page-size-0+spin-dev (= 0.6.0-3), librust-page-size-0-dev (= 0.6.0-3), librust-page-size-0.6+default-dev (= 0.6.0-3), librust-page-size-0.6+no-std-dev (= 0.6.0-3), librust-page-size-0.6+spin-dev (= 0.6.0-3), librust-page-size-0.6-dev (= 0.6.0-3), librust-page-size-0.6.0+default-dev (= 0.6.0-3), librust-page-size-0.6.0+no-std-dev (= 0.6.0-3), librust-page-size-0.6.0+spin-dev (= 0.6.0-3), librust-page-size-0.6.0-dev (= 0.6.0-3) Depends: librust-libc-0.2+default-dev, librust-spin-0.10+default-dev Filename: packages/unstable/main/librust-page-size-dev_0.6.0-3_x32.deb Size: 10640 MD5sum: bc9dcd55855d6988852561e224042a14 SHA1: b426c9b15b5be0ea2ecf3b8e9f53ee5c93c99362 SHA256: 04b00ecd2fbbb29c18bdae8fa60a65d8a300e651fc97dc2398aebfa8b5287083 SHA512: caba0c49c5c0883e36e63ea943b753a55b97907fa99f3659bab1bf2dda285e35e6649d46a30b3a2f33643271af8dadc0abe81d02e2148504a822dd71e3999ae9 Homepage: https://github.com/Elzair/page_size_rs Description: Provides an easy, fast, cross-platform way to retrieve the memory page size - Rust source code Source code for Debianized Rust crate "page_size" Package: llvm-22-runtime-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 1851 Depends: llvm-22-runtime (= 1:22.1.7-1) Filename: packages/unstable/main/llvm-22-runtime-dbgsym_22.1.7-1_x32.deb Size: 1264676 MD5sum: e8244b97b35c4aaa16ff61ca337501f1 SHA1: fbcdf55fce33e9d6e1ff4b76a5361f08fa75b348 SHA256: 76cbd9ab5cb65febaa6b3afc62ccc5b8a8547b9c0266a44b93c0d7de6545e727 SHA512: 43e7d56222b5913eb08cc6e848b9a98e3684bcbb501f61b683ef4fcd37eca44e30f0cc472406f878f9c37acaa93b6c93ff6a73ac187d75eb287b5d0c70895edd Description: debug symbols for llvm-22-runtime Build-Ids: 499b85de98271b039293c409efc3800a35aaee26 a366b9e3521f98030d16d2601e266834aae1bc28 Package: openjdk-27-dbg Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: debug Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 179521 Depends: openjdk-27-jre-headless (= 27~24ea-2) Recommends: openjdk-27-jre (= 27~24ea-2) Suggests: openjdk-27-jdk (= 27~24ea-2) Filename: packages/unstable/main/openjdk-27-dbg_27~24ea-2_x32.deb Size: 176657184 MD5sum: 284573e8d16d2691b1626d82f2f4b611 SHA1: 7b636f2a218c743ab7c8a8d9b18f3f4bf002e78c SHA256: a1736d820a39df3359d3aba67c6b68487555ea0675e9a93108b7529b36291677 SHA512: 0dfaa4241f72c49917bc79397418f0d5c4ab93409fe9eca7059282cc1ddcc838de2acffb3386a24d2df58603f423c54b782b75e248c9bbd3dff6455bb34515ef Homepage: https://openjdk.java.net/ Description: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Package: llvm-22-linker-tools Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 3974 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 11) Filename: packages/unstable/main/llvm-22-linker-tools_22.1.7-1_x32.deb Size: 1251484 MD5sum: d754d7f1f1b87cf90d201174abe4e598 SHA1: 4e1a67a51c4d952e3fdfd878197c70dcabd21c96 SHA256: d4bb589f07f59a243c78c9adb1d46545c4ef83984d554fe05e4d1c1422df0818 SHA512: 7fea7b40d83a7410a19f30ef108a489203d26dde5a9924cfb9d799676daff56fffbddb782649641586fe70054d032f9dd14385b0b0032a23734a9d0edca5dc43 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. Package: lighttpd-mod-vhostdb-pgsql-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 27 Depends: lighttpd-mod-vhostdb-pgsql (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-vhostdb-pgsql-dbgsym_1.4.82-3_x32.deb Size: 15544 MD5sum: 1aa29a50d88bad3d8b318be682595bd4 SHA1: fb6b4c049d04315ac5364d23927fb313440b1e94 SHA256: 40a2bcfba1f5a8affe4069441955a7eb20a413c9f6949ef0ffd07c3267420408 SHA512: d5c08cddcbf8ca9b84c05d59f72c1bb0cc10a0dae1f49107a7a2931dfaadb1d99a40592fa6d0b5dbb6eabffdc8cc1e7f53f4c607d526402393a5c3bb83830b95 Description: debug symbols for lighttpd-mod-vhostdb-pgsql Build-Ids: a4419f354db6a634ff4bc1ed5801b083688b107f Package: lighttpd-mod-deflate-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 48 Depends: lighttpd-mod-deflate (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-deflate-dbgsym_1.4.82-3_x32.deb Size: 35552 MD5sum: 7acf11d61f5d132db7869d2235749f8a SHA1: a8481475f4e4ca8d1db593dc3bf91b9c356a795e SHA256: bcd254e15ba26a485db072c9a30845c97ee241cb99ad263187b3d47f9cfa052e SHA512: 1d7421d9d8f8013992f588ae5717579c747bd17b8160c60e663c26b1f1c837ac0c56b0410d8871293d887e4ad2a1981876d686802bf33a4d0459327c723db0be Description: debug symbols for lighttpd-mod-deflate Build-Ids: 6ad544b292bbb4633188747970336bb9a7c46fcb Package: lighttpd-mod-nss Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 71 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.33), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.66) Filename: packages/unstable/main/lighttpd-mod-nss_1.4.82-3_x32.deb Size: 22568 MD5sum: 1742d22cbaf5a6ec874dda7bc8662f0e SHA1: 648d1a26b8100833982afd5d58dcc3187f55a35d SHA256: c068585e7a09667a3801bd568de8c1468807b7b3abe181732f8d07c233e35f7a SHA512: 0185b8346d994a84411fb09d309b91eed413cd576fdbb8966119897da50ca5d55a682ad451a692c485a805e1a9271f5ef3d95681ef9492ca3b772ec26b1efef9 Homepage: https://www.lighttpd.net/ Description: TLS support using NSS crypto module for lighttpd This package contains the nss module for lighttpd. With this module, it is possible serve https:// URLs. NSS is an alternative to OpenSSL. Package: libraylib600-dbgsym Architecture: x32 Version: 6.0+ds-2 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: raylib Maintainer: Debian Games Team Installed-Size: 2770 Depends: libraylib600 (= 6.0+ds-2) Filename: packages/unstable/main/libraylib600-dbgsym_6.0+ds-2_x32.deb Size: 2699544 MD5sum: 436d9784a40c98b0ceb551092a57a41e SHA1: d526a1fa293548cee053633cf8c10b73fab0b59b SHA256: 786ec536a354f0c60c868549850d8492611b8bf320e914cbf04ed3d8c8cdfbd3 SHA512: 275f226e386275e938457ab459ccecc85b1939a14e74305bdd910667953627ba325cdaf0c0fc979b5941553f2ac8256dd62c445a250a452f1f66c2772815372c Description: debug symbols for libraylib600 Build-Ids: 758832f9f358994d4aff573159e629aa0fe50d5c Package: cl-sql-uffi Architecture: x32 Version: 6.7.2-2 Priority: optional Section: lisp Source: cl-sql Maintainer: Debian Commons Installed-Size: 85 Depends: cl-uffi (>= 1.5.11), cl-sql (= 6.7.2-2) Recommends: cl-sql-backend Filename: packages/unstable/main/cl-sql-uffi_6.7.2-2_x32.deb Size: 48852 MD5sum: f5e68caf49dfa79ef209cb6a6c02b96d SHA1: d0dfb26a767d54b14978d626e565ff0320ecb4bc SHA256: 52ea3de5410349c90382847dd9f278560b5a4854c4b3a3f87c421b9095f9e64b SHA512: 72b7793dd56b5154e44a7a97c07901d040f5de51994353bdda945ce90584468a8c6a8cfe15c053614df94256a38b1eda8e01d04bec15a3d80085a0ffbf14431c Homepage: http://clsql.kpe.io/ Description: Common UFFI functions for CLSQL database backends This package provides an interface to several UFFI functions used by multiple CLSQL database backends. CLSQL is a Common Lisp interface to SQL databases. Package: cl-sql-uffi-dbgsym Architecture: x32 Version: 6.7.2-2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: cl-sql Maintainer: Debian Commons Installed-Size: 14 Depends: cl-sql-uffi (= 6.7.2-2) Filename: packages/unstable/main/cl-sql-uffi-dbgsym_6.7.2-2_x32.deb Size: 2928 MD5sum: 84b714dd46d44ae627b8f2ab50a2b2d0 SHA1: 5d6867c0230cbf11a087923b3af62eaaed3328b6 SHA256: 30a193f8b780bfec4137c8031623619156fac1914060cf4384d2cb415b84c312 SHA512: 9d9056584bcdf8e7fc67220a16b89f1bf38b03546a7d3adc0d1d55d191c9342e699d898329c8f8b5928c26ee9a7b8fcdfde67012c9eafcb7c405982626c65a71 Description: debug symbols for cl-sql-uffi Build-Ids: 8ff71867d1f7dc41bef0fcc8b14d0a7173f6c255 Package: lighttpd-modules-lua-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 86 Depends: lighttpd-modules-lua (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-modules-lua-dbgsym_1.4.82-3_x32.deb Size: 69516 MD5sum: 4c6d55d3e5f1441fa1c5260daa95e1da SHA1: 0a36544664d83dd3acbb4238bf3991c350bfce62 SHA256: 47a5ebc59dcc0e063e99f2f36168df309b5180e47ccddeb7d7c4facc4392d24b SHA512: e5918ef54de62b03104d7a37e6306ee670b9f43e26664e0786f6fd0841eb196d4d2ca370fc6c17df291b163715d13d9f0ec4c46c7da48231db2a25a1c9c78ca1 Description: debug symbols for lighttpd-modules-lua Build-Ids: af8577d8ab33b8360b124fa6516e748f935f47e1 Package: openjdk-27-testsupport Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 881779 Depends: openjdk-27-jdk (= 27~24ea-2), build-essential, xfwm4, xvfb, dbus-daemon, libatk-wrapper-java, libatk-wrapper-java-jni, jtreg8 (>= 8.2.1+1~), libtestng7-java, libatomic1 (>= 4.8), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Filename: packages/unstable/main/openjdk-27-testsupport_27~24ea-2_x32.deb Size: 150581992 MD5sum: f8f0fcd1babd110012ad51e745334674 SHA1: ec19da8f8396130c9389530819fd834d19cf7aaf SHA256: fd2e6fa3d22acae1b16d6e9b9af9acfd044d72bda6679ca5c4b09387c00184d1 SHA512: 8bee2819511a2e35527c6a7295d61c964cb7d5ef908462105cea787655301a9ba5b18574e7211991eee1e7a21d9d50910956b3978807ee4e3b28cd2d932a8976 Homepage: https://openjdk.java.net/ Description: Java runtime based on OpenJDK (regression test support) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains all the binary files needed to run the OpenJDK autopkg tests. Package: libc++abi1-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 183 Depends: libc++abi1 (= 1:22.1.7-1) Filename: packages/unstable/main/libc++abi1-dbgsym_22.1.7-1_x32.deb Size: 103508 MD5sum: 8fd009160e30713f62c51da212134d9d SHA1: 4f1ebfb5ab9c89ae3183a86338f7ab1e276cf3b9 SHA256: e669c1a0c610cedc350ed9d77c5fe22bc0c5236b51c865ed487c107950cdda58 SHA512: f5c111ce4142fcc7978df34055cd62cde253189f24ff961222aa336f456f753637fd5a8b207f6bc45e5b5b0805fc53468735d2d69c768dbbe5977fa805fc39db Description: debug symbols for libc++abi1 Build-Ids: fdc26dcf59da4051e1eee835a8f8ff4e9c51d8d4 Package: libllvm22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 101640 Depends: libllvm22 (= 1:22.1.7-1) Breaks: libllvm22-dbg Replaces: libllvm22-dbg Filename: packages/unstable/main/libllvm22-dbgsym_22.1.7-1_x32.deb Size: 87262332 MD5sum: 4b55bc98dbef6dc1bc0afa73c335afe6 SHA1: 4d35febac7d35227c5f8a99887adfaecd34d6dd2 SHA256: dc58f5ba3e12aad48e2df239029ea536feb610386d4a6d0338e0955bfd42e003 SHA512: cf62b906888f13a4e9104d1ad3b976ecfebef706fc060e853884b004487905b0c317dc1492e624e11468a3c52813dc22223588a9a7e8f704d65ceea9b3c7979c Description: debug symbols for libllvm22 Build-Ids: 7c022c67471c730906cffbb900bd433612c3b12b Package: libgamenetworkingsockets1debian1 Architecture: x32 Version: 1.6.0-1 Multi-Arch: same Priority: optional Section: libs Source: gamenetworkingsockets Maintainer: Debian Games Team Installed-Size: 1092 Depends: libc6 (>= 2.38), libprotobuf32t64 (>= 3.21.12), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1) Filename: packages/unstable/main/libgamenetworkingsockets1debian1_1.6.0-1_x32.deb Size: 383344 MD5sum: 52e16c26aa05f3ca0c2aab4dfc50a19c SHA1: 70a966b5604d2000e56b4b7d0132ae3c531fd252 SHA256: d5a6704c8b7ec61b7fc1cd3a4dff7e8faf059fdf7ffcde2d89363b248ce0a340 SHA512: 8cd80bad1fb3e044c855c8877599a24d94721b8763601f097729a8e309a219f0f0c7fc0ec1a52c231bddee11ad624bef722a083c8cf8b1ac21c2b4aa9b307f4d Homepage: https://github.com/ValveSoftware/GameNetworkingSockets Description: basic transport layer for games - development files GameNetworkingSockets is a basic transport layer for games to handle UDP-based messaging, P2P networking, encryption, IPv6, and other network handling functionality of particular use to games / game engines. . This package contains the development files. Package: libclang-cpp22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 38 Depends: libstdc++-15-dev, libgcc-15-dev, libclang-cpp22 (= 1:22.1.7-1) Filename: packages/unstable/main/libclang-cpp22-dev_22.1.7-1_x32.deb Size: 21900 MD5sum: 9dbfbf0e6614c422327d2ca17fff3326 SHA1: 2440f8fb05487d31638b72f9acd601006c10f6fa SHA256: d7a0ab21ae7863dbf566d03520595867e8cb7f9c1d3e02abf912e65212c3b813 SHA512: b34bd9c16798dbee2135568c0c3d5fd390d4d93410dc37671a16fc99625013972a7f70f6a986a427d867c6303826006237c23ad2c92e26287eb5feb3ce753762 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. Package: lava-dispatcher Architecture: x32 Version: 2026.05-2 Priority: optional Section: net Source: lava Maintainer: Debian Python Team Installed-Size: 1297 Depends: bmaptool, e2fsprogs, fakeroot, lava-common (= 2026.05-2), systemd-sysv, tar (>= 1.27), python3-aiohttp, python3-configobj, python3-jinja2, python3-magic, python3-pexpect, python3-pyudev, python3-requests, python3-setproctitle, python3-yaml, python3:any Recommends: bridge-utils, debootstrap, dfu-util, git, iproute2, nfs-kernel-server, openbsd-inetd, qemu-system-arm, qemu-system-x86, rpcbind, rsync, ser2net, sudo, telnet | telnet-client, tftpd-hpa, u-boot-tools, unzip, wget, xz-utils, zstd Suggests: android-sdk-libsparse-utils, apache2, docker.io Filename: packages/unstable/main/lava-dispatcher_2026.05-2_x32.deb Size: 192004 MD5sum: 227850ed39edb23f8a18b836c71a1d16 SHA1: 972b475e7894c279f6a302a7fa044d4e99a9130b SHA256: ed3aec3503b674f53fd4e02a7a77411d6ba56545c70ab8a1ed6749b966be6c4e SHA512: d9d9d5768803d9a387146fb773754b298f4a9c411273884a25055e5d95cbe47540fd93713907ce742cba07c9136e8c523935421675eeafd94c08ce1b30c17891 Homepage: https://www.lavasoftware.org/ Description: Linaro Automated Validation Architecture dispatcher LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. Tests can be simple boot testing, bootloader testing and system level testing, although extra hardware may be required for some system tests. Results are tracked over time and data can be exported for further analysis. . This package provides lava-dispatcher to dispatch LAVA jobs to configured devices. . A range of devices are supported for ARM and x86 architectures. Package: lighttpd-mod-authn-sasl-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 28 Depends: lighttpd-mod-authn-sasl (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-authn-sasl-dbgsym_1.4.82-3_x32.deb Size: 16116 MD5sum: 32f2dd9e6884ed2906867cbaba090701 SHA1: 2cb4eaddebda7024432e657b08f4456badffb5a0 SHA256: 86eed6c87b21af1bd0624648c6cca0ee79da72e6a83f99441f17c397a2af313f SHA512: 549f2e5ac54214302cf382823d9cea8b73bbea581b783dcb010caeab7bf9da813c089a31f4de141731fa6d18ae66611daf8c38b3bb7077e4f0c0fdc50796aa7a Description: debug symbols for lighttpd-mod-authn-sasl Build-Ids: ad83a74d891fad4a00981cc895b6010a3e186932 Package: libraylib-dev Architecture: x32 Version: 6.0+ds-2 Multi-Arch: same Priority: optional Section: libdevel Source: raylib Maintainer: Debian Games Team Installed-Size: 632 Depends: libraylib600 (= 6.0+ds-2) Filename: packages/unstable/main/libraylib-dev_6.0+ds-2_x32.deb Size: 186284 MD5sum: c508bcfbdcfd7002128cf1632d4c6696 SHA1: 2cb96166081bb64cdcec27e3eea4cfefc1aa38c3 SHA256: 70e77d543c143d09562e99ac3b5df770309d3f4a7a512189e924497f0c095e50 SHA512: e17b69e807967a84e47c74df2e895f52a3d399de19a14defa14712ebf23c6b20bce7cafc412362518e1a38c1282b20edabf79a9e2bed5f83df9ee12e43e827d4 Homepage: http://www.raylib.com/ Description: raylib - development files raylib is a simple and easy-to-use library to enjoy videogames programming. . raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's especially well suited for prototyping, tooling, graphical applications, embedded systems and education. . This package contains header files for developing with raylib. Package: neovim-telescope-fzf-native-dbgsym Architecture: x32 Version: 0~git20260506.b25b749-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: neovim-telescope-fzf-native Maintainer: Debian Vim Maintainers Installed-Size: 39 Depends: neovim-telescope-fzf-native (= 0~git20260506.b25b749-1) Filename: packages/unstable/main/neovim-telescope-fzf-native-dbgsym_0~git20260506.b25b749-1_x32.deb Size: 28096 MD5sum: 4c3538b537b4ecbe4cc091eeb9dd4c7d SHA1: 94c68dfd2f2a5908aa8c809bd79f412e49a4a9ea SHA256: 712c086db0bf00cb66fb0115379dc8413ff3342fdca30617f088b55e4fd2227d SHA512: e0aa108a7645ae495004aab3bd2b8268b6b78de02b81c45659b1689f7591b6647652e491f6dd251cb818a2cfb3582c8a15cca52a7112bb14cfb614de5c17adcd Description: debug symbols for neovim-telescope-fzf-native Build-Ids: 70325fa33f94f7e56ba460f4c43298d82abc5d7d Package: libmlir-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 102259 Provides: libmlir-x.y Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 12) Conflicts: libmlir-x.y Replaces: libmlir-x.y Filename: packages/unstable/main/libmlir-22_22.1.7-1_x32.deb Size: 17010324 MD5sum: 3d85054dec8ba68e8a8b890789b0b942 SHA1: 0f249f3ee85facd45d59caa1e4db4fe0a32b08ea SHA256: 0a96b4c36acc2a3fe987df83be7e09e001863d682f013aabaf2fc470f20f6a2b SHA512: 3f08883d812c1f2d29c924c4bd6805529b275d8e41a7f238a13c8c94fe91eb08377b3fb41ca3704b5bf9d91fc38ce780e3400804fda1a5d43bb04922886b23fd 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. Package: wl-clipboard Architecture: x32 Version: 2.3.0-1 Priority: optional Section: x11 Maintainer: Felipe Sateler Installed-Size: 140 Depends: libc6 (>= 2.34), libwayland-client0 (>= 1.20.0) Recommends: xdg-utils Filename: packages/unstable/main/wl-clipboard_2.3.0-1_x32.deb Size: 32680 MD5sum: b6200dbd778a38cbc2a9e012a9828eb2 SHA1: ea648563c8dbb6aaa08622ba83c7db55feaff850 SHA256: c64063a265775269fe440ad1fd979834f09497c07b58bb80632c137f13bd05c8 SHA512: 3753f52acbc1266c651ad3e557f67493c1084b4b9c5cfad8fdd2649d78e434b919eba4536a3f0744e432358e3994fb85b9134158041189ee47b3ded887d3bd79 Homepage: https://github.com/bugaevc/wl-clipboard Description: command line interface to the wayland clipboard wl-clipboard implements two little Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets or files. Package: lava-dispatcher Architecture: x32 Version: 2026.05-1 Priority: optional Section: net Source: lava Maintainer: Debian Python Team Installed-Size: 1297 Depends: bmaptool, fakeroot, lava-common (= 2026.05-1), systemd-sysv, tar (>= 1.27), python3-aiohttp, python3-configobj, python3-jinja2, python3-magic, python3-pexpect, python3-pyudev, python3-requests, python3-setproctitle, python3-yaml, python3:any Recommends: bridge-utils, debootstrap, dfu-util, git, iproute2, nfs-kernel-server, openbsd-inetd, qemu-system-arm, qemu-system-x86, rpcbind, rsync, ser2net, sudo, telnet | telnet-client, tftpd-hpa, u-boot-tools, unzip, wget, xz-utils, zstd Suggests: android-sdk-libsparse-utils, apache2, docker.io Filename: packages/unstable/main/lava-dispatcher_2026.05-1_x32.deb Size: 191972 MD5sum: d74a17bf2ba6c98df400f2c946ae80ad SHA1: 6a38d0f741e0d3005db54f169b0051a2d681e250 SHA256: 59e49622dc33ac5cc48452413c007e0caeb127e046a0bca89ce87092bafdb006 SHA512: d844cd538249a8d9e99f32fe22c38e71167e19ff512bf65c1fa01fd0004d4bb98076c10422e849f53c52aebeea53626def83a703530a5dca0b35c384b2236d87 Homepage: https://www.lavasoftware.org/ Description: Linaro Automated Validation Architecture dispatcher LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. Tests can be simple boot testing, bootloader testing and system level testing, although extra hardware may be required for some system tests. Results are tracked over time and data can be exported for further analysis. . This package provides lava-dispatcher to dispatch LAVA jobs to configured devices. . A range of devices are supported for ARM and x86 architectures. Package: librust-finl-unicode-dev-dbgsym Architecture: x32 Version: 1.4.0+dfsg-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: rust-finl-unicode Maintainer: Debian Rust Maintainers Installed-Size: 3678 Depends: librust-finl-unicode-dev (= 1.4.0+dfsg-1) Filename: packages/unstable/main/librust-finl-unicode-dev-dbgsym_1.4.0+dfsg-1_x32.deb Size: 3335872 MD5sum: 48fe3fd56935dd1365d0ffec3306cabb SHA1: fb9e927326fc2a787265912c1af3c98716560f68 SHA256: 06ba4dd53e77687bcfd7ea58ab11485815f0b5532453898df7cc7d0dd4bd63f8 SHA512: 28eb76b027971fd83d32690b74f68a9c1ffa40aae21d1dca4f25c907a9f99c982e506a017e9869f94d6446dc798e0ef7e03ba35f9ec52b00b0f3c983b90410ab Description: debug symbols for librust-finl-unicode-dev Build-Ids: c80af57f95437d92d363323b71bfcf12f1e30780 d5e3a914c7097d9118e273350c46cb6451b77957 Package: lighttpd-modules-ldap-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 62 Depends: lighttpd-modules-ldap (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-modules-ldap-dbgsym_1.4.82-3_x32.deb Size: 41708 MD5sum: 5aa2bab62327c92c4fc8dc9d6d049f7a SHA1: 6ef601d20f15373cb477e6d01483934bf96e4959 SHA256: 113cb2f1e432247ca5a419f5cbb0cc793905a6f3d38f5fa1060876d1cec9c341 SHA512: 7e9e94cc53992407dc7eb1a73f2d88bf5702fa3a7e9c3c1238326b47c6640b722c41fa39af2214d7f1fa99867360926f7953196f76fa57f509703e6bd8845c38 Description: debug symbols for lighttpd-modules-ldap Build-Ids: b3fb7aab1b8e058aba142cc8bc253fc967dbed72 e73aa0695d2e98c6f0d5a44dcf1924520a887ede Package: python3-ledger Architecture: x32 Version: 3.4.0-3 Priority: optional Section: python Source: ledger Maintainer: Debian QA Group Installed-Size: 5829 Depends: python3 (<< 3.14), python3 (>= 3.13~), libboost-filesystem1.83.0 (>= 1.83.0), libboost-iostreams1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py313, libc6 (>= 2.32), libgcc-s1 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libpython3.13 (>= 3.13.0~rc3), libstdc++6 (>= 14) Filename: packages/unstable/main/python3-ledger_3.4.0-3_x32.deb Size: 1355792 MD5sum: 7877f58308d35436efd3327a5b2b0234 SHA1: 93d12b92b99017ba1567a23141a36f02306c1e44 SHA256: 82c7927c845792a3d894e39d16e0cf827d63b9046968e800b39b2fd5d2fe6de7 SHA512: 03e5709336055099ff68c835cd6e37d31eaac94fb7789df99c74cd5cef9b2f3fd12e6784f35a227ce30b457423183f77daf28acff845119ee3c24a240869971c Homepage: http://ledger-cli.org Description: command-line double-entry accounting program (python3 extension) Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting. . This package provides the python3 module Package: libbart-dev Architecture: x32 Version: 1.0.00-2 Priority: optional Section: libdevel Source: bart Maintainer: Debian Med Packaging Team Installed-Size: 2746 Filename: packages/unstable/main/libbart-dev_1.0.00-2_x32.deb Size: 658260 MD5sum: a322287810d4c6db6bbbb90f3119d9de SHA1: c78f8a3ce3e779a3669129afed43d29daad37d19 SHA256: 67e4e8582d22056e5a6d1405e1cfa04fbda96e799f8b8c1b396ed9b63a30d2ac SHA512: 79b3dbf71aac21ec6480046cf832cfa85c9e6c87e7e7524831f526fc94476e1b8c4ee1f28251a8bf175d1cca77f323966881874813af1f19ec3e52b6d168e19c Homepage: https://mrirecon.codeberg.page/ Description: Development files for BART The Berkeley Advanced Reconstruction Toolbox (BART) is a free and open-source image-reconstruction framework for Computational Magnetic Resonance Imaging. . This package provides headers and static libraries. Package: radare2-dbgsym Architecture: x32 Version: 6.1.6+ds-2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: radare2 Maintainer: Debian Security Tools Installed-Size: 354 Depends: radare2 (= 6.1.6+ds-2) Filename: packages/unstable/main/radare2-dbgsym_6.1.6+ds-2_x32.deb Size: 126136 MD5sum: e7f327a31c0d3d51518b74d264416ca7 SHA1: 48389bbc50be2127a7c02d2c5d6037e4e589d2cf SHA256: 7ffe888b1942036c12f0094df9ff1bf4bd45f2bdcb78567dd18e5a9ff425c071 SHA512: 9aac64f5e985ab918e94a1fdff28e8596c669187930a5b186835827bb9e49819ccd1b80dccbd61552bfd950e14be9ca345ee621da739d2033fe391dbb5d498f1 Description: debug symbols for radare2 Build-Ids: 14f76885b5a32fdfa296c56a534323433667282d 24980561db725cfc962cbf57a809131c4a3ab288 5d1c7dd083661b8ca19f87d93499d657a95ceecd 5e52de80c699be2a222962968aaaab9c6df7725e 6ff9bc402b538ef2f70b96ac6dda7317b76f84b8 74c0d92fc7bcf07849b5086df71758ecc6665641 7bd01a42483c22ebc5983ba0e4535672afdbea1a 88fbfe0132ad04a726938362826537c556af5978 8c7ed16b0cf9758b2d86eccfe1cad0000d1babaf 8ea6c4b3d616a9f0623b48a8f904e03a875e0a16 9c7336b5c1ba36cbcf0c962019251c31500bbd5b aa0fbbcbc68b03ed64df20bd59ba703ec2cafe72 ac3a21069eb2b94cdca1b207556247dbf4e544d4 ca5591d3d4d5baf5143a8d896b4d3c24ae32cd88 eaf89192173dd431c829c8b930454447f9b58a8a ebff73097e41b035a3ad1452549fa01b531cbc3e f678f86467a57357094fca4fd46c59b52a4f871e Package: clang-tools-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 39032 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7), libclang1-22 (>= 1:21.1.4), libgcc-s1 (>= 3.3), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 11), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-22 (= 1:22.1.7-1), python3:any Breaks: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Filename: packages/unstable/main/clang-tools-22_22.1.7-1_x32.deb Size: 9590788 MD5sum: bd4d64effa347461aec2ac424b2d52d4 SHA1: 232dbc0c1c8796b88a2f25c9799910f97ff26126 SHA256: c8304c6b633a6a08df1f0644ff4eef1d19bd51ab90d80b727abc39dbe7b94920 SHA512: 4b602d7bb4aca76fde0e262bd0ee6c919ad98132045bc43e6f3fec9612f5774aa57e5902de05d141609aaf64668df827f5683b64a18a5f2087eb5887a06e0b08 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, etc. Package: iaito Architecture: x32 Version: 6.1.6+ds-1 Priority: optional Section: devel Maintainer: Alex Myczko Installed-Size: 5719 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.8.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 14) Filename: packages/unstable/main/iaito_6.1.6+ds-1_x32.deb Size: 1522368 MD5sum: 713d744746ea3a493f70dc925c464fa7 SHA1: 75bfb23419537573d5a4c0bb52ee08c52c70b019 SHA256: 34e03d92f0134b2ca85af5a208efc68b18a1dc3b4dc426e5396bea8c683d34f7 SHA512: 205a2f3ed89a22bf957ef56c3ecdcb1a15b3a649de8482bed90c7791944a764ed88a839af00f923fb707442dd08073618d1a7e2f33e519d16a2202ee56632207 Homepage: https://github.com/radareorg/iaito Description: GUI for radare2, a libre reverse engineering framework This is the official graphical interface for radare2. It aims to conver other r2 features, not just the disassembler but also forensics, networking, bindiffing, solvers, and more. Package: lighttpd-mod-openssl Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 69 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.38), libssl3t64 (>= 3.0.0) Filename: packages/unstable/main/lighttpd-mod-openssl_1.4.82-3_x32.deb Size: 21128 MD5sum: bdc5813160a11fa0ad2a41b52a339fa4 SHA1: ad39a4eb670ac7890bdb1af1d6e6655f97d1c455 SHA256: 2abcafffd4f68b0f0fd50dc16e6336e02dd92592bfc71c6ac30022fa31919f55 SHA512: d8df9d93168149353ac07d6148ccc4dc78fb8d1ec88d9604092450ad4674a2e0a92a4587bd75804c7af2d7c8ba570e937bd3134999f71f1e0692f2d9ff9b5fdc Homepage: https://www.lighttpd.net/ Description: TLS support using OpenSSL module for lighttpd This package contains the openssl module for lighttpd. With this module, it is possible serve https:// URLs. Package: python3-iisignature Architecture: x32 Version: 0.23+git20260603.447577b+ds-1 Priority: optional Section: math Source: iisignature Maintainer: Debian Math Team Installed-Size: 6523 Depends: python3-numpy2-abi0 | python3-numpy-abi9, python3 (<< 3.14), python3 (>= 3.13~), python3-numpy, python3:any, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Filename: packages/unstable/main/python3-iisignature_0.23+git20260603.447577b+ds-1_x32.deb Size: 983444 MD5sum: b9c325f94013e4fc8fa7527e67b90415 SHA1: 2d503d9168dcf523f2d916b058abe6c370a0a8e9 SHA256: 1a85d7583263ee743de5be76e0ffc036269fd6f20bded2aba7fc649048b094e4 SHA512: 9777204acd8c04a85f790c1f7fb0884499306dbbdc29e20ccf6979db0ef8d91ebfb330a633b7358b360fc5eceb2c0b63f10d0f7ac689604c0266bef2a682dd8c Homepage: https://github.com/bottler/iisignature Description: library to compute signatures of data streams This package provides tools for calculating the signature and log signature of a data stream. These are summary statistics of piecewise linear paths, consisting of iterated integrals, inspired by rough path theory. Package: ledger-dbgsym Architecture: x32 Version: 3.4.0-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: ledger Maintainer: Debian QA Group Installed-Size: 43057 Depends: ledger (= 3.4.0-3) Filename: packages/unstable/main/ledger-dbgsym_3.4.0-3_x32.deb Size: 41811468 MD5sum: b0989db245f00d19a061b1bb02f9f2b2 SHA1: 9f507fdfe1cf7e0ec2582045fbf65b0edfbc1272 SHA256: 806868c516c20292b8b099102eb708be0226fe9cb7a5a34a5122b439ce3c628a SHA512: 5d241a3301326bf75484348be745cc19dd1378c3fe35bf590440cc58585220f714ec0368af0def8e932e084b5df9f25b98f8f84ff225cb9b74765084002fd3bd Description: debug symbols for ledger Build-Ids: 1e1348a75637cbc7434ea7920c94d97f9ff22f5b 3e00fdbcad6a8b239b070a9f4f8220bc307e36c7 Package: libllvm22 Architecture: x32 Version: 1:22.1.7-1 Multi-Arch: same Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 144183 Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.3), libstdc++6 (>= 12), libxml2-16 (>= 2.14.1), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Filename: packages/unstable/main/libllvm22_22.1.7-1_x32.deb Size: 29976688 MD5sum: 7315e791cbb30badd4bf4c39e23dca5a SHA1: 227dd3c5b54153aed6cc9d9747ff238dcc12bd53 SHA256: eb5a2bddb559319be28f4b828b37bc95f4ec6fce120ef303fc6d3ef5f51282c9 SHA512: 681eb100a546f1e1e2f72f727e4c522058c3c903e8521a1bf2ef261edf6a1c7ce45a83db516ce2863fcf6b4c271ba0d15748827f15731ca1564a2d67dc06fbda 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. Package: clang-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 496 Provides: c++-compiler, c-compiler, objc++-compiler, objc-compiler Depends: libc6 (>= 2.34), libclang-cpp22 (>= 1:22.1.7), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 11), libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang-common-22-dev (= 1:22.1.7-1), llvm-22-linker-tools (= 1:22.1.7-1), libclang1-22 (= 1:22.1.7-1), libc6-dev, binutils Recommends: llvm-22-dev, python3, clang-tools-22 Suggests: clang-22-doc, wasi-libc Breaks: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Replaces: clang-tools-22 (<< 1:22~++20251124083138+173600880b8f-1~exp1) Filename: packages/unstable/main/clang-22_22.1.7-1_x32.deb Size: 146328 MD5sum: 81d4cf173efa408d9fd3dc39e7b9df1e SHA1: 1dcbae28b3e9857e5c60fc44b834fac2d4124877 SHA256: a939fb6849becce23af6e8e1c03529a5675b61444f2c13e287e13157abb7d3e6 SHA512: 5ba6e0d5b0598cc1ec1c2a4fa6708c1bd9c86b0d46ce6961e0fc0befc7b66e066849270ded35e3a52d7412c938cafb5952ca290a8197d44a31f42fd69f5d07a3 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. Package: llvm-22-tools-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 4916 Depends: llvm-22-tools (= 1:22.1.7-1) Filename: packages/unstable/main/llvm-22-tools-dbgsym_22.1.7-1_x32.deb Size: 4252052 MD5sum: c078f975b8d93177f926b91051050dbf SHA1: 240e032f146cf46528561c67f8ec6322a534e7fc SHA256: 298c7c1a589b35f0e102dafb7b3075eee1fb7a0c3843e0618366cf79186bbe27 SHA512: 268fb10a44c3af210dadb96d4ade770faad62b537a455ca7554dc48980a191c3a623d389445c07d173753d2e5d36686c8da65cd277f32259f3c7e78879897269 Description: debug symbols for llvm-22-tools Build-Ids: 1a952cdfb7428824154bf9549e6fd4241357a798 987f2778e04d5d60e6703e454942da03fdf21cf0 b5169f91b1c88daf839c87b0a8c1f561856dafd3 c3f003871b3aafbd051f9323535600381fd8c1c9 cda089cc03c8039d157f66c66c647191937d3ef1 f48db2468af112556c50ab180e1f7d5170c4e016 f94e1172bf6cd23780086d2bd10044f788e1ea62 Package: bart Architecture: x32 Version: 1.0.00-2 Priority: optional Section: science Maintainer: Debian Med Packaging Team Installed-Size: 3090 Depends: libblas3 | libblas.so.3, libc6 (>= 2.38), libfftw3-single3 (>= 3.3.11), libgomp1 (>= 4.9), liblapacke (>= 3.12.1), libpng16-16t64 (>= 1.6.46) Suggests: octave-bart Filename: packages/unstable/main/bart_1.0.00-2_x32.deb Size: 1178488 MD5sum: dfc995f0eb2ccaabcbb55c94c8fc85a9 SHA1: 39505f332ffa75a56e5232c69d5323e09f27950d SHA256: 50b98330d2e04904942af0e132492456ca161080a064125899e320b36db690fb SHA512: 761cc8219cd26edeeca4c1125e08c9d586b2d98402eda73ee1f9d165b42d69983f622b7bd592e20a5a177012d32cb940ac2afab487637a49b5f7d3f9f720cc5d Homepage: https://mrirecon.codeberg.page/ Description: tools for computational magnetic resonance imaging The Berkeley Advanced Reconstruction Toolbox (BART) is a free and open-source image-reconstruction framework for Computational Magnetic Resonance Imaging. It consists of a programming library and a toolbox of command-line programs. The library provides common operations on multi-dimensional arrays, Fourier and wavelet transforms, as well as generic implementations of iterative optimization algorithms. The command-line tools provide direct access to basic operations on multi-dimensional arrays as well as efficient implementations of many calibration and reconstruction algorithms for parallel imaging, compressed sensing, and machine learning. Package: pngcrush-dbgsym Architecture: x32 Version: 1.8.13-5 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: pngcrush Maintainer: Debian PhotoTools Maintainers Installed-Size: 56 Depends: pngcrush (= 1.8.13-5) Filename: packages/unstable/main/pngcrush-dbgsym_1.8.13-5_x32.deb Size: 5448 MD5sum: e3a8fc781744306764e9e945b74bc217 SHA1: ab381f49d2b88c8ef8c01bae2fdb6e5560148535 SHA256: d12d7c22d10970373700e62d9a204d09f5dfa814e74d60b31dd4283743968274 SHA512: abf329aa7b94c58988aa0549c3de3341c1f40942b97d154d46f6ee0918eb3fec1deeb32af1684b0a4343f6a82acdbb836d6f2b97fd75e87a8e4f542cd9e18808 Description: debug symbols for pngcrush Build-Ids: 0ee06ad5cd37b4a0c6b6493f199d5091c1732348 Package: libradare2-6.0.0t64-dbgsym Architecture: x32 Version: 6.1.6+ds-2 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: radare2 Maintainer: Debian Security Tools Installed-Size: 28582 Depends: libradare2-6.0.0t64 (= 6.1.6+ds-2) Filename: packages/unstable/main/libradare2-6.0.0t64-dbgsym_6.1.6+ds-2_x32.deb Size: 28172664 MD5sum: 54b1b6300496530c5eb2874d486b4626 SHA1: ec9ce47e02ad3f523ba82293f5ce287bd1e74ba5 SHA256: 86d2e25d028f4d072173aabb698d9f8e10fd37b20d6242ca5d2959736c8c2ae1 SHA512: a86c32f5feba2a078d4509db89a90cf0c0fbf372a46ddae8202d265dc5dcd2e75d1a692ff0e312595b3f1313d0f240f53cf1afe7290678d206735a3b75d26edf Description: debug symbols for libradare2-6.0.0t64 Build-Ids: 043ae58591a4d70ab812d3bf9ce440f92214687f 0fcc737929e2b5b9bcc3957a0ee085531dfd00ca 16d1f2b02fd7e9c5830ed155e4240130870248c5 28eb0853336b76871050f279c2a18bc0571d91c4 3537901d952c72900720e0fe96c301eb37e5b08b 3fb1135c88cc5bc41f1fc27c6c1c273b4bfb2d75 42a9c2fbd5f1d6d471620cd03406c61ed07d82d8 530b9b29d4d2fa42a568c41851facb2641967304 57eda8aba4dd8ee6b8bc609f73f0931a09f19724 61c391b15ed6da339bf89e6590d900976b36385a 62227965e3090b2b98878e730a4fef72b8905fd5 6ed91f6e0ab1d3c4262429dc51d3e9aed0191815 7360626830975e26c16df4d350c8b6a5fe3508f4 82418bb93e5c1e4de541cde2acf05602015e39e2 890b8f1e9dacdb58a18f8abca9802f97aae341a9 b2ab30fabe4e2967ac7b6bc9788ae1c7721c10af b88df207dd7be472f193b8400f45dd480ef1feef c3b2db6140e50e6e8f8bb8575bcf40851bea52c9 e027231a1befb8dfee8f0debfbcdb6fae7c44ed9 e05c172363da90cac2e9853efdfc3ced2967f13b efc383543789dffa59cc24531c2d82284d15dc30 f8f816e73e0734f1f07cafa91b61f6cd67789df5 fc60523d01a36be86b5c200181a31418ac66221f Package: libsidplay1-dev Architecture: x32 Version: 1.36.60-3 Priority: optional Section: libdevel Source: libsidplay Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 383 Depends: libsidplay1v5 (= 1.36.60-3) Conflicts: libsidplay1.36-dev Replaces: libsidplay1.36-dev Filename: packages/unstable/main/libsidplay1-dev_1.36.60-3_x32.deb Size: 90420 MD5sum: f98dfab548581a74cb595897c9686c9e SHA1: 162703be7d6a15e64a1df41323593e98a964ca87 SHA256: 812feed33c3c10f30e863f6838f636030e56abe1c89a5e28fcf6e74f86cda578 SHA512: a5e2a771ff7d902987bd9c7050edc33878122162a7715ecbc5a016a296f369e400b6d2b254dc00b03bfe226fb78531d3b4f5ffcc579fdcc547c381c6962dc753 Homepage: https://web.archive.org/web/20040628165954/http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ Description: SID (MOS 6581) emulation library (development files) Here are the header files and a static library that are necessary to compile applications which use libsidplay. Package: lighttpd-mod-openssl-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 77 Depends: lighttpd-mod-openssl (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-openssl-dbgsym_1.4.82-3_x32.deb Size: 58496 MD5sum: 13e6db3991b829b8fdf4cf8fc519c890 SHA1: 5519b7ec9c52aa4013927c74fe1c0c825a68a8a4 SHA256: 21439c1bf561dc7bdb449241ad3a5f744bb572f24cb3a21560e18e789bdcbb35 SHA512: ff0ee0a812911d5ea180d3fa061b23bc5a0d96e445f7890b1aa4945040300d9043087ae0ef7a5a83b18fd53f5456a1c6b8315769c58c0ca5d27db12a62b0dd38 Description: debug symbols for lighttpd-mod-openssl Build-Ids: 4d374cf840722178e5e3aabf9e15a903596fce3c Package: clangd-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 17693 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 12), libclang-common-22-dev (= 1:22.1.7-1) Filename: packages/unstable/main/clangd-22_22.1.7-1_x32.deb Size: 3457588 MD5sum: a65d5cc3f5ff0a6dbf652ff969fdd51c SHA1: d6767a2b6b096e31816cecc21eaa2bd2897610b8 SHA256: da87019a72c11f34b992b4c905b92f06da7646920b64ee3f1b5a9646db63f2c1 SHA512: c8324d454054680b71d2f26010c25c4d7e5f44a89fc42165216ab568fc0ed710df150b5076cce664efb474073110f32c5f8183945b26d0d1b5874007f9297321 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. Package: clang-tools-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 51628 Depends: clang-tools-22 (= 1:22.1.7-1) Filename: packages/unstable/main/clang-tools-22-dbgsym_22.1.7-1_x32.deb Size: 36812696 MD5sum: fcbc36afed8bc90b01367491783b1c2a SHA1: 88062f307e1525bd9f9fdf2cd7cd0eaddd1c7836 SHA256: 6483006128ef2e3fcc790961ca51c60dc27235387d2055fd3dd0932d06dd39db SHA512: 8657ba6ee78f52e5b806842db5a3d1d0736e19eeef528e70a7d160ee913e85fc1450b1c265927b34dafc723cb3aefc8348cea5508e61b58f5e4ca93538284d50 Description: debug symbols for clang-tools-22 Build-Ids: 0fef7b077a5c9767c19b1b868cda95edd483181f 1ae7ab8ab2b39b8c89bfafa5cf63e2e0a1019711 1c418728566d44354dc3305e1b31250533e6c6aa 1f46d71cd91aaa4b13f5b3e5d008ef159f70c732 236d2f993e4a8c8526ecf13177d2631275c8e224 3387041d2bc51697323ebe00b479b8a2a51dbff1 3af75b10cf1d526950e61bcbe52f5ad4e7e30ccb 402dfcdda830b716357456bf6c49287c06fe9386 43277dedebc988b960c203758943288c3b3336a2 451e995bd62d4a4937e78d8d5fe6850d3d651534 4bf5b55410ee918d816c3bec017c7c3ec371fb9e 67c1c7650a14aae1a67338dd4c8758faf7ec4fe3 7d78aee7aa44cc489fdd216ad8898d1a1e41014e 7f8082d1a877c1fdafd6d3dc0f3c160077a23ed0 890ac844e88a4a7b12dd0739495fed0d4e216560 8d550b8937a50d5847a60fd9b0d22c36da3d6218 acfc9e068909dfa401764536ddddaffc5b610111 c144f70a82a8666df5f0f8fe9a22fcd9f2354297 c4c31fb7bec9f6041c806b0ca921d6791124ca46 c867cb3f103165aeebd8ba2a048dd5d59372a43d ce22b9e43d9488cf536ecdb871ead751c6a5f4d9 e6ea5e9234cfc1c7eb94b2f0f86b082aed2374bd e6fb95c61caa959c5b1591a17b75472a1c44d4ba ed28c0be8d2e1626474250f9c13c452c00b4b038 f90483affa0c8e467b35a7772f3ea372cb75e680 Package: python3-pyspeex-noise Architecture: x32 Version: 2.0.1-1 Priority: optional Section: python Source: pyspeex-noise Maintainer: Home Assistant Team Installed-Size: 85 Depends: python3, python3:any, libc6 (>= 2.29) Filename: packages/unstable/main/python3-pyspeex-noise_2.0.1-1_x32.deb Size: 29160 MD5sum: ea423124e7845d37df56f1ba34672978 SHA1: 91b9759f206b7ecef9b432f18d543490614f1cb3 SHA256: e080c4c8605443db3a59ad2b703c40fca32e5716a48fc696c1bf9d7c3f66b93c SHA512: 3097b086eec08b4ed0f3b33e77b4ecf941d766924314cec29e39cc000e1961e62bc63aee6deef8bf9354b48c6d072dcf37fd9173885e31bae599ad4f9dae56a0 Homepage: https://github.com/rhasspy/pyspeex-noise Description: noise suppression and automatic gain control for PCM audio Python library providing bindings to the SpeexDSP noise suppression and automatic gain control routines for processing PCM audio streams. . Audio is processed in 10 ms chunks of 16-bit mono PCM sampled at 16 kHz. Noise suppression reduces background noise, while automatic gain control adjusts the signal level toward a more consistent volume. . The interface processes fixed-size audio frames, making it suitable for speech and voice input pipelines where audio arrives incrementally. Typical input is raw PCM data from sources such as microphones, capture devices, telephony streams, or other software components that produce uncompressed audio frames. . The package is intended for speech-oriented preprocessing rather than file handling, playback, or transport. Its controls expose the gain target and noise suppression level so callers can tune operation for quieter or noisier recording conditions. Package: lighttpd-mod-deflate Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 47 Depends: lighttpd (= 1.4.82-3), libbrotli1 (>= 0.6.0), libc6 (>= 2.33), libdeflate0 (>= 1.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/lighttpd-mod-deflate_1.4.82-3_x32.deb Size: 11888 MD5sum: 204770e6bca650b9848b755cd7761f4b SHA1: 193b0c9e6a62d6ec958ab88013a261694922d449 SHA256: 0f79abddcae06d709cae8ba5e1d1f1a53477e3414a99bfb21a6036c7449a2090 SHA512: 04c1b27e2e2aa58648e7fe6793f5745b23efe553e91c3949fc8060a115f975cf507902e8d6253992d10dd42d64755e07e26762b2e1cd92eb5c976ad6dac7682a Homepage: https://www.lighttpd.net/ Description: HTTP response compression module for lighttpd This package contains the deflate module for lighttpd. With this module, it is possible compress HTTP responses using zlib, brotli, or zstd if supported by the client. Package: pinball-table-hurd-dbgsym Architecture: x32 Version: 0.0.20230219-2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: pinball-table-hurd Maintainer: Debian Games Team Installed-Size: 75 Depends: pinball-table-hurd (= 0.0.20230219-2) Filename: packages/unstable/main/pinball-table-hurd-dbgsym_0.0.20230219-2_x32.deb Size: 64188 MD5sum: 2d71ac0cfdf578340b545062043cd8b8 SHA1: 15ac06d06f7cceb73abe241a3f7089ea11a92eec SHA256: 7157892f6725f2a89a255d8788dc890dfce7fb2cf175848cde3a9225b35ba6af SHA512: f7242f8b492815d403758d3466ea67c44232eb688a97aeff0e825159043ca7fce20784b6350e38f5533b1ad0866005e9d08406e9e8237ba7633de62f3a22dacc Description: debug symbols for pinball-table-hurd Build-Ids: 866f3dba52a59ff8ff5b040db01818b2b06cf4fc Package: lighttpd-modules-dbi-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 53 Depends: lighttpd-modules-dbi (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-modules-dbi-dbgsym_1.4.82-3_x32.deb Size: 34228 MD5sum: 200bf443301142c8ac32eec6131b393c SHA1: d9dbb3d2e1e8d91402fec25309a5b5ecf6c79514 SHA256: 0bc3d9206fc8917966e16b4781cbb8b3d0a1f2a5081a60753c01c39659c0a28a SHA512: 418d1a0c5ce3acc6ec1efcedb843517a08340f10c3f879dbe6d80574ed9ed9ccef26ff2b4f3429e760ffc0d8a0b6e1e9c546d228447136d0b50ae60773fc8d2f Description: debug symbols for lighttpd-modules-dbi Build-Ids: 7bc67fab9167756770e2eba2a591b856e16e49ea b0dd63a9a1ab75d32221279839c635be4b748a1c Package: llvm-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 336629 Depends: libc6 (>= 2.16), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-22 (= 1:22.1.7-1), libncurses-dev, llvm-22-tools (= 1:22.1.7-1), libclang-cpp22 (= 1:22.1.7-1), libxml2-dev, libz3-dev Filename: packages/unstable/main/llvm-22-dev_22.1.7-1_x32.deb Size: 48881428 MD5sum: 1cb129eed7f7214925b7752ab4813330 SHA1: 7c0adbe1342438a39efae82a6540f01af72838f4 SHA256: 5ce9d58177256e9c0c1b46838240df1d5853f19d29957345a9c51a4d0dbdaaac SHA512: b61f8ab144ae5fade4a7e4b6df324b628203cf23bc91ca68a45a341bba6454cca13291073f74ae13e47371754b14e3d8b621a0e11caad84fd15661be071837e0 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. Package: lldb-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 13593 Depends: lldb-22 (= 1:22.1.7-1) Filename: packages/unstable/main/lldb-22-dbgsym_22.1.7-1_x32.deb Size: 11201876 MD5sum: df0bf227137ffd064d3262fa5c5a55ac SHA1: 2d4a87cc54ead6fcd5d49a19308b51976ffb0fc0 SHA256: 9e6fcf0ffc5cdf0efbe459fd407c6c92840a898710c9cb34dea80fa0e099ca9b SHA512: 1cc3e474b95df2f8dbf153adb264f65258038bbd30b6f1f8d28adb3558008336f539ecaa6e1472cc2c7379bc104ddd286b7b59d253274c0bf984ea055a04d070 Description: debug symbols for lldb-22 Build-Ids: 1fbb138c847283500e5fa6633f0f63c3330f9259 3ba636c40f29aff5db58c4a16cffdea5f7c03a95 a1e49d92b1145a1f7f5e9411b15b2ab850ff378f a496f0c00bd2184261761a2adf71bb40d2020d16 b9fcffc2f7d645cebfe6bfeac288a5a416766e52 e0645ccb1163f4b8e6508b1dde2c53b62139f1aa f0ea7335c7eddf083b157967767f84a096caa319 f374cf54bc27e33808f032c92423a2c7c1f9fc10 Package: libclang-cpp22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 59804 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 12) Filename: packages/unstable/main/libclang-cpp22_22.1.7-1_x32.deb Size: 13748580 MD5sum: e933f37fc1044b3d3caf8fc2ae484d51 SHA1: 2dd8056f25cc6e75686c25d532b44f35f3c0469c SHA256: 7f613ef30e87ee74b9681f7561aadb53c7620c8b6d13ea6bc788c18a87866362 SHA512: 80ba33699981309bab49ee176288fb924a3fafe354301a6cbbea69e8ebece3acb60b954700c71a84dbe6b0c6e534f2cdd086e274229b5a57cce123862503a485 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. Package: lighttpd-modules-ldap Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 44 Provides: lighttpd-mod-authn-ldap, lighttpd-mod-vhostdb-ldap Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.38), libldap2 (>= 2.6.2) Filename: packages/unstable/main/lighttpd-modules-ldap_1.4.82-3_x32.deb Size: 10536 MD5sum: 70921120e0552e8594449af32478044e SHA1: 98defc4ab54103f29f1b19b27bc68cfd21300818 SHA256: 4945c37ade893db85cf0da265884afa4d37ea021c6e9e321f6f9fa914d4a29aa SHA512: d79cd9358903341f0ed1293399b877facb1f5c669cc326f7409dc8694d1073ad61ef4a8c0a0014b3028072b4856730a03a60fc91a6a5f5a9c5fa72b97a74637f Homepage: https://www.lighttpd.net/ Description: LDAP-based modules for lighttpd This package contains the following modules: * mod_authn_ldap: With this module, it is possible to perform authentication against an LDAP server. * mod_vhostdb_ldap: Database backend module for using LDAP as a source for virtual host configuration using mod_vhostdb. . Do not depend on this package. Depend on the provided lighttpd-mod-* packages instead. Package: libclang1-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 33378 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 11) Filename: packages/unstable/main/libclang1-22_22.1.7-1_x32.deb Size: 8277540 MD5sum: 96fc4425da1dedcc1eca09e555ff8ee8 SHA1: fd4d4466f6be2a8ec16f8f1a79c555cdf2f82e96 SHA256: 4c862add91560ba5c8a7427e59084846a405f426e0a5ad05603b87b1a9a1be01 SHA512: b313e6d235086cbf32a0bfaf1b76df833668def12e44a4e30d8207b30e9b20d2f2c794fac676adfdaa0611f74f049ff290de1c38e50e210902bbba79564cba06 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. Package: clang-format-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 121 Depends: clang-format-22 (= 1:22.1.7-1) Filename: packages/unstable/main/clang-format-22-dbgsym_22.1.7-1_x32.deb Size: 72436 MD5sum: 94c1c1068240b45f84582a12dee098a6 SHA1: 4371b04b4e9088d03db295973df4518c06dc3501 SHA256: 50db2525ddd2cc3a3a9023cff0a0d8e0f66b2f81734c2bb7fbafafaaa862c05c SHA512: 87cd6b72cf696c8ddc71891f013e709b20224b8fb7e8102afe8f3e968a25401cb731f831123dbbea3f1ce8997c07e89f77caf1075d06cf103e794d09127d3b77 Description: debug symbols for clang-format-22 Build-Ids: 5d6f3d49359cc7c03828a410d8ce9f607eb683e2 Package: libmlir-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 118685 Depends: libmlir-22 (= 1:22.1.7-1) Filename: packages/unstable/main/libmlir-22-dbgsym_22.1.7-1_x32.deb Size: 69711032 MD5sum: 5d699ffe6b7323a2d55003d85c203a8f SHA1: c712949a68d5791fccc1b7c0f0db76ab4986d75b SHA256: abb5b042f44b80516686ec08b25b5f4eb15714c8b3f33f7afbfc29c66ac27d9b SHA512: d58489890bb5be3dc6c87455ac9ad95c37928b24e758e5116afe9853fd3f0318278689f43667336bef80ad13b4bb89162ce3e672bca9695560ff327d342f4112 Description: debug symbols for libmlir-22 Build-Ids: 27dadce79178f2f8675ba7bb5b45104f51e55998 331693fce5d6e1389ec458dd2232b7688a34f74a 34f5b313744dcaa7717e80fd580c7d82e6abb306 3ca46a5f02c5297cea5733d9c68e16dc80f5622c 49526cccd4fcc0d3c2ab53caba58159b7408bff6 54401c1929e8c26135584d3ab39019f458ffde6f 54431d481473209c0db338b37f890f72bdee6601 a595d4b8b63cd4611090ab033f0b348337e8d428 b885da36afc8b00269e1be96bbe53153ae477801 Package: lava-dev Architecture: x32 Version: 2026.05-1 Priority: optional Section: devel Source: lava Maintainer: Debian Python Team Installed-Size: 56 Depends: black, build-essential, ca-certificates, debootstrap, devscripts, dh-python, dpkg-dev, fakeroot, git, libdistro-info-perl, libjs-bootstrap, libjs-jquery, libjs-jquery-flot, libjs-jquery-typeahead, python3-configobj, python3-magic, python3-pexpect, python3-pymongo, python3-pytest, python3-pytest-asyncio, python3-pytest-django, python3-pyudev, python3-requests, python3-setuptools, python3-sphinx, python3-voluptuous, python3-yaml, python3-zmq, python3:any Recommends: android-sdk-libsparse-utils, nfs-kernel-server, python3-django-extensions, python3-pydot, python3-pytest-cov, rpcbind, sbuild, telnet | telnet-client, tftpd-hpa, u-boot-tools Suggests: python3-bandit, python3-django-debug-toolbar, radon Filename: packages/unstable/main/lava-dev_2026.05-1_x32.deb Size: 13596 MD5sum: 3efdbb16f79e14ec2d75c1c4ba7ff60f SHA1: 5f4edfe0f496ca88e182ff2ef38bdc0d058bd872 SHA256: 2bab9187ec9a10b44a48d46c2385a9f83ab62334ffdcabc4bfdce5b7ad317d70 SHA512: ac39c7d0f1b2a4b35d140d657b4e9898fd8f81701458d773f449e84032bfe5d98de6a0a2fbf4f87405027024b025f546a3d06f045cb682c26a5254ed0435b2bb Homepage: https://www.lavasoftware.org/ Description: Linaro Automated Validation Architecture developer support LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. . This package provides a helper script to build LAVA packages from local git working copies and support for running the LAVA unit tests locally. Package: python3-lldb-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: python Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 1026 Provides: python3-lldb-x.y Depends: python3 (<< 3.14), python3 (>= 3.13~), python3:any, liblldb-22 (= 1:22.1.7-1) Conflicts: python3-lldb-x.y Replaces: python3-lldb-x.y Filename: packages/unstable/main/python3-lldb-22_22.1.7-1_x32.deb Size: 160784 MD5sum: 9afba6ffe549276dcc7a2485ce1ef820 SHA1: d8485421522289c0abe8297c0aafa4720887cd57 SHA256: 496ef9fa64dbb2e0be8eeff870434191253420f1af3e3e29c3febf5d88cf9a25 SHA512: b987f901f6c0b0758a7bd0ecac5808f1b824471d13aa9526b130544ff2a8f1d09207fac3bb84ad57fd35f5039ea2bec0972636ebf5c3c1c8f5c735a231096b2d 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. Package: dcmtk-dbgsym Architecture: x32 Version: 3.7.0+really3.7.0-4 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: dcmtk Maintainer: Debian Med Packaging Team Installed-Size: 6058 Depends: dcmtk (= 3.7.0+really3.7.0-4) Filename: packages/unstable/main/dcmtk-dbgsym_3.7.0+really3.7.0-4_x32.deb Size: 4671948 MD5sum: 053104bd10a909f94bce4ea65333fd18 SHA1: b102c2560f77f87cd20f054b47ae6eedf8e507bf SHA256: 113320156734b02bd3bb8394761a99cc5024d7db8c243fc9122489a6e15bcb8f SHA512: 0c4625b8f409c67c80825297bf0fbd25e43553becd0ddc69cd204e49208dd4cc3271476cdfad37fccfc7682b6bb31509b3dca54f15a5623ee00edd67a3f3bb3a Description: debug symbols for dcmtk Build-Ids: 00b79ea5a751a30c6b5eb3ae3118c9e09294eb3e 01b6799b6c591d8e4c115d469380d0b548769a40 09b1e5e0c0cccdc1c1a12687c9944b4621407b0c 0a59bd5d10a366a459696f5c3f367432154640ca 0a84cc90d864b19e44f5c87219af7b1965c2c21a 0cf3e672cbc54c60831682030ed1957f3d77787e 0d0fb1a4222c1c759ab85740f6371aa235eae7ac 108ba34008d2881223e95ee14cff766081601f71 13550a7a667e3732f90bd3a4dc538de7e380d718 13af2177a0f1a036744306e61416f9fa0cea65fb 158d5ac0089b5b3aab247daa70a20e81ec8d0fe3 16da444b37ec6d1d00c4637fcd8bc37af4b067c4 1c583ef56291674408489333af822825e0b8bb13 1e8628661ddd3bfe9abc45a3b13bb180fdfd49eb 234b9d6e7fbde78b579ca3a4576b599a0986dcdd 2d4b4367e742b16f0de9c61286fc000528a17945 36c63179001155a35fb36dc84f5b415544ac089f 43e59bfe9e15b5c217d011faf09b6d96b55a378d 44512442410233cd500420535ef0c8358108e39a 47988edb5bdc4a7434a3182156b1ded84ca230e3 5d81c5554024d6ee0ad51d87cb3038b6b8edf6bd 6098115063135a469c9b7b74498a5d7d137b5bd2 614f174a82cdcd9cea13c74316212e51710511a8 6838be3c9a86bbd0c98493a83dc58a4a04136c99 6bf6a9d6c28d948bb3411c2df517f01c99a791c8 6cb6373921199d56a80112c4b83944b8cea8a344 6d6afd91bdfedb68099aba527c32510131c6832c 6dcf84c78dd7870b414684ceab5fde912eb5c1eb 72216e0e78b416175d62f6dc334d273727efa684 732b351c351b95dbea3ebc695edf12d94794d757 76e513af5615f4a70afc814d1d5616eb6ee5fdc4 779b874bcb59685e2a3f8569d94261a897e12a9e 78d942f098008a56bbee15101145310673bc67a1 7aae7a3f152ebf029fca3f228c5a228ac1fc712f 7b7386a6c94b993fbbfd858d2fdc491bf74e5c88 7d9baf22b39c76fbe74eb2a32a1a3d1e810b715a 812fd4830af3e2208d6e8d12d8496bb2f7c52ec2 8481d37bc6d0b26e5e57123507a5d9a459bc6841 876b90e3cc8841f9b9ff85dd71f2f47bcf18f4b0 8ad0719a4fcb888056ddd6735b93f4b565611291 8d0a00375502cb5f2e2bed9c3fd3388a747dcc94 99692f1931025ffd2d5e6769e98d9f2e10daa21e 9a4ba52f964b63451b5a1a388cde618b95679037 a1338bc97d2fb6492591c723f9e5c7f062c96538 a556a5b8250495057411484919c55c3eead26380 a5e3698b5b429d1c62695cc21bb936e1bf96012c a857c8f373b4fbd3cfe9851aefe29b0f1464c079 a8bf627401d216192c28a0739792eb3148e8b35a ab10e83963a98757c3d5f9c4432b02143cbf4c43 afc3070ba4d2a68c74d15a9ae67d8fbddda585c2 b235ec3764aba2d3d6ecfe2683a9810025f362fc b571a55df356f04355dfb8452715c3f4eae33858 d3a47354f713cd729f4515addf5b4fab523312d5 d400a0a91f0364c60b4b582485782c68ddff4ea9 d400faa61724e56e5ae1df0cb8dc6b935e0f051d d57bb04b50d93876e52ce48747fd4776987ee5fc dd9e95281f5b29c864d8efdafe39ceda72adc0c4 e924dea63d409c30fb614b41b55f8330f839b896 e97262d9bb330b9e9b80795b877b0cdfd5a8b548 e9ac9173b2e8e24eafe91a3d3bbd37e3ca718387 ee0046140fc815b7ef3db16c7e023a50af5a3095 f06a41bcaa2a44c6db7b9a3a62027adfac22141e f0970f8be5ff243b43512039c90249ca31ea3832 f0b22d5829ee3adafa22c25843425ab2ffa04df2 f2774dfcf1a8eef38f64d8b433eceeab9424b511 f80c531ac634e8d37f18cb83db4fb52885ef606b Package: openjdk-27-jdk-headless Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 92596 Provides: java-compiler, java-sdk-headless (= 27) Depends: openjdk-27-jre-headless (= 27~24ea-2), libc6 (>= 2.34) Suggests: openjdk-27-demo, openjdk-27-source Filename: packages/unstable/main/openjdk-27-jdk-headless_27~24ea-2_x32.deb Size: 83161708 MD5sum: f46b2b1a929182133f946beb27045339 SHA1: 55b2b94b7f5d3a4d0a005fef53135f2b21617e0c SHA256: 5a5013e781d28d8e207e3d4b7f6655cc277937ed0176568e59c7142a1430da8b SHA512: 5ad316e953c24d4cc905421914866fc269c620eb9e1254f047609b377bef5c23b0f453db49e7cbccf8095e7a324280512fd9d7d0461c5e507125402cc0c273c8 Homepage: https://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: ares-dbgsym Architecture: x32 Version: 148+dfsg-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: ares Maintainer: Debian Games Team Installed-Size: 196524 Depends: ares (= 148+dfsg-1) Filename: packages/unstable/main/ares-dbgsym_148+dfsg-1_x32.deb Size: 186735332 MD5sum: 633915c915da5d740705d065c0d2589c SHA1: 071fbc6a6ecf54dac94292dec02fb4f197348311 SHA256: 1ef7e6008f851f6b2d06a068ea6312babf0f96df9b10ba3a93c321eb8dc00ca0 SHA512: c00f89787f8a53d68a3efa8c9ccd79ab1f5e65d40d997655246fdfc460f1ade502c942da7c80ff56e21e72ddebbaeb02d5cded2a059a0127c9fac8aaa80f9084 Description: debug symbols for ares Build-Ids: 60858e57219304b2f9eec084367c9ec94e2e2209 e743ac41b836f7ebdaad3a993e3721cff7abac79 Package: pngcrush Architecture: x32 Version: 1.8.13-5 Multi-Arch: foreign Priority: optional Section: graphics Maintainer: Debian PhotoTools Maintainers Installed-Size: 142 Depends: libc6 (>= 2.38), libpng16-16t64 (>= 1.6.46), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/pngcrush_1.8.13-5_x32.deb Size: 67648 MD5sum: d7f25c44cfd4d1305df6edec5819d06f SHA1: d44266a0926d7c2a18da5865abfd6da3792914cc SHA256: 233abc8a4151c0d90d1a9922c2e9788fda8f85299cfc0c55dbf52f068c4a5d9d SHA512: 70a2109a2f6f4565352022d79e1a5249a7de36820569cb590b781788d8c92fcb3023e5cb64fb6f483f661af7d7a2dced05667b0ba99cc651d9c38ed4b8929a9f Homepage: https://pmt.sourceforge.net/pngcrush/ Description: optimizes PNG (Portable Network Graphics) files Pngcrush is an optimizer for PNG (Portable Network Graphics) files. Its main purpose is to reduce the size of the PNG IDAT data stream by trying various compression levels and PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, and textual chunks. Package: libclang-common-22-dev Architecture: x32 Version: 1:22.1.7-1 Multi-Arch: same Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 14686 Recommends: libclang-rt-22-dev Filename: packages/unstable/main/libclang-common-22-dev_22.1.7-1_x32.deb Size: 770884 MD5sum: f9ad3e5f9053dddf0b7618f02d99e90c SHA1: f02d6754e8459de1203198cf4e171045641d0e4d SHA256: 9a80560cc279933e23f34347a957dba77b2d367641c4295197c6e2daae44f10f SHA512: 1e7e8e9e89236f8fae1c9c52ea75ced160dc4f2b2ba6a7f0cdd8409185b683c54bfd731bf29ba4656912246d04da766ec096102f7b95c4f88835880a31be8a2c 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. Package: llvm-22-linker-tools-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 3378 Depends: llvm-22-linker-tools (= 1:22.1.7-1) Filename: packages/unstable/main/llvm-22-linker-tools-dbgsym_22.1.7-1_x32.deb Size: 2885760 MD5sum: 849a17f0cae353e715e50d072208b279 SHA1: 2a2c691a3e427322efc1381072e721c749555d89 SHA256: e94b1dfea51f7aaa42cb070c236a9eaa07347b1a61639849942b122092078e23 SHA512: 3b46878b000dd4fd2f09e7f934b21d3ff1581b3e9359615a2db5363a51855e4751d9479d83dfc9533a1713a1d709d6db990d33f32be94dc5c3ae7487d4041fe9 Description: debug symbols for llvm-22-linker-tools Build-Ids: 230972d2801c58997378688b6951f896f3a438c8 8e72ea132a8d9ba02c606824c56cba7acb368cac d5cadc267649774270888ff08d8e4a0058ce1bec Package: openjdk-27-jre-headless Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 166302 Provides: java-runtime-headless (= 27), openjdk-27-jre-zero Depends: ca-certificates-java (>= 20190405~), java-common (>= 0.28), liblcms2-2 (>= 2.8), libjpeg62-turbo (>= 1.3.1), libnss3 (>= 2:3.17.1), util-linux (>= 2.26.2-4), libatomic1 (>= 4.8), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpcsclite1 (>= 1.3.0), libstdc++6 (>= 5), zlib1g (>= 1:1.2.2) Recommends: libcups2t64, libfontconfig1, libfreetype6 (>= 2.3.5), libharfbuzz0b (>= 2.1.1), libasound2t64 (>= 1.0.16) Suggests: libnss-mdns, fonts-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic Filename: packages/unstable/main/openjdk-27-jre-headless_27~24ea-2_x32.deb Size: 39339480 MD5sum: f1dd4a29b59e33d66bed5f95b7c127bf SHA1: 970210ff1243d9555ffaf645a4e1b28ddfb899f8 SHA256: fe3e340536af663b24e601ea02471c2a5eb00fb79934994afe50589c17e86f14 SHA512: e64a9217240dc84c4193f36ce2cb006a3f28a48eec4752784c640153ba8425335ad18270db26e85dad24128e4a5db8cc0616e8b91176c79b3df30a0fb1d071bd Homepage: https://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. Package: lighttpd-mod-mbedtls-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 78 Depends: lighttpd-mod-mbedtls (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-mbedtls-dbgsym_1.4.82-3_x32.deb Size: 61860 MD5sum: 15937fd41eb1d38f03c3abf2df596f19 SHA1: 32f8803e94eccb0a6a6b90a90483a48af64546fd SHA256: 26034116b15324547d393526d0a7671d55c2631793acdac7b2b3853379c5bda5 SHA512: 20c7a3ae32742ba755be47227ffabc439386da6fee167d11f9bb658fa0ce5e232b15b1db71b447fbc783935ad64918a569214e5b6e41880d4880537a09fc3999 Description: debug symbols for lighttpd-mod-mbedtls Build-Ids: 0f0c30edbced95f5f415e218c0c3508ba8e8221e Package: libc++1 Architecture: x32 Version: 1:22.1.7-1 Multi-Arch: same Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 1170 Provides: libc++-x.y Depends: libc++abi1 (>= 1:22.1.7-1), libc6 (>= 2.38), libgcc-s1 (>= 3.0) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1-14, libc++1-19, libc++1-21, libc++abi1-14, libc++abi1-19 Replaces: libc++-x.y, libc++1-21 Filename: packages/unstable/main/libc++1_22.1.7-1_x32.deb Size: 320728 MD5sum: bf4af35bf2f31b8fb41c7830590fe265 SHA1: 9cdd268c24157b908341cfbd20a24548c530e970 SHA256: 7f91261b55f594325e881b2a6ec4f52fd56b3f9012fd25a15d5604351a60b6fa SHA512: 39ce9542861870ab9bd35bb562b907e491aeda6c00f91c445317e6c7e4707d89f9aa71c89f0a5ec462462d16b9d5ef73a3387f9f8be294037451f5d92e6f6067 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. Package: openjdk-27-demo Architecture: x32 Version: 27~24ea-2 Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 5831 Depends: openjdk-27-jre (= 27~24ea-2) Filename: packages/unstable/main/openjdk-27-demo_27~24ea-2_x32.deb Size: 3274012 MD5sum: c8336538b7a3e2ab64c477dd0fe7d31f SHA1: b5501acb618f7ccf0d9f3a1a1c3fdaa00bf23170 SHA256: b3ce319e1e2073833759e6dcd52460fa936b628e40bcb5c68f613c0788d43fc6 SHA512: 3fc509bafd9c43f42e9aa0d44ca6e2b3ecac16d10a856dd945ed54eec2ca52b1865d3774715f3f694d22bccf463fe9674bf1681152d6a9dd9b1a02b6065e8f6c Homepage: https://openjdk.java.net/ Description: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: libclang1-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 38563 Depends: libclang1-22 (= 1:22.1.7-1) Breaks: libclang1-22-dbg Replaces: libclang1-22-dbg Filename: packages/unstable/main/libclang1-22-dbgsym_22.1.7-1_x32.deb Size: 32750908 MD5sum: 77712a8eb41bb057276e683ff46203de SHA1: 2ca80392599b03316afdeef9948b0dab8fcea241 SHA256: 9adb8abf532d90ca6382402a09ce71aeecb2af78394435f9abe7adfe915bc380 SHA512: 8f47a2e1c09f6e721abfbd2f2534c7b0704641819db74b4d9db8e05aab41bd896aa8ebd33a3499f7d8e489df77cb20b31dd88b7bfe2a4199ea0429832adace2a Description: debug symbols for libclang1-22 Build-Ids: 12eb984c7e7689358d9d38afcc8a9061892f0b85 Package: librust-mock-instant-dev Architecture: x32 Version: 0.6.0-2 Multi-Arch: same Priority: optional Section: rust Source: rust-mock-instant Maintainer: Debian Rust Maintainers Installed-Size: 61 Provides: librust-mock-instant+default-dev (= 0.6.0-2), librust-mock-instant-0+default-dev (= 0.6.0-2), librust-mock-instant-0-dev (= 0.6.0-2), librust-mock-instant-0.6+default-dev (= 0.6.0-2), librust-mock-instant-0.6-dev (= 0.6.0-2), librust-mock-instant-0.6.0+default-dev (= 0.6.0-2), librust-mock-instant-0.6.0-dev (= 0.6.0-2) Filename: packages/unstable/main/librust-mock-instant-dev_0.6.0-2_x32.deb Size: 9200 MD5sum: 36ffcac04a11fa9cc75ffa8498f2e8ca SHA1: af8bcc4ab7057848f63e7214725204f528a629cc SHA256: 55aa8e2f52c2c37526237e1567b969565299b4ca7ba3063c91c1f97e5d061ee8 SHA512: 4857730a567e0550ae62b95423433cd38e2ab6fcc0a4c452a50a9bd649d103464328a288ee0115079b239fdcbc34af8d2529f2dfb1e8f459cfe8f1e2582c40b8 Homepage: https://github.com/museun/mock_instant Description: Simple way to mock an std::time::Instant - Rust source code Source code for Debianized Rust crate "mock_instant" Package: macopix-dbgsym Architecture: x32 Version: 3.4.0+dfsg.1-4.2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: macopix Maintainer: Ying-Chun Liu (PaulLiu) Installed-Size: 4858 Depends: macopix (= 3.4.0+dfsg.1-4.2) Filename: packages/unstable/main/macopix-dbgsym_3.4.0+dfsg.1-4.2_x32.deb Size: 401120 MD5sum: 2baa7545dc06b68deb909045f16825d1 SHA1: 4e8b934cde2d005159fc1c4c15c998e4057d0a74 SHA256: 63052dd93f0d83fc730b4e6425c380e9c34a942395dd443582c57506f7c872ac SHA512: 0f6a7642d4312c8b7d277d04fee7cc0fe5e7271b2345996186b53bf249512650d06354d472222cc24a3c877998e35396e2ad55fee40874427b57a657c2bc6dd7 Description: debug symbols for macopix Build-Ids: 045a14fd1191761c34f4fc6a68395a67ca1b78e2 Package: libc++abi-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 570 Provides: libc++abi-x.y-dev Depends: libc++abi1 (>= 1:22.1.7-1) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44), libc++abi1 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp4) Replaces: libc++abi-x.y-dev, libc++abi1 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp4) Filename: packages/unstable/main/libc++abi-22-dev_22.1.7-1_x32.deb Size: 108712 MD5sum: e692d0163554868cb4d98725bb7a46c0 SHA1: fea8c5ba4847d140f24a8371028392fdd238eacb SHA256: 64c29cf4a9a4bb84d7f0f5de0802dcbb5bd25733496bf32a1d74226bfdaeef60 SHA512: 7c5ebb20ac3c950e4b44a36066413797916a2786614874916dcc05ebdb845e5da936e7074bafa5052616da7b1b0be72f3076fb2042378bc6cd26ba801c992cd5 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++ Package: bosixnet-webui-dbgsym Architecture: x32 Version: 2.0-2.3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: bosixnet Maintainer: Boris Pek Installed-Size: 182 Depends: bosixnet-webui (= 2.0-2.3) Filename: packages/unstable/main/bosixnet-webui-dbgsym_2.0-2.3_x32.deb Size: 156964 MD5sum: e419db23e37410a3e6257ba55d2286c6 SHA1: 7385d1dc8a4323f6cdcda5a89da9b47645756114 SHA256: 92bcffb264075138b46cb2fc95e8039d9b1d1e150192da2dbf027cd4536eea8e SHA512: a0fbbcf60865bfeb65c85b16364c3cfb50c19162ccc8a56672dbd5c8edf0fc3623d0183e5dcb446d6e948ed5bb78cf4de4de3dfc298e982a02db7b0199df006e Description: debug symbols for bosixnet-webui Build-Ids: 61ba73d97e927decccbd7c50537b40ada722fadc Package: librust-futures-util-dev Architecture: x32 Version: 0.3.32-2 Multi-Arch: same Priority: optional Section: rust Source: rust-futures-util Maintainer: Debian Rust Maintainers Installed-Size: 951 Provides: librust-futures-util+alloc-dev (= 0.3.32-2), librust-futures-util+async-await-dev (= 0.3.32-2), librust-futures-util+async-await-macro-dev (= 0.3.32-2), librust-futures-util+bilock-dev (= 0.3.32-2), librust-futures-util+channel-dev (= 0.3.32-2), librust-futures-util+default-dev (= 0.3.32-2), librust-futures-util+futures-channel-dev (= 0.3.32-2), librust-futures-util+futures-io-dev (= 0.3.32-2), librust-futures-util+futures-macro-dev (= 0.3.32-2), librust-futures-util+futures-sink-dev (= 0.3.32-2), librust-futures-util+io-dev (= 0.3.32-2), librust-futures-util+libc-dev (= 0.3.32-2), librust-futures-util+memchr-dev (= 0.3.32-2), librust-futures-util+sink-dev (= 0.3.32-2), librust-futures-util+slab-dev (= 0.3.32-2), librust-futures-util+spin-dev (= 0.3.32-2), librust-futures-util+std-dev (= 0.3.32-2), librust-futures-util+unstable-dev (= 0.3.32-2), librust-futures-util+write-all-vectored-dev (= 0.3.32-2), librust-futures-util-0+alloc-dev (= 0.3.32-2), librust-futures-util-0+async-await-dev (= 0.3.32-2), librust-futures-util-0+async-await-macro-dev (= 0.3.32-2), librust-futures-util-0+bilock-dev (= 0.3.32-2), librust-futures-util-0+channel-dev (= 0.3.32-2), librust-futures-util-0+default-dev (= 0.3.32-2), librust-futures-util-0+futures-channel-dev (= 0.3.32-2), librust-futures-util-0+futures-io-dev (= 0.3.32-2), librust-futures-util-0+futures-macro-dev (= 0.3.32-2), librust-futures-util-0+futures-sink-dev (= 0.3.32-2), librust-futures-util-0+io-dev (= 0.3.32-2), librust-futures-util-0+libc-dev (= 0.3.32-2), librust-futures-util-0+memchr-dev (= 0.3.32-2), librust-futures-util-0+sink-dev (= 0.3.32-2), librust-futures-util-0+slab-dev (= 0.3.32-2), librust-futures-util-0+spin-dev (= 0.3.32-2), librust-futures-util-0+std-dev (= 0.3.32-2), librust-futures-util-0+unstable-dev (= 0.3.32-2), librust-futures-util-0+write-all-vectored-dev (= 0.3.32-2), librust-futures-util-0-dev (= 0.3.32-2), librust-futures-util-0.3+alloc-dev (= 0.3.32-2), librust-futures-util-0.3+async-await-dev (= 0.3.32-2), librust-futures-util-0.3+async-await-macro-dev (= 0.3.32-2), librust-futures-util-0.3+bilock-dev (= 0.3.32-2), librust-futures-util-0.3+channel-dev (= 0.3.32-2), librust-futures-util-0.3+default-dev (= 0.3.32-2), librust-futures-util-0.3+futures-channel-dev (= 0.3.32-2), librust-futures-util-0.3+futures-io-dev (= 0.3.32-2), librust-futures-util-0.3+futures-macro-dev (= 0.3.32-2), librust-futures-util-0.3+futures-sink-dev (= 0.3.32-2), librust-futures-util-0.3+io-dev (= 0.3.32-2), librust-futures-util-0.3+libc-dev (= 0.3.32-2), librust-futures-util-0.3+memchr-dev (= 0.3.32-2), librust-futures-util-0.3+sink-dev (= 0.3.32-2), librust-futures-util-0.3+slab-dev (= 0.3.32-2), librust-futures-util-0.3+spin-dev (= 0.3.32-2), librust-futures-util-0.3+std-dev (= 0.3.32-2), librust-futures-util-0.3+unstable-dev (= 0.3.32-2), librust-futures-util-0.3+write-all-vectored-dev (= 0.3.32-2), librust-futures-util-0.3-dev (= 0.3.32-2), librust-futures-util-0.3.32+alloc-dev (= 0.3.32-2), librust-futures-util-0.3.32+async-await-dev (= 0.3.32-2), librust-futures-util-0.3.32+async-await-macro-dev (= 0.3.32-2), librust-futures-util-0.3.32+bilock-dev (= 0.3.32-2), librust-futures-util-0.3.32+channel-dev (= 0.3.32-2), librust-futures-util-0.3.32+default-dev (= 0.3.32-2), librust-futures-util-0.3.32+futures-channel-dev (= 0.3.32-2), librust-futures-util-0.3.32+futures-io-dev (= 0.3.32-2), librust-futures-util-0.3.32+futures-macro-dev (= 0.3.32-2), librust-futures-util-0.3.32+futures-sink-dev (= 0.3.32-2), librust-futures-util-0.3.32+io-dev (= 0.3.32-2), librust-futures-util-0.3.32+libc-dev (= 0.3.32-2), librust-futures-util-0.3.32+memchr-dev (= 0.3.32-2), librust-futures-util-0.3.32+sink-dev (= 0.3.32-2), librust-futures-util-0.3.32+slab-dev (= 0.3.32-2), librust-futures-util-0.3.32+spin-dev (= 0.3.32-2), librust-futures-util-0.3.32+std-dev (= 0.3.32-2), librust-futures-util-0.3.32+unstable-dev (= 0.3.32-2), librust-futures-util-0.3.32+write-all-vectored-dev (= 0.3.32-2), librust-futures-util-0.3.32-dev (= 0.3.32-2) Depends: librust-futures-channel-0.3+std-dev (>= 0.3.32), librust-futures-core-0.3+alloc-dev (>= 0.3.32), librust-futures-core-0.3+std-dev (>= 0.3.32), librust-futures-core-0.3+unstable-dev (>= 0.3.32), librust-futures-core-0.3-dev (>= 0.3.32), librust-futures-io-0.3+std-dev (>= 0.3.32), librust-futures-macro-0.3-dev (<< 0.3.33), librust-futures-macro-0.3-dev (>= 0.3.32), librust-futures-sink-0.3-dev (>= 0.3.32), librust-futures-task-0.3+alloc-dev (>= 0.3.32), librust-futures-task-0.3+std-dev (>= 0.3.32), librust-futures-task-0.3+unstable-dev (>= 0.3.32), librust-futures-task-0.3-dev (>= 0.3.32), librust-libc-0.2+default-dev (>= 0.2.26), librust-memchr-2+default-dev (>= 2.2), librust-pin-project-lite-0.2+default-dev (>= 0.2.6), librust-slab-0.4+std-dev (>= 0.4.7), librust-slab-0.4-dev (>= 0.4.7), librust-spin-0.10+default-dev Filename: packages/unstable/main/librust-futures-util-dev_0.3.32-2_x32.deb Size: 128880 MD5sum: 2bb5b7477e15e0a625f5094dc4206b0d SHA1: 481d41796390135ca5117e9c0c61f3e3270d51bc SHA256: 9263dffabcf203342479731ed8d1c1b2c57e84636dd908f388590e1924a04b96 SHA512: dfd5ce5f3912493b748363ada6b9f0731022e5af19608bb3da8f1ba39f078fb6d93de77134c7266704c4a648ffee05bb2600b5c74765c29f9718f83016943c62 Homepage: https://rust-lang.github.io/futures-rs Description: Common utilities for the futures-rs library - Rust source code - Rust source code Source code for Debianized Rust crate "futures-util" Package: libdcmtk20-dbgsym Architecture: x32 Version: 3.7.0+really3.7.0-4 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: dcmtk Maintainer: Debian Med Packaging Team Installed-Size: 62797 Depends: libdcmtk20 (= 3.7.0+really3.7.0-4) Filename: packages/unstable/main/libdcmtk20-dbgsym_3.7.0+really3.7.0-4_x32.deb Size: 57844508 MD5sum: f9f93adfc27d5ae7c9fde665f12d2c3e SHA1: d8d019a5d9d3367564099899899dec1ffe0fed02 SHA256: 411fc4b8bb657db6942d34df1b962b248e9a78cc4f4b04e48dd60332fc112d97 SHA512: 78ae40ff007ffb1d904877992d704c8f456dcb09e53dffe31974cf4c13df363fe704a53acaee36bdf77c9ef7a024977f95d1844f4c56bf0baca036279248dacb Description: debug symbols for libdcmtk20 Build-Ids: 032148244abae86f4913b890a9a87de7e6ec751c 052beddad50807b501c33d39477f90a51e3c802a 06515c10f0d556570d018cffa60a6e833e15c39f 07204f0f2a4bd68a1c21a3a950a6f8fffa8f6691 0771d1eab9a75e56051d803c06ae68a61f464337 0ad5136e7bee0f174f8b40a6d64499f3005e287d 0e4d9c45cba1aac57b8559f909d52fe2ed8d4bfc 1343379c3ed74cf77c8b3bd598023713e9f335cf 3b2e7e5a33e03f0f3e43656c53f85f6265846d0b 3c0cc581dec9da5ee6803d9f7462e078d1d2c06b 3cb1a9f8f36754a03bfaa488446ad6faf3545f20 3cde0c3979ddffe53a92db45668420c87d743006 49ae53064859af047d69a2fbf657e817eb32f7d7 6a876b2f9ee74ab9cdf32b8d8b9284c1d32a3c73 71252aa73a0693dcedd1d05607a6bed723f25a41 78984460558caa1fceecf2b89aa4274ba3cee672 887ea35a4ca92737bbf7ae77468452db44529ee8 9306e2cc7deb375580d66ae2347c30e8a2c08de8 a01bf86d5177af2bea54e2ccbf6cad7497ef9988 ab64fdf4e77930c63b5aae1457d16243b5f3f156 bbb805c45d6de4770fab042a1e0a5365c0571d28 c55129e301f3004d5d17bf5d5e140833408e022f ce44a319e438fb8fbbc52bc7a00d5c2a76b46523 cea284d71b598f8c5072d7666ae37fce0c1ac93b cff510961168a93a06d299bf349afcf2aa4bf390 d00f3a935de1f7b7695a42899084019cc2b0febc d1554db21afa715b79e49dad651e18817ebbc03d df9ee1dd47e93b1b32904fb81fd6c31b544c54ed f98685f7f386e2beb9bbbccf5d0086c7f59bfff2 Package: lighttpd-mod-webdav-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 105 Depends: lighttpd-mod-webdav (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-webdav-dbgsym_1.4.82-3_x32.deb Size: 91604 MD5sum: d2417e2183a3f784d1ae058740d505b6 SHA1: a16a39e048afa0b141271723133a3bec19922c66 SHA256: 651b952d3c3060a66ab5adcf841fa6f2457f3791549247ea6f644e443bf899e6 SHA512: cc94981a9a7e3e36ed1956996dc8df1f9ddf5736e1f79dad7b454a9214e40c314a7bc734caaea3c8d48ac01d48fc308cc65ab79087383a60088a650c0b43c021 Description: debug symbols for lighttpd-mod-webdav Build-Ids: 2ff9520606e0c340002ad7c932316b2dfcc7c168 Package: clangd-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 30639 Depends: clangd-22 (= 1:22.1.7-1) Filename: packages/unstable/main/clangd-22-dbgsym_22.1.7-1_x32.deb Size: 21011044 MD5sum: 1ec9c4e89227d90de566134e6eb612f0 SHA1: 30184e69f9e67f8cfb6d3c33e744bb777a48dae8 SHA256: 49bf0dc7aa06f8ee78f0da7a15b8d1d9123de562037eb23bd51161392ed65db0 SHA512: 917b2d3f95d37ce868eac1603d427e789225f29229d3df8ca3a2c368cd820d478d78779ced9a563300ba5c78f7a2df8f696caefa9bbf816fb57985996225efbe Description: debug symbols for clangd-22 Build-Ids: 04642febafa864169b3728a6742746bbe958dcf7 Package: llvm-22-tools Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 2136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 11), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3:any, python3-pygments, python3-yaml Filename: packages/unstable/main/llvm-22-tools_22.1.7-1_x32.deb Size: 477308 MD5sum: 8591347fa26aaccc6b36f524b0f0661c SHA1: 16b28a34f98ea9b7fd6e20feaff0b2e78d933a18 SHA256: e5a2f9b5aa453069de5c474021840fd4defe250b07888547d5954c46b20038dd SHA512: a2106ac8cb25b376f836c08b05aa755c8d952d24e0b23dc4bf703a2eec560e5ba2ba472946cd9ac8218df1ce00693f755ba5b72af9963950db1ada7abaf1b691 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. Package: dcmtk Architecture: x32 Version: 3.7.0+really3.7.0-4 Priority: optional Section: science Maintainer: Debian Med Packaging Team Installed-Size: 3442 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libdcmtk20 (>= 3.7.0+really3.7.0), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/dcmtk_3.7.0+really3.7.0-4_x32.deb Size: 899408 MD5sum: 4a205d8624ee5857cafa3d99e4ce329f SHA1: 6d53efb2a1ca5a22ff2505732f455c4120163496 SHA256: 3298708e3374aaa1446e1309ae5b98e3d94386a4199b8ae2daee483babec2688 SHA512: 6d39f5fb9375c1dd399e215ea4caaa92a04363bdb53fc77f5fa2bef32b583271463b389e48f42f29374f7851bf9536c149f364c30234aa9bd7896f52448a4309 Homepage: https://dicom.offis.de/dcmtk Description: OFFIS DICOM toolkit command line utilities DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the DCMTK utility applications. . Note: This version was compiled with libssl support. Package: strace-dbgsym Architecture: x32 Version: 7.0+ds-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 4353 Depends: strace (= 7.0+ds-1) Filename: packages/unstable/main/strace-dbgsym_7.0+ds-1_x32.deb Size: 3876832 MD5sum: 2574ccb5d424aaa7371738d2cbf4f11d SHA1: 8f1804b9369f7d153d61b9bf5c50c4d75b0f9ec5 SHA256: 38cb971e155032b3782956634ccee3f1b093c69750006d252991d69e97bdf59b SHA512: 535e7fe3a024a21bf604b2b908e7e9caedddf31604b6896a5738db2d6d557cc3c7d196afd7b0425f8c8dd0c665248296c3f61bff61251b0db8bfe3a86898659b Description: debug symbols for strace Build-Ids: 9d87d82dfba9b82d01cde5b505b69fb5ce1de979 Package: lighttpd Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Maintainer: Debian lighttpd maintainers Installed-Size: 962 Provides: httpd, httpd-cgi, lighttpd-mod-accesslog, lighttpd-mod-ajp13, lighttpd-mod-auth, lighttpd-mod-authn-file, lighttpd-mod-cgi, lighttpd-mod-dirlisting, lighttpd-mod-extforward, lighttpd-mod-h2, lighttpd-mod-proxy, lighttpd-mod-rrdtool, lighttpd-mod-sockproxy, lighttpd-mod-ssi, lighttpd-mod-status, lighttpd-mod-userdir, lighttpd-mod-vhostdb, lighttpd-mod-wstunnel Depends: libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libnettle8t64, libpcre2-8-0 (>= 10.22), libxxhash0 (>= 0.6.5) Recommends: lighttpd-mod-deflate, lighttpd-mod-openssl Suggests: openssl, php-cgi, php-fpm (>= 2:7.4), spawn-fcgi, apache2-utils, lighttpd-doc, lighttpd-mod-webdav, lighttpd-modules-dbi, lighttpd-modules-lua, media-types | mime-support Filename: packages/unstable/main/lighttpd_1.4.82-3_x32.deb Size: 371880 MD5sum: 745421586d44c8ab8cc20f63a871294f SHA1: 49cd178ba5f2ac8a8725048b55883d702a079626 SHA256: 2cc5ef3a7751e40dd3241496bb3d863eefa0f4f4003f360aeb01231189b8b569 SHA512: 0c4f5b4f7325c04c7890c2e8e141307a1658fc56b483527395382ba990435e408f80a240b549b5f885cbb3e9955ea94c2272780cbb9023689cc04822a93917f3 Homepage: https://www.lighttpd.net/ Description: fast webserver with minimal memory footprint lighttpd is a small webserver and fast webserver developed with security in mind and a lot of features. It has support for * CGI, FastCGI and SSI * virtual hosts * URL rewriting * authentication (plain files, htpasswd, LDAP) * transparent content compression * conditional configuration * HTTP proxying and configuration is straight-forward and easy. Package: liblldb-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 21551 Depends: liblldb-22 (= 1:22.1.7-1) Breaks: liblldb-22-dbg Replaces: liblldb-22-dbg Filename: packages/unstable/main/liblldb-22-dbgsym_22.1.7-1_x32.deb Size: 17504940 MD5sum: dad302f8d193244482fc08026572db56 SHA1: 226ddea2ed3c6b0674ee1b13e0a369c20794b081 SHA256: 18d5e4b4e74f415539924bf1fdff4c58a6f51d092654823a693c3218d29a0bd5 SHA512: 643b4f9c6dca35f9a215c0abe8a6100777a44264f3f2bb50c1ebf82f4724f663b7baa8c726b009cf24e581d507bc3b9725e6dc8183f4d2df36b68ef7287a5a14 Description: debug symbols for liblldb-22 Build-Ids: 071341aefcbf5be7312987af53c962eccfd8cc54 89eb5aaedf59ad4d6f499ef70cef463baba46b9f Package: libsidplay1v5 Architecture: x32 Version: 1.36.60-3 Multi-Arch: same Priority: optional Section: libs Source: libsidplay Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 228 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Suggests: sidplay-base Conflicts: libsidplay1, libsidplay1-c102 (<= 1.36.59-2), libsidplay1.36, sidplay (<= 1.36.36) Replaces: libsidplay1, libsidplay1-c102 (<= 1.36.59-2), libsidplay1.36 Filename: packages/unstable/main/libsidplay1v5_1.36.60-3_x32.deb Size: 62216 MD5sum: 714af531b2aba4f0059042f1ce4544c0 SHA1: 4cf0dd4918e78f135dbf5d66c805b3b95a1dc45a SHA256: 45fe123682a349471fc4cfba03e176b4ebe35b375d5b72b86bb48a7d242f91e0 SHA512: 00f8545be46406412dbb4a021c710c89d638b73ea166a510ef54398230546de7ba0d13f6892c7435009c1054d545c4dc0b13815c5c2216497333717615d91851 Homepage: https://web.archive.org/web/20040628165954/http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ Description: SID (MOS 6581) emulation library This is a (shared) library that implements the emulation of the C64's SID chip (MOS 6581) and CPU (6510). It is used by several "player" applications, e.g. sidplay, which make it possible to listen to *really* a lot (13.600+) of tunes, known from old and new C64 programs (as well as Amiga compositions). Find most of the available musics from your favourite games or demos and more in the High Voltage SID Collection (HVSC). For downloads and information about the volunteers, who maintain the collection, look at the HVSC homepage https://www.hvsc.c64.org. Package: libclang-rt-22-dev-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 5354 Depends: libclang-rt-22-dev (= 1:22.1.7-1) Filename: packages/unstable/main/libclang-rt-22-dev-dbgsym_22.1.7-1_x32.deb Size: 3405260 MD5sum: 4d813ac6b5ac3471a5c1be56c9e86bf0 SHA1: a0cc8c99b0d698309b24dfd9f8c8c106543d293b SHA256: 2f53c1fe8d1ff0b3575b77d9d8fd910d3dbd81fed96538c7e2159ef9fd286146 SHA512: ba88ef1da839fbb786b6d068cc84ada89d599ab594d8042ff9afd3193e52b8ea90a4ebf748d4cffab6a11730af103676e3bb2c1d43d245b9c568cb2bea664b9a Description: debug symbols for libclang-rt-22-dev Build-Ids: 0c609eded7bbf7d5b79a9d5a42da20cfea4c7c6e 10faba8a724d52c3f9580e441b8def41017fe45b 1958c831b100885662c10fe8ba34719a27026362 1b782883655ce7ad0b7696e97a188562a9cc62e3 26da0ab5e851745f7c3dfa22660f1a7ef5a8d30f 30a0e4552694abeba83bce7d6df0a11b863352e3 7bad05888bc887fd1740cbf260db2988d992afa8 9c4d2d37bfbc1427e983f6a7bc6e218b60339f0a a411502b97bea207647b50f6318ece9249b5c4b7 bac52f29013f43b7e2788ed37c33df927119706e c023b7dc29497f31dd50b3219571c9d25c060eee c4680013d3b649c2c7ef9849c142376ef0dd17b3 de5f340eed04ad6fc6f438cb79db4aa45b0cd79a ff7518acd20b2d19c8917ac0272481ef78a7d347 Package: librust-no-std-compat-dev Architecture: x32 Version: 0.4.1-4 Multi-Arch: same Priority: optional Section: rust Source: rust-no-std-compat Maintainer: Debian Rust Maintainers Installed-Size: 46 Provides: librust-no-std-compat+alloc-dev (= 0.4.1-4), librust-no-std-compat+compat-hash-dev (= 0.4.1-4), librust-no-std-compat+compat-macros-dev (= 0.4.1-4), librust-no-std-compat+compat-sync-dev (= 0.4.1-4), librust-no-std-compat+default-dev (= 0.4.1-4), librust-no-std-compat+hashbrown-dev (= 0.4.1-4), librust-no-std-compat+spin-dev (= 0.4.1-4), librust-no-std-compat+std-dev (= 0.4.1-4), librust-no-std-compat+unstable-dev (= 0.4.1-4), librust-no-std-compat-0+alloc-dev (= 0.4.1-4), librust-no-std-compat-0+compat-hash-dev (= 0.4.1-4), librust-no-std-compat-0+compat-macros-dev (= 0.4.1-4), librust-no-std-compat-0+compat-sync-dev (= 0.4.1-4), librust-no-std-compat-0+default-dev (= 0.4.1-4), librust-no-std-compat-0+hashbrown-dev (= 0.4.1-4), librust-no-std-compat-0+spin-dev (= 0.4.1-4), librust-no-std-compat-0+std-dev (= 0.4.1-4), librust-no-std-compat-0+unstable-dev (= 0.4.1-4), librust-no-std-compat-0-dev (= 0.4.1-4), librust-no-std-compat-0.4+alloc-dev (= 0.4.1-4), librust-no-std-compat-0.4+compat-hash-dev (= 0.4.1-4), librust-no-std-compat-0.4+compat-macros-dev (= 0.4.1-4), librust-no-std-compat-0.4+compat-sync-dev (= 0.4.1-4), librust-no-std-compat-0.4+default-dev (= 0.4.1-4), librust-no-std-compat-0.4+hashbrown-dev (= 0.4.1-4), librust-no-std-compat-0.4+spin-dev (= 0.4.1-4), librust-no-std-compat-0.4+std-dev (= 0.4.1-4), librust-no-std-compat-0.4+unstable-dev (= 0.4.1-4), librust-no-std-compat-0.4-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+alloc-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+compat-hash-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+compat-macros-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+compat-sync-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+default-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+hashbrown-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+spin-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+std-dev (= 0.4.1-4), librust-no-std-compat-0.4.1+unstable-dev (= 0.4.1-4), librust-no-std-compat-0.4.1-dev (= 0.4.1-4) Depends: librust-hashbrown-0.14+default-dev, librust-spin-0.10+default-dev Filename: packages/unstable/main/librust-no-std-compat-dev_0.4.1-4_x32.deb Size: 9860 MD5sum: dd7ae2f0e53543f39d7b1fc1f360f9d1 SHA1: 3628b70ad154b40fa587d76a6bdcdf5edf90a7f9 SHA256: ba92e16562202f3a0da4f34070bc51ed6e82e58ffa6af7c158df9b6f33407aab SHA512: 9a62542640ba718e0c5eb8a28d7bcb04d12fc8ecb56376ddb4eaaee5472e149212939a2cf2a439c4e92add28546c9d2b8b6ebc5c463d7af6ac6340e66ec344eb Homepage: https://gitlab.com/jD91mZM2/no-std-compat Description: `#![no_std]` compatibility layer that will make porting your crate to no_std *easy* - Rust source code Source code for Debianized Rust crate "no-std-compat" Package: pinball-table-hurd Architecture: x32 Version: 0.0.20230219-2 Priority: optional Section: games Maintainer: Debian Games Team Installed-Size: 70 Depends: libc6 (>= 2.16), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), pinball (>= 0.3.20230219), pinball-table-hurd-data (= 0.0.20230219-2) Enhances: pinball Filename: packages/unstable/main/pinball-table-hurd_0.0.20230219-2_x32.deb Size: 18712 MD5sum: 021741826530c0f45ad4eeedf6bfb161 SHA1: e94407bbc2186af279eabeead281c3225876778b SHA256: acf7996dbcd8e84336c3b38359fabea2c64872c213e6e3a77e146c647b2b8bde SHA512: 728b66a342a79fee6dca9070e3904a6008bd4f9dc35a12f3d3c2abe097dc84c35b056591d920f640d67ac22aa2e2f2e2b550f8fdeed7f28d7d47b23e0428f5e1 Homepage: https://github.com/adoptware/pinball-table-hurd Description: HURD Pinball table for emilia pinball Another pinball table to have fun, behaviour plugin. The table is dedicated to GNU/Hurd project. It features shoot cave, multiballs, ramps and bumpers. Package: lighttpd-mod-webdav Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 79 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.38), libsqlite3-0 (>= 3.20.0), libxml2-16 (>= 2.14.1) Filename: packages/unstable/main/lighttpd-mod-webdav_1.4.82-3_x32.deb Size: 27200 MD5sum: 55cb4628fa81ecc49c022dfb324d0f2f SHA1: 79a835b341db3955d53c1e82e27a26b701395a4a SHA256: 44d05ea6e686ce9d39c75219b186083235e13d3e29cf15c0cec52f7aa53b43b8 SHA512: e7780129cba859731f476569da749633821c1c1b064e5f563c881e5b0781575284fec6ebe4a6012d28076d6487b9f2e6dfaf7628356bf23344549086d2977520 Homepage: https://www.lighttpd.net/ Description: WebDAV module for lighttpd The WebDAV module is an implementation of RFC 4918. . Currently supports: GET POST HEAD PROPFIND PROPPATCH OPTIONS MKCOL COPY MOVE DELETE PUT LOCK UNLOCK Package: lighttpd-mod-mbedtls Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 67 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.33), libmbedcrypto16 (>= 3.6.0), libmbedtls21 (>= 3.6.0), libmbedx509-7 (>= 3.6.0) Filename: packages/unstable/main/lighttpd-mod-mbedtls_1.4.82-3_x32.deb Size: 20576 MD5sum: 0a78435f75e166f40092d45aebbbc843 SHA1: 91f600ead98ae51d3e8466fc7381665c9eb5a198 SHA256: 38eedefb5ce95631a8d80b4d619deecae17c801b0ab67502b2a232a57b0dd57e SHA512: 797dfd7087ae55bfda34d2409d97b29430f4024e21c18c89f0ac12fa7eb4996ad5f0913116f06170c7682d68418f7e35aee3b6b0a7697ee14fc632643a36a351 Homepage: https://www.lighttpd.net/ Description: TLS support using mbedTLS module for lighttpd This package contains the mbedtls module for lighttpd. With this module, it is possible serve https:// URLs. Aimed at embedded systems, mbedTLS uses less memory than OpenSSL, though is slightly slower than OpenSSL. Package: libbstring1 Architecture: x32 Version: 1.1.0~ds-3 Multi-Arch: same Priority: optional Section: libs Source: bstring Maintainer: Debian Netatalk team Installed-Size: 80 Depends: libc6 (>= 2.16) Filename: packages/unstable/main/libbstring1_1.1.0~ds-3_x32.deb Size: 29280 MD5sum: ba97c520f18d431a785dfd6b107af66b SHA1: ae5d12beeb655d97b92892c053818c119688f17b SHA256: 8dfae9d9d6cfc933c9d513c3786c92012ff3c9909c1511bd1c41bc545e55b0ad SHA512: 844f3a456ba42a1c1a22237d25510288fb21aed633deefcdc17b128bf632549914c5a701b91c0154d8d3ae62ac689dd687fc5f4cadee13be2aaf18aea7c0394e Homepage: https://github.com/msteinert/bstring Description: Better String Library for C - shared library The bstring library provides improved string processing functionality to the C language. . It provides substantial mitigation of buffer overflow/overrun problems and other failures that result from erroneous usage of the common C string library functions. . This package contains bstring's shared libraries. Package: lld-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 6548 Depends: lld-22 (= 1:22.1.7-1) Filename: packages/unstable/main/lld-22-dbgsym_22.1.7-1_x32.deb Size: 4740832 MD5sum: 9f5e55ec8d4ef77404b8ba79caccf053 SHA1: 2c4a1dd97daa22912cff43ea3920ee5e645ff6b9 SHA256: e7298c19a1701e2c85066de0028db9a7e2824ea16f26b6e5374d68cc1ca83ec1 SHA512: e481fd25935a9ae63abe1ece95d7a67c9ead58e7b1ab04ed989f2268a4f5bbd94eca1ed36373f4d97ae03b3f1b9e1c8f788d8594bec0c37a24a449c6206ffdab Description: debug symbols for lld-22 Build-Ids: 2b5323b9eb5b4c085755cb4f06a9ce47e8658397 Package: clang-tidy-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 12331 Depends: libc6 (>= 2.38), libclang-cpp22 (>= 1:22.1.7), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 11), python3, libclang-common-22-dev (= 1:22.1.7-1), clang-tools-22, python3-yaml Filename: packages/unstable/main/clang-tidy-22_22.1.7-1_x32.deb Size: 2086332 MD5sum: 2d56bdcd8ff4d0ce1d20bf793ca50992 SHA1: c79f3c336a5b0bef073c6a2943aee9d17aa1549f SHA256: b2f901a07ac5440cc9f35130a8c3c9f3812ef944ae05c8f28778f39e9bbe2113 SHA512: 43bbad595e980028b90552877f2791b201d974decf152af99c279a3f0d92d6e4d2568646d56ca4b2bae84d66a7c403a9549037ebf52d5bfd7c5ec7f46c4ea3d9 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. Package: lld-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 5953 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), libstdc++6 (>= 12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.3.4) Filename: packages/unstable/main/lld-22_22.1.7-1_x32.deb Size: 1527312 MD5sum: 400d923fe4deef5a83f3d4421fc7e176 SHA1: 78edf07f0a2cc0ccc8def01813f8429a00a19fbe SHA256: dc74a693d01849e95bfecd86d9b429a1532392c43c30f9fb1101db853cdcbc4c SHA512: 906e90556b5dade9582d7027b4ff9a84ddbb6223bb09ad55f92e1f3b57cdf72d2d4882ef0eb28c9ba8d4a67cf2a848f2c8c2e8975bc30dfae91b877064b3bf3f 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. Package: lighttpd-mod-authn-sasl Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 22 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libsasl2-2 (>= 2.1.28+dfsg1) Filename: packages/unstable/main/lighttpd-mod-authn-sasl_1.4.82-3_x32.deb Size: 4260 MD5sum: c1fd623722b36cc816fdd036cf3c2662 SHA1: 508b2eb15cad9bbc56d9d0fd508e0db65f99029c SHA256: 008a41d9c5a56a633d1815e425aab64e36805ea4240131928227d9607ec7d6cf SHA512: 9fb9d8c706aef874795ac4c2a8b4761f13b339d85263434c64b939149bb527a1b52162c547d4bc2de42154761e221305e757583555ae5b95188a8c45d483e473 Homepage: https://www.lighttpd.net/ Description: SASL authentication module for lighttpd This package contains the authn_sasl module for lighttpd. With this module, it is possible to perform authentication using SASL. Package: libdcmtk-dev Architecture: x32 Version: 3.7.0+really3.7.0-4 Priority: optional Section: libdevel Source: dcmtk Maintainer: Debian Med Packaging Team Installed-Size: 15642 Provides: libdcmtk20-dev Depends: libdcmtk20 (= 3.7.0+really3.7.0-4), libnsl-dev, libwrap0-dev, libxml2-dev, libz-dev Suggests: dcmtk-doc Filename: packages/unstable/main/libdcmtk-dev_3.7.0+really3.7.0-4_x32.deb Size: 1078628 MD5sum: b0da2cb2db180dedb596d45209eaeddb SHA1: 92f11c8695feb0932e07732b31e89a06030f2ebc SHA256: f26aebed89b2de4540788b91a8cff49f34eea5d1d6567ccee58a95190c60f35c SHA512: 8d72ada0921d9d05e49170ca6db4b7f347d53ff469f6cba175d367828f1f574040440bb17e8afcb756b54d1586bd7c7dd67b311c4a68c3238dcc68034eafc3f0 Homepage: https://dicom.offis.de/dcmtk Description: OFFIS DICOM toolkit development libraries and headers DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains development libraries and headers for DCMTK. You only need to install this if you are developing programs that use the DCMTK libraries. . Note: This version was compiled with libssl support. Package: libradare2-6.0.0t64 Architecture: x32 Version: 6.1.6+ds-2 Multi-Arch: same Priority: optional Section: libs Source: radare2 Maintainer: Debian Security Tools Installed-Size: 16740 Depends: libc6 (>= 2.42), libcapstone5 (>= 5), liblz4-1 (>= 0.0~r113), libmagic1t64 (>= 5.32), libxxhash0 (>= 0.6.5), libzip5 (>= 1.0), zlib1g (>= 1:1.1.4), libradare2-common (>= 6.1.6+ds-2) Breaks: libradare2-6.0.0 (<< 6.1.6+ds-2) Replaces: libradare2-6.0.0 Filename: packages/unstable/main/libradare2-6.0.0t64_6.1.6+ds-2_x32.deb Size: 4997708 MD5sum: 67d1eef69b6e2b35631b317980986006 SHA1: f9fa18097cc6280b86f16a9ec7e9e9bf187e433a SHA256: a73f230115af623eca08d3e2d4d731df080ed5113cc489f907323b8fe544755d SHA512: 69bb1017d85a8a5740dbdf6b5297e889ca517a4303bb6c84e26d65d8771d7c8ad5cacb4fb5c95c7f3fbb73ca6720104a2b26cdd0fe75c61149a258c5cb27a50e Homepage: https://www.radare.org Description: libraries from the radare2 suite The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the libraries from radare2. Package: xringd Architecture: x32 Version: 1.20-30 Priority: optional Section: comm Maintainer: Package Salvaging Team Installed-Size: 69 Depends: libc6 (>= 2.38), debconf (>= 0.5) | debconf-2.0, debianutils (>= 1.7) Filename: packages/unstable/main/xringd_1.20-30_x32.deb Size: 23056 MD5sum: b013d0aaaf1c053038a838745c27741a SHA1: d992c6fdabb5aef1fd4b31d2b5f0df27505c382e SHA256: 2b1f3f0edeebf76ab5807a0d7415315982f059f7298c2dff7511f09f590fe063 SHA512: b3de5735ec8c737935f996be98b1f44fb9f45e65e8ef2ded892d430df300c78faf19d2c67a69976c35970426912bd02442b6d4f0fc75738eead344f459999d1e Description: extended ring daemon - monitor phone rings and take action xringd will monitor a serial line for RING signals and activate various commands when specific "ring-delay sequences" are detected. Package: radare2 Architecture: x32 Version: 6.1.6+ds-2 Priority: optional Section: devel Maintainer: Debian Security Tools Installed-Size: 710 Depends: libc6 (>= 2.38) Recommends: libradare2-dev Filename: packages/unstable/main/radare2_6.1.6+ds-2_x32.deb Size: 222340 MD5sum: 66995912b9ebcfed6b7a134c3cc690d5 SHA1: f826bcf4f78385dfb97482fe33892879030ce565 SHA256: b2d71b76733d7471f2675316a9f893d1da3026682d4d23737fecef32c099ef0d SHA512: 160b15fda4b2d282879c471f954e6248aac3ff5a286842783ebbde4c0a8978d76ad326385877e6d71e13f09f79844a266ff97bb597197718470cc4459168905a Homepage: https://www.radare.org Description: free and advanced command line hexadecimal editor The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. Package: libc++-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 16524 Provides: libc++-x.y-dev Depends: libc++1 (>= 1:22.1.7-1), libc++abi-22-dev (= 1:22.1.7-1) Conflicts: libc++-x.y-dev Breaks: libc++1 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp4) Replaces: libc++-x.y-dev, libc++1 (<< 1:22~++20251023025710+3f47a7be1ae6-1~exp4) Filename: packages/unstable/main/libc++-22-dev_22.1.7-1_x32.deb Size: 1513044 MD5sum: c2616c40010e995f7a0c704b891682b8 SHA1: f6362037883da7af9281cf34b0a2e039e86358a2 SHA256: a4809a3c5a9c1b5b64d9ae458335ce49e09b7b11c56eaec9d8301e91987fdf63 SHA512: 27c90ae5af363659fc7307e4b882899c80056c701b5178911c2cfd821b031166c35f9a353754a5765fd340761e03a98080d25bf86e4f5f9555a32104ac4ff800 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. Package: python3-libxml2-dbgsym Architecture: x32 Version: 2.15.3+dfsg-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 503 Depends: python3-libxml2 (= 2.15.3+dfsg-1) Filename: packages/unstable/main/python3-libxml2-dbgsym_2.15.3+dfsg-1_x32.deb Size: 399616 MD5sum: 28fc991f638f9a8e878390daa95786a7 SHA1: f0c801e82ba31c66d5b09c99ad37f415c886a421 SHA256: 2e5f573d9cb5f2fca51581765ad9e49ec4ed38338a60988b0b093c6f4ed30dcb SHA512: a5d4bdf185c0db58ec7ee9b12dae7888780488a483ea4d9ca8880effdafbf362720ac2408e5090be0c4814c16a0234f3603a58b23cd7caead97dd8d247b469ee Description: debug symbols for python3-libxml2 Build-Ids: 0acc887020b31337d13edd7f8b3046e96d446c3a 861ac24aa50b59f12deea3dd606d027881c9f5cc Package: bosixnet-webui Architecture: x32 Version: 2.0-2.3 Priority: optional Section: net Source: bosixnet Maintainer: Boris Pek Installed-Size: 77 Depends: adduser, curl, spawn-fcgi, libc6 (>= 2.34), libfcgi0t64 (>= 2.4.5), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Recommends: bosixnet-daemon Suggests: miredo Filename: packages/unstable/main/bosixnet-webui_2.0-2.3_x32.deb Size: 26008 MD5sum: be2d695b60f990fd72ccd70c852819a2 SHA1: ab191fbcfcf0bb0273322a910cfea8fde2893c0b SHA256: d2cd2d4128842c19c65361c282373ac626e92d09fde40e8e7b18f7533e0dfeeb SHA512: 17256c4f9262f7a68dfdb48188fdc445c4829b77fd29327a8c086ef68a50817a88117360d948857910641426ecb91077187276f69b82cd70afd1191f0c452e74 Homepage: https://github.com/tehnick/bosixnet Description: Build Own IPv6 Network (server utilities) Project should be useful when you have to administer many computers distributed through different networks and connected via NAT. In most of cases you may just install miredo or any other tunnel broker's software and these computers will be available via IPv6 addresses. BOSixNet includes the collection of tools for automatic updating the list of such hosts. . This package provides the FastCGI program which passively listens for incoming connections and generates list of hosts in your IPv6 network which may be put directly into /etc/hosts. Program has very few dependencies and it may be easily launched on embedded devices. Package: libxml2-utils Architecture: x32 Version: 2.15.3+dfsg-1 Multi-Arch: foreign Priority: optional Section: text Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 189 Depends: libc6 (>= 2.38), libreadline8t64 (>= 6.0), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4) Filename: packages/unstable/main/libxml2-utils_2.15.3+dfsg-1_x32.deb Size: 123496 MD5sum: 8ecca6bfedc2ae1ccd4c4e908b4efbd1 SHA1: 6f4c489389f2df3d3e351815166e3abe5036f632 SHA256: aa22a94431d11a4021b644950f54e0e9db622395cdfd697334d8043ed4b9111a SHA512: 0d10d0c73b66c94daa064a38a005843d613ac837c5985aab821b7fc6046a9fcb233815e76f03520854de8fe5217407278af667708ebe929b2bb4ff91af0f82cc Homepage: http://xmlsoft.org Description: GNOME XML library - utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Package: libclang-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 262970 Depends: libstdc++-15-dev, libgcc-15-dev, libobjc-15-dev, libclang1-22 (= 1:22.1.7-1), libclang-common-22-dev (= 1:22.1.7-1) Filename: packages/unstable/main/libclang-22-dev_22.1.7-1_x32.deb Size: 29697400 MD5sum: 0802e57677c179b13ce5493f416dd5cd SHA1: 05f1287751ab581b9d7458f073e38230da64201a SHA256: 0bd09f0c23e9a99daf038432d6ae22eb90808bf6724d1a8dff3ce8ba3241cec7 SHA512: 6d212e06640d0ecbc220ef14281f0c393cd5886efc4ce4dc682c8bcc195e4d347c923b48525d9b574fcf0f1a3945b793a74aad5c416fe6362b275d6bf776dbe6 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-22. Package: iaito-dbgsym Architecture: x32 Version: 6.1.6+ds-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: iaito Maintainer: Alex Myczko Installed-Size: 40060 Depends: iaito (= 6.1.6+ds-1) Filename: packages/unstable/main/iaito-dbgsym_6.1.6+ds-1_x32.deb Size: 37843404 MD5sum: d59ae8d43172b0e18dca915bf62137bd SHA1: 8af35c0922dc8e697639f4abbe9f332e4b89a48d SHA256: 74de8252e9da8e3842a96956cb8d2cf80ff3dbde089fde2b44830c636c9c4d0d SHA512: b0fcc6ee0671e338e0dbf1f2c1d6e11e87f555bdf32c22a92ce8bac8c1b121dfe1b6ee55e4363c3b73a9f4b27a664b11309c042af3b3e560b141ad21fc4204bb Description: debug symbols for iaito Build-Ids: c4b9bcde41821b5b4ac5d3d2ad0fd40961156945 Package: openjdk-27-jre Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 625 Provides: java-runtime (= 27) Depends: openjdk-27-jre-headless (= 27~24ea-2), libglib2.0-0t64, libgtk-3-0t64, libxrandr2, libxinerama1, libgl1, libharfbuzz0b (>= 2.1.1), libcups2t64, libfontconfig1, libc6 (>= 2.38), libfreetype6 (>= 2.3.5), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libasound2t64 (>= 1.0.16), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), libpng16-16t64 (>= 1.6.46), libx11-6, libxext6, libxi6, libxrender1 (>= 1:0.9.12), libxtst6 (>= 2:1.2.5), zlib1g (>= 1:1.1.4) Recommends: libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2), fonts-dejavu-extra Filename: packages/unstable/main/openjdk-27-jre_27~24ea-2_x32.deb Size: 208288 MD5sum: 8414ed990678912965e066528c8e5fe1 SHA1: 1c0f207f39757681cf369b6033ba466435ab8e44 SHA256: a9230b9bfa0fb428c58891e90c53a626a680ae391f39338a7951afb1d899f04f SHA512: c35647d25295d8e2a2d62eab779b1e9723ae08e03b5eddf0cd17bae1265b9c73e5bf9aea2aa9df2d9d3b94bb336fca96bccc7320748e40f118c2da04846b9d53 Homepage: https://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. Package: libgamenetworkingsockets1debian1-dbgsym Architecture: x32 Version: 1.6.0-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: gamenetworkingsockets Maintainer: Debian Games Team Installed-Size: 3757 Depends: libgamenetworkingsockets1debian1 (= 1.6.0-1) Filename: packages/unstable/main/libgamenetworkingsockets1debian1-dbgsym_1.6.0-1_x32.deb Size: 3604260 MD5sum: a7da500af9dbd022408be7725802d7a2 SHA1: ac4941187bd5107a33815c28140a5a69a92cd356 SHA256: 8ba024b2a7137a54ee2bceaa14324059d87267626963487a04bd7092514fb824 SHA512: b3c84692bf60c1890421a40fa5b0fd3c728d8bb01fb534c9eb2b0f3cc17dd0e03c64ef969246d1c815d3dc821a7fc0eb2620fff8a9f8900b7bacbf65cfaa4cd8 Description: debug symbols for libgamenetworkingsockets1debian1 Build-Ids: 383d2356c1008b95000512310e8b6018b42737fd Package: bart-dbgsym Architecture: x32 Version: 1.0.00-2 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: bart Maintainer: Debian Med Packaging Team Installed-Size: 4200 Depends: bart (= 1.0.00-2) Filename: packages/unstable/main/bart-dbgsym_1.0.00-2_x32.deb Size: 3325092 MD5sum: d074152d5b0d260bfa23c66bfc41868b SHA1: 54da68ef5102a1d021c2ee80de79cd223542dfbf SHA256: e901f4d1c491a7bc9e5761601d6180ad11fdc71b949780c7c116075bc7be9609 SHA512: 5050839201da3083c07c37bd4264699fa723a34b084d97fc0ccefc6a609f55c233292ee069693e194a769f10d429022a51ed028ebb07112c541a4b74b3b2bbfa Description: debug symbols for bart Build-Ids: acdf09704bc9118491663a7c3795a78da5e0876f Package: mlir-22-tools-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 280766 Depends: mlir-22-tools (= 1:22.1.7-1) Filename: packages/unstable/main/mlir-22-tools-dbgsym_22.1.7-1_x32.deb Size: 153940444 MD5sum: 9e91257ffd8e38a91dab4173cb577a1b SHA1: b3d600cb732e49b0f8fc9cd2f26d0bef174dce65 SHA256: 5009d5db6fd16480d4fa553c878693ba36327b1cd196457f5fd3080f529bb0f2 SHA512: c4592566efcb0aebea8e999bce234144318a6c913205e7ae273b691504882502d83e5f52e42bd8b39957df97d79ce7b003af1fb0083312af01da974a2e11c625 Description: debug symbols for mlir-22-tools Build-Ids: 3a4c2fff3f8a16b441e3cfbb2d6017beb9d6d889 3be2e47fa16e2ced830216e4c3509a854fea6b1c 4c554857cd232b9782e622d852c60d04a18ce45c 5a37a0c0ef545d75a0b0d3446a2690c410bb3366 5b7495bffebe8256593985742abdcbac055fd6b4 796430d51846dbf5f870aa4926dadcbc8cd50f8b 9c4827be71cbaf9826f271a36da4beaca2a494b3 9c613697bf075eb130cc1871d21997c2060d406a b3be3450f95eab274e47f7a51134ad0c2e1214f5 b60b7ad3f4f239c25f5b848b8f4747145d43a7db bffe3c7d3f9ce83eb52bf4a6bae522732eb5c2e8 c10dfac3442db45d01a0626ce1f31053f6a7a7f9 c4c78a90857fc7f876adc80acc7ce33283aac208 c63911d7821228ded587315c6c7b28d3fa0ff165 e77e5a9f9ef0037aa70c707be8b3140f36582c1c ef778fdfda2995811df60dceedcf40917bcd287b f3a07bbf55ec110acfdae2b388ba524391c5a9dc Package: lighttpd-mod-gnutls-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 77 Depends: lighttpd-mod-gnutls (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-gnutls-dbgsym_1.4.82-3_x32.deb Size: 59904 MD5sum: b0b4a51f44383e5308670cb4ff17f2fb SHA1: f441c90336beb3d4e219782c984f2cf8e27df6b7 SHA256: ca285ccc3d32b8f0b24a10b9576e74a4b5161fd43f1b13fab4b6aa5823451b43 SHA512: c4b3c429e400750485bba6c49890c16f11cdf1733440d601bfb30b85ff4d746fa1a6b0c15dea25bd8430f2eeb3fdb5ce0abe71f429a1740140e82fe5aa004e23 Description: debug symbols for lighttpd-mod-gnutls Build-Ids: 5ba188d5dcd91fd62e8304134fb78c9d96bf72b5 Package: openjdk-27-jdk Architecture: x32 Version: 27~24ea-2 Multi-Arch: same Priority: optional Section: java Source: openjdk-27 Maintainer: OpenJDK Team Installed-Size: 53 Provides: java-compiler, java-sdk (= 27) Depends: openjdk-27-jre (= 27~24ea-2), openjdk-27-jdk-headless (= 27~24ea-2), libc6 (>= 2.34) Recommends: libxt-dev Suggests: openjdk-27-demo, openjdk-27-source, visualvm Filename: packages/unstable/main/openjdk-27-jdk_27~24ea-2_x32.deb Size: 9576 MD5sum: 4ca244aa06ca9c76949d9ad955ce4dd0 SHA1: e8de59fc00a7981dfb56ca164e29419fda2a5f8b SHA256: 8bb0567f3286df531d1e983bd4fe1ccfbfa2a47211cc5e619bc30cb1f8c142d5 SHA512: e6b756464fa0c1688431a862a67d8258f5a748a0c0b0e760b1105d561bf6df6ba3d5420bb0e6f43ba7fcffc2229e393f5c50f90d7a62146135012c89622ab0d9 Homepage: https://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: libc++abi1 Architecture: x32 Version: 1:22.1.7-1 Multi-Arch: same Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 262 Provides: libc++abi-x.y Depends: libc6 (>= 2.18), libgcc-s1 (>= 3.0) Conflicts: libc++abi-x.y Breaks: libc++abi1-14, libc++abi1-19, libc++abi1-21 Replaces: libc++abi-x.y, libc++abi1-21 Filename: packages/unstable/main/libc++abi1_22.1.7-1_x32.deb Size: 86184 MD5sum: 9afd0062b4b1932f19a26bdb0d76cfbe SHA1: 0b12b485185c6554c44756dde7b6b7df3133d212 SHA256: 0ba5f19a5ab29115323011db2653304f4c8dd4be6e463539561ba4e8c4c8e450 SHA512: 7e6a0d4da1fa880ce2ea3853ecf9e143fb5ca2733ca26eeb7e12896de81bb7a8277baf189005a14b15c93814f3ad7119bb760069de04306a9a74ad7034429b9e 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++ Package: libxml2-16-dbgsym Architecture: x32 Version: 2.15.3+dfsg-1 Auto-Built-Package: debug-symbols Multi-Arch: same Priority: optional Section: debug Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 1668 Depends: libxml2-16 (= 2.15.3+dfsg-1) Filename: packages/unstable/main/libxml2-16-dbgsym_2.15.3+dfsg-1_x32.deb Size: 1623648 MD5sum: fa5a31a142a68a7ddefc60ced61f1596 SHA1: db19603346a2471516a27d97762f738c8f5ef837 SHA256: 3f91f78bf32e7ba6485d9dda9480dbdbf980ab298cac6e06c3dcd9eeeff0bec6 SHA512: 4aac0923b4a521132b02955ebe8eb98e33edd56bc9fe44a707054982aafd137e9b0c258afb58a1fcfa2f53e264661bce09fd3d05614ec0df311f33c42210c826 Description: debug symbols for libxml2-16 Build-Ids: fe255f251441461cd68f53e95a406f5c3db24080 Package: libclang-rt-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 49634 Depends: lib32gcc-s1 (>= 4.2), lib32stdc++6 (>= 4.1.1), lib64gcc-s1 (>= 4.3), lib64stdc++6 (>= 4.1.1), libc6-amd64 (>= 2.38), libc6-i386 (>= 2.42) Filename: packages/unstable/main/libclang-rt-22-dev_22.1.7-1_x32.deb Size: 3760428 MD5sum: a073e27e2ba0a2f0419ff5e811fd8547 SHA1: a20d16b7798d4bca4ecf9abb527e7049fd3b7678 SHA256: 3feb1c99a3c72b331413c4cc77ca81c2aa50402672416a1dd7c51ecaa3ea5f6e SHA512: eb9c6bd7e980b2330732e76d250a7c480cc4212a7079ac8cc45b81e12830fc2612515e98a8517bc3ffbda913a379f277ea065bedbc850fc1b5ea1cad85e7ab1a 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. Package: lighttpd-modules-lua Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 79 Provides: lighttpd-mod-magnet Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.38), liblua5.4-0 (>= 5.4.6), libnettle8t64 Filename: packages/unstable/main/lighttpd-modules-lua_1.4.82-3_x32.deb Size: 23796 MD5sum: 8bd4e41a1061b043a0124c06b13a0d6a SHA1: 61f46dccf382f8f23bb6af1ab999435d67d04332 SHA256: 226a250eca56b3a6e471e7a75956b79dbfba8ac011355b352b7acb1e97776a11 SHA512: b9138e873e7dd10640765271879529ad566dc8c4a62d2e260f9087ab2a6f064ea83595959b976ed917f5604462e5cab33f818cdc795acc0c64f2f66ac1babdd0 Homepage: https://www.lighttpd.net/ Description: LUA-based modules for lighttpd This package contains the following modules: * mod_magnet: control the request handling module for lighttpd mod_magnet can attract a request in several stages in the request-handling. either at the same level as mod_rewrite, before any parsing of the URL is done or at a later stage, when the doc-root is known and the physical-path is already setup. . Do not depend on this package. Depend on the provided lighttpd-mod-* packages instead. Package: lighttpd-mod-authn-pam-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 26 Depends: lighttpd-mod-authn-pam (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-authn-pam-dbgsym_1.4.82-3_x32.deb Size: 14056 MD5sum: 366d1f60fb033e63cf1856f87189210f SHA1: 64221d5c1c01c504caf304c95aa20e279a31a789 SHA256: ce9f2b127c609ee59936df526d6ceac0e9d8b459f699f458ab11fc80ce70ed90 SHA512: fd262e85aa43c9526c5fe11d4f36786b2f241c223744ada23821fe5c0f973b96677613271e2388a76d205b2cfcd3c5c8fcfb533076bca5c50682788499f677e3 Description: debug symbols for lighttpd-mod-authn-pam Build-Ids: 613cbe60bddea12cdd5029737e761608d060a99e Package: librust-unicode-ident-dev Architecture: x32 Version: 1.0.24-1 Multi-Arch: same Priority: optional Section: rust Source: rust-unicode-ident Maintainer: Debian Rust Maintainers Installed-Size: 353 Provides: librust-unicode-ident+default-dev (= 1.0.24-1), librust-unicode-ident-1+default-dev (= 1.0.24-1), librust-unicode-ident-1-dev (= 1.0.24-1), librust-unicode-ident-1.0+default-dev (= 1.0.24-1), librust-unicode-ident-1.0-dev (= 1.0.24-1), librust-unicode-ident-1.0.24+default-dev (= 1.0.24-1), librust-unicode-ident-1.0.24-dev (= 1.0.24-1) Filename: packages/unstable/main/librust-unicode-ident-dev_1.0.24-1_x32.deb Size: 37576 MD5sum: ec19f38e4afa58870225749ddf331890 SHA1: fae1e49d3b1fe37ec4d6696d8abcc18347723e19 SHA256: 51e34f6318cc6401530a2829ac5ba284c1c3065f0bfa8449f58f84be53ea32c5 SHA512: f3beee495da4ddbb68dec99526b2c720cd90207a6bb256e2d057206365e33b7a21286d1b6729e9f38dff38f97827e369138b26d4fdbc9fe5d000bcb7853f81cf Homepage: https://github.com/dtolnay/unicode-ident Description: Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 - Rust source code Source code for Debianized Rust crate "unicode-ident" Package: python3-libxml2 Architecture: x32 Version: 2.15.3+dfsg-1 Priority: optional Section: python Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 971 Depends: python3 (<< 3.15), python3 (>= 3.13~), python3:any, libc6 (>= 2.28), libxml2-16 (>= 2.15.2) Filename: packages/unstable/main/python3-libxml2_2.15.3+dfsg-1_x32.deb Size: 194740 MD5sum: 59ab98a4989f8633493831cbc3bd7ec8 SHA1: 83f2cbb42dd09414597f55b4fa5ddba618ca758d SHA256: bd087e46dda06452c43bf87d0f890aae69bdea0f366f9d11da9fa662bbfa6104 SHA512: 78c8f48c2c6d26957f7f134981aa2e24acb405aae7af918a600aec17fb6b109ca0949ebb8958dbf84bd1e839f968101de4c482f167028c1e856073055177b630 Homepage: http://xmlsoft.org Description: GNOME XML library - Python3 bindings XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python3 programs. Package: lighttpd-modules-mysql Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 22 Provides: lighttpd-mod-vhostdb-mysql Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.38), libmariadb3 (>= 3.0.0) Filename: packages/unstable/main/lighttpd-modules-mysql_1.4.82-3_x32.deb Size: 4400 MD5sum: cdda30694d0864a1fc482e3adc849d91 SHA1: 44d9574a558cfdf413ce4453596d9302814d3165 SHA256: 36487a4b8372f28af4bb11a74ebe93be9b52f82bd49eecc3d1e727a0b0e99a50 SHA512: b901ce995d5eb1bec6be433e84989a6781a64c67963fcec905633b474d8c983e0068ea7edbb601b26eac1becacfcbb07fbd10555859631273fccda3fe3967573 Homepage: https://www.lighttpd.net/ Description: MySQL-based modules for lighttpd This package contains the following modules: * mod_vhostdb_mysql: Database backend module for using MySQL as a source for virtual host configuration using mod_vhostdb. . Do not depend on this package. Depend on the provided lighttpd-mod-* packages instead. Package: strace Architecture: x32 Version: 7.0+ds-1 Priority: optional Section: utils Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 3404 Depends: libc6 (>= 2.38) Filename: packages/unstable/main/strace_7.0+ds-1_x32.deb Size: 1733036 MD5sum: 7e24eb31143c43271f15528c36efb75c SHA1: b528d892579a29cf53089d5e07c59c4542b21610 SHA256: 18d6008840a7109fad84e0e2e44bbad038c5bc4f95ebeb3533d2fe7b00ebb7e9 SHA512: 0b83295c99ad635b450172d71be79e770bd0359b78a9343bbe5f9bbaac93f9a7f0283f883dae9a049813b9732ad744cff91edac04fd49f9800892f5dc92475b4 Homepage: https://strace.io Description: System call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Package: wl-clipboard-dbgsym Architecture: x32 Version: 2.3.0-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: wl-clipboard Maintainer: Felipe Sateler Installed-Size: 178 Depends: wl-clipboard (= 2.3.0-1) Filename: packages/unstable/main/wl-clipboard-dbgsym_2.3.0-1_x32.deb Size: 103652 MD5sum: 8ff1083a2ec5fbcb85b7f0ff6bc8a3b3 SHA1: 6a80ffbd3ab60615590ebb6ee10d5aceee2abbcd SHA256: 02f470f4bf40c55b87e37eaf71dbe70fc69c423f3500aaea14503c707c174b6a SHA512: 6b3423cceba6a9d8fda53fbb9aeebea3034cf7e4c0938f22dab1321c161ac62aeedc1748980e7b5789921933daed51c48a85bfdc1d3791163546d175f4c88db7 Description: debug symbols for wl-clipboard Build-Ids: 02ddea6e6ee990a44ad68b8f2a3dc3990aab9e4a 43d78c1eee09de85ca9f502d5adacf873aa45b1a Package: liblld-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 12678 Depends: libllvm22 (= 1:22.1.7-1) Filename: packages/unstable/main/liblld-22_22.1.7-1_x32.deb Size: 1887012 MD5sum: a2652d1e60f093f2a5b6069d12ca0c51 SHA1: 2a37b0647271acbe2a54afc31dbab58179be63e8 SHA256: 8fdf576b36c76b9a53aaa4cb1a9a7fe6f9ca0b67b5c382c601364718e572958b SHA512: 1ae8bc573bd9ae5c230b8126e0fd79f3aa85ecacc9ccf362c8e5b66b610c9c768b8201514b6c171ac529dbcc1b406c8d11ea880b2d9b43dd175851cbd6af2a42 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. Package: lighttpd-mod-authn-gssapi Architecture: x32 Version: 1.4.82-3 Priority: optional Section: httpd Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 34 Depends: lighttpd (= 1.4.82-3), libc6 (>= 2.16), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~) Filename: packages/unstable/main/lighttpd-mod-authn-gssapi_1.4.82-3_x32.deb Size: 8200 MD5sum: 5aa2472be70d9c935d1561c0f85a8121 SHA1: ad9321e5aecbd4c7e5773fca6455b689da6c921c SHA256: 8c4437da7d1abd1979f9a0ac215d21b50fbd210b4bad4284fe38c41b5c3ff2a1 SHA512: 1cae6c209ce9d4e67eaa581ce30dd3d7a35a71e82bf75002c7142188280aa02804179a10f2420221e3b4fcf1ea1bd749306c2e254bb128d1c170e4adffde8f4e Homepage: https://www.lighttpd.net/ Description: GSSAPI authentication module for lighttpd This package contains the authn_gssapi module for lighttpd. With this module, it is possible to perform GSSAPI authentication. Package: liblldb-22 Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libs Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 18436 Depends: libc6 (>= 2.42), libclang-cpp22 (>= 1:22.1.7), libcurl4t64 (>= 7.16.2), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm22 (= 1:22.1.7-1), liblzma5 (>= 5.1.1alpha+20110809), libncurses6 (>= 6), libpython3.13 (>= 3.13.0~rc3), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/liblldb-22_22.1.7-1_x32.deb Size: 4654628 MD5sum: 3ef5d6811986a3ee11e0135e980ef0a1 SHA1: 44a622470460c34017eb6bcabc1e1586217e0e89 SHA256: 2bb0edb5a7367141311dfc0950b9e647396ae1b9a21e997e3e6760c0af993352 SHA512: 8189dcec3b83fb435f6217f3a4e0fdf1cb11b3e690d658f2ae779c27e64633b696636d62c64f75f98e31b594e88a71bcbece53957b3af8539f1fbf92fcac2b0e 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. Package: libmlir-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 478710 Provides: libmlir-x.y-dev Depends: libmlir-22 (= 1:22.1.7-1) Conflicts: libmlir-x.y-dev Breaks: libmlir-dev Replaces: libmlir-dev, libmlir-x.y-dev Filename: packages/unstable/main/libmlir-22-dev_22.1.7-1_x32.deb Size: 32259296 MD5sum: 5898bd29a4459353164d7d1eed6217b9 SHA1: 875a40153e7bc95e56ed23237e39aa2551d18fcb SHA256: bc6c891691030795c6ff17fe4bb03083410b3e08c89495e9ae91ee989e2bfc95 SHA512: 52a7a2388a4aef5ac039141a45e275b824d7130ef1f96b52cb0011138549c8a9f57eff8b9a9b61b5227e7e12ffe03833d0270a0d17b3f3c1787f30e613d33a32 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. Package: llvm-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 122389 Depends: llvm-22 (= 1:22.1.7-1) Filename: packages/unstable/main/llvm-22-dbgsym_22.1.7-1_x32.deb Size: 75575036 MD5sum: 1238da61063251617bca46862cd5e69a SHA1: 7c9a6a0cb3e0ecabcc4fb2b78542fabdd3663a50 SHA256: 59907b247d386f83a2aa8f7fbbfe50585ec70c4ef283a9cbde5ac2de3f043c3d SHA512: 61fab55f20228cdcdd0c9e2204b8ad5e079cb2211246d51e8813bba32ecb5d16559de5d02d21cab21df7d25fb407ac66e7c084d597e4ccbfc02e1b42a0aa3e37 Description: debug symbols for llvm-22 Build-Ids: 02c3bb76898f140c7ba53bed7b8805cf87d055a5 040dcbf317c3e9eab129369faaf69e980fc8658d 06c88fc8197e8aae07e643e9b0f5bc32ebaeccef 0be3f222051c8f30921e31e646aa4d5691691b81 0ed3e08ef51e914e5d0ae448c39909f5334c5940 0efd1e0a050d994a38bc73fd237bdd4b2f6d2892 0f419b2f9fa99c681e10476b842e714a4af970b2 10c1f73cad86366b032e7bdd3e44596ae9907e29 13fc025036357288c315d9239aa588f944a36247 14421f070b4dcf403cc4ed172b1e22a3de7dac78 1ff41f84c36f3f79f5558c9bb7709c17ac774f8f 2a25b861da5b5327d2ba25d4aa2ecb719c7e0466 2c8063f6f49cd97a7407d090f082793676ab320e 2fd4227eb23d3d074e469f9e5cd48db9fade52e1 2fdd04dd740d60c207ae8948c1c20e965816e29e 320c0ccd7fa24b6550c7a754b37375c0fad9cb44 32f1a8aeff9c6cb3473f14d2573368c5ace8d984 333bc46d97f9f852e658319a1fe1d321e55585a2 37b7818d0a4428bde55b60f45e1318ad56b7b900 3bcebbf0fd4bdbdbfdf8a764fdd3b79ebe5ba6ca 489929917a17a42adda08fb4629f9e20500f1194 4eb641603e124829bf3220fd0eb26367fb401ed3 50ff3fe80ce2531748be713c4745aac276ab8adc 5c128315502837848e9cc3aba410762081492ccc 5d098acfd2519bf0e955e55e6206e8db359e61d6 623ed370c19114587c630261d9f5bd1add175fdc 67baea3ecf1833bc590edcd19b172a273660165d 6903878cfdda5781a1344120c995c4a085ec207c 69fa63f34d362b95f37d4015a550a3159e9a6790 6a7d0e066f568df1dea376db650a140d5873387f 6ce74cbc2d92a1e2938f8f9d955fe8b05d9c9652 6effc0aa3a33ba5cd969989a7f13a843b3739175 716f673df72065546b4cc319571405b874a1967b 717140d8a2ab6509529c7902c6b638a9725203bd 7597a04b8df6e088788de61a6a45f87583f7067f 7717d391458ac05532a5a2eec054a1b51aa9a22b 796c129e65dc197a21933497db62a5da3c5211c1 7a4220d92cfdb450a8ce16d691b09f2dd866fa07 7c059e150764c211f0163e5a71abc2577bc48c60 7faa5161f04927386559e8f51a08baa9b731b7ec 82cf47e308fa25bfd2a434072fa7f00caab52a5d 8584290f054ac9157d07cc5c7f5319d9b797226d 87c43c6b13b350af875b6a2918f94eec49359d97 8c4e5d09f52674199da479fb5f19c01e072b7890 8f62ceb0e981e1b0283e68cea81b270fdbc130dc 9268a3f9c9c5cc441dda3a5501295ff68d971f6d 98845d9b58ccad5014d477986faca6e84c62324a 995aa7963a802ad59d694d2fdb4e9d6f8b69f3e6 99b5479746718df28b25b01260972c4f635ccfea 9be19ecc2d51830fe5fbb7cacde2a98d06d0915a a90fd10dc3d876517d9b014e5c99dfb2d684a611 af08dd89528b761ded37b82e61decb39fff22b2e b2f7de5bda6e6a4505f690bb49a006450db38a90 b7a245bab58bfbd03f048a9c630ba95456d7b6af bdd5d8003fc193453e924dad174497a29e7475ba be9d8873c4e371d4a7274b821d683b7a30ae276b c246aa3ae27bbb35264e9980893e02eb799540ec c677b7e25fa8e54a40f5431c8a6070dd65b043d2 cb8e9945bd62bb20abb9884c936a68201ad6fecb cf7164d6204a7b37de06da61a8519bdb0d6a6a8b d259bd9a1b7bc68af84a5a41a3be37cbf286deb2 d66abe7728b6955685eed982c855b7c87a478501 d8375a6b4ca352cc913d595c4c5e1d4ea89f6968 dc26a0cc38eb2d172e59f5a14205418b34e50377 df213e88cad8f3c0026f5b6a309a463f88ca8272 e4486388c92ca85d59cac54107cf9513687e87f9 e473081cb76f8e02a26e123c9bb807cb7ffab07f e6ee139bb55b391cd63e07f102e44c40aa65cda7 e7e21750dd0d40c57787fa4309cf7d64e80169b8 e89db46d1d41b6902b89b8cfa54f6d1eb0d80bfa eb4778fd51e5eb8abdc4a4a9dbde257bc3f8e9e7 ee32cb949456295386fa69925fa4fa32bc81c858 fb518dcfd6d6a11ecc960da9a90948676b693c06 fee4f997daa87bf4464993709c0f23ab1ecda44b Package: liblld-22-dev Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: libdevel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 106 Depends: lld-22 (= 1:22.1.7-1), liblld-22 (= 1:22.1.7-1), libzstd-dev, zlib1g-dev Filename: packages/unstable/main/liblld-22-dev_22.1.7-1_x32.deb Size: 36712 MD5sum: 35de7b808abd79f6308f1abff7baedfe SHA1: 51ff7ac898cc0a8d885fc757915e03cf79a47335 SHA256: fc2e3fcf9939c5c22856057fb1813016efaa9fd59b7317ecd281ac07e000f87a SHA512: ac9e4bff345de9cbb7f38e480a35bbb9d6fc9c7c93a8c018d186cd5c44fefda1293d5eed696db1502e37f129e0a610e622f3b2a6ff15ccf47f08a304cb6cea5a 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. Package: lighttpd-modules-mysql-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 37 Depends: lighttpd-modules-mysql (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-modules-mysql-dbgsym_1.4.82-3_x32.deb Size: 25048 MD5sum: a441e381cee9175b3b3d8ca93f194cb6 SHA1: 6800ee11cad2e3333875c72ee3ee6b10ae875812 SHA256: 9239534050f69ac19887d692cd1af07a27d68224fbd4df1a4e4748d99bd7293a SHA512: 3e9f6f5ef8c290cd3db65ce934a347eeee621b06c93ab859a871960137d7776b66c0d6dcd79b99b1b1b54a5d0166e2de9f1f87a805dddf25d7e6975de51502e0 Description: debug symbols for lighttpd-modules-mysql Build-Ids: 361f7bd4caf3a1ea9ab99d273053329e15b40540 Package: libxml2-16 Architecture: x32 Version: 2.15.3+dfsg-1 Multi-Arch: same Priority: optional Section: libs Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 1539 Depends: libc6 (>= 2.38), zlib1g (>= 1:1.2.2.3) Conflicts: w3c-dtd-xhtml Breaks: libxml-libxml-perl (<< 2.0207+dfsg+really+2.0134-3~) Filename: packages/unstable/main/libxml2-16_2.15.3+dfsg-1_x32.deb Size: 647712 MD5sum: 93e6d1e4ac07b77c45286c795d4e83f8 SHA1: 58b8d1fae7dd58af701c1019bdb18ac6293b8c31 SHA256: 5b06372a6bacb188a8f0cebea66fb55b56c69fd731eb4cc02918b5f15914793a SHA512: 6395eb5dbfde96e733529df0469480cae7e6e2582ba7473b9aabf55cb75462d2318d1978be6d2a909712350d205b64313ee848692bfb345844a7c5ece9171f63 Homepage: http://xmlsoft.org Description: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Package: xringd-dbgsym Architecture: x32 Version: 1.20-30 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: xringd Maintainer: Package Salvaging Team Installed-Size: 41 Depends: xringd (= 1.20-30) Filename: packages/unstable/main/xringd-dbgsym_1.20-30_x32.deb Size: 20644 MD5sum: 928c720be74cab96cac7a435f687f488 SHA1: 0c7aa4eca96fed6792cacd5ad16bfa80522e8a73 SHA256: eb2a300762bdddd3a8c45f6d5a693f4c4b58b2c8bd81f27398a80798987c2229 SHA512: aa761c9ed64e4073e49d818c2a4a678c62463fffe842d237e0b30400bb776dacbe979db84400215194c354bb9badf54934c4251f41b7d855cea9f3c7a5874745 Description: debug symbols for xringd Build-Ids: b1ff86ccbe4526f2e00857ac4afe6af467009252 Package: python3-iisignature-dbgsym Architecture: x32 Version: 0.23+git20260603.447577b+ds-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: iisignature Maintainer: Debian Math Team Installed-Size: 2564 Depends: python3-iisignature (= 0.23+git20260603.447577b+ds-1) Filename: packages/unstable/main/python3-iisignature-dbgsym_0.23+git20260603.447577b+ds-1_x32.deb Size: 2538252 MD5sum: 4f2405827d0c0ef9bd1bce62237a0489 SHA1: f221f3009021ef5849c6cadab17da46b559ec83f SHA256: 77c14a781879f80613a267ac15395fa3fe89c980225553eb78f17958e282b742 SHA512: d9016efb474a5dec9e46e61643e58433649da5d50827197dda9def72b7c18de778491940a0c4baa3bacdefbdc14b4e94a298c49bf451f75e0e89370ef416982d Description: debug symbols for python3-iisignature Build-Ids: 69d697dd07f7171985d66405d383e4917f9a3a0a Package: lighttpd-mod-maxminddb-dbgsym Architecture: x32 Version: 1.4.82-3 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: lighttpd Maintainer: Debian lighttpd maintainers Installed-Size: 30 Depends: lighttpd-mod-maxminddb (= 1.4.82-3) Filename: packages/unstable/main/lighttpd-mod-maxminddb-dbgsym_1.4.82-3_x32.deb Size: 18608 MD5sum: e2ba6f495e9c7c04c4dd4c03680b2a73 SHA1: f9a13233ff12c6855a0242440e5cb0030e9397b2 SHA256: 6991d01f5648597f57e2a16b98827ad373a910233972341b5efd6fcb8683b71e SHA512: 1d3ad94e82ca6302bbd92e54600913b5f8fe4a0c865c4f606a31c27dcd574b37b1d0260df5a6d7e7971fcfdaf90392fc847c037ebdedacea0e250b60efa9a205 Description: debug symbols for lighttpd-mod-maxminddb Build-Ids: 12de6dfbd03f082adcb9edf9ba4db4762f2c7ae3 Package: llvm-22-runtime Architecture: x32 Version: 1:22.1.7-1 Priority: optional Section: devel Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 1734 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3), libllvm22 (>= 1:22.1.0), libstdc++6 (>= 12), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: binfmt-support | systemd Filename: packages/unstable/main/llvm-22-runtime_22.1.7-1_x32.deb Size: 594132 MD5sum: 748c0495934115dbddc7636419b0d440 SHA1: bed88e805349adc5e8b64f366d3d0d70e191e931 SHA256: ff2583ef7d87b186d2ef774c79a91b5259894c71958e92769a494ca8d4420057 SHA512: 7db4dc538867fd6b9887c91fb1b2d7abfdb45b8baf97ea189c3d29c3e238c0e23d9dc000a0668ae37b4abd5cf20d89bab109147606f8bb5c7dbf3f173c6ff549 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. Package: clang-22-dbgsym Architecture: x32 Version: 1:22.1.7-1 Auto-Built-Package: debug-symbols Priority: optional Section: debug Source: llvm-toolchain-22 Maintainer: LLVM Packaging Team Installed-Size: 409 Depends: clang-22 (= 1:22.1.7-1) Filename: packages/unstable/main/clang-22-dbgsym_22.1.7-1_x32.deb Size: 289636 MD5sum: afa5b4039b0205bd25053a3d62cc6ed9 SHA1: 5ecaf6010c926a427722f9e31decedd896989b53 SHA256: b1153bb8e86d16cb77d5f55d0908636c9be9da07a2defb6cac25c5a8fe1d7570 SHA512: ee89cefb5fb353446052bb640a97664dcdc47f6073f8c389e3e208a2383e0abf9307360251c311cee624efaccbc0560fc67e9a8c245164f3268687d77fa404bb Description: debug symbols for clang-22 Build-Ids: 4663db83c8b562b66cd3e10217ad5271ae30da01 c48910b6f06fce65bbfd6e1e8662e8cb0771b814 Package: libradare2-dev Architecture: x32 Version: 6.1.6+ds-2 Priority: optional Section: libdevel Source: radare2 Maintainer: Debian Security Tools Installed-Size: 1489 Depends: libradare2-6.0.0t64 (= 6.1.6+ds-2), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Filename: packages/unstable/main/libradare2-dev_6.1.6+ds-2_x32.deb Size: 256292 MD5sum: 92a0427ce6c8a7a6bbc8fd9cbac65c0a SHA1: e6f8083c4af07e36c4a94a931298d4f897e414fa SHA256: 403ca509dcca816aa3089a0f717c616c45a5a919d8f46fb4b5f52951210de8c9 SHA512: 0ed8c6ed07f2eb0a2894de7b7383ac72586974f2f0643365a83f47df7e6c4bdf7f771b56a674cc715d38f3795617234b21d3a63484cbfdf39ad8d967c2fb537f Homepage: https://www.radare.org Description: devel files from the radare2 suite The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the devel files from radare2. Package: libdcmtk20 Architecture: x32 Version: 3.7.0+really3.7.0-4 Multi-Arch: same Priority: optional Section: libs Source: dcmtk Maintainer: Debian Med Packaging Team Installed-Size: 29118 Depends: dcmtk-data (>= 3.7.0+really3.7.0-4), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpng16-16t64 (>= 1.6.46), libssl3t64 (>= 3.4.0), libstdc++6 (>= 14), libtiff6 (>= 4.0.3), libwrap0 (>= 7.6-4~), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.1.4) Filename: packages/unstable/main/libdcmtk20_3.7.0+really3.7.0-4_x32.deb Size: 5796476 MD5sum: 93de41febb1b2d4e78c11924e9d9c0e5 SHA1: 7351d74412f8c64a24e54c8b8ae1f514785caa74 SHA256: a2139dd93f195089efb01b9a0c13a0a57984f88d7b273b84fc054dae321dc3e1 SHA512: cc3a10972c64bd128b32e697c148af7184afba229b50a85842672028eed234868488e987b88a9528c2ba11d3367f2d318d1b81afe446b64dee9ba3aee708c706 Homepage: https://dicom.offis.de/dcmtk Description: OFFIS DICOM toolkit runtime libraries DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the runtime libraries for the DCMTK utility applications. . Note: This version was compiled with libssl support.