Package: 7zip Version: 24.09+dfsg-7~bpo12+1 Installed-Size: 6618 Maintainer: YOKOTA Hiroshi Architecture: arm64 Replaces: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Provides: p7zip, p7zip-full Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: 7zip-standalone, 7zip-rar Breaks: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Size: 1375532 SHA256: 2156d7a59ca4699a5376e4d057614ee700a4b25f4c17ccf113573108b3820fc1 SHA1: ff217f90e0fb2c3a2a0e4b39bb93dbad70ae3238 MD5sum: 7a92d6126dafbafb2d2b97fd7f3d9a04 Description: 7-Zip file archiver with a high compression ratio 7-Zip is a file archiver with a high compression ratio. The main features of 7-Zip are: * High compression ratio in 7z format with LZMA and LZMA2 compression * Supported formats: * Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM * Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip * Strong AES-256 encryption in 7z and ZIP formats * Powerful command line version . "7zip" provides: * /usr/bin/7z: Full featured with plugin functionality. * /usr/bin/7za: Major formats/features only. * /usr/bin/7zr: LZMA (.7z, .lzma, .xz) only. Minimal executable. . Note: The unRAR code was dropped to keep compatible with DFSG. Install 7zip-rar package in non-free section to use RAR files. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip_24.09+dfsg-7~bpo12+1_arm64.deb Package: 7zip-standalone Source: 7zip Version: 24.09+dfsg-7~bpo12+1 Installed-Size: 2527 Maintainer: YOKOTA Hiroshi Architecture: arm64 Replaces: 7zip (<< 23.01+dfsg-4~) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: 7zip (= 24.09+dfsg-7~bpo12+1) Size: 872364 SHA256: 523686cd90db3634c933fc9ff195cd87011f469cfd8d49c25053620eb9f9cc34 SHA1: 2e1731c39b70b545d908d85dfe55ea998f7284dc MD5sum: cf425f7865bd7cfca5568bd885135772 Description: 7-Zip file archiver with a high compression ratio (standalone) 7-Zip is a file archiver with a high compression ratio. . "7zip-standalone" provides: * /usr/bin/7zz: Full featured except plugins, standalone executable. This means 7zz can't work with unRAR plugin that provided by 7zip-rar package. Use 7zip package for unRAR plugin. . Note: If you want to create SFX archive, you also needs 7zip package for SFX stub module. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip-standalone_24.09+dfsg-7~bpo12+1_arm64.deb Package: accerciser Version: 3.46.2-3~bpo12+1 Installed-Size: 3978 Maintainer: Debian Accessibility Team Architecture: all Depends: gir1.2-atk-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-rsvg-2.0, gir1.2-wnck-3.0, ipython3, python3-cairo, python3-gi-cairo, python3-pyatspi, dconf-gsettings-backend | gsettings-backend, python3:any Size: 855248 SHA256: 7d753800ade3fe7ee0f9050f47e00cbf8879173600c08204ae57dc480ed4ee92 SHA1: 29c9c144409f50b27fb53ae7d366bc4bf01fd30f MD5sum: d86a4026717d46d15bcfb3aa802b9cf7 Description: interactive Python accessibility explorer for the GNOME desktop It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. Multi-Arch: foreign Homepage: https://wiki.gnome.org/Apps/Accerciser Section: gnome Priority: optional Filename: pool/main/a/accerciser/accerciser_3.46.2-3~bpo12+1_all.deb Package: acr Version: 2.1.2-1~bpo12+1 Installed-Size: 219 Maintainer: Debian QA Group Architecture: all Size: 64076 SHA256: 46d6d902daa10c5e0c334c6891eb6c40058b15bd7a815ddc5e94d1512ffe26b5 SHA1: f3d811d7c7188a7d36d2ccad9dfc46e4a19d94dc MD5sum: e304bd6a8a07aefda0c6637d3ad5d806 Description: autoconf like tool ACR (Auto Conf Replacement) is an autoconf like tool that allows you to create configure scripts for your programs. The main aim of this tool is to teach developers how to create portable builds of their tools, just using generic functions wrapped by acr to generate portable shellscript. . Pros: * Easy to learn / implement. * Faster/smaller final configure script. * Own syntax, not complex m4 macros. * Reverse engineering tool to recover .acr files from the final configure script. * Good documentation and tutorials. * vim syntax highlighting for configure.acr files ($PREFIX/share/acr/vim/install.sh) * Debugging support (-d) * Integrated support for java, bash, perl, Tcl, c, c++, ruby and Python. * Recursive configure script calls. * Progress bar in generation stage. . Cons: * Not recommended for huge projects * Slow script generation parsing huge configuration files * No automake replace. (just type clean makefiles and acr substs) * Not enough tested (only on free operating systems (Open|Net|Free|Dfly)BSD, GNU systems, and Darwin). . This package provides the following components: * acr : generate configure scripts. * acr-cat : show configure.acr file from a generated configure script. * acr-install: '/usr/bin/install' program wrapper. * acr-sh : acr configure script generator. * acr-wrap : generate a makefile from a meson wrap file. * amr : generate sample/final Makefiles. Multi-Arch: foreign Homepage: https://github.com/radareorg/acr Section: devel Priority: optional Filename: pool/main/a/acr/acr_2.1.2-1~bpo12+1_all.deb Package: adb Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 737 Maintainer: Android Tools Maintainers Architecture: arm64 Provides: android-tools-adb Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), android-libziparchive (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libusb-1.0-0 (>= 2:1.0.16), libzstd1 (>= 1.5.2), android-udev-rules Size: 246152 SHA256: 16caa735f48a68298c5db7144ffb1d5a61141198227a701dbbe29e7cec101ade SHA1: 3dcb0b1914a2beec8131e900cdd2fcb663648910 MD5sum: a9bce47962e9c0b7cc5cd77f3c547235 Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package depends on "android-udev-rules" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/adb_34.0.5-12~bpo12+1_arm64.deb Package: adbd Source: android-platform-tools Version: 34.0.5-12~bpo12+1 Installed-Size: 476 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-tools-adbd (<< 6.0~) Provides: android-tools-adbd Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r127), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libsystemd0, libzstd1 (>= 1.5.2) Breaks: android-tools-adbd (<< 6.0~) Size: 154832 SHA256: 42ed3c6e2da11ae06d8792784988dc6b1da4f1a9c9a7917567b34004e06c3cc0 SHA1: 1dd78f5a1ffee58d47c5b2a52de10f714dbbf990 MD5sum: 6c65d2ba87d3f9cbef5c2b274d79448a Description: Android Debug Bridge daemon Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: . A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. . A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. . A daemon, which runs as a background process on each emulator or device instance. . This package provides the daemon component. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/adbd_34.0.5-12~bpo12+1_arm64.deb Package: androguard Version: 3.4.0~a1-17~bpo12+1 Installed-Size: 84160 Maintainer: Debian Python Team Architecture: all Depends: python3-asn1crypto, python3-click, python3-colorama, python3-ipython, python3-lxml, python3-magic, python3-matplotlib, python3-networkx, python3-oscrypto, python3-pydot, python3-pygments, python3-yaml, python3:any Recommends: python3-pyperclip, python3-pyqt5 Size: 35672172 SHA256: 8fe82adc61ff2eb344478b8731e14e5f75a9dddd4d94367b3a8801ad020daa8b SHA1: 11b37774e2417d9454fb5038921f62931104f2fa MD5sum: 93842bd5daec1ee96cbae15734b27aa0 Description: full Python tool to play with Android files Androguard is a full Python tool to play with Android files. . * DEX, ODEX * APK * Android's binary xml * Android resources * Disassemble DEX/ODEX bytecodes * Decompiler for DEX/ODEX files Homepage: https://github.com/androguard/androguard Section: devel Priority: optional Filename: pool/main/a/androguard/androguard_3.4.0~a1-17~bpo12+1_all.deb Package: android-libbacktrace Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 596 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), 7zip Breaks: android-libbacktrace-dev (<< 1:33) Size: 141596 SHA256: a6546d1380c7723d97bb7546b79b371bf700f537d9ad2ffa5d51f5a268ffa450 SHA1: e620e9f496f0ba980360fe63336daff2483f4350 MD5sum: 7ffaf6b5901794cb9ab18e9b663c9f99 Description: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace_34.0.5-12~bpo12+1_arm64.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 63 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.5-12~bpo12+1) Breaks: android-libbacktrace (<< 1:33) Size: 21644 SHA256: 25544cd8b7e9284dff247be610cd2295f65d224ecdc3afc8a44b9767a3e72769 SHA1: c9d16969f86187166381ac1f2ab5815b8d5fbf1f MD5sum: 2ac9b960f05c7215a9701bd03c407a75 Description: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libbase Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 347 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-liblog (= 1:34.0.5-12~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11) Breaks: android-libbase-dev (<< 1:33) Size: 91356 SHA256: f95ea126b1ef742fdbd468e31c57456fcd01415abf1ae4f14cf3f2280a10d6ce SHA1: a0c20e4330a0f4476053d8319ec5ff713be30d58 MD5sum: 6534f53f19b11508dbcb06b63b77cb5a Description: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase_34.0.5-12~bpo12+1_arm64.deb Package: android-libbase-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 689 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.5-12~bpo12+1), android-liblog-dev (= 1:34.0.5-12~bpo12+1) Breaks: android-libbase (<< 1:33) Size: 143904 SHA256: 5f9e92fbb81fbd9b4aa59f58bf7f38d1a4ad751992f9284cd4ed01d1e59b3e1b SHA1: 508cf4b59a7433a29b8308bf62cfa55fa9a286d4 MD5sum: f34ed05c707a335b4d9ce5174415aad2 Description: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libcutils Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 123 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libbsd0 Breaks: android-libcutils-dev (<< 1:33) Size: 39520 SHA256: fd6785bd0c24e255c9af690f9cd47f3857f2e393977c59431de63ed2698d6e57 SHA1: 03e20268e052d999a31ea089222cb6d7439b3c15 MD5sum: 78b12bb4cc4ca61c749efc8acb299acc Description: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils_34.0.5-12~bpo12+1_arm64.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.5-12~bpo12+1), android-libbase-dev (= 1:34.0.5-12~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-12~bpo12+1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 34632 SHA256: c307d411218480d9bcb86941d3ccc722ee949d89de3b14c8efd8f3ec81b2dea0 SHA1: a04ee1e3177a9797d4cef9a810fb1545ff307453 MD5sum: ad86886674a7ba2c6f8bb21719fdbb9d Description: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-liblog Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 112 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-liblog-dev (<< 1:33) Size: 38528 SHA256: 18884bc1345776835c210b2b65e30826fb76e11241df7e3dbd7224293f9f789f SHA1: aa26e3da490b45a15e37eb0496f87318c6d76172 MD5sum: 5d653ef47e7078bf77cde3d23151d53d Description: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog_34.0.5-12~bpo12+1_arm64.deb Package: android-liblog-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 137 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.5-12~bpo12+1) Breaks: android-liblog (<< 1:33) Size: 35596 SHA256: 8379ffae1f88bbdcab763b5833de9613896f4a64a915973081affbcdbfa91931 SHA1: 2370337f6204fc8c5ee9ee8170f5a15d3792a53e MD5sum: 093399b29989e5314a24a34c7561a953 Description: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.5-12~bpo12+1 Installed-Size: 85 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.5-12~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 25832 SHA256: 1d0ce9e20f49e2876374a73b06cad79358f7f0286960c7976b14da0e8f7fb8e8 SHA1: 813b752f18e27882469719218796fc92c04e593c MD5sum: ad73953e6ba489d8250700234f71f4ff Description: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper_34.0.5-12~bpo12+1_arm64.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.5-12~bpo12+1 Installed-Size: 244 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.5-12~bpo12+1) Breaks: android-libnativehelper (<< 33) Size: 52632 SHA256: 2ce2636ad6a72e933e421d435dcc73b4011daa3460584c0f28846d178e6a5a4d SHA1: 9fa1e2c9b151bfe83c5604a1e293edce694a497d MD5sum: 73c572b88014052506c26e52d745012c Description: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libsparse Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 103 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.5-12~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 35216 SHA256: bce754ab4fccd62e794642f8d6f2797a4e3f796e87c9c3df2711624a58af6429 SHA1: 0631b91438a8a3d7ac1d02798d08371ca646a711 MD5sum: 4a9b6950eec3d3a0a9ba0074f3347c89 Description: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse_34.0.5-12~bpo12+1_arm64.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 79 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.5-12~bpo12+1) Breaks: android-libsparse (<< 1:33) Size: 24536 SHA256: 258829dbd8db86d5b25102867f82d84793f3e084e9c32378fb1797d64d725d0f SHA1: 214531f50f94f2b67b6e83a360bbc1e036b42099 MD5sum: b01352b3761337054547571c7bdc2f67 Description: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libutils Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 185 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbacktrace (= 1:34.0.5-12~bpo12+1), android-libcutils (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-libutils-dev (<< 1:33) Size: 56084 SHA256: 8ddb4c0d47060ea6699e3372e5b9bee0e729f0d0e4a0c89e9989bf84086fcf0c SHA1: a78ecb2b7618e4b04ef24aa3ae2ef083780deb0d MD5sum: adf425abbbd124d0d01615b1245296c7 Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils_34.0.5-12~bpo12+1_arm64.deb Package: android-libutils-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 359 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.5-12~bpo12+1), android-libcutils-dev (= 1:34.0.5-12~bpo12+1), android-libutils (= 1:34.0.5-12~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-12~bpo12+1) Breaks: android-libutils (<< 1:33) Size: 70408 SHA256: 4a606bab06cfbe01357bdc8a7b7f614cdf3580e7e08fd0b9d71182643e2058fd SHA1: 2ca27737d4c042f35e0b0a7960d3d0db3840611d MD5sum: f0153bf4ba29fb6baac3577b2e9a7362 Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-libziparchive Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 145 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 47924 SHA256: 7b284caea17f904e5d7acae0830cdea7c910c4664fa0ecc9bd80a79884925223 SHA1: 28ca83fa66632c280f6f80e44549ad4eb3cdb050 MD5sum: baaa98fe41c6273f3e538deb030a239b Description: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive_34.0.5-12~bpo12+1_arm64.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 88 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.5-12~bpo12+1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 27512 SHA256: 59ff1d46d217df6cc711e75dbbfdddc59566f0667e6b5b8ac07432acfefcc231 SHA1: a9399361aa9c0950214d67f05b6d4feaf73707b3 MD5sum: 762ced9ffafae05194700d31de5ba562 Description: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive-dev_34.0.5-12~bpo12+1_arm64.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 725 Maintainer: Android Tools Maintainers Architecture: all Size: 131392 SHA256: 239bcd8bdb13a01ad5124d955ccc01cf8fe00016b08e201ad8cea627c9692c63 SHA1: 5bd76f966aa5d861917f9f9fae13d550c336da6e MD5sum: 42749fc0b846bd251f5fc405b68aa5f7 Description: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-frameworks-native-headers_34.0.5-12~bpo12+1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 478 Maintainer: Android Tools Maintainers Architecture: all Replaces: android-libunwind-dev (<< 10.0.0+r36-5) Breaks: android-libunwind-dev (<< 10.0.0+r36-5) Size: 90504 SHA256: 19a649cc06fd00a0ae31f9652cedf20b822deeca767a3626865b34b5dbd583fe SHA1: e8f729d0c477012359ab93e0e126b711bfccef5a MD5sum: 453cbcdf5526c3a09a1b287e261e4d4b Description: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-system-core-headers_34.0.5-12~bpo12+1_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 98 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-12~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), python3 Breaks: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Size: 25936 SHA256: ee44d03d056a435621eb1006bfc2edc5a9d75a02ea7967ad010156470d13b60a SHA1: ec31c8462fb5a0f091297dbea4b65fcea23ed834 MD5sum: 461ad9d5a82ccaefe1ad8294c3717ae0 Description: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/android-sdk-libsparse-utils_34.0.5-12~bpo12+1_arm64.deb Package: android-udev-rules Version: 0~20250314+ds-5~bpo12+1 Installed-Size: 53 Maintainer: Android Tools Maintainers Architecture: all Replaces: android-sdk-platform-tools-common (<< 28.0.2+12~), google-android-platform-tools-installer (<< 35.0.2+1743526702-1~) Conflicts: android-sdk-platform-tools-common (<< 28.0.2+12~), google-android-platform-tools-installer (<< 35.0.2+1743526702-1~) Breaks: android-sdk-platform-tools-common (<< 28.0.2+12~), google-android-platform-tools-installer (<< 35.0.2+1743526702-1~) Size: 11464 SHA256: b8c23c6c6801314b286e2ef35e731fc2c80fb26b6a80411b327055a53a3b78ae SHA1: 793e3de3767ab959a77e9768b662ee75629365d1 MD5sum: c6cf46fed68385167eaf7cc177509f86 Description: udev rules for Android tools This package provides udev rules enabling the Android SDK tools adb and fastboot to work without root access to the host machine. Multi-Arch: foreign Homepage: https://github.com/M0Rf30/android-udev-rules Section: devel Priority: optional Filename: pool/main/a/android-udev-rules/android-udev-rules_0~20250314+ds-5~bpo12+1_all.deb Package: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 2387 Maintainer: Debian Java Maintainers Architecture: all Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless Recommends: ant-optional Suggests: ant-doc, default-jdk | java-compiler | java-sdk Size: 2162476 SHA256: cff9edcde887cf3a35936c367957aa558ba553ca06872e86233835b50e64c0ee SHA1: b1f197080ac6d2890a224fd8db290c8fbc9beb4f MD5sum: 0b0a2464e6fcdcab8c8481c59fe5bb97 Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Multi-Arch: foreign Homepage: http://ant.apache.org Section: java Priority: optional Filename: pool/main/a/ant/ant_1.10.15-1~bpo12+1_all.deb Package: ant-doc Source: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 41636 Maintainer: Debian Java Maintainers Architecture: all Suggests: ant Size: 2176408 SHA256: 203194e56ea3837207f530ef4558f243bf7549e78ac955d600725da46cbd1d9a SHA1: d9b9b4254c40f370c9a2d75f2410e9f494a125f6 MD5sum: 2bcf8f331b31d87bd24332dd65f2c309 Description: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Multi-Arch: foreign Homepage: http://ant.apache.org Section: doc Priority: optional Filename: pool/main/a/ant/ant-doc_1.10.15-1~bpo12+1_all.deb Package: ant-optional Source: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 1107 Maintainer: Debian Java Maintainers Architecture: all Depends: ant (= 1.10.15-1~bpo12+1) Suggests: antlr, javacc, junit, junit4, jython, libactivation-java, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java, libxz-java Size: 455072 SHA256: 92fa668ed97d7d404b117aa92d0e2e0a0e0ba30206f29927acfec891b64ee3c2 SHA1: da1d4cea872e32fbc493f45e1c76b0d2e525674c MD5sum: ba661a5440ca769e538f02b4cb7d0fd8 Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Multi-Arch: foreign Homepage: http://ant.apache.org Section: java Priority: optional Filename: pool/main/a/ant/ant-optional_1.10.15-1~bpo12+1_all.deb Package: approx Version: 5.13-1~bpo12+1 Installed-Size: 8501 Maintainer: Debian OCaml Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), adduser, bzip2, curl, xz-utils Suggests: libconfig-model-approx-perl Size: 1770888 SHA256: 02fda6400d386a2eda3aaf8b916f01d573302361012ccc7885cf7331346431a4 SHA1: 11e4c5a3edcafb44173e73be63f07bc6d8060dac MD5sum: 55bf91056f76a9b711d79babdeb2a8c9 Description: caching proxy server for Debian archive files Approx is an HTTP-based proxy server for Debian-style package archives. It fetches files from remote repositories on demand, and caches them for local use. . Approx saves time and network bandwidth if you need to install or upgrade .deb packages for a number of machines on a local network. Each package is downloaded from a remote site only once, regardless of how many local clients install it. The approx cache typically requires a few gigabytes of disk space. . Approx also simplifies the administration of client machines: repository locations need only be changed in approx's configuration file, not in every client's /etc/apt/sources.list file. . Approx can be used as a replacement for apt-proxy, with no need to modify clients' /etc/apt/sources.list files, or as an alternative to apt-cacher. Homepage: https://salsa.debian.org/ocaml-team/approx Section: admin Priority: optional Filename: pool/main/a/approx/approx_5.13-1~bpo12+1_arm64.deb Package: aqbanking-tools Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 443 Maintainer: Micha Lenk Architecture: arm64 Depends: libaqbanking44 (>= 6.4.0), libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.2) Suggests: gwenhywfar-tools Size: 50932 SHA256: c1065890dbac0c383a5203118be199f561e21aabc1734ef5c413d6f0da5f59f7 SHA1: fd7bf19ae49c0b1fa76cd38321feb8bfbf8de342 MD5sum: cf3944591b86a06109e20a990928cff9 Description: basic command line homebanking utilities AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package provides a basic command line interface to AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: utils Priority: optional Filename: pool/main/liba/libaqbanking/aqbanking-tools_6.6.0-1~bpo12+1_arm64.deb Package: arc-kde Version: 20220908-3~bpo12+1 Installed-Size: 35211 Maintainer: Debian Desktop Themes Team Architecture: all Provides: qt5-style-kvantum-theme Recommends: qt5-style-kvantum, papirus-icon-theme, arc-theme Size: 32991436 SHA256: 7b3767294bb60767180dd7b81d7cd5d7343bf0560bab76276fca17a41b16a685 SHA1: 8da24e75d0cf7749bd378c9cad43b15515732ab7 MD5sum: c516a208326f2e222b90f67fe5c03ff4 Description: Port of the popular GTK theme Arc for Plasma Desktop This is a Arc KDE port of the popular GTK theme Arc for Plasma desktop. . This package contains: - Aurorae window decorations - Color schemes - Konsole color schemes - Konversation themes - Kvantum themes - Look & feel settings - Plasma desktop themes - Wallpapers - Yakuake skins Multi-Arch: foreign Homepage: https://github.com/PapirusDevelopmentTeam/arc-kde Section: kde Priority: optional Filename: pool/main/a/arc-kde/arc-kde_20220908-3~bpo12+1_all.deb Package: at-spi2-common Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 1348 Maintainer: Debian Accessibility Team Architecture: all Replaces: at-spi2-core (<< 2.46.0-2~) Breaks: at-spi2-core (<< 2.46.0-2~) Size: 170676 SHA256: 78b162a43797dab3893d5ffa17183c9520a34b838a13a8e3d9a833b32a0df8e4 SHA1: fff15af2d22c63ed06c56f95908bd1af2a456359 MD5sum: e85369c4937e58ebe3468afa6164373e Description: Assistive Technology Service Provider Interface (common files) This package contains the common resource files of GNOME Accessibility. Multi-Arch: foreign Homepage: https://wiki.gnome.org/Accessibility Section: misc Priority: optional Filename: pool/main/a/at-spi2-core/at-spi2-common_2.56.2-1~bpo12+1_all.deb Package: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 266 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libatspi2.0-0 (= 2.56.2-1~bpo12+1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.67.4), libsystemd0, libx11-6, libxtst6, at-spi2-common, gsettings-desktop-schemas Size: 58560 SHA256: 384f98798b5aefd37be8b6e0663be21fab52b8d3736ade19f2f46a123db21bcf SHA1: 846e572e51fc2f635f4b55b1f5af62bcbdfecc4d MD5sum: 563ed9b802d68098ea929c4ce26b4e07 Description: Assistive Technology Service Provider Interface (D-Bus core) This package contains the core components of GNOME Accessibility. Multi-Arch: foreign Homepage: https://wiki.gnome.org/Accessibility Section: misc Priority: optional Filename: pool/main/a/at-spi2-core/at-spi2-core_2.56.2-1~bpo12+1_arm64.deb Package: at-spi2-doc Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 3703 Maintainer: Debian Accessibility Team Architecture: all Suggests: devhelp Size: 190572 SHA256: b0362b6777140e1c271b4d0dd50059ba0cc793206a1e63027b7cef9638bf1f06 SHA1: 3cd1c69c5a2a4cc13e7f0f4e149ce3d7ee8bf7db MD5sum: 79246337db3ae34604a77ea389f20504 Description: Assistive Technology Service Provider Interface (Documentation) This package contains documentation for the at-spi2 interface. Multi-Arch: foreign Homepage: https://wiki.gnome.org/Accessibility Section: doc Priority: optional Filename: pool/main/a/at-spi2-core/at-spi2-doc_2.56.2-1~bpo12+1_all.deb Package: atomes Version: 1.1.14-1.1~bpo12+1 Installed-Size: 2980 Maintainer: Debichem Team Architecture: arm64 Depends: atomes-data (= 1.1.14-1.1~bpo12+1), libavcodec59 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 4.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgfortran5 (>= 10), libglib2.0-0 (>= 2.37.0), libgomp1 (>= 4.9), libgtk-3-0 (>= 3.21.5), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libswscale6 (>= 7:5.0), libxml2 (>= 2.7.4), libglu1-mesa, bash-completion Size: 890196 SHA256: 974c5587e7382ae5121f165d645bdf8a6fb1e1d6f4de28fb3403f40756e068d1 SHA1: cbe910712673e41c3e2ed2e570617febc0276f72 MD5sum: 22597b06ca3631b325ca8de8231a3b23 Description: atomic-scale 3D modeling toolbox Atomes is a tool box to analyze (physico-chemical properties calculations), visualize (atoms, bonds, colormaps, measurements, coordination polyedra ...) create (crystal builder, molecular library, surface creation and passivation ...) 3D atomistic models. Atomes offers a workspace capable of handling many projects opened simultaneously. The different projects in the workspace can exchange data: analysis results, atomic coordinates... Atomes also provides an advanced input preparation system for further calculations using well known molecular dynamics codes: Classical MD: DLPOLY and LAMMPS - ab-initio MD: CPMD and CP2K - QM-MM MD: CPMD and CP2K To prepare the input files for these calculations is likely to be the key, and most complicated step towards MD simulations. Atomes offers a user-friendly assistant to help and guide the scientist step by step to achieve this crucial step. . This package provides the binaries. Homepage: https://atomes.ipcms.fr/ Section: science Priority: optional Filename: pool/main/a/atomes/atomes_1.1.14-1.1~bpo12+1_arm64.deb Package: atomes-data Source: atomes Version: 1.1.14-1.1~bpo12+1 Installed-Size: 7100 Maintainer: Debichem Team Architecture: all Suggests: atomes Enhances: atomes Size: 1144748 SHA256: 3a7218d2dc4129cb070a240b03d27bd04297301cdb7943b6ce956daf60d6f187 SHA1: 0bcb1c459b5fe95e75b7f212518d0b0fd4f589e9 MD5sum: 554c0fac28cd5bd79a94dc7cff0c2002 Description: atomic-scale 3D modeling toolbox (data) Atomes is a tool box to analyze (physico-chemical properties calculations), visualize (atoms, bonds, colormaps, measurements, coordination polyedra ...) create (crystal builder, molecular library, surface creation and passivation ...) 3D atomistic models. Atomes offers a workspace capable of handling many projects opened simultaneously. The different projects in the workspace can exchange data: analysis results, atomic coordinates... Atomes also provides an advanced input preparation system for further calculations using well known molecular dynamics codes: Classical MD: DLPOLY and LAMMPS - ab-initio MD: CPMD and CP2K - QM-MM MD: CPMD and CP2K To prepare the input files for these calculations is likely to be the key, and most complicated step towards MD simulations. Atomes offers a user-friendly assistant to help and guide the scientist step by step to achieve this crucial step. . This package contains data files for atomes. Multi-Arch: foreign Homepage: https://atomes.ipcms.fr/ Section: science Priority: optional Filename: pool/main/a/atomes/atomes-data_1.1.14-1.1~bpo12+1_all.deb Package: ausweisapp Source: ausweisapp2 Version: 2.0.1-1~bpo12+1 Installed-Size: 11255 Maintainer: John Paul Adrian Glaubitz Architecture: arm64 Replaces: ausweisapp2 (<< 2.0.0-1~) Depends: qml6-module-qt-labs-platform, qml6-module-qtqml, qml6-module-qtqml-models, qml6-module-qtqml-statemachine, qml6-module-qtqml-workerscript, qml6-module-qtquick-controls, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, libc6 (>= 2.34), libhttp-parser2.9 (>= 2.1), libpcsclite1 (>= 1.3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.4.0), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6quickcontrols2-6 (>= 6.2.0), libqt6statemachine6 (>= 6.2.1), libqt6websockets6 (>= 6.2.1), libqt6widgets6 (>= 6.1.2), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libudev1 (>= 183), qt6-websockets-abi (= 6.4.2) Recommends: pcsc-tools, pcscd Breaks: ausweisapp2 (<< 2.0.0-1~) Size: 6637008 SHA256: a357af520bc8b06286c5e45188402aa1aa32039a8091dfb6b0aaf9d338ba91e8 SHA1: 8c98475df82e5a88f56b5ba7ba6bfbff0a792941 MD5sum: 233c2c7df4385cda60e7f90634e48243 Description: Official authentication app for German ID cards and residence permits This app is developed and issued by the German government to be used for online authentication with electronic German ID cards and residence titles. To use this app, a supported RFID card reader or compatible NFC smart phone is required. Homepage: https://www.ausweisapp.bund.de Section: utils Priority: optional Filename: pool/main/a/ausweisapp2/ausweisapp_2.0.1-1~bpo12+1_arm64.deb Package: ausweisapp2 Version: 2.0.1-1~bpo12+1 Installed-Size: 24 Maintainer: John Paul Adrian Glaubitz Architecture: all Depends: ausweisapp Size: 8332 SHA256: ea68c02d4c6868cda09223df9f7635de7b2535dc3b766af59233043d3ce1ac4a SHA1: 0bc72c1ff5efa55f0bc269cb29e27f00ffce99b4 MD5sum: e1cd9e2c36f6172430e8fd3d5f82dece Description: Transitional ausweisapp2 dummy package This is the transitional ausweisapp2 dummy package. It can safely be removed. Homepage: https://www.ausweisapp.bund.de Section: utils Priority: optional Filename: pool/main/a/ausweisapp2/ausweisapp2_2.0.1-1~bpo12+1_all.deb Package: autopkgtest Version: 5.47~bpo12+1 Installed-Size: 692 Maintainer: Debian CI team Architecture: all Depends: apt-utils, libdpkg-perl, mawk (>= 1.3.4), procps, python3, python3-debian, python3-distro-info, retry Recommends: autodep8, fakeroot Suggests: docker-cli | docker.io (<< 26.1.4+dfsg1-7~), docker.io, fakemachine, genisoimage, incus, lxc (>= 1:4.0.2-1~), lxd, mmdebstrap, ovmf, ovmf-ia32, podman, qemu-efi-aarch64, qemu-efi-arm, qemu-efi-riscv64, qemu-system, qemu-utils, schroot, uidmap, util-linux (>= 2.38), vmdb2 (>= 0.25-1~), zerofree Breaks: debci (<< 1.7~) Size: 196832 SHA256: 1bac90197e8412ccd8474aea5ee13e6578aa386b690c5978b7fccc17c4d2628d SHA1: 95b401f03d0f2ea24566585b229f1958a21e1c53 MD5sum: 234f27437e23035f25beb154467164a0 Description: automatic as-installed testing for Debian packages autopkgtest runs tests on binary packages. The tests are run on the package as installed on a testbed system (which may be found via a virtualisation or containment system). The tests are expected to be supplied in the corresponding Debian source package. . See autopkgtest(1) and /usr/share/doc/autopkgtest. Depending on which virtualization server you want to use, you may need to install additional packages. . For generating tests of well-known source packages such as Perl and Ruby libraries you should install the autodep8 package. Section: devel Priority: optional Filename: pool/main/a/autopkgtest/autopkgtest_5.47~bpo12+1_all.deb Package: awf-gtk3 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 186 Maintainer: Fabrice Creuzot Architecture: arm64 Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.19.12), libpango-1.0-0 (>= 1.18.0) Size: 31636 SHA256: 69058e883551bc2125f74cff11cf30d2b32f9adf27e0cef3143596a4c6f513b9 SHA1: 1b40bacd1570ea429c56d985b61028a0e7cea80e MD5sum: bf0cb3f41cac70b14199da2b68c5a1e6 Description: theme preview application for GTK 3 A widget factory is a theme preview application for GTK. It displays the various widget types provided by GTK in a single window allowing to see the visual effect of the applied theme. . This package provides the GTK 3 version. Homepage: https://github.com/luigifab/awf-extended Section: x11 Priority: optional Filename: pool/main/a/awf-gtk/awf-gtk3_2.8.0-1~bpo12+1_arm64.deb Package: awf-gtk4 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 186 Maintainer: Fabrice Creuzot Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libgtk-4-1 (>= 4.0.0), libpango-1.0-0 (>= 1.18.0) Size: 30948 SHA256: caed1358df996d2bd2f4f25a7d4c8fa6fe5d18189262ce7c5414c31249b292aa SHA1: ee39d9aa2459919d6be96000d654e288e1db4c4d MD5sum: 5aeddb311d25ab1d5dfe86ddb34d704c Description: theme preview application for GTK 4 A widget factory is a theme preview application for GTK. It displays the various widget types provided by GTK in a single window allowing to see the visual effect of the applied theme. . This package provides the GTK 4 version. Homepage: https://github.com/luigifab/awf-extended Section: x11 Priority: optional Filename: pool/main/a/awf-gtk/awf-gtk4_2.8.0-1~bpo12+1_arm64.deb Package: awscli Version: 2.17.3-1~bpo12+1 Installed-Size: 112840 Maintainer: Debian Cloud Team Architecture: all Depends: groff-base, python3, python3-pyasn1, python3-awscrt (>= 0.19.19), python3-colorama, python3-cryptography (>= 3.3.2), python3-dateutil, python3-distro, python3-docutils, python3-jmespath, python3-prompt-toolkit, python3-ruamel.yaml, python3-ruamel.yaml.clib, python3-urllib3, python3:any Size: 10189796 SHA256: cf98b7e0ccb823a53c5c594d289bc6a020277b3da151c0ff3931abb8a8b7f25a SHA1: bd990a7bceeda29464c7fd25b642e41467ddce30 MD5sum: a1b71c1d0257f0c447f790fa25248ed3 Description: Unified command line interface to Amazon Web Services The AWS CLI provides direct access to the public APIs of AWS services. You can explore a service's capabilities with the AWS CLI, and develop shell scripts to manage your resources. In addition to the low-level, API-equivalent commands, several AWS services provide customizations for the AWS CLI. Customizations can include higher-level commands that simplify using a service with a complex API. Homepage: https://github.com/aws/aws-cli Section: admin Priority: optional Filename: pool/main/a/awscli/awscli_2.17.3-1~bpo12+1_all.deb Package: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 6 Maintainer: Debian Bacula Team Architecture: all Depends: bacula-client, bacula-server (= 15.0.3-1~bpo12+1) Size: 1212 SHA256: 56a820d7d3d2fe44a64b6ba3b87bed24b1a8f998718e5eec12321f64d577a453 SHA1: b87da8e046fbcf27baf19f6fb0b600884e1c4b93 MD5sum: 81a2c76131eac52260f49b8387d20ba5 Description: network backup service - metapackage Bacula is a set of programs to manage backup, recovery and verification of computer data across a network of computers of different kinds. . It is efficient and relatively easy to use, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to networks of hundreds of machines. . This metapackage installs the entire suite of Bacula applications: job scheduling, storage control, node connector and administrative console. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula_15.0.3-1~bpo12+1_all.deb Package: bacula-bscan Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 151 Maintainer: Debian Bacula Team Architecture: arm64 Replaces: bacula-sd-mysql (<< 7.4.3+dfsg-3), bacula-sd-pgsql (<< 7.4.3+dfsg-3), bacula-sd-sqlite3 (<< 7.4.3+dfsg-3) Depends: bacula-common-pgsql (= 15.0.3-1~bpo12+1) | bacula-common-mysql (= 15.0.3-1~bpo12+1) | bacula-common-sqlite3 (= 15.0.3-1~bpo12+1), bacula-sd (= 15.0.3-1~bpo12+1), bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.34), libstdc++6 (>= 5) Breaks: bacula-sd-mysql (<< 7.4.3+dfsg-3), bacula-sd-pgsql (<< 7.4.3+dfsg-3), bacula-sd-sqlite3 (<< 7.4.3+dfsg-3) Size: 25424 SHA256: 2ea0aa9a3ed9d546454e6d768e06c0b35bd497cb81fd37ed876a7b47b2469931 SHA1: 88b7f11288737b1de90d77ce71f647292789cd12 MD5sum: 1357a46629c8042549f8d1c6ed8995ea Description: network backup service - bscan tool Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . This package contains the bscan utility, which is used for recovery when Bacula's catalog is unavailable. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-bscan_15.0.3-1~bpo12+1_arm64.deb Package: bacula-client Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 199 Maintainer: Debian Bacula Team Architecture: all Depends: bacula-console (>= 15.0.3-1~bpo12+1), bacula-fd (>= 15.0.3-1~bpo12+1) Size: 147956 SHA256: 60bcf77af1ef57b1a2faab234038c2d897e97389496f910552d7545fbcee3e63 SHA1: 70ef3f994dd90b2c07b15ca6310b23d1e34fa7a1 MD5sum: b7e72b99e94320239679251359b3226f Description: network backup service - client metapackage Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . The package is a metapackage for client installations (file daemon and console only). Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-client_15.0.3-1~bpo12+1_all.deb Package: bacula-common Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 2694 Maintainer: Debian Bacula Team Architecture: arm64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0), libstdc++6 (>= 5), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Pre-Depends: adduser, debconf Suggests: gdb Size: 935916 SHA256: 86e429800e4accdc954cd35e8fee36342142ac2138a2241bff2ad8f1cc2cb670 SHA1: 2763cce30e919ec4ecc88bf878a66ae53926af01 MD5sum: 244704219e6accbd0e37a119fe6d18b4 Description: network backup service - common support files Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-common_15.0.3-1~bpo12+1_arm64.deb Package: bacula-common-mysql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Bacula Team Architecture: arm64 Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.17), libmariadb3 (>= 3.0.0) Conflicts: bacula-common-pgsql, bacula-common-sqlite3 Size: 10104 SHA256: 2edfa4a12f7827f2ef7efe91d8a48192079ffe98532b409e729509ffc3e3e968 SHA1: 6e9d2c8245a6e3e8345c78e78348617767a30787 MD5sum: f66c0f614af76b86525549255765a5f4 Description: network backup service - MySQL common files Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the MySQL database. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-common-mysql_15.0.3-1~bpo12+1_arm64.deb Package: bacula-common-pgsql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Bacula Team Architecture: arm64 Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.17), libpq5 (>= 9.0~) Conflicts: bacula-common-mysql, bacula-common-sqlite3 Size: 14148 SHA256: f37757f859450a52bfad9bc715e5bb856464b3b6a2667201d97063f1882e2b8a SHA1: 76fb74349cfad9a7993a54632ccc59e899cdfed1 MD5sum: b0f455cb8a0168b958c29ce56e273838 Description: network backup service - PostgreSQL common files Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the PostgreSQL database. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-common-pgsql_15.0.3-1~bpo12+1_arm64.deb Package: bacula-common-sqlite3 Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Bacula Team Architecture: arm64 Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.33), libsqlite3-0 (>= 3.5.9) Conflicts: bacula-common-mysql, bacula-common-pgsql Size: 9616 SHA256: e2a4507f07709403d6f530dbc3da5f6f9bc9548f4927d5aff3fadc7c5f758d1c SHA1: 1ce6cdbdc4cdd5678406e770e7b40f52c46c628c MD5sum: 2260c13433561c6129bf28d522bada68 Description: network backup service - SQLite v3 common files Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the SQLite v3 database. . Please be aware that using SQLite 3 databases is no longer supported by the author. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-common-sqlite3_15.0.3-1~bpo12+1_arm64.deb Package: bacula-console Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Bacula Team Architecture: arm64 Replaces: bacula-common (<< 9.6.4-1) Depends: bacula-common (= 15.0.3-1~bpo12+1), ucf, libc6 (>= 2.34), libreadline8 (>= 6.0), libstdc++6 (>= 5) Breaks: bacula-common (<< 9.6.4-1) Size: 25476 SHA256: 5efe4264a402898fe1a711c1cf9013d8327023aff832b0d85d652737fab28733 SHA1: 7a6c19e8859abf047e53286e63398679f683737b MD5sum: 5476882e81862d962e61fc3bccc65fe6 Description: network backup service - text console Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The management console allows the administrator or user to communicate with the Bacula Director. . This package provides the text-interface version of the console. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-console_15.0.3-1~bpo12+1_arm64.deb Package: bacula-console-qt Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 3076 Maintainer: Debian Bacula Team Architecture: arm64 Depends: bacula-common (= 15.0.3-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 5) Size: 1923644 SHA256: a9bd6be5d0e2781ef69b68247632d625dadc0ab600b546dcbfb2f2c03885fbe1 SHA1: d2e51ea4be7478e293a1410ee5909e596aef32b2 MD5sum: 6fc7dc821697485a5aa99edbeb91777d Description: network backup service - Bacula Administration Tool Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The management console allows the administrator or user to communicate with the Bacula Director. . This package provides the most advanced GUI to Bacula: the Bacula Administration Tool (BAT) console. . This GUI interface has been designed to ease restore operations as much as possible as compared to the basic text console. Homepage: https://www.bacula.org/ Section: utils Priority: optional Filename: pool/main/b/bacula/bacula-console-qt_15.0.3-1~bpo12+1_arm64.deb Package: bacula-director Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 1382 Maintainer: Debian Bacula Team Architecture: arm64 Replaces: bacula-common (<< 9.6.4-1) Depends: bacula-common (= 15.0.3-1~bpo12+1), bacula-director-pgsql (= 15.0.3-1~bpo12+1) | bacula-director-mysql (= 15.0.3-1~bpo12+1) | bacula-director-sqlite3 (= 15.0.3-1~bpo12+1), bsd-mailx | mailx, sysvinit-utils (>= 3.05-1), ucf, libc6 (>= 2.34), libstdc++6 (>= 5) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3 Suggests: bacula-doc, perl:any Breaks: bacula-common (<< 9.6.4-1) Size: 340492 SHA256: 302b3cf77a7cd8b4ff93794048ee6bc05b47c8d46ee6076c71d2e2a0b978a5c9 SHA1: 7fc78e31fb7c49938957c6c2335855ae8e027a5f MD5sum: 080c04f50dacab137a5f79430275f24e Description: network backup service - Director daemon Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package provides the Bacula Director daemon. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-director_15.0.3-1~bpo12+1_arm64.deb Package: bacula-director-mysql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 316 Maintainer: Debian Bacula Team Architecture: all Replaces: bacula-director-database Provides: bacula-director-database Depends: bacula-common-mysql (<< 15.0.3-1~bpo12+1.1~), bacula-common-mysql (>= 15.0.3-1~bpo12+1), dbconfig-mysql | dbconfig-no-thanks, default-mysql-client | virtual-mysql-client, debconf (>= 0.5) | debconf-2.0 Recommends: default-mysql-server | virtual-mysql-server Suggests: gawk Conflicts: bacula-director-database Size: 158720 SHA256: bc1d7d5857b49a4c9368d0708adf5d8e355e68aae1a6013a23cd29a5d9a59b18 SHA1: 767ae4001bda0eccdbe8c6f6210004f9efeb7d29 MD5sum: cc3473ea8adfb5f542ef68f4f8d8eee7 Description: network backup service - MySQL storage for Director Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in a MySQL database and thus is suitable for medium-sized installations. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-director-mysql_15.0.3-1~bpo12+1_all.deb Package: bacula-director-pgsql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 325 Maintainer: Debian Bacula Team Architecture: all Replaces: bacula-director-database Provides: bacula-director-database Depends: bacula-common-pgsql (<< 15.0.3-1~bpo12+1.1~), bacula-common-pgsql (>= 15.0.3-1~bpo12+1), dbconfig-pgsql | dbconfig-no-thanks, postgresql-client, debconf (>= 0.5) | debconf-2.0 Recommends: postgresql Suggests: gawk Conflicts: bacula-director-database Size: 160232 SHA256: 49d9de123f4ac747e4380db25fdc0593fac3e7968b197ce54275d3f963f58854 SHA1: 4322f3e7d8a0c8b5fd709e6fc43c25e71dcf3c60 MD5sum: 80f0e55adf80082890590c0105721db3 Description: network backup service - PostgreSQL storage for Director Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in a PostgreSQL database and thus is suited for large installations. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-director-pgsql_15.0.3-1~bpo12+1_all.deb Package: bacula-director-sqlite3 Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 320 Maintainer: Debian Bacula Team Architecture: all Replaces: bacula-director-database Provides: bacula-director-database Depends: bacula-common-sqlite3 (<< 15.0.3-1~bpo12+1.1~), bacula-common-sqlite3 (>= 15.0.3-1~bpo12+1), dbconfig-sqlite3 | dbconfig-no-thanks, file, sqlite3, debconf (>= 0.5) | debconf-2.0 Suggests: gawk Conflicts: bacula-director-database Size: 157544 SHA256: a520587e44a2637d953d9d0e9f878b5147eff0d888037de3044f62e78c629d75 SHA1: 940039c7a5051ef054f5800c4aa8dbb751099cf5 MD5sum: 1fa2ead9c04223044b9fc400f2161b91 Description: network backup service - SQLite 3 storage for Director Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in an SQLite 3 database and thus is only suitable for small or test installations. . Please be aware that using SQLite 3 databases is no longer supported by the author. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-director-sqlite3_15.0.3-1~bpo12+1_all.deb Package: bacula-doc Version: 15.0.3+debian1-1~bpo12+1 Installed-Size: 15495 Maintainer: Debian Bacula Team Architecture: all Size: 15791784 SHA256: adcd6cfe584e34205617572681af8b2f4d4c4d8afb36a3fc3b187ae21d28bb54 SHA1: 7b1d80e9078c569af19d81c6e83491bb82df3fc5 MD5sum: 51122a11bcbc3f8f24633c1bd2be4e72 Description: Documentation for Bacula This package provides the documentation for Bacula, a backup program that permits you to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Multi-Arch: foreign Homepage: https://www.bacula.org/ Section: doc Priority: optional Filename: pool/main/b/bacula-doc/bacula-doc_15.0.3+debian1-1~bpo12+1_all.deb Package: bacula-fd Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 513 Maintainer: Debian Bacula Team Architecture: arm64 Replaces: bacula-common (<< 9.6.4-1) Depends: bacula-common (= 15.0.3-1~bpo12+1), sysvinit-utils (>= 3.05-1), ucf, libacl1 (>= 2.2.23), libc6 (>= 2.34), liblzo2-2 (>= 2.02), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Breaks: bacula-common (<< 9.6.4-1) Size: 132592 SHA256: 1bb0d39cde30888fb641fa5cfa922a773193289bf0fcb746857c11b83f049bd8 SHA1: a79883bfd83a12554ebf4f761f223bbebe5edb96 MD5sum: af329e81ce481582955d7060b6095db3 Description: network backup service - file daemon Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The file daemon has to be installed on the machine to be backed up. It is responsible for providing the file attributes and data when requested by the Director and also for the file system-dependent part of restoration. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-fd_15.0.3-1~bpo12+1_arm64.deb Package: bacula-sd Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 741 Maintainer: Debian Bacula Team Architecture: arm64 Replaces: bacula-common (<< 9.6.4-1), bacula-sd-mysql (<< 7.4.3+dfsg-3), bacula-sd-pgsql (<< 7.4.3+dfsg-3), bacula-sd-sqlite3 (<< 7.4.3+dfsg-3) Depends: bacula-common (= 15.0.3-1~bpo12+1), mtx, sysvinit-utils (>= 3.05-1), ucf, libc6 (>= 2.34), libcap2 (>= 1:2.10), liblzo2-2 (>= 2.02), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: bacula-bscan, mt-st, python3 Suggests: sg3-utils Breaks: bacula-common (<< 9.6.4-1), bacula-sd-mysql (<< 7.4.3+dfsg-3), bacula-sd-pgsql (<< 7.4.3+dfsg-3), bacula-sd-sqlite3 (<< 7.4.3+dfsg-3) Size: 146740 SHA256: 8bc10d4bb6ddc10b6abc875b0bb1be4550259bcac2726802178fab1331ac7133 SHA1: 4deab2dffee40dda4b290d6f56f6fa42ae39c40b MD5sum: 01253335765a34120d69090bc28ea51c Description: network backup service - storage daemon Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . It runs on the machine which has access to the backup device(s) - usually a tape drive, but alternatively other storage media, such as files. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-sd_15.0.3-1~bpo12+1_arm64.deb Package: bacula-server Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 199 Maintainer: Debian Bacula Team Architecture: all Depends: bacula-bscan (>= 15.0.3-1~bpo12+1), bacula-director (>= 15.0.3-1~bpo12+1), bacula-sd (>= 15.0.3-1~bpo12+1) Recommends: bacula-fd Size: 147864 SHA256: 238f83e766dc1edc979b36d08ceac839c6ff9d1b5fe149333ad9a9714ce1a068 SHA1: 70207a79234f8a9a9d3d76f0688e4ec3b7400d7d MD5sum: e8682c38196b3f07769513645e2039dc Description: network backup service - server metapackage Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This metapackage provides a standard server install, consisting of the director and storage daemons. Homepage: https://www.bacula.org/ Section: admin Priority: optional Filename: pool/main/b/bacula/bacula-server_15.0.3-1~bpo12+1_all.deb Package: bacula-tray-monitor Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 2345 Maintainer: Debian Bacula Team Architecture: arm64 Depends: bacula-common (= 15.0.3-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 1733900 SHA256: 4a703d43d330dc160fa39d189122ec3914fa6f1e9b935b63fb4b6a7da6ae3de3 SHA1: e3334dd1fb67f805b5a24ab3dbc1c3e8c225d4cf MD5sum: 8b061dc09eb44930380496618de90439 Description: network backup service - Bacula Tray Monitor Bacula is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. . This package provides a graphical tray monitor for the Bacula backup system. . The tray monitor allows the monitoring of the bacula daemons. Homepage: https://www.bacula.org/ Section: utils Priority: optional Filename: pool/main/b/bacula/bacula-tray-monitor_15.0.3-1~bpo12+1_arm64.deb Package: bash-argsparse Version: 1.8.22.ga05fe6d-4~bpo12+1 Installed-Size: 717 Maintainer: Roland Mas Architecture: all Depends: bash (>= 4) Size: 117752 SHA256: 7ecf9ac2287accb1a704ae9e025095e32963f22c6851a77cc630d229dce3b308 SHA1: 8d7cdd8970316481d20055d3afe37a1368242bde MD5sum: 3309120fbaad5db2b6832b06bc7ba441 Description: High level argument parsing library for bash The purpose is to replace the option-parsing and usage-describing functions commonly rewritten in all scripts. . This library is implemented for bash version 4. Prior versions of bash will fail at interpreting that code. Section: libs Priority: optional Filename: pool/main/b/bash-argsparse/bash-argsparse_1.8.22.ga05fe6d-4~bpo12+1_all.deb Package: batctl Version: 2025.0-1~bpo12+1 Installed-Size: 237 Maintainer: Debian CommunityWLAN Team Architecture: arm64 Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7) Size: 78660 SHA256: 5611e63b02e4385f37252f01b4d2b36a580c9cd64cef9ecdd795009d70868afe SHA1: 2285286480159f86be551a1d5b89ab853d5055a0 MD5sum: 97ca7e2b35b58d7ae88264ae31da1461 Description: B.A.T.M.A.N. advanced control and management tool This package contains batctl, which serves as configuration utility, monitoring and debugging application. It allows one to modify the module parameters, reading the logfiles and tables, decapsulate embedded packets on the fly, traceroute to and ping mac addresses, generate sequence number graphs for the Layer 2 Mesh B.A.T.M.A.N. . B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a new routing protocol for multi-hop ad-hoc mesh networks. B.A.T.M.A.N.-advanced is the implementation of this protocol on ISO/OSI Layer 2, allowing mesh networks to be used as a virtual switch. With this approach, LANs and WANs can be easily integrated, and more protocols (like DHCP, IPv6) are supported. Homepage: https://www.open-mesh.org/ Section: net Priority: optional Filename: pool/main/b/batctl/batctl_2025.0-1~bpo12+1_arm64.deb Package: bats-file Version: 0.4.0-1~bpo12+1 Installed-Size: 50 Maintainer: Debian Bats team Architecture: all Depends: bats-support Enhances: bats Size: 7792 SHA256: 9a139fa68e8c7dacd44728466f95f7125f478c604126db1dcca795e6b334cca1 SHA1: 1aca2129b5cbc7ba3e240fab13906d87c7dad884 MD5sum: a6fa3b499da71c532692b1bfa55afe72 Description: Helper library providing filesystem-related assertions for Bats bats-file provides various assertions and helpers to simplify writing Bats tests that deal with files and filesystems. . For example: . * assert_file_contains: Check if the file content matches a regex. * assert_file_owner: Check if a specific user owns the file. * assert_symlink_to: Check if the file is a symlink to the target. * temp_make: Create a temp directory for the current test in BATS_TMPDIR. Multi-Arch: foreign Homepage: https://github.com/bats-core/bats-file Section: devel Priority: optional Filename: pool/main/b/bats-file/bats-file_0.4.0-1~bpo12+1_all.deb Package: biglybt Version: 3.7.0.0-1~bpo12+1 Installed-Size: 19743 Maintainer: Debian Java Maintainers Architecture: all Provides: azureus, vuze Depends: libbcprov-java (>= 1.72), libcommons-cli-java (>= 1.5.0), libswt-gtk-4-java, libswt-cairo-gtk-4-jni, libswt-webkit-gtk-4-jni Suggests: biglybtd Size: 18412632 SHA256: ba4db718ba37aeb74111c7c7f170a7ba8138a4e5ce6ff96378d459e858fa1b9b SHA1: 7011b35bb0a34a973599318fffde13666b1779f2 MD5sum: a5811de10d147f8691449c8dd5663fd0 Description: BitTorrent client BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. Homepage: http://www.biglybt.com Section: java Priority: optional Filename: pool/main/b/biglybt/biglybt_3.7.0.0-1~bpo12+1_all.deb Package: biglybtd Source: biglybt Version: 3.7.0.0-1~bpo12+1 Installed-Size: 93 Maintainer: Debian Java Maintainers Architecture: all Depends: biglybt, systemd Suggests: sudo, xauth Size: 53468 SHA256: c8dea97192273c443f1cbd41d7a135c5457e3ef08b52ef713fc40930aeb1a8fc SHA1: 07cd9adfed49b47a44d6ca012406081bcf635ad8 MD5sum: dc62632befcf920f6f9e14a2f1e6ffee Description: BiglyBT system service BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. . This package provides the facility to run BiglyBT as a system daemon in the background. It also permits one to launch the GUI when needed. Homepage: http://www.biglybt.com Section: java Priority: optional Filename: pool/main/b/biglybt/biglybtd_3.7.0.0-1~bpo12+1_all.deb Package: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 16 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-binoculars (>= 0.0.19-1~bpo12+1), python3-numpy, python3:any Size: 3748 SHA256: 0b8e05336bce44cc55d805016d0c33b4bbc732656a174b3daa659c4c793000b7 SHA1: a02c29e5879e24d7761debe06b1021fbacf20869 MD5sum: 9aba77508337d5ee62ecb95db5807ce3 Description: Surface X-ray diffraction 2D detector data reduction BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. Homepage: https://github.com/picca/binoculars Section: python Priority: optional Filename: pool/main/b/binoculars/binoculars_0.0.19-1~bpo12+1_all.deb Package: binoculars-doc Source: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 1899 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 109776 SHA256: bc3b18d8e03dea6c7dda208754c26d2ab23f33282435deaa55b3b2b949858412 SHA1: 29199595ab9d95147924788c9127f44080c6bdf6 MD5sum: 872290aa68e8d21546f2dba133b30799 Description: Surface X-ray diffraction 2D detector data reduction - Documentation BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. . This is the common documentation package. Homepage: https://github.com/picca/binoculars Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/b/binoculars/binoculars-doc_0.0.19-1~bpo12+1_all.deb Package: bootlogd Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 253 Maintainer: Debian sysvinit maintainers Architecture: arm64 Replaces: manpages-fr (<< 4.15.0-9~) Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34) Breaks: manpages-fr (<< 4.15.0-9~) Size: 68304 SHA256: e46172d024eff84ca66d9cce3baa25c647b7600d22ad7bb74b828552333dc675 SHA1: ab4b456bf5d25012246b680881b542220ab1b09a MD5sum: 9755929171c43502507cc8927b06262f Description: daemon to log boot messages bootlogd logs all messages printed to the system console during system boot, and records those messages to a logfile. . Note that not all init systems print messages to the system console, so that the logfile may remain empty; this is the case with systemd (the default init system). Try "journalctl -b" instead. Homepage: https://github.com/slicer69/sysvinit Section: admin Priority: optional Filename: pool/main/s/sysvinit/bootlogd_3.08-3~bpo12+2_arm64.deb Package: borgbackup Version: 1.4.0-4~bpo12+1 Installed-Size: 3353 Maintainer: Debian Borg Collective Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-msgpack, python3-packaging, python3:any, libacl1 (>= 2.2.51), libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), libssl3 (>= 3.0.0), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2) Recommends: fuse3, python3-pyfuse3 Suggests: borgbackup-doc Size: 798260 SHA256: 2f9d340fad49187edf34dd060a817c9b1f35f809b247ca5a1f884bcd96929ffc SHA1: b16e82f4f6f79f7fc4821f113c4dad1c0eb14476 MD5sum: 83d8aa86ead4984ddf6924b01046340e Description: deduplicating and compressing backup program Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . Please note that the server and the client should be on the same version of borgbackup. Using different versions of borgbackup on client and server might result in 'incompatible API version' error messages and a non-working backup. . While there is no direct operations mode for pull-type backups, you can configure the backup target in append-only mode, preventing the backup source from deleting or altering previous backups. Homepage: https://borgbackup.github.io/borgbackup/ Section: admin Priority: optional Filename: pool/main/b/borgbackup/borgbackup_1.4.0-4~bpo12+1_arm64.deb Package: borgbackup-doc Source: borgbackup Version: 1.4.0-4~bpo12+1 Installed-Size: 7981 Maintainer: Debian Borg Collective Architecture: all Depends: libjs-sphinxdoc (>= 5.2), libjs-bootstrap, fonts-liberation Size: 2922068 SHA256: 3b2b52079b8fe4e968fb81bf08ce9a41534ec610bf0b783526b995ea58ebe74b SHA1: 82fe0ad5c856ab0cace9e837b37753eb3b036a76 MD5sum: 44b8fb57fc56450608be07b7a1fbd6ee Description: deduplicating and compressing backup program (documentation) Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . This is the documentation package Multi-Arch: foreign Homepage: https://borgbackup.github.io/borgbackup/ Section: doc Priority: optional Filename: pool/main/b/borgbackup/borgbackup-doc_1.4.0-4~bpo12+1_all.deb Package: bpfmon Version: 2.53-1~bpo12+1 Installed-Size: 80 Maintainer: Boian Bonev Architecture: arm64 Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8), libyascreen0 (>= 1.93) Size: 15808 SHA256: 2f8155563c1415db761b725f42d76e0c24805fe2d060fd2d9b2c5dc84a9bf7a6 SHA1: 27e41636d0480e1ca99afdae4902f56869635cde MD5sum: 3acac994ec445514fff9551b87a8c9d2 Description: traffic monitor for BPF expression/iptables rule While tcpdump shows what packets are going through the network, bpfmon will show how much in terms of bytes per second and packets per second in a nice pseudo-graphical terminal interface. . bpfmon also supports monitoring an iptables rule that is selected by command line option or selected from a menu. Homepage: https://github.com/bbonev/bpfmon Section: admin Priority: optional Filename: pool/main/b/bpfmon/bpfmon_2.53-1~bpo12+1_arm64.deb Package: bpftool Source: linux (6.6.13-1~bpo12+1) Version: 7.3.0+6.6.13-1~bpo12+1 Installed-Size: 1414 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 996672 SHA256: 6dca157be5ec2d5b13a07f7042a15b6ef5f2ec8b2de256e5d2bbe8b401347d94 SHA1: b2e4d74be3fc947de2c4dfd359498faf7521a629 MD5sum: 5485564e1dde74519c60450b67cb35f6 Description: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/bpftool_7.3.0+6.6.13-1~bpo12+1_arm64.deb Package: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 11475 Maintainer: Debian Accessibility Team Architecture: arm64 Replaces: libbrlapi1 (<< 3.7.2-7.1) Depends: libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.16.0), libgpm2 (>= 1.20.7), libicu72 (>= 72.1~rc-1~), liblouis20 (>= 3.24.0), libncursesw6 (>= 6), libpcre2-32-0 (>= 10.22), libpolkit-gobject-1-0 (>= 0.101), libsystemd0, libtinfo6 (>= 6), polkitd | policykit-1 Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3 Suggests: brltty-speechd, brltty-x11, console-braille, unicode-cldr-core Size: 1530012 SHA256: 9a8724ec7a374c7bbe8d7fb8499d50a782fb77214c9216a265a0666100505a0e SHA1: 4122fe71d216241c8ff2661c8da61a75ae5ded89 MD5sum: 01b1475e6fe294012b67a47ea1029c79 Description: Access software for a blind person using a braille display BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. The following display models are supported: * Alva/Optelec (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680) * Baum * BrailComm * BrailleLite * BrailleNote * Cebra * EcoBraille * EuroBraille (AzerBraille, Clio, Esys, Iris, NoteBraille, Scriba) * Freedom Scientific (Focus and PacMate) * Handy Tech * HIMS (Braille Sense, SyncBraille) * HumanWare (Brailliant) * Iris * LogText 32 * MDV * Metec (BD-40) * NinePoint * Papenmeier * Pegasus * Seika * Tieman (Voyager, CombiBraille, MiniBraille, MultiBraille, BraillePen/EasyLink) * Tivomatic (Albatross) * TSI (Navigator, PowerBraille) * VideoBraille * VisioBraille . BRLTTY also provides a client/server based infrastructure for applications wishing to utilize a Braille display. The daemon process listens for incoming TCP/IP connections on a certain port. A shared object library for clients is provided in the package libbrlapi0.8. A static library, header files and documentation is provided in package libbrlapi-dev. Bindings to other programming languages can be found in cl-brlapi (Lisp), libbrlapi-java (Java) and python3-brlapi (Python). Multi-Arch: foreign Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty_6.7-3.1~bpo12+1_arm64.deb Package: brltty-espeak Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 212 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.17), libespeak-ng1 (>= 1.51+dfsg), brltty (= 6.7-3.1~bpo12+1) Size: 75828 SHA256: 9eb89a629ae816b4c242ef2dc13c08c4deeab8f678780be50b107be639824e18 SHA1: 0fc7c509b9484ed48db992ffd77852a098dad12c MD5sum: 3ac1d4559b15bf128acf6ccf38ff3cee Description: Access software for a blind person - espeak driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the espeak speech synthesis engine. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-espeak_6.7-3.1~bpo12+1_arm64.deb Package: brltty-flite Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 146 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.17), libflite1 (>= 1.4-release-9~), brltty (= 6.7-3.1~bpo12+1) Size: 74948 SHA256: a619a077caf669b7057be605d75714098987cc6691b0d2b2edbdbf56411b11a7 SHA1: dc3ed61562746307ebf0d1a9221150b023966b4b MD5sum: c9ae76510bd98496d5e9ea185801faaa Description: Access software for a blind person - Flite speech driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the Festival Lite speech synthesis engine. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-flite_6.7-3.1~bpo12+1_arm64.deb Package: brltty-speechd Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 146 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.17), libspeechd2 (>= 0.7.1), brltty (= 6.7-3.1~bpo12+1) Recommends: speech-dispatcher Size: 75512 SHA256: 09f4c1b9ff7efd19bfcb06470c037163cbf331372b98627f17c7baa8b464a171 SHA1: 047f9b8eb921df51372ef3b7bdaf555bf0847ec6 MD5sum: d7ade50575a0075260c5c25cd7a46a17 Description: Access software for a blind person - Speech Dispatcher driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the speech-dispatcher speech synthesis server. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-speechd_6.7-3.1~bpo12+1_arm64.deb Package: brltty-x11 Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 223 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libx11-6 (>= 2:1.7.0), libxaw7 (>= 2:1.0.14), libxfixes3, libxt6, brltty (= 6.7-3.1~bpo12+1) Recommends: xbrlapi Size: 94412 SHA256: be1a69d0ddda20259488300b1cbfbdbbbdae192fb47256672e17b71c337b2f35 SHA1: 22bd54b477e20622f7ef3ec0fca685e3148eab95 MD5sum: 1451d3cb7bc6ab7fc2e8db8dd13d3a1c Description: Access software for a blind person using a braille display - X11 drivers BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains optional screen drivers for BRLTTY which require X11 or GNOME. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-x11_6.7-3.1~bpo12+1_arm64.deb Package: btag Version: 1.4.1-0.1~bpo12+1 Installed-Size: 213 Maintainer: Fernando Tarlá Cardoso Lemos Architecture: arm64 Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcue2, libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libtag1v5 (>= 1.9.1-2.2~) Size: 56084 SHA256: 0677aaae0894bc7095e4751601afe1478992d59571efd6eb368302472e1c9b62 SHA1: 5defa8153de6449c2f7fd696d4a6075a743dd11c MD5sum: 98f616061987b3a7f5b94332b07bb148 Description: interactive command-line based multimedia tag editor btag is an interactive utility for tagging multimedia files in batches. It tries to automate most of the process by stripping away stray whitespace guessing the best capitalization style for the text fields and keeping state on the current album being tagged. . btag can change the capitalization of text fields even when those contain non-ASCII characters, relying on the standard library to perform the appropriate case conversions. It works on directories containing complete albums as well as on individual files. . All tag formats supported by TagLib should be supported by btag. This includes (among others) ID3v1 and ID3v2 tags found in MP3 files, Ogg Vorbis comments, ID3 tags and Vorbis comments in FLAC files. Homepage: https://github.com/fernandotcl/btag Section: sound Priority: optional Filename: pool/main/b/btag/btag_1.4.1-0.1~bpo12+1_arm64.deb Package: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 5149 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (>= 1.42), liblzo2-2 (>= 2.02), libreiserfscore0 (>= 1:3.6.27), libudev1 (>= 183), libuuid1 (>= 2.16), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Suggests: duperemove Size: 851984 SHA256: 5b3f24c644fe67e4b8b7d8f11e62d39159a6fe1a070d7eb393577c37afb348ee SHA1: 14dc7bad76049df5e3243606539a7c0e02e2ac59 MD5sum: fa94f9965ae050cac05b357ad15270fa Description: Checksumming Copy on Write Filesystem utilities Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. Multi-Arch: foreign Homepage: http://btrfs.wiki.kernel.org/ Section: admin Priority: optional Filename: pool/main/b/btrfs-progs/btrfs-progs_6.14-1~bpo12+1_arm64.deb Package: buildd Source: sbuild Version: 0.88.4~bpo12+2 Installed-Size: 281 Maintainer: sbuild maintainers Architecture: all Replaces: sbuild, ubuntu-dev-tools (<= 0.83) Depends: adduser, cron, default-mta | mail-transport-agent, devscripts, dupload, libsbuild-perl, libyaml-tiny-perl, sbuild (= 0.88.4~bpo12+2), schroot, perl:any Recommends: sudo Suggests: wanna-build Breaks: ubuntu-dev-tools (<= 0.83) Size: 77428 SHA256: a1d44997024f5ed1609078feca9d25e0e04786c88623c125a5cfd849e81861dc SHA1: ca11f44c4cdac6d254e14f2cc52de37e70bb1065 MD5sum: 679f18b994fab44066aefd0227bbe290 Description: Daemon for automatically building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . buildd is a daemon which will build Debian packages automatically using the wanna-build database to identify which packages need to be built. Note that the wanna-build database is not packaged, and requires installing separately. Section: devel Priority: optional Filename: pool/main/s/sbuild/buildd_0.88.4~bpo12+2_all.deb Package: bup Version: 0.33.7-1~bpo12+1 Installed-Size: 771 Maintainer: Robert Edmonds Architecture: arm64 Depends: git, par2, python3 (<< 3.12), python3-pylibacl, python3-pyxattr, python3 (>= 3.11~), python3:any, libacl1 (>= 2.2.23), libc6 (>= 2.34), libpython3.11 (>= 3.11.0), libreadline8 (>= 6.0) Recommends: bup-doc, python3-fuse, python3-tornado Size: 163844 SHA256: cc6156a2b9d7868545fe1eccf99845b64b0e68b6da0a78ca93c528558a8bb9b7 SHA1: 62da23e6db8de0550b85a9a19c5d0974d380cd47 MD5sum: 6e729d74bf3d4014ae0c6c72b71b5ec8 Description: highly efficient file backup system based on git bup is a backup tool which stores the backups in a system based around the packfile format from git. Homepage: https://github.com/bup/bup Section: admin Priority: optional Filename: pool/main/b/bup/bup_0.33.7-1~bpo12+1_arm64.deb Package: bup-doc Source: bup Version: 0.33.7-1~bpo12+1 Installed-Size: 367 Maintainer: Robert Edmonds Architecture: all Replaces: bup (<< 0.25~rc2-2~) Breaks: bup (<< 0.25~rc2-2~) Size: 93480 SHA256: 8d7e3ba562ec3f168511b3a256aaa851f54d561257e165d34e662312252cd2b6 SHA1: 60dc950d0bd9afd4974501770a1d2f76c790c11b MD5sum: 400ea4e13391aa7b72a11109081080cb Description: highly efficient file backup system based on git (documentation) bup is a backup tool which stores the backups in a system based around the packfile format from git. . This package contains the documentation. Multi-Arch: foreign Homepage: https://github.com/bup/bup Section: doc Priority: optional Filename: pool/main/b/bup/bup-doc_0.33.7-1~bpo12+1_all.deb Package: ca-certificates-java Version: 20230620~deb12u1~bpo12+1 Installed-Size: 43 Maintainer: Debian Java Maintainers Architecture: all Depends: ca-certificates (>= 20210120), default-jre-headless (>= 2:1.8) | java8-runtime-headless Size: 11728 SHA256: 03342d2c21d0c8f46f3be04dfebb73c1ae0217382ea34e23d154ee2c92d5e56c SHA1: 281da7e5717b86744060fd161bbc72bea940ffaf MD5sum: 50264720386f94a720ad5fe3080eba1e Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Multi-Arch: foreign Section: java Priority: optional Filename: pool/main/c/ca-certificates-java/ca-certificates-java_20230620~deb12u1~bpo12+1_all.deb Package: calamares Version: 3.3.8-1~bpo12+1 Installed-Size: 11679 Maintainer: Jonathan Carter Architecture: arm64 Depends: os-prober, kpackagetool5, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.0), libkf5configcore5 (>= 4.97.0), libkf5coreaddons5 (>= 5.96.0), libkf5package5 (>= 5.5.0+git), libkf5parts5 (>= 4.96.0), libkpmcore12 (>= 22.04.3), libparted2 (>= 3.1), libpwquality1 (>= 1.1.0), libpython3.11 (>= 3.11.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.10.0), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11), libyaml-cpp0.7 (>= 0.7.0) Recommends: btrfs-progs, squashfs-tools Size: 4086788 SHA256: eb7a0c4fce593431d2198e3f03ae0d02d31ecf80347e26770e03059904f74a72 SHA1: 15891c5ac2e139907399ecf4c858c3671400065a MD5sum: 9781334e16ab4b50c9d0be259c95ebf7 Description: distribution-independent installer framework Calamares is a distribution-independent installer framework. . It provides a graphical installer that can be used with nearly any distribution. This package is suitable for live media on Debian-based systems, and won't be of any particular use on an already installed system. . You will likely want to provide your own config files to match your distribution, reading the Calamares documentation will guide you through that process. Homepage: https://github.com/calamares/calamares Section: utils Priority: optional Filename: pool/main/c/calamares/calamares_3.3.8-1~bpo12+1_arm64.deb Package: castle-game-engine-doc Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 813796 Maintainer: Pascal Packaging Team Architecture: all Depends: fonts-droid-fallback, fonts-dejavu-core, libjs-bootstrap, libjs-jquery Suggests: castle-game-engine-src, fp-units-castle-game-engine Size: 452824424 SHA256: 916e7a228a842d6bede0b7cadf2d81a6eb40591d46d94cfdc5f64016f3e62ace SHA1: 5ee54072052c5febfe5b42a0c9162ec2e5706650 MD5sum: 73fead827c9f0d87484f4f0e354a6d50 Description: Castle Game Engine - Developer's Documentation Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains documentation. Multi-Arch: foreign Homepage: https://castle-engine.sourceforge.io/engine.php Section: doc Priority: optional Filename: pool/main/c/castle-game-engine/castle-game-engine-doc_7.0~alpha.3+dfsg1-2~bpo12+1_all.deb Package: castle-game-engine-src Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 40009 Maintainer: Pascal Packaging Team Architecture: all Depends: fonts-dejavu Recommends: castle-game-engine-doc, fpc, lazarus Suggests: fp-units-castle-game-engine Size: 7354476 SHA256: 47928fcbc6d7d4a7258b8320822b03b65cb4efeb9160724b80eff5db7bc923e0 SHA1: 3719bf4b911f9251db903ce3b15cde1b0c492a6d MD5sum: 6fff208f4b19abac19368159f25e9be2 Description: Castle Game Engine - Source code for Lazarus integration Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains source code for integration with Lazarus RAD IDE. Multi-Arch: foreign Homepage: https://castle-engine.sourceforge.io/engine.php Section: doc Priority: optional Filename: pool/main/c/castle-game-engine/castle-game-engine-src_7.0~alpha.3+dfsg1-2~bpo12+1_all.deb Package: catch2 Version: 3.7.1-0.4~bpo12+1 Installed-Size: 13 Maintainer: Mathieu Mirmont Architecture: all Depends: libcatch2-dev Size: 5120 SHA256: d7827d73080d504be37e9daad8bd1be70a25243269fcc5fd3c8ec7eb65c87526 SHA1: c19ab97ac127b505e791eb436991f534e4189a61 MD5sum: d3402af9ec5513f76b306da732a22149 Description: C++ Automated Test Cases in Headers (transitional package) This is a transitional package. It can safely be removed. Homepage: https://github.com/catchorg/Catch2 Section: oldlibs Priority: optional Filename: pool/main/c/catch2/catch2_3.7.1-0.4~bpo12+1_all.deb Package: cgi-mapserver Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 109 Maintainer: Debian GIS Project Architecture: arm64 Depends: mapserver-bin Suggests: mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 72076 SHA256: 947203367dcdbbb9f2ce9e2587fd163bb032c49a2d16f2649d0d8d295da5079b SHA1: d7ba7c7b734ec38a37445a101bcdba8a91375b1b MD5sum: 603be41c86bf82747cc4c95ba3953972 Description: CGI executable for MapServer This package contains the mapserv CGI program. It provides the MapServer template language, and can be used to implement Web Map Service applications. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Homepage: https://mapserver.org Section: web Priority: optional Filename: pool/main/m/mapserver/cgi-mapserver_8.4.0-1~bpo12+1_arm64.deb Package: ckermit Version: 414~beta11-3~bpo12+1 Installed-Size: 3106 Maintainer: John Goerzen Architecture: arm64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libncurses6 (>= 6), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libtinfo6 (>= 6) Recommends: openssh-client | ssh-client Suggests: openbsd-inetd | inet-superserver Size: 967140 SHA256: 95620589cb8fc5256770f0da2d42c6628a7b674fb54186d7e31aebb06b052685 SHA1: 6fd9e56e55169166df043cdce9885010727b7237 MD5sum: 28f8ae38d84156191694c31cbe6d2b47 Description: serial and network communications package C-Kermit is a combined serial and network communication software package offering a consistent, medium-independent, secure cross-platform approach to connection establishment, terminal sessions, file transfer, character-set translation, and automation of communication tasks. Homepage: https://www.kermitproject.org/ck90.html Section: comm Priority: optional Filename: pool/main/c/ckermit/ckermit_414~beta11-3~bpo12+1_arm64.deb Package: cl-brlapi Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 95 Maintainer: Debian Accessibility Team Architecture: all Depends: cl-cffi, libbrlapi0.8 Size: 75664 SHA256: b993e90304293514ce9d97b874467a3dabeafc3ac66448d0c906476982bbeccf SHA1: 900646fb437f0451bad431170d256846de8ed0f1 MD5sum: 4f34859c182bac989ea5be708d628686 Description: Common Lisp bindings for BrlAPI BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides Common Lisp bindings vor BrlAPI. Multi-Arch: foreign Homepage: https://brltty.com Section: lisp Priority: optional Filename: pool/main/b/brltty/cl-brlapi_6.7-3.1~bpo12+1_all.deb Package: cl-speech-dispatcher Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 55 Maintainer: Debian TTS Team Architecture: all Depends: cl-regex Size: 15532 SHA256: 4171306ef4267e85af2a49ef32b74a933660e88b1335b7ce9e372e94b9bb7ce8 SHA1: e0b7d08edca9bd0382daff16efe62b5e4f146473 MD5sum: 217560c760fe7ca2a9917bf0ff999085 Description: Common Lisp interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a Common Lisp library for communication with Speech Dispatcher. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: lisp Priority: optional Filename: pool/main/s/speech-dispatcher/cl-speech-dispatcher_0.12.0-4~bpo12+1_all.deb Package: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 4631 Maintainer: Ricardo Mones Architecture: arm64 Provides: imap-client, mail-reader, news-reader Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcompfaceg1, libdbus-glib-1-2 (>= 0.78), libenchant-2-2 (>= 2.2.3), libetpan20 (>= 1.9.2), libgdk-pixbuf-2.0-0 (>= 2.27.1), libglib2.0-0 (>= 2.70.0), libgnutls30 (>= 3.7.5), libgtk-3-0 (>= 3.21.6), libice6 (>= 1:1.0.0), libldap-2.5-0 (>= 2.5.4), libnettle8, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.52.5), libsm6, xdg-utils Recommends: claws-mail-i18n, xfonts-100dpi | xfonts-75dpi | xfonts-100dpi-transcoded | xfonts-75dpi-transcoded, aspell-en | aspell-dictionary Suggests: claws-mail-doc (= 4.3.1-1~bpo12+1), www-browser, gedit | kwrite | mousepad | nedit, claws-mail-tools Size: 1603980 SHA256: 50e2cd3f6ebe324f2ace6b7d3b3eaaef10793987534df25af8ff4c4c065e0e17 SHA1: 97e06bd47fddfb2dc8fc4f95c5d61a16bf36404c MD5sum: 5276071517bf2eb214f0513889bc0637 Description: Fast, lightweight and user-friendly GTK based email client Claws Mail is a powerful and full-featured mail client formerly called Sylpheed-Claws. It is also extensible using loadable plugins, which can provide support for additional features, like other storage formats, feed reader, calendar management, mail filtering, etc. Multi-Arch: foreign Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-acpi-notifier Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.9.12), claws-mail (= 4.3.1-1~bpo12+1) Size: 312288 SHA256: b5795adf3aa6cdf1e73adff0040b06acb67f4a30ed3550f10ac6fdb8cc271653 SHA1: 37ca7730cd5e573fcab2478efae6220e4e056578 MD5sum: bf87b3698b7ea849ef01bd74d5407f9a Description: Laptop's Mail LED control for Claws Mail This plugin for the Claws Mail mailer enables notification of new mail using the mail LED available on some portable computer models from Acer, ASUS, Fujitsu and IBM makers. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-acpi-notifier_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-address-keeper Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 310976 SHA256: d230eca148a34401517978d04ca2b6990ae7355b932ac3cc83cd446da6983469 SHA1: 68ee7d496dc385af8e53c3b2d0e66887f893664c MD5sum: c14e3494f6a1412a53cb3d92cd7b8d8d Description: Address keeper plugin for Claws Mail This plugin allows saving outgoing addresses to a designated folder in the address book. Addresses are saved only if not found in the address book to avoid unwanted duplicates. . Selecting which headers are scanned for keeping addresses is also supported, one or several of 'To', 'Cc' and/or 'Bcc'. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-address-keeper_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-archiver-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.33), libglib2.0-0 (>= 2.35.8), libgtk-3-0 (>= 3.19.12), claws-mail (= 4.3.1-1~bpo12+1) Enhances: claws-mail-vcalendar-plugin Size: 322896 SHA256: 7550af9b1465f73b4b6238c006512900a319e4cfc81e56ffa2c21ece0fca5fc4 SHA1: d368aa244b428ab0d5b06aec8bc36a399a1f94b1 MD5sum: 24e69e3677954c7685c1b2ea68d054d5 Description: Archiver plugin for Claws Mail This plugin for Claws Mail allows archiving of account's folders (IMAP, POP or local) as well as vcalendar folders. . Several formats are supported (TAR, PAX, SHAR and CPIO) with optional compression methods (GZIP, BZIP2). Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-archiver-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-attach-remover Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 311612 SHA256: 96f0908ecaf25fa4696328235e48ee3d835102ca7631ed705a84c5fd667ce381 SHA1: f4aa8fa804ad78fe2163800ac6bf022ca876bf78 MD5sum: 304c5d3f19034edb421a83cf5942a13a Description: Mail attachment remover for Claws Mail This plugin for the Claws Mail mailer provides ways to remove unwanted attachments from received mails. . All attachments are removed from the selected mails when more than one message is selected. . You can also remove individual attachments from messages. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-attach-remover_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-attach-warner Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 310984 SHA256: 6cb2ab3e9d74318984947935498a86bea6f67604d1b1fd7e0a5c76b1ec6499b6 SHA1: 11e62638741b1bfbeb13d1d04df7a7a63967f1d2 MD5sum: a1e880b63a74b0f97ac586425fa8baae Description: Missing attachment warnings for Claws Mail This plugin for Claws Mail warns the user with a popup window if some reference to an attachment is found in the composed mail text but no file is attached. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-attach-warner_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-bogofilter Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1), bogofilter Size: 316300 SHA256: 2eded95bcc030f91978191a21d9044106603786ec48cdce2d2c8bac8b12a083a SHA1: 7e32293d33546f37172b4d2bb09bdd9b01f9fec5 MD5sum: 913d493b72649174d200f2f71d32f574 Description: Bogofilter plugin for Claws Mail This plugin for Claws Mail will scan received mail using Bogofilter to decide if it is spam or not. Users can also teach Bogofilter to recognise spam or ham using the corresponding menu entries. Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-bogofilter_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-bsfilter-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1), bsfilter Size: 313844 SHA256: 0d5c3bd00d90c23af2c8998767c27e4d610f46540cc26672c1638a88c20015f9 SHA1: 533d30dcf9cbe3b059058ab8d04edbfdac73d46b MD5sum: 587800ac55f73aff96ad0bfbfd7345a8 Description: Spam filtering using bsfilter for Claws Mail This plugin for Claws Mail allows filtering of spam messages using the Bayesian filtering program bsfilter. . The bsfilter can be trained with spam and ham messages to improve its spam detection capabilities. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-bsfilter-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-clamd-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.19.12), claws-mail (= 4.3.1-1~bpo12+1) Recommends: clamav Size: 318700 SHA256: 685678a2a4ec3d7f3c3b9ea66d3d341687b8f7a4006569b27750f1b091d38c99 SHA1: d25078bba642ee1a1e9a61525840a98d6f205f23 MD5sum: f1aed1150a68b6fc6475a6a8f28d8db2 Description: ClamAV socket-based plugin for Claws Mail This plugin uses Clam AntiVirus to scan all messages that are received from an IMAP, POP or local account. . When a message attachment is found to contain a virus it can be deleted or saved in a specially designated folder. . Due to licensing issues this plugin does not link against any libraries from ClamAV. The plugin therefore requires a ClamAV daemon running, either on localhost or somewhere else, for the plugin to access it via a Unix or TCP socket. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-clamd-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-dillo-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1), dillo Size: 311072 SHA256: 1449e567fd9800812128031c6f8ad484b50b8dae64837d39d4460d1ea74c094a SHA1: 13fee4cb100e51f9754435e7e929f11faeaed543 MD5sum: d72139349b264d08b163447321f021cb Description: HTML viewer plugin for Claws Mail using Dillo This is an HTML viewer plugin that uses the Dillo browser to render the HTML message parts in the Claws Mail message view window. . Additionally allows for: • Safe browsing to avoid problems with malicious HTML mails. • Fetching and displaying remote images. • Browsing the web from within of Claws Mail. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-dillo-viewer_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-doc Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 2234 Maintainer: Ricardo Mones Architecture: all Suggests: claws-mail (= 4.3.1-1~bpo12+1) Size: 1958084 SHA256: 946943f3f05670b7f75f7d3ebb60aeb9375b8b978774ed0930ecf5beab8c2149 SHA1: 80ad86d5787eae4ffa46eb3e987aeac093f505e1 MD5sum: 7dbc735c649a2f220e34dd9250e51edb Description: User documentation for Claws Mail mailer This package provides the Claws Mail user's manual. The document is available in text and HTML formats for screen reading, and also PostScript and PDF formats for printing. Multi-Arch: foreign Homepage: https://www.claws-mail.org Section: doc Priority: optional Filename: pool/main/c/claws-mail/claws-mail-doc_4.3.1-1~bpo12+1_all.deb Package: claws-mail-extra-plugins Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 312 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail-acpi-notifier, claws-mail-address-keeper, claws-mail-archiver-plugin, claws-mail-attach-remover, claws-mail-attach-warner, claws-mail-bsfilter-plugin, claws-mail-clamd-plugin, claws-mail-dillo-viewer, claws-mail-fancy-plugin, claws-mail-feeds-reader, claws-mail-fetchinfo-plugin, claws-mail-keyword-warner, claws-mail-libravatar, claws-mail-litehtml-viewer, claws-mail-mailmbox-plugin, claws-mail-managesieve, claws-mail-multi-notifier, claws-mail-newmail-plugin, claws-mail-perl-filter, claws-mail-pdf-viewer, claws-mail-python-plugin, claws-mail-spam-report, claws-mail-tnef-parser, claws-mail-vcalendar-plugin Enhances: claws-mail Size: 305436 SHA256: 34999b74b3cd03a8c55c452b2a85a07ac3a9c702a3074fa2a89d8e40e7eccbab SHA1: e6935756f5a432b58d93a11f58f14d5cb2cf52f4 MD5sum: 6890854d61ca3e40444a48f4c471270b Description: Extra plugins collection for Claws Mail This is a metapackage for installing all extra plugins packages available from the upstream site for the Claws Mail mailer. . Historically these were plugins shipped in a separate tarball but nowadays they are included in Claws Mail sources. . See each individual package description for further details. Homepage: https://www.claws-mail.org Section: metapackages Priority: optional Filename: pool/main/c/claws-mail/claws-mail-extra-plugins_4.3.1-1~bpo12+1_all.deb Package: claws-mail-fancy-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 453 Maintainer: Ricardo Mones Architecture: arm64 Replaces: claws-mail-fancy-plugin (<< 3.15.0-2) Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libglib2.0-0 (>= 2.65.1), libgtk-3-0 (>= 3.21.5), libwebkit2gtk-4.1-0 (>= 2.27.2), claws-mail (= 4.3.1-1~bpo12+1) Suggests: html2ps Size: 319880 SHA256: 4f49c8395ac120d67eb29601909e7ac39150adcd25403b8dda453efd5f5d382a SHA1: 31bd8c591b1fd013ed6e949e2efb6f3a844636ed MD5sum: 140be543a4fa866aa8d8d779d66e138a Description: HTML mail viewer using GTK WebKit This plugin for Claws Mail allows rendering of HTML email messages in the message window. . It uses the GTK 3 port of the WebKit library to render HTML. . Supports printing HTML mails when html2ps package is installed. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-fancy-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-feeds-reader Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 511 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.65.1), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 350784 SHA256: 665c634190f28d22988fb82577bc17e91ed6ee2883f63bee2c56808ac7f4296d SHA1: 09f09a00741e958760daa54a89537916203252a5 MD5sum: 53a037e80ab59a9dd98904dc8b5f0a0c Description: Feeds (RSS/Atom/RDF) reader plugin for Claws Mail The RSSyl plugin provides feeds reading capability for Claws Mail mailer. . Supported feed formats are: • RSS 1.0 (Resource Description Framework) • RSS 2.0 • Atom (RFC 4287) . Has also per-feed customization features, transforming Claws Mail into a powerful lightweight feeds reader. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-feeds-reader_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-fetchinfo-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 310608 SHA256: b710cb5235d1c51de1ef55bb7787175e7e63e77e240aba59101173e945574c0d SHA1: 6ee7fe8ed194538e27afad41102c044082e67c88 MD5sum: 492a2bf7fb1e392d0257f61fd9bd91af Description: Add X-FETCH headers plugin for Claws Mail This plugin for the Claws Mail mailer enables adding useful extra headers to the received mails with information like the receiving account or the server the mail was downloaded from. These extra headers can be used for filtering and/or processing messages more appropriately. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-fetchinfo-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-gdata-plugin Source: claws-mail Version: 4.1.1-4~bpo12+1 Installed-Size: 363 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libgdata22 (>= 0.17.2), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.1.1-4~bpo12+1) Size: 294428 SHA256: 478a7e23945dec051a2e078e8a13f85d323aa9970257e60abbc4ab14c9be8219 SHA1: 11a75c87fd612aca5e62d586932bc72744a4cf15 MD5sum: 1d3a4392e6c54e29ad55f5a2b61ad367 Description: Access to GData (Google services) for Claws Mail This plugin provides access to the Google services using the GData library. . The currently implemented feature is to make your Google contacts available for automatic completion of address headers when composing a mail message. Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-gdata-plugin_4.1.1-4~bpo12+1_arm64.deb Package: claws-mail-i18n Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 9193 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail (>= 4.3.1-1~bpo12+1) Size: 1565708 SHA256: 7c86466ade342e8a1d3b09faad4d33a886ecffcb92b1e80ae7c9434dcee8d2dc SHA1: e83fecbd22d94e0ed5c441dbaef6eb2b16bbb311 MD5sum: e5870606466886cc04134f1d2586910b Description: Locale data for Claws Mail (i18n support) This package provides support for additional languages to the Claws Mail mailer. Currently available locales are: ca (Catalan) cs (Czech) da (Danish) de (German) en_GB (British English) es (Spanish) fi (Finnish) fr (French) he (Hebrew) hu (Hungarian) id_ID (Indonesian) it (Italian) ja (Japanese) nb (Norwegian Bokmål) nl (Dutch) pt_BR (Brazilian Portuguese) pl (Polish) ro (Romanian) ru (Russian) sk (Slovak) sv (Swedish) tr (Turkish) zh_TW (Traditional Chinese) Multi-Arch: foreign Homepage: https://www.claws-mail.org Section: localization Priority: optional Filename: pool/main/c/claws-mail/claws-mail-i18n_4.3.1-1~bpo12+1_all.deb Package: claws-mail-keyword-warner Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 310724 SHA256: b1b7174db6a253ebdab47c6f38437df960115d0b84538a2958056c80bec10179 SHA1: 4b9c6ef583e4348dea712dfc35e9cd982a51995a MD5sum: a5d84f2226857a1f94dd01fa080a376c Description: Warning on message keywords for Claws Mail This plugin for Claws Mail warns the user with a popup window if some predefined keyword is found in the composed mail text. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-keyword-warner_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-libravatar Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 318256 SHA256: 2c326c01a664090449c76c35896580b085c96586e6a54ed6c4152ce451286b69 SHA1: 15e8f161a4199ef0a80e44a28b42ce9843bbd2ca MD5sum: e424ffd13f8441a7084071345d2c8822 Description: Display sender avatar from a libravatar server This plugin for the Claws Mail mailer allows retrieval of profile images from libravatar servers, either federated servers (running on sender's domain) or the main libravatar.org server. . Currently supports all default missing icon modes on libravatar.org service, and makes extensive use of disk caching to minimize the number of network requests. . Nevertheless, it may add several network requests per message, so if you're on a high latency network you may experience some delay displaying messages. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-libravatar_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-litehtml-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 1214 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.32), libcairo2 (>= 1.10.0), libcurl3-gnutls (>= 7.16.2), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.67.3), libgtk-3-0 (>= 3.21.5), libgumbo1 (>= 0.9.2), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), claws-mail (= 4.3.1-1~bpo12+1) Size: 533736 SHA256: debd2098d6455eea2396a5b3d6c373bc51aeeeb5c163e51f8d34ea6817cbcdb0 SHA1: a6f57d5b08c9b4b906f15ed44c1d38f77dc3d09d MD5sum: 8d52a4c705ad526a10134ea4d3cdf790 Description: HTML viewer plugin using litehtml library This is an HTML viewer plugin that uses the litehtml to render the HTML message parts in the Claws Mail message view window. . Users of old Fancy plugin may find this viewer more similar than other HTML viewer plugins, though you may miss some feature. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-litehtml-viewer_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-mailmbox-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 451 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 344756 SHA256: 190b55301c3e54cc578f715e2a67c9e2d3cd19c6a74e437f246581437113c282 SHA1: cd37b9a2b0b8d7b1b226292f910179b49de50f13 MD5sum: 34386bcd011a18011337800c60bfb7b8 Description: mbox format mailboxes handler for Claws Mail The mailMBOX plugin for Claws Mail provides the ability of handling existing mbox format files using the libetpan library. . Once added, these files appear like mailer's native mail folders. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-mailmbox-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-managesieve Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 448 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.28.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), claws-mail (= 4.3.1-1~bpo12+1) Suggests: cyrus-imapd-2.2 | dovecot-imapd Size: 328108 SHA256: 04e61f731c766595b7cbb43670d602a5c140ac3599072251dcb940a17fe0e983 SHA1: 55d0f07704649ed6e130a467b91c3c1ebca0d7e2 MD5sum: c22525c088d2f5dcb6500aedf4bf3814 Description: manage Sieve filters with Claws Mail This plugin for Claws Mail mailer provides an interface for managing filtering scripts on Sieve-compliant mail servers. . It allows creating new, editing and removing existing server scripts. Syntax checking is also available, but knowledge of filtering language is required. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-managesieve_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-multi-notifier Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 514 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.21.5), libnotify4 (>= 0.7.0), libx11-6, claws-mail (= 4.3.1-1~bpo12+1) Recommends: notification-daemon Suggests: libnotify-bin, xosd-bin, lcdproc Size: 350432 SHA256: 7a5e2f2a0bfc18c49f6f5bb49f100cca3bbcfe1164db013129e1e9e9bd60ec67 SHA1: 7dee4bb5bb9468304e3dbbab082b917d971c49f9 MD5sum: 8ab16a22910a5027738b896bc2cbb2c2 Description: Various new mail notifiers for Claws Mail This plugin for Claws Mail mailer collects several ways of notification of new (and possibly unread) mail to the user. . Currently the following methods are implemented: - a banner - a popup window - a custom command - a message to a LCD daemon - a system tray icon - an indicator Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-multi-notifier_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-newmail-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), claws-mail (= 4.3.1-1~bpo12+1) Size: 308416 SHA256: aa6dd49860a20366247f0e8b16d89a2e25f7b4915518a6fb1802a0e473555237 SHA1: 703d37df1d91c9bbe8442e57ef843250d1eb1e5d MD5sum: b224587e7358e29dee58588bdc0076ad Description: New mail logger plugin for Claws Mail This plugin for the Claws Mail mailer writes a summary of new messages' headers to a log file. . This summary is written on arrival of new mail and after sorting it. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-newmail-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-pdf-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 382 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), libpoppler-glib8 (>= 0.18.0), claws-mail (= 4.3.1-1~bpo12+1) Recommends: ghostscript Size: 320848 SHA256: b3c841137030a687eb88a600a3ab9a6656bf0e2e4b6766fedb370e496ceed11c SHA1: af7ac24dc4166478cc3302a15a9a22e9321a1256 MD5sum: 8397c92a5d23ecd91cb2132224a35c72 Description: PDF and PostScript attachment viewer for Claws Mail This plugin allows Claws Mail to view PDF and PostScript files attached to mails in the message window. . PostScript requires 'gs' tool to be available for conversion, otherwise plugin will only be able to display PDF attachments. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-pdf-viewer_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-perl-filter Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 465 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libperl5.36 (>= 5.36.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 335168 SHA256: 7abc15b26e6dc8a7c3e2c6783edbe86bc77cb8eb2ef934cba3be042d4516e4df SHA1: 074d676d069a8058a56f6e927012e693f6a81961 MD5sum: d4958ec25af57761757dfeb0ba816edd Description: Message filtering plugin using perl for Claws Mail This plugin enables filtering of Claws Mail messages using perl regular expressions and, in fact, giving all the perl features and power to the filtering engine. . A tool for converting the current filter set of the user into a equivalent perl script suitable for the plugin is also provided. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-perl-filter_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-pgpinline Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8), libgpgme11 (>= 1.1.2), claws-mail (= 4.3.1-1~bpo12+1), claws-mail-pgpcore Size: 313160 SHA256: a7b3df8851a07f395f7c2c2a631a278abc16f31bcf22798bcdde865fc9b06580 SHA1: dfb7fcddcb62c1568299f6c298aa1359e171e339 MD5sum: e4e667ac29528d06005ea43b7f70b531 Description: PGP/inline plugin for Claws Mail This plugin for Claws Mail verifies signatures of digitally signed messages, and decrypts encrypted messages. It's also required to send signed and encrypted messages using inline method (deprecated). Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-pgpinline_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-pgpmime Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 515 Maintainer: Ricardo Mones Architecture: arm64 Provides: claws-mail-pgpcore Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8), libgpgme11 (>= 1.2.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Recommends: pinentry-gtk2 | pinentry-x11 Suggests: gpg-agent Size: 337068 SHA256: 9523ff08dab38e8b84e4216dd19f9d88c5889df38fed29b60cd4cdc5cf6ceed3 SHA1: 9d9f1aec5768958b29a3cb1b3a26f93b573d9d56 MD5sum: 80fb1570cecb0cf8540bbd12732f217c Description: PGP/MIME plugin for Claws Mail This plugin for Claws Mail verifies signatures and decrypts messages. It does also provide the PGP/core plugin for use with other privacy plugins, required also for signing and encrypting mails. Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-pgpmime_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-plugins Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 308 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail-spamassassin, claws-mail-pgpmime, claws-mail-pgpinline, claws-mail-bogofilter, claws-mail-smime-plugin Suggests: claws-mail-extra-plugins Enhances: claws-mail Size: 303072 SHA256: b5d782dff96f555244ca452263a1d740cc26d5384922ef7a556413b8871cf8c8 SHA1: e677ace0ea9aead643566c04103848ba7d2231b4 MD5sum: 4b402724bca73ec9a84d45b80033a0e8 Description: Installs plugins for the Claws Mail mailer This is a metapackage to install core plugin packages provided by the Claws Mail sources. Historically these were the only plugins provided along with Claws Mail itself. . See the claws-mail-extra-plugins package for more plugins. Homepage: https://www.claws-mail.org Section: metapackages Priority: optional Filename: pool/main/c/claws-mail/claws-mail-plugins_4.3.1-1~bpo12+1_all.deb Package: claws-mail-python-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 479 Maintainer: Ricardo Mones Architecture: arm64 Replaces: claws-mail-python-plugin (<< 3.17.4-2) Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), libpython3.11 (>= 3.11.0), claws-mail (= 4.3.1-1~bpo12+1), python3-all-dev, python3-gi Size: 338624 SHA256: d8de3233a2d374f9274f1c24b846a03fe65547d67f315e670bc6e595c6d1534b SHA1: 86db6de663f3fb55659e7b5e0d6e031d5be165e7 MD5sum: 8e7cabe029f19b1c519125ffc7bf90e9 Description: Python plugin and console for Claws Mail This plugin provides Python scripting access to Claws Mail. . It features a console for testing and help about available functions. Scripts can be saved for later usage as new menu items or to be automatically loaded on startup. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-python-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-smime-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 383 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.1.6), claws-mail (= 4.3.1-1~bpo12+1), claws-mail-pgpcore, gpgsm Size: 314164 SHA256: 3dff44a1ce54ea06476491d92420ff8ec2113e4c57c419fadb4d5ffa15feb59e SHA1: 642e38eec4e198a82f6f8f00253abb1e527cb1a8 MD5sum: ad3e8166b8cad0bc0147a0c416084349 Description: S/MIME signature/encryption handling for Claws Mail This plugin handles S/MIME signed and/or encrypted mails in Claws Mail. You can decrypt mails, verify signatures or sign and encrypt your own mails. . S/MIME is also known as PKCS#7 and uses the application/pkcs7-signature or application/x-pkcs7-signature MIME subtype within messages. . Receiving an attachment called smime.p7m is also sign of this kind of signature usage. Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-smime-plugin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-spam-report Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libcurl3-gnutls (>= 7.16.2), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 312096 SHA256: 9ef9b6d8fe15b36f20f2b229727d7d0fb8016df4a7a4bf6976f8a5bdf5fde48c SHA1: 0a2b9c10fc2cd9d79fca2487dc263c77f3a42e02 MD5sum: 848dd3c0a117ad506c660843d7e6e66c Description: Spam reporting plugin for Claws Mail This plugin for Claws Mail allows sending reports about spam messages received to spam harvesting sites online. . Currently are supported the signal-spam.fr and spamcop.net sites and also the Debian lists spam nomination system. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-spam-report_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-spamassassin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 386 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), zlib1g (>= 1:1.1.4), claws-mail (= 4.3.1-1~bpo12+1), spamassassin Size: 326388 SHA256: bd199f1c2def4964daab0480754b5429612c364a4b57f0dabc1cd1bc80a63d7b SHA1: 79dbe0329aca6ebcf17caca226e2e15fd5b7c1c2 MD5sum: 801f30d40d2ad692d6db30e33cf88ab3 Description: SpamAssassin plugin for Claws Mail This plugin for Claws Mail will filter all received email through a SpamAssassin daemon to decide if it is spam or not and process them accordingly. Multi-Arch: same Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-spamassassin_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-tnef-parser Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 382 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libytnef0, claws-mail (= 4.3.1-1~bpo12+1) Size: 313540 SHA256: 95e16a2092058004177e9352f9d6eae9de14013af46cb7f1121dc9e3978b5e68 SHA1: aa7e6192fbc2f3e3657e0b494ede3f1bff4881bc MD5sum: 9730d38ef06e421513f1577a79001041 Description: TNEF attachment handler for Claws Mail This plugin for Claws Mail allows reading of application/ms-tnef attachments. These attachments usually come from Microsoft mailers with the name 'winmail.dat'. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-tnef-parser_4.3.1-1~bpo12+1_arm64.deb Package: claws-mail-tools Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 550 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail (>= 4.3.1-1~bpo12+1), perl, python3 Size: 412660 SHA256: b081cbd5305c290e9e858838abd4c55fce8220a7dbd4d2d8584451107d5f3675 SHA1: d93d3b005bfab1e8904c3ddfe2740c9c2c1a797a MD5sum: c43d4504c3c0258c0d515c42275349ad Description: Helper and utility scripts for Claws Mail mailer Several scripts in a variety of languages which provide ready to use solutions to common problems found by Claws Mail users. E.g.: mailboxes migration, addressbooks conversion, etc. . See README files for further details about included scripts. Multi-Arch: foreign Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-tools_4.3.1-1~bpo12+1_all.deb Package: claws-mail-vcalendar-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 577 Maintainer: Ricardo Mones Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libcurl3-gnutls (>= 7.16.2), libglib2.0-0 (>= 2.65.1), libgtk-3-0 (>= 3.21.5), libical3 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 375484 SHA256: b966e7f7dce9395b77db03db77090c936e91a58d39cf2b4d1c937699df5520dc SHA1: c8bcf96fb04d4c6dff0476b9d17a2b02c87f8d81 MD5sum: 45feb96266bf2f5ff9316b52a202d7f8 Description: vCalendar message handling plugin for Claws Mail The vCalendar plugin for Claws Mail provides vCalendar message handling (the meeting subset of the vCalendar format), displaying such mails in a nice format, letting you create and send meetings, and creating a virtual folder with the meetings you sent or received. . The functionality is similar to the one provided by Evolution for that mails. Homepage: https://www.claws-mail.org Section: mail Priority: optional Filename: pool/main/c/claws-mail/claws-mail-vcalendar-plugin_4.3.1-1~bpo12+1_arm64.deb Package: clawsker Version: 1.4.1-1~bpo12+1 Installed-Size: 500 Maintainer: Ricardo Mones Architecture: all Depends: perl:any, libgtk3-perl, liblocale-gettext-perl, libfile-which-perl Recommends: claws-mail Enhances: claws-mail Size: 113316 SHA256: 7df36dc22f3825b6bb3e8d15668ff32c962dd90757bebe6c4c8563e2c4cd8f0f SHA1: 1696399978a10b20bc1c21b8108578552f79700b MD5sum: 0c622bdfc6a94e974cf8a410bbbc1d30 Description: Configuration tweaker for Claws Mail Clawsker is an applet to edit the so called Claws Mail hidden preferences. . Claws Mail is a fast, lightweight and feature-rich MUA with a high number of configurable options. To keep the binary small and fast some of these preferences which not widely used are not provided with a graphical interface for inspection and/or modification. . Users wanting to edit such preferences had to face raw edition of their configuration files, now you can do it with a convenient GTK+3 interface using Clawsker. In addition to hidden preferences, windows positions and/or sizes, keyboard shortcuts and drop-down selector histories can be edited. Homepage: https://www.claws-mail.org/clawsker.php Section: mail Priority: optional Filename: pool/main/c/clawsker/clawsker_1.4.1-1~bpo12+1_all.deb Package: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 135 Maintainer: Andrea Pappacoda Architecture: arm64 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34), libcloudflare-ddns2 (>= 2.0.0), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libinireader0 (>= 48), libstdc++6 (>= 5.2) Recommends: systemd | systemd-standalone-sysusers | opensysusers Size: 21612 SHA256: a9b0874dbfd454ae1345e809a3f8739a47abe956877eaf0873898bc24a765726 SHA1: 7b7a02099584a7db24d69f843cc17cd123854f71 MD5sum: 048864c1437957773dd97cafbbbb306e Description: dynamically update a DNS record using Cloudflare cloudflare-ddns is a oneshot program: you run it, it updates the DNS record, and it terminates. This uses Cloudflare's API, so to run the tool you'll need an API token and the Zone ID of the DNS zone that you want to update. . This package contains the tool and a set of systemd units that make it run periodically. Multi-Arch: foreign Homepage: https://github.com/Tachi107/cloudflare-ddns Section: admin Priority: optional Filename: pool/main/c/cloudflare-ddns/cloudflare-ddns_2.1.0-2~bpo12+1_arm64.deb Package: cmake Version: 3.31.6-2~bpo12+1 Installed-Size: 34171 Maintainer: Debian CMake Team Architecture: arm64 Depends: cmake-data (= 3.31.6-2~bpo12+1), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4) Recommends: gcc, make Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build Size: 9708680 SHA256: e6e5afb0e4d3e8f54d6d5b32f86787d672b71b37861d7e992b5b92e3190974e4 SHA1: a713c2e353dadc3fbf3b7096ce2652cfdc820c21 MD5sum: 2a6984b2473e831d51f118c8e0ccb53c Description: cross-platform, open-source make system CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. Multi-Arch: foreign Homepage: https://cmake.org/ Section: devel Priority: optional Filename: pool/main/c/cmake/cmake_3.31.6-2~bpo12+1_arm64.deb Package: cmake-curses-gui Source: cmake Version: 3.31.6-2~bpo12+1 Installed-Size: 10549 Maintainer: Debian CMake Team Architecture: arm64 Depends: cmake (= 3.31.6-2~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libtinfo6 (>= 6), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4) Size: 3024436 SHA256: 669242dbd659713e3a88d2e06c1e7350c1f3f814fbde60411eb6ecbd8d236cc9 SHA1: 0e305213eda50fefcfc2685729a6a9718554bef6 MD5sum: dec002f0313823c51ae2cd826d048d6f Description: curses based user interface for CMake (ccmake) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake". Homepage: https://cmake.org/ Section: devel Priority: optional Filename: pool/main/c/cmake/cmake-curses-gui_3.31.6-2~bpo12+1_arm64.deb Package: cmake-data Source: cmake Version: 3.31.6-2~bpo12+1 Installed-Size: 11880 Maintainer: Debian CMake Team Architecture: all Size: 2265568 SHA256: 4e583f898d3022d1bad4d1bc8b67c6d1f5fef6f1f19be34bad613b0f43149bed SHA1: 9f56b3ad0b09a580497c1356d2ad0fd6d8f755e1 MD5sum: 6450242e37f620d1f0347f0e045d7b1c Description: CMake data files (modules, templates and documentation) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Multi-Arch: foreign Homepage: https://cmake.org/ Section: devel Priority: optional Filename: pool/main/c/cmake/cmake-data_3.31.6-2~bpo12+1_all.deb Package: cmake-doc Source: cmake Version: 3.31.6-2~bpo12+1 Installed-Size: 34906 Maintainer: Debian CMake Team Architecture: all Depends: cmake-data (= 3.31.6-2~bpo12+1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Size: 2586072 SHA256: 46bf4917b9ba75dc038e2de6a305c87433163b4ea2ab14e4fcbfb232e77e7e50 SHA1: 02cb026b0a2c2d1cc7a2373a899117f56c014a2f MD5sum: 7166ac4251581ea53c77d8bb145ab16d Description: extended documentation in various formats for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides additional documentation in various formats like HTML or plain text. Multi-Arch: foreign Homepage: https://cmake.org/ Section: doc Priority: optional Filename: pool/main/c/cmake/cmake-doc_3.31.6-2~bpo12+1_all.deb Package: cmake-qt-gui Source: cmake Version: 3.31.6-2~bpo12+1 Installed-Size: 11022 Maintainer: Debian CMake Team Architecture: arm64 Provides: cmake-gui Depends: cmake (= 3.31.6-2~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4) Size: 3140240 SHA256: b474a5d6a7c81d23d5274257aeeaaeef4a8cd0f72a0ec52c0ab6ac309cd4b67d SHA1: f24fd154486d6690051fd8ad37763f7c6e06b75b MD5sum: 47ed7c1ef24c021274bfda10fae9c62b Description: Qt based user interface for CMake (cmake-gui) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides the CMake Qt based GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. The main executable file for this GUI is "cmake-gui". Homepage: https://cmake.org/ Section: devel Priority: optional Filename: pool/main/c/cmake/cmake-qt-gui_3.31.6-2~bpo12+1_arm64.deb Package: cockpit Version: 335-2~bpo12+1 Installed-Size: 69 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 335-2~bpo12+1), cockpit-ws (>= 335-2~bpo12+1), cockpit-system (>= 335-2~bpo12+1) Recommends: cockpit-storaged (>= 335-2~bpo12+1), cockpit-networkmanager (>= 335-2~bpo12+1), cockpit-packagekit (>= 335-2~bpo12+1) Suggests: cockpit-doc (>= 335-2~bpo12+1), cockpit-sosreport (>= 335-2~bpo12+1), xdg-utils Size: 30288 SHA256: 79feffde23a2b78b250b6c5378a8af5872f70705c17d05122dbb2643539eb90a SHA1: 0042b851a2fef3bbaf27280e65bf16ed4bcef1c4 MD5sum: c3b840a126095c6b6a22fb45baa3de40 Description: Web Console for Linux servers The Cockpit Web Console enables users to administer GNU/Linux servers using a web browser. . It offers network configuration, log inspection, diagnostic reports, SELinux troubleshooting, interactive command-line sessions, and more. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit_335-2~bpo12+1_all.deb Package: cockpit-bridge Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 846 Maintainer: Utopia Maintenance Team Architecture: all Replaces: cockpit-pcp (<< 236) Provides: cockpit-pcp Depends: python3:any Recommends: openssh-client Suggests: python3-pcp Conflicts: cockpit-pcp Size: 385976 SHA256: eb6e043f9624ea8afcc803dda0213016ae4a5b32bd788ee00ff4fb5ebe406355 SHA1: 04346451f7d007d1d5842b39dcfdc96c962fcbe3 MD5sum: 034b85c7063493fe1c21664926269946 Description: Cockpit bridge server-side component The Cockpit bridge component installed server side and runs commands on the system on behalf of the web based user interface. Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-bridge_335-2~bpo12+1_all.deb Package: cockpit-doc Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 523 Maintainer: Utopia Maintenance Team Architecture: all Size: 133420 SHA256: 772796300d5b75473fc353ad1b129c1fc21ad59482d98e5a436edf7d37b7da6b SHA1: aaa4bf994bbafca026c81ccd837b232c1cd8bb40 MD5sum: 4d2eb6aa8ea6e64934425205416bb53e Description: Cockpit deployment and developer guide The Cockpit Deployment and Developer Guide shows sysadmins how to deploy Cockpit on their machines as well as helps developers who want to embed or extend Cockpit. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: doc Priority: optional Filename: pool/main/c/cockpit/cockpit-doc_335-2~bpo12+1_all.deb Package: cockpit-machines Version: 329-1~bpo12+1 Installed-Size: 1045 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 215), libvirt-daemon-system, libvirt-clients | libvirt-bin, libvirt-dbus, virt-install (>= 3.0.0) | virtinst (>= 3.0.0) Recommends: python3-gi, gir1.2-libosinfo-1.0, qemu-block-extra Size: 1028916 SHA256: a22a212e6dded84c8ca4cc9b1b862b6bd587f1811faaa28fc758020c00b6d890 SHA1: 5f3661c32ed828aecebb812088094f1f10e43881 MD5sum: a26df865ab04d9f6124961eb547ddedf Description: Cockpit user interface for virtual machines The Cockpit Web Console enables users to administer GNU/Linux servers using a web browser. . This package adds an user interface for managing libvirt virtual machines. Multi-Arch: foreign Homepage: https://github.com/cockpit-project/cockpit-machines Section: admin Priority: optional Filename: pool/main/c/cockpit-machines/cockpit-machines_329-1~bpo12+1_all.deb Package: cockpit-networkmanager Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 838 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 335-2~bpo12+1), network-manager (>= 1.6) Size: 805020 SHA256: de89d7a801e7c33a0f9e95ac7f23b94b4336fcbf80d8c593d735eb213aaea15c SHA1: 9387c8563a3c575a15b46c707cad5a60545ac7d1 MD5sum: 9b6e9c914310b24f472fdf04e20f83cc Description: Cockpit user interface for networking The Cockpit components for interacting with networking configuration. Incompatible with systemd-networkd/ifupdown defined networks. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-networkmanager_335-2~bpo12+1_all.deb Package: cockpit-packagekit Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 906 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 335-2~bpo12+1), packagekit, python3 Size: 858300 SHA256: c005fb4f2a1987345948878c20dc24a394785cf6865055a8257d36cffdca681f SHA1: e45f27f62c4786945ae347b47f151264f99a04cb MD5sum: f9893f4adf03dc1b29e27e2e5b119024 Description: Cockpit user interface for apps and package updates The Cockpit components installing OS updates and Cockpit add-ons, via PackageKit. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-packagekit_335-2~bpo12+1_all.deb Package: cockpit-pcp Source: cockpit Version: 311-1~bpo12+1 Installed-Size: 238 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libpcp3, libsystemd0 (>= 235), cockpit-bridge (>= 311-1~bpo12+1), pcp Size: 73344 SHA256: 7c7d58722ed60f59f2d3edfd4e5274813bd46a479bc29c0dc0be604216873581 SHA1: 7dfc9440d51fe1f93cf13213d77e77959348deaf MD5sum: 0490d04035a4b501f2443df0e15ddd47 Description: Cockpit PCP integration Cockpit support for reading PCP metrics and loading PCP archives. Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-pcp_311-1~bpo12+1_arm64.deb Package: cockpit-podman Version: 103-1~bpo12+1 Installed-Size: 564 Maintainer: Martin Pitt Architecture: all Depends: cockpit-bridge, podman (>= 2.0.4) Size: 540492 SHA256: 77f998ef27d51d6b5e393696470581c0ef0b4e00aabfab5bbbc8083574479522 SHA1: 3e9af52bc7fbb5a9efb31e1ef31fb24b583b6cd0 MD5sum: e3760ab4a047d2c29f7c4d5a84b932fd Description: Cockpit component for Podman containers The Cockpit Web Console enables users to administer GNU/Linux servers using a web browser. . This package adds an user interface for Podman containers. Multi-Arch: foreign Homepage: https://github.com/cockpit-project/cockpit-podman Section: admin Priority: optional Filename: pool/main/c/cockpit-podman/cockpit-podman_103-1~bpo12+1_all.deb Package: cockpit-sosreport Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 451 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 335-2~bpo12+1), sosreport Size: 403676 SHA256: ef3a15df12eb99b14320bcb71fa7e06048dcb9229685aca982e80bf3a91cace2 SHA1: 6a97e211299f4f690711a2fb9ba4805e2181a97e MD5sum: 82cc88b9a42c03a1912799df9bf749b3 Description: Cockpit user interface for diagnostic reports The Cockpit component for creating diagnostic reports with the sosreport tool. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-sosreport_335-2~bpo12+1_all.deb Package: cockpit-storaged Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 825 Maintainer: Utopia Maintenance Team Architecture: all Depends: udisks2 (>= 2.9), udisks2 (>= 2.10) | libblockdev-mdraid2, cockpit-bridge (>= 335-2~bpo12+1), python3, python3-dbus Suggests: udisks2-btrfs, udisks2-lvm2, mdadm Size: 803092 SHA256: ddc222559f0f7c8159754e4199d637db1af216ee8e0cce8bb40922eeb44fbf26 SHA1: 25a4619fddac5270ff86a9989d08ae609fda962d MD5sum: 30d8d3b489f0d2ff349359a753e9bcb9 Description: Cockpit user interface for storage The Cockpit components for interacting with storage. . Install udisks2-lvm2 if you use LVM and want to manage it with Cockpit. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-storaged_335-2~bpo12+1_all.deb Package: cockpit-system Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 3315 Maintainer: Utopia Maintenance Team Architecture: all Provides: cockpit-shell, cockpit-systemd, cockpit-tuned, cockpit-users Depends: cockpit-bridge (>= 335-2~bpo12+1), libpwquality-tools, openssl Recommends: sudo | pkexec | policykit-1 Suggests: lastlog2 Size: 3236972 SHA256: 13a023d3a3b898e4d96b71aec15107e24f850ab69640945769ac85123454b176 SHA1: b7da6afc4a8f131640499fa223de36e5bc68b835 MD5sum: 49a991da776d37c8a739d7698cc16170 Description: Cockpit admin interface for a system Cockpit admin interface package for configuring and troubleshooting a system. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-system_335-2~bpo12+1_all.deb Package: cockpit-tests Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 936 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: cockpit-test-assets Provides: cockpit-test-assets Depends: libc6 (>= 2.17), libpam0g (>= 0.99.7.1), cockpit-system (>= 329-1~bpo12+1), openssh-client Conflicts: cockpit-test-assets Size: 764764 SHA256: 47c4331ccc42f881a2aef79418b47f4c6f460270876b3f16cb69e2a01a8f1526 SHA1: 7e76059ad31d6666250d7f98c6ebdf779a195797 MD5sum: f47891787c402c79ee8dab12ab7dd073 Description: Tests for Cockpit This package contains tests and files used while testing Cockpit. These files are not required for running Cockpit. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-tests_329-1~bpo12+1_arm64.deb Package: cockpit-ws Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 1999 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: cockpit-tests (<< 331) Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libglib2.0-0 (>= 2.67.1), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libjson-glib-1.0-0 (>= 1.5.2), libpam0g (>= 1.3.1), libsystemd0 (>= 237), glib-networking, adduser, openssl, systemd (>= 235), libnss-systemd Suggests: sssd-dbus (>= 2.6.2), python3 Conflicts: cockpit-tests (<< 331) Size: 880428 SHA256: 2ab87f118ff1825c22dc13aafc040a1a3e3125d00ae3c76efc6e73f779d95dbf SHA1: 2c9a37c73874b38a67f6cb96a92540e2b15d7c08 MD5sum: 840898fd742323c4c03cda67ed0bcc36 Description: Cockpit Web Service The Cockpit Web Service listens on the network, and authenticates users. . Install sssd-dbus for supporting client certificate/smart card authentication via sssd/FreeIPA. Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-ws_335-2~bpo12+1_arm64.deb Package: comerr-dev Source: e2fsprogs (1.47.2~rc1-2~bpo12+2) Version: 2.1-1.47.2~rc1-2~bpo12+2 Installed-Size: 153 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Depends: libc6-dev | libc-dev, libcom-err2 (= 1.47.2~rc1-2~bpo12+2) Suggests: doc-base Size: 55656 SHA256: 9a311ba61da35cc919b55a70a0a3572be06bf57d85fdf3624d44719e7efa643a SHA1: da7820fc648e47bf214e8a7dbece176230da84db MD5sum: 3598ecb006949126bab04b869657db1a Description: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/comerr-dev_2.1-1.47.2~rc1-2~bpo12+2_arm64.deb Package: containers-storage Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 6449 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97) Size: 1876256 SHA256: fea4fe36198419c182f86d4dac4ecafa3727b5aac580a1ab34dd7ce3d6312b65 SHA1: 22ce2f0183c4d66ab2707f54183091d0c8accc9b MD5sum: aba35dbbe2f63862409f2c0af29e0547 Description: CLI tools for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the CLI tools. Homepage: https://github.com/containers/storage Built-Using: golang-1.19 (= 1.19.8-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-containerd-stargz-snapshotter (= 0.12.0-2), golang-github-cyphar-filepath-securejoin (= 0.2.3-1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-docker-go-units (= 0.4.0-4), golang-github-google-go-intervals (= 0.0.2-2), golang-github-google-uuid (= 1.3.0-1), golang-github-hashicorp-errwrap (= 1.1.0-1), golang-github-hashicorp-go-multierror (= 1.1.1-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-pgzip (= 1.2.5-2), golang-github-mattn-go-shellwords (= 1.0.10-2), golang-github-moby-sys (= 0.0~git20220606.416188a-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-opencontainers-go-digest (= 1.0.0-2), golang-github-opencontainers-selinux (= 1.10.0+ds1-1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-ulikunitz-xz (= 0.5.6-2), golang-github-vbatts-tar-split (= 0.11.2+ds1-1), golang-go-patricia (= 2.3.1-1), golang-go-zfs (= 3.0.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-logrus (= 1.9.0-1), golang-testify (= 1.8.1-1), golang-toml (= 1.2.0-2), runc (= 1.1.5+ds1-1) Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-storage/containers-storage_1.48.1+ds1-2~bpo12+1_arm64.deb Package: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 5572 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libkf5notifications5 (>= 5.69.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.15.1), libqt5qml5 (>= 5.12.2), libqt5svg5 (>= 5.6.0~beta), libqt5waylandclient5 (>= 5.15.4), libqt5widgets5 (>= 5.15.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libx11-6, libxtst6 Recommends: copyq-plugins (= 9.0.0-1~bpo12+1) Suggests: copyq-doc Size: 1394888 SHA256: 0a5cca21936f885d66617e0369d9cac28562c44534879188699e539774d99519 SHA1: dc6c00a96f77b1a400940581bebeee3e1502a139 MD5sum: d68e71c27126217830f8fb95e3a0b55f Description: Advanced clipboard manager with editing and scripting features CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application. . Items can be: * edited with internal editor or with preferred text editor, * moved to other tabs, * drag'n'dropped to applications, * marked with tag or a note, * passed to or changed by custom commands, * or simply removed. . Features: * Support for Linux, Windows and OS X 10.9+ * Store text, HTML, images or any other custom formats * Quickly browse and filter items in clipboard history * Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs * Add notes or tags to items * System-wide shortcuts with customizable commands * Paste items with shortcut or from tray or main window * Fully customizable appearance * Advanced command-line interface and scripting * Ignore clipboard copied from some windows or containing some text * Support for simple Vim-like editor and shortcuts * Many more features Homepage: https://hluk.github.io/CopyQ/ Section: utils Priority: optional Filename: pool/main/c/copyq/copyq_9.0.0-1~bpo12+1_arm64.deb Package: copyq-doc Source: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 2208 Maintainer: Debian QA Group Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 1147020 SHA256: 900d25babbe438dd34b5d2cb186cbee8e8e2583ded8cf49c0d23bbc917186ce2 SHA1: 49eb8deb8b8d54a7249723680a81c8743cea1509 MD5sum: 8a285fc3378dafa773e4c6dcb1d7c6c9 Description: Documentation and examples for CopyQ - HTML format CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application. . This contains the documentation in HTML format. Multi-Arch: foreign Homepage: https://hluk.github.io/CopyQ/ Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/c/copyq/copyq-doc_9.0.0-1~bpo12+1_all.deb Package: copyq-plugins Source: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 2499 Maintainer: Debian QA Group Architecture: arm64 Depends: copyq (= 9.0.0-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11) Size: 493080 SHA256: 08ad99d29d58b15dc98f99be6c911a71a4e0f7dca912770b841ff8c5595052ff SHA1: ab1de44ba4b7edfd52cd5292fbd34eb1c4a2a708 MD5sum: eb3d3b21c1eb489d60e01464e45bcbf2 Description: Plugins for CopyQ CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application. . This package contains plugins that add various item types support and features to CopyQ, including: * Text with Highlighting * Images * Web Pages * Various Data * Notes * Encryption * FakeVim Editor * Synchronize Items to Disk * Item Tags * Pinned Items Homepage: https://hluk.github.io/CopyQ/ Section: utils Priority: optional Filename: pool/main/c/copyq/copyq-plugins_9.0.0-1~bpo12+1_arm64.deb Package: corectrl Version: 1.3.5+ds-1~bpo12+1 Installed-Size: 4750 Maintainer: Gürkan Myczko Architecture: arm64 Depends: libbotan-2-19 (>= 2.19.3+dfsg), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.12.0), libpolkit-gobject-1-0 (>= 0.99), libpugixml1v5 (>= 1.6), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libquazip1-qt5-1 (>= 1.4), libstdc++6 (>= 11), vulkan-tools, qml-module-qtcharts, qml-module-qtquick-layouts, qml-module-qtquick-controls2, qml-module-qt-labs-platform, qml-module-qtquick-window2, qml-module-qtquick2 Size: 821404 SHA256: 0d9efec3b628fcd476a211f7740e22decd07fe99ff702d0307a0995875afd5c5 SHA1: bec15fc86b7f0c4cccdb688817b92395e029ac53 MD5sum: 8508f90c109132abc57a985b67beec8b Description: Control your computer hardware using application profiles corectrl allows control of the CPU and AMD GPUs to set custom profiles for applications. This aims to be flexible, comfortable and accessible to regular users. Homepage: https://gitlab.com/corectrl/corectrl Section: utils Priority: optional Filename: pool/main/c/corectrl/corectrl_1.3.5+ds-1~bpo12+1_arm64.deb Package: cppgir Version: 0~git20231019.ff975ba-2~bpo12+1 Installed-Size: 865 Maintainer: Nicholas Guriev Architecture: arm64 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 252240 SHA256: e620d143c647fb4ef8fb77323c73f328798b88c231e04f322bc43193f8d44c2b SHA1: 19b5e7a13ccc0028b8c76900de32ac4747bf8b2e MD5sum: bec15d7a79fd3be0af54c8d382ace47f Description: C++ binding wrapper generator for GObject introspection cppgir processes .gir files derived from GObject-Introspection annotations into a set of C++ files defining suitable namespaces, classes and other types that together from a C++ binding. In this way, the plain C libraries and objects become available as native objects along with managed resource handling. Multi-Arch: foreign Homepage: https://gitlab.com/mnauw/cppgir Section: devel Priority: optional Filename: pool/main/c/cppgir/cppgir_0~git20231019.ff975ba-2~bpo12+1_arm64.deb Package: ctdb Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 5085 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: iproute2, psmisc, samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), sudo, tdb-tools, time, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.11), libtevent0 (>= 0.15.0) Recommends: ethtool, python3:any, python3-etcd Suggests: lsof, librados2 (>= 16.2.15+ds), samba-vfs-ceph Size: 750876 SHA256: 372fd7fcbe09ed9701810222b9ae341d0ac375bd70667885265a470395b8db86 SHA1: 9c700fad3abf51b358d8e43828c0d27fe247cb3f MD5sum: eedf868ac342a39f2e2460078f122963 Description: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/ctdb_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 502 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (= 8.13.0-5~bpo12+1), zlib1g (>= 1:1.1.4) Recommends: bash-completion Size: 260816 SHA256: 9a9082d145d48d976eb831c33face5b5766a4aa59be52127c647ca3dedf887eb SHA1: 05cc98be8e89229a55fc871654790ed79c44665c MD5sum: b3d6325b92e8fc02d58f13c7f9c5784d Description: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Multi-Arch: foreign Homepage: https://curl.se/ Section: web Priority: optional Filename: pool/main/c/curl/curl_8.13.0-5~bpo12+1_arm64.deb Package: cyrus-admin Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 207 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-common (>= 3.10.1), libcyrus-imap-perl (>= 3.10.1-3~bpo12+1), perl:any, libc6 (>= 2.34) Suggests: sasl2-bin Size: 88460 SHA256: e03979ed8d4ec0076c82c9ec21d41de381963ff838d0d3dff44a5fc8edb6f1dd SHA1: 9fc74a5f0f8b3781a088d580ad9a1de42e328f9e MD5sum: 9cb00cf5f27d2f2db938233add081a6b Description: Cyrus mail system - administration tools This package provides the administrative tools for the Cyrus IMAPd suite. It contains the cyradm tool which can be used to administer both local and remote Cyrus mail systems. It also contains sieveshell and its deprecated cousin installsieve, which can be used to manage sieve scripts. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-admin_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-caldav Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 1700 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-common (= 3.10.1-3~bpo12+1), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libical3 (>= 3.0.0), libjansson4 (>= 2.14), libnghttp2-14 (>= 1.10.0), libpcre2-posix3 (>= 10.34), libsasl2-2 (>= 2.1.28+dfsg), libshp2 (>= 1.3.0), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~), libxml2 (>= 2.8.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.6) Size: 609848 SHA256: d0e88819221ca457f78a6020876f5398515197762601eb51d42f4e61b3dfad5c SHA1: ef3a4098a201b1c95c377237a40a194325604a83 MD5sum: f83557bc81bff27cb76fbb09bf153be9 Description: Cyrus mail system - CalDAV and CardDAV support This package contains the CalDAV and CardDAV portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-caldav_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-clients Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 172 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-common (>= 3.10.1), libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0) Size: 88168 SHA256: 54b822e1ab6f19c434be668dd6c5377f81ba34f3a427ca7721a9339960c8766c SHA1: 3dacc0ab4bbc8a8b38a8e5935a2fabf2aeb3fd94 MD5sum: e574c6a9b0ef7ab11a133b9bfa33e7cb Description: Cyrus mail system - test clients This package contains client tools to test the Cyrus IMAPd suite. It contains the mupdatetest, sivtest, smtptest, lmtptest, imtest and pop3test tools which can be used to interactively talk to a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server. The clients are fully SASL-enabled for authentication. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-clients_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-common Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 7953 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: adduser, db-util, default-mta | mail-transport-agent, e2fsprogs, gawk, libsasl2-modules, netbase, debconf (>= 0.5) | debconf-2.0, perl:any, libc6 (>= 2.34), libclamav11 (>= 1.0.0), libcom-err2 (>= 1.43.9), libgcc-s1 (>= 3.0), libical3 (>= 3.0.0), libicu72 (>= 72.1~rc-1~), libjansson4 (>= 2.14), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.5-0 (>= 2.5.4), libpcre2-posix3 (>= 10.34), libpq5, libsasl2-2 (>= 2.1.28+dfsg), libsqlite3-0 (>= 3.6.0), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libwrap0 (>= 7.6-4~), libxapian30 (>= 1.4.19~), libxml2 (>= 2.8.0), libzephyr4, zlib1g (>= 1:1.2.6) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: cyrus-imapd | cyrus-pop3d | cyrus-murder | cyrus-nntpd | cyrus-admin | cyrus-caldav Suggests: apt-listchanges, cyrus-admin, cyrus-caldav, cyrus-clients, cyrus-doc, cyrus-imapd, cyrus-murder, cyrus-nntpd, cyrus-pop3d, cyrus-replication, sasl2-bin Size: 1350964 SHA256: 2b8e5a2d82ff7faa3663b09c6b7f16e0782b3e11eefa69c30c68e53eb1b9765d SHA1: cc5e2b55910b1dca69cb203f359aac65ab50c5ac MD5sum: aff301c740218ddfe07d0d6ebd0054ee Description: Cyrus mail system - common files Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . Cyrus doesn't support reading from and storing mail in the standard mail spool. It stores mail in a separate directory in its own MH-like format. . This package contains the common files needed by the other Cyrus components. The cyrus-imapd and/or cyrus-pop3d packages are needed to enable IMAP and POP3 support respectively. cyrus-murder can be used to enable IMAP, POP3 and LMTP proxying. cyrus-replication can be used to provide server replication between two imap servers. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-common_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-dev Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 241 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-common (= 3.10.1-3~bpo12+1), libcyrus-imap-perl (>= 3.10.1-3~bpo12+1), libsasl2-dev Size: 79436 SHA256: f3aae728909445d2354d54628750b526e9251958ca8e6a3cb3ff8d3f67a27541 SHA1: 78eddab2b924cd22fca14f5f34099444774f0c08 MD5sum: 5b1384dcaecc9687b1c6233291ff0533 Description: Cyrus mail system - developer files This package contains header files and the static library needed to develop IMAP applications that interface with the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: devel Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-dev_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-doc Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 1322 Maintainer: Debian Cyrus Team Architecture: all Size: 302356 SHA256: 3f8ab3f7aa3ead06ea74cbb7d21d27fb4203e9e6bfc948c6ea722cc3e944a6ca SHA1: cdd2a211d1b51f995dbee6afa432eae170406965 MD5sum: 15b141ff2ac284cfc12e05aff1c080f5 Description: Cyrus mail system - documentation files Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the documentation for the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Multi-Arch: foreign Homepage: https://www.cyrusimap.org/ Section: doc Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-doc_3.10.1-3~bpo12+1_all.deb Package: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 611 Maintainer: Debian Cyrus Team Architecture: arm64 Provides: imap-server Depends: cyrus-common (= 3.10.1-3~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libjansson4 (>= 2.14), libsasl2-2 (>= 2.1.28+dfsg), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Recommends: rsync Conflicts: imap-server Size: 204856 SHA256: 1dbccd09129bd9c940a1d56887f84892dcefacd6e541cdbe8764b2ae47b084b5 SHA1: 21e47359c887deddb33431b0c5067fb402b5aa14 MD5sum: 83b602c5edb0d938ef81310a37a29324 Description: Cyrus mail system - IMAP support Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the IMAP (Internet Mail Access Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-imapd_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-murder Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 150 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-clients (= 3.10.1-3~bpo12+1), cyrus-common (= 3.10.1-3~bpo12+1), cyrus-imapd (= 3.10.1-3~bpo12+1), cyrus-pop3d (= 3.10.1-3~bpo12+1), libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Size: 74424 SHA256: 58913c4578de298f9818b49d52baa708b4c38d54f8996d71033e9723ee40e6fa SHA1: 6df8bdf7ed73593f30f0a750a2cd84ae81e49380 MD5sum: 2bb589f42c40e8f7388893dc8ca03b02 Description: Cyrus mail system - proxies and aggregator This package contains the Cyrus IMAPd suite murder aggregator system, i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon. It allows for cluster setups where there are many backend Cyrus spools and frontend proxy servers. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-murder_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-nntpd Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 408 Maintainer: Debian Cyrus Team Architecture: arm64 Provides: news-transport-system Depends: cyrus-common (= 3.10.1-3~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Conflicts: news-transport-system Size: 135492 SHA256: b008020141fc6fcadd6a5e4c51a09c28494471a6c7e15ad99e1e122b568f6e45 SHA1: 7d657a119d6052cf82c4fb107f66c95e341dbab7 MD5sum: deae03e75d034ecd672583ed7c4c8619 Description: Cyrus mail system - NNTP support This package contains the NNTP (Network News Transfer Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-nntpd_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-pop3d Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 274 Maintainer: Debian Cyrus Team Architecture: arm64 Provides: pop3-server Depends: cyrus-common (= 3.10.1-3~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libsasl2-2 (>= 2.1.28+dfsg), libwrap0 (>= 7.6-4~) Conflicts: pop3-server Size: 115796 SHA256: 783a04ccd9e8be06a207172a4c941336cd780ac3d8fd1b471e6735de36b811c1 SHA1: 5ef3140efd5fbf2895b369d8e5031d9973bc10ec MD5sum: c1589121768ccb01a03215c7212543d7 Description: Cyrus mail system - POP3 support Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the POP3 (Post Office Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-pop3d_3.10.1-3~bpo12+1_arm64.deb Package: cyrus-replication Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 672 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: cyrus-common (= 3.10.1-3~bpo12+1), cyrus-imapd (= 3.10.1-3~bpo12+1) | cyrus-pop3d (= 3.10.1-3~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libsasl2-2 (>= 2.1.28+dfsg), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Size: 138456 SHA256: 0b8f7793ad897ce72727bdf6b6a4e360369706fa0ed71a39b6d962dcdf699b7b SHA1: 93621e29a16a5dc7662ee988999fb1a99c12dc4b MD5sum: d10ae12a4bf6fc956986689374a85f51 Description: Cyrus mail system - replication This package contains the Cyrus IMAPd suite replication system. It allows the replication of the mail spool between two imap or pop servers. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: mail Priority: optional Filename: pool/main/c/cyrus-imapd/cyrus-replication_3.10.1-3~bpo12+1_arm64.deb Package: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 2101 Maintainer: John Goerzen Architecture: arm64 Depends: libdar64-6000 (= 2.7.15-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: par2, dar-docs Size: 593572 SHA256: fd00685c5e993b2a2cda49db953a36c8f0bde208b1b5b40184ef4badd13c8686 SHA1: 954351b2d1139196860fa9084d687260179e2999 MD5sum: ef2b20f611077cab8374f1c781efe38c Description: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Homepage: http://dar.linux.free.fr/ Section: utils Priority: optional Filename: pool/main/d/dar/dar_2.7.15-2~bpo12+1_arm64.deb Package: dar-docs Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 28905 Maintainer: John Goerzen Architecture: all Size: 1614776 SHA256: 103d38bced429c673ccb6d4bb58b3304421aa09c0dd15e1820294a55952c1033 SHA1: cf12e14d0c25f89e50ab2a00358ff6619acbaac1 MD5sum: beb7556b7cc615e579ddd5919cdbb57c Description: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the documentation and example files. Multi-Arch: foreign Homepage: http://dar.linux.free.fr/ Section: doc Priority: optional Filename: pool/main/d/dar/dar-docs_2.7.15-2~bpo12+1_all.deb Package: dar-static Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 12148 Maintainer: John Goerzen Architecture: arm64 Size: 2543440 SHA256: bc629a79fc6d60a7017def28b8409919c4358c749ac230690ec1a3504f19f801 SHA1: 7e2a45c917328b63a8e3db55762b580eeb67fb9f MD5sum: e2621b07a63fba114b1cd73e44d5c80e Description: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the static binary, dar_static. Homepage: http://dar.linux.free.fr/ Built-Using: argon2 (= 0~20171227-0.3+deb12u1), bzip2 (= 1.0.8-5), curl (= 7.88.1-10+deb12u7), e2fsprogs (= 1.47.0-2), glibc (= 2.36-9+deb12u8), gpgme1.0 (= 1.18.0-3), libassuan (= 2.5.5-5), libcap2 (= 1:2.66-4), libgcrypt20 (= 1.10.1-3), libnsl (= 1.3.0-2), librsync (= 2.3.2-1), libthreadar (= 1.5.0-1~bpo12+1), libzstd (= 1.5.4+dfsg2-5), lz4 (= 1.9.4-1), lzo2 (= 2.10-2), openssl (= 3.0.14-1~deb12u1), zlib (= 1:1.2.13.dfsg-1) Section: utils Priority: optional Filename: pool/main/d/dar/dar-static_2.7.15-2~bpo12+1_arm64.deb Package: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 24568 Maintainer: Debian Games Team Architecture: arm64 Depends: libc6 (>= 2.34), libftgl2 (>= 2.4.0), libgcc-s1 (>= 4.5), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglib2.0-0 (>= 2.49.3), libglu1-mesa | libglu1, libjpeg62-turbo (>= 1.3.1), libopenal1 (>= 1.14), libpng16-16 (>= 1.6.2-1), libpugixml1v5 (>= 1.11), libpython3.11 (>= 3.11.0), libsigc++-2.0-0v5 (>= 2.8.0), libstdc++6 (>= 11), libvorbisfile3 (>= 1.1.2), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), zlib1g (>= 1:1.1.4), fonts-freefont-ttf Recommends: darkradiant-plugins-darkmod Size: 7142512 SHA256: 565acebe06127baf2ebafdab5797c9bbc6f0cadfdff9e6ff8d3e575691f6db85 SHA1: ea13285aa3e405df7197215dac07aba9548a917d MD5sum: c4c0c57d1b0a8291327479c896880a5a Description: Level design toolchain for DOOM3 and The Dark Mod DarkRadiant is a 3D map and level editor for games based on the idtech4 engines. The software is based on GtkRadiant and focuses on the games DOOM3 and The Dark Mod. Other games based on the same engine, like Quake 4, might be editable too, but are not explicitly supported. . Darkradiant can also be used to create free contents for the GPL'ed version of the DOOM3 engine. Multi-Arch: foreign Homepage: http://darkradiant.sourceforge.net/ Section: graphics Priority: optional Filename: pool/main/d/darkradiant/darkradiant_3.9.0-1~bpo12+1_arm64.deb Package: darkradiant-plugins-darkmod Source: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 5298 Maintainer: Debian Games Team Architecture: arm64 Depends: darkradiant (= 3.9.0-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.5), libgl1, libglu1-mesa | libglu1, libsigc++-2.0-0v5 (>= 2.8.0), libstdc++6 (>= 11), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2) Size: 1001664 SHA256: e1088d04bd4d76ee30add04ed82243a17e46b6b16ee8468f69c43ef92761e341 SHA1: 59470d1e3cfb55031ddc64639b4868374cdb59b0 MD5sum: f1d865e56aa13bccc0d146b714ae3943 Description: DarkMod-specific plugins for DarkRadiant DarkRadiant is a 3D map and level editor for games based on the idtech4 engines. The software is based on GtkRadiant and focuses on the games DOOM3 and The Dark Mod. Other games based on the same engine, like Quake 4, might be editable too, but are not explicitly supported. . This package provides the plugins necessary to edit levels for The Dark Mod. Multi-Arch: same Homepage: http://darkradiant.sourceforge.net/ Section: graphics Priority: optional Filename: pool/main/d/darkradiant/darkradiant-plugins-darkmod_3.9.0-1~bpo12+1_arm64.deb Package: dbus-broker Version: 36-2~bpo12+1 Installed-Size: 518 Maintainer: Utopia Maintenance Team Architecture: arm64 Provides: dbus-system-bus Depends: libapparmor1 (>= 3.0), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.2), libsystemd0 (>= 243), init-system-helpers (>= 1.52), systemd-sysv, dbus-system-bus-common Recommends: dbus-bin Size: 148388 SHA256: 6831ca7cadfc5d2dee76343a95987125f8cb367533d871e3ae3b0c4dfce64a22 SHA1: 7857335486b8f8e13d759ec8c18accf21c3d32e2 MD5sum: e25ad6ccb3685c00dd5604f32106f617 Description: Linux D-Bus Message Broker The dbus-broker project is an implementation of a message bus as defined by the D-Bus specification. Its aim is to provide high performance and reliability, while keeping compatibility to the D-Bus reference implementation. It is exclusively written for Linux systems, and makes use of many modern features provided by recent Linux kernel releases. Multi-Arch: foreign Homepage: https://github.com/bus1/dbus-broker/ Section: admin Priority: optional Filename: pool/main/d/dbus-broker/dbus-broker_36-2~bpo12+1_arm64.deb Package: ddcci-dkms Source: ddcci-driver-linux Version: 0.4.5-1~bpo12+1 Installed-Size: 96 Maintainer: Debian QA Group Architecture: all Depends: dkms (>= 3.0.3-4~) Size: 22480 SHA256: e8794f1f8d3755e5b7dd3269f4793ef492c22675b3ba988a12fbe3bb869f1fd1 SHA1: d8bc032aff79b923e59540e7d24052635a35c6ed MD5sum: 3f82404bbb75e9ab1919121230fd72f4 Description: DDC/CI driver This set of kernel modules provides a DDC/CI driver for compatible monitors, and integration into the backlight system class. With the latter, many desktop environments can control the backlight on external monitors. Homepage: https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux Section: kernel Priority: optional Filename: pool/main/d/ddcci-driver-linux/ddcci-dkms_0.4.5-1~bpo12+1_all.deb Package: debhelper Version: 13.23~bpo12+1 Installed-Size: 1521 Maintainer: Debhelper Maintainers Architecture: all Replaces: dh-buildinfo Provides: debhelper-compat (= 9), debhelper-compat (= 10), debhelper-compat (= 11), debhelper-compat (= 12), debhelper-compat (= 13), dh-buildinfo, dh-sequence-dwz, dh-sequence-elf-tools, dh-sequence-installinitramfs, dh-sequence-installsysusers, dh-sequence-movetousr, dh-sequence-single-binary, dh-sequence-systemd Depends: autotools-dev, dh-autoreconf (>= 17~), dh-strip-nondeterminism (>= 0.028~), dpkg (>= 1.18.0~), dpkg-dev (>= 1.18.2~), dwz (>= 0.12.20190711), file (>= 3.23), libdebhelper-perl (= 13.23~bpo12+1), libdpkg-perl (>= 1.17.14), man-db, po-debconf, perl:any Suggests: dh-make Conflicts: dh-buildinfo Breaks: cmake (<< 3.9~), dh-debputy (<< 0.1.36~), meson (<< 0.40.0~) Size: 1001840 SHA256: 3f2b70b189bbc0dadd48b98433375d1f8bf8ef9878193ef008491a23abec808b SHA1: 35c3b557591c329b47da44cee48a0682baa2ed30 MD5sum: 2199618654a8530ae743a8b133da4da6 Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/debhelper/debhelper_13.23~bpo12+1_all.deb Package: debian-tag2upload-keyring Version: 1.1~bpo12+2 Installed-Size: 13 Maintainer: Debian tag2upload Delegates Architecture: all Size: 3984 SHA256: f5bc8c2457a28164efb656952458e5e09adb1c9226cd6f9c20950202d2f72fd1 SHA1: 59b51d94c6b85f742c8d4936187cf4f1f93ce1e9 MD5sum: ea09e4027750780e160e0b43f0134001 Description: OpenPGP signing key for the Debian tag2upload service tag2upload signs source packages and git tags with this key. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/debian-tag2upload-keyring/debian-tag2upload-keyring_1.1~bpo12+2_all.deb Package: debootstrap Version: 1.0.141~bpo12+1 Installed-Size: 325 Maintainer: Debian Install System Team Architecture: all Depends: wget, distro-info Recommends: sopv | sqv | gpgv, mount, debian-archive-keyring, arch-test (>= 0.11~) Suggests: squid-deb-proxy-client, ubuntu-archive-keyring, binutils, xz-utils, zstd Size: 50248 SHA256: d1f22958e102750824362e5c55af172c46de941582d77150905480e5ba830c2e SHA1: a8ca4c4da50a6e72816209470c8164b2d090f650 MD5sum: 77764dfba0cfc4f8b497475634143f59 Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Multi-Arch: foreign Section: admin Priority: optional Filename: pool/main/d/debootstrap/debootstrap_1.0.141~bpo12+1_all.deb Package: debputy-lsp Version: 0.2.2~bpo12+1 Installed-Size: 9 Maintainer: Debputy Maintainers Architecture: all Depends: debputy (>= 0.1.46~), python3-lsprotocol, python3-pygls Recommends: hunspell-en-us, python3-hunspell, python3-levenshtein Suggests: python3-junit-xml Size: 2972 SHA256: 1534b616e4e8ef0452a6bf900c7ce8984c0ed5e05039b95433513c7ac90bda85 SHA1: 26278198aacd20a11182dee3e36a9385cf3e0849 MD5sum: 28ac1936bc976aeb5f42b7ae4d2b2994 Description: Editor support for Debian packaging files via LSP specification Dependency package that installs the minimal dependencies required for for the debputy language server, which can provide editor support via the Language Server Protocol (LSP). This package will also provide relevant dependencies for many of debputy assistance commands such as "debputy lint" and "debputy reformat". . Any editor with LSP support built with a compatible version of the LSP specification can interface with the debputy language server and use it to extend its feature set for Debian packaging files (debian/). . Concrete features depends on the editor in question, but common supported editor features include: . * As-you-type diagnostics with quick-fixes * Context aware completion suggestions * In-editor access to documentation (often called "hover docs") . The "Suggests" field may have a package dedicated to your favorite editor. If so, consider installing that instead as it will then also provide most of the relevant editor glue to enable debputy automatically. Otherwise, you still have to provide your own editor-side of the configuration to have it start debputy when you start editing debian packaging files. . For more information about the LSP specification, please see: https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/ . For a list of tools / editors that supports some version of the LSP specification, please see: https://microsoft.github.io/language-server-protocol/implementors/tools/ Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/debputy/ Section: devel Priority: optional Filename: pool/main/d/debputy-lsp/debputy-lsp_0.2.2~bpo12+1_all.deb Package: debuginfod Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 375 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libdebuginfod1 (= 0.192-4~bpo12+1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 3.0), libjson-c5 (>= 0.15), liblzma5 (>= 5.1.1alpha+20120614), libmicrohttpd12 (>= 0.9.50), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12) Recommends: libarchive-tools Size: 115012 SHA256: 34b49e662967aeb8d23a3928aac1aff56ddc54cb685c3624d9a66620f6acf627 SHA1: e23bbe6964343400e70a135bd0732b6ef1fd0bda MD5sum: 5a9f982c21773a119fc3d43ccd0685f0 Description: debuginfo-related http file-server daemon Server, client tool and library to index and fetch ELF/DWARF files addressed by build-id through HTTP. Homepage: https://sourceware.org/elfutils/ Section: devel Priority: optional Filename: pool/main/e/elfutils/debuginfod_0.192-4~bpo12+1_arm64.deb Package: debusine-client Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 63 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.11.1~bpo12+1), python3-aiohttp, python3-configobj, python3-dateutil, python3-debian, python3-email-validator, python3-fasteners, python3-prometheus-client, python3-psutil, python3-pydantic, python3-requests, python3-requests-file, python3-requests-toolbelt, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~), xkcdpass Enhances: dput-ng Size: 14984 SHA256: 2975f809de46b03b22c98b5210d71030fd7183957e9bb384003838fece584e38 SHA1: a9fdcc76da0ee64e087dfc5e59801a07e1337085 MD5sum: 5ffe2f1a0a0fcd1f4b2357c07665ab37 Description: Command line client to interact with a debusine server Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package provides the command line client used to interact with a debusine server. Homepage: https://salsa.debian.org/freexian-team/debusine Section: devel Priority: optional Filename: pool/main/d/debusine/debusine-client_0.11.1~bpo12+1_all.deb Package: debusine-doc Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 8281 Maintainer: Raphaël Hertzog Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 674992 SHA256: c52ba44b6d040214d799ec862a2b3d40c3f7d9296b80cfa3ab9c32f49b711036 SHA1: a95d417f74a1bfb5a698d45d58c736075858d43e MD5sum: 68481d839e459496af3cbfbbc79dbd15 Description: Documentation for debusine Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . The documentation includes end-user documentation (how to use), administrator documentation (how to setup) and developer documentation (how to contribute, design and API). Multi-Arch: foreign Homepage: https://salsa.debian.org/freexian-team/debusine Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/d/debusine/debusine-doc_0.11.1~bpo12+1_all.deb Package: debusine-server Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 114 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, daphne, dbconfig-pgsql | dbconfig-no-thanks, libjs-select2.js, python3-debusine-server (= 0.11.1~bpo12+1), debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: default-mta | mail-transport-agent, nginx-core | httpd, postgresql, redis-server, sensible-utils Suggests: munin-node Size: 22392 SHA256: 4587e5bf9ae575ae4671f05683e437f7963efb91a2dd07846c225f3767d12beb SHA1: 6526c240f80faf503ffeb317f38d04ae09475d7d MD5sum: 7d283907afe4fa3c5eba496ca91daeba Description: Services to run a debusine server Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package provides all the required services to run a debusine server. Homepage: https://salsa.debian.org/freexian-team/debusine Section: devel Priority: optional Filename: pool/main/d/debusine/debusine-server_0.11.1~bpo12+1_all.deb Package: debusine-signing Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 64 Maintainer: Raphaël Hertzog Architecture: all Depends: arch-test, dbconfig-pgsql | dbconfig-no-thanks, openssl, python3-debusine-signing (= 0.11.1~bpo12+1), python3-gpg, debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: devscripts, sbsigntool Size: 16580 SHA256: 4213151523f37d4c61bcead20617d1f8b4d3610f4b4eea4f7c21f141faf4a535 SHA1: ecf711e2ca4df9dbc2d3afca38e3b4491fe01705 MD5sum: 6e87cf96799b3561d4e66dd8483375f9 Description: Signing service for debusine Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package provides a service that holds private keys and uses them to sign data on behalf of debusine. Homepage: https://salsa.debian.org/freexian-team/debusine Section: devel Priority: optional Filename: pool/main/d/debusine/debusine-signing_0.11.1~bpo12+1_all.deb Package: debusine-worker Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 74 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, python3-debusine (= 0.11.1~bpo12+1), udev, python3:any (>= 3.11~) Recommends: autopkgtest, binutils-for-host | binutils-multiarch, debootstrap, debvm, dosfstools, e2fsprogs, fdisk, mmdebstrap, mount, mtools, parted, qemu-utils, sbuild, systemd, systemd-ukify | systemd (<< 255.1-1), uidmap, xz-utils Suggests: incus, qemu-kvm Size: 21464 SHA256: b647c9a7c5a10571a99d80660a939f244ff7f6a34b3c29023048e08da8e57f3f SHA1: 7b40d68a9e6f5b5f633e038151c3584a709c7fac MD5sum: c7664cc44e8dd5705fb2cba9864aabb4 Description: Standalone daemon handling work requests for a debusine server Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package provides the services to run a debusine worker executing work requests sent by a debusine server. Homepage: https://salsa.debian.org/freexian-team/debusine Section: devel Priority: optional Filename: pool/main/d/debusine/debusine-worker_0.11.1~bpo12+1_all.deb Package: dehydrated Version: 0.7.1-1~bpo12+1 Installed-Size: 239 Maintainer: Debian Let's Encrypt Team Architecture: all Depends: ca-certificates, curl, openssl Size: 120588 SHA256: 577c7fdef1c7a1ba92f4361b5e0a7ff7ee4707d8a422ef200e4f0f088978fee0 SHA1: 051ad660a40024f75c114d0b443a1db051140e76 MD5sum: 1d7ae40cefb98586fb883810220679a9 Description: ACME client implemented in Bash The dehydrated ACME client allows signing certificates with an ACME server, like the one provided by the Let’s Encrypt certificate authority (letsencrypt.org). It is implemented as a relatively simple Bash script, which uses curl to communicate with the ACME server and OpenSSL to deal with keys, sign requests and certificates. . The ACME (Automated Certificate Management Environment) protocol makes it possible to automatically obtain browser-trusted certificate. Multi-Arch: foreign Homepage: https://dehydrated.io Section: misc Priority: optional Filename: pool/main/d/dehydrated/dehydrated_0.7.1-1~bpo12+1_all.deb Package: dehydrated-apache2 Source: dehydrated Version: 0.7.1-1~bpo12+1 Installed-Size: 23 Maintainer: Debian Let's Encrypt Team Architecture: all Recommends: dehydrated, apache2 (>= 2.4.6-4~) | httpd Size: 6944 SHA256: c6da20981a7ba8f75dbcf8a564994c4cedbc41a70cbe7646052958710f51484f SHA1: 8d570e3780717d0397f0e8a671ce4c4ac19f9dc5 MD5sum: eefce36b7e6ba7f895f0c3b75e8f5c7b Description: dehydrated challenge response support for Apache2 This package provides an Apache2 config snippet to serve the http-01 challenge responses for dehydrated. . Installing this package together with dehydrated is enough to have a fully functional ACME client, including replying to the HTTP challenge. Homepage: https://dehydrated.io Section: misc Priority: optional Filename: pool/main/d/dehydrated/dehydrated-apache2_0.7.1-1~bpo12+1_all.deb Package: devscripts Version: 2.25.10~bpo12+1 Installed-Size: 2709 Maintainer: Devscripts Maintainers Architecture: all Replaces: hardening-includes, ubuntu-dev-tools (<< 0.124~) Depends: dpkg-dev (>= 1.18.19), file, gpg, gpg-agent, libdpkg-perl, libfile-dirlist-perl, libfile-homedir-perl, libfile-touch-perl, libmoo-perl, libwww-perl, patchutils, sensible-utils, sopv | gpgv, wdiff, perl:any, python3:any Recommends: apt (>= 1.3~pre3), dctrl-tools, dput | dupload, libdistro-info-perl, libencode-locale-perl, libgit-wrapper-perl, libjson-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, liburi-perl, licensecheck, lintian, lzip, man-db, patch, python3-apt, python3-debian (>= 0.1.15), python3-magic, python3-requests, python3-unidiff, python3-xdg, strace, unzip, wget | curl, xz-utils, debian-keyring, equivs, libgitlab-api-v4-perl, liblwp-protocol-https-perl, libsoap-lite-perl, pristine-tar Suggests: debhelper, adequate, at, autopkgtest, bls-standalone, bsd-mailx | mailx, build-essential, check-all-the-things, diffoscope, disorderfs, docker.io, dose-extra (>= 4.0), duck, elpa-devscripts, faketime, gnuplot, how-can-i-help, libauthen-sasl-perl, libdbd-pg-perl, libterm-size-perl, libtimedate-perl, libyaml-libyaml-perl, mmdebstrap, mutt, piuparts, postgresql-client, pristine-lfs, python3-debianbts, python3-pycurl, quilt, ratt, reprotest, ssh-client, svn-buildpackage, w3m Breaks: hardening-includes, ubuntu-dev-tools (<< 0.147~) Size: 1083764 SHA256: 2aca0f26ea1af98c17d5a575c70626d6c0db699a0b29c6bcca0947ea54d3681a SHA1: 4d1094b75b23bac2d0334a889b16a240a5636878 MD5sum: e5f12774dfae847ac55bf3a202ce7cf0 Description: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output. - archpath: Prints arch (tla/Bazaar 1.x) package names. Also supports calculating the package names for other branches. [tla] - bts: A command-line tool for accessing the Debian Bug Tracking System, both to send mails to control@bts.debian.org and to access the web pages and SOAP interface of the BTS. [www-browser, libauthen-sasl-perl, libsoap-lite-perl, liburi-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package. [dctrl-tools, dose-extra, libdpkg-perl] - chdist: tool to easily play with several distributions. [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific constructs. - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue. [ssh-client] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [debvm, mmdebstrap, python3-debian] - debc: List contents of current package. Do this after a successful "debuild" to see if the package looks all right. - debchange (abbreviation dch): Modifies debian/changelog and manages version numbers for you. It will either increment the version number or add an entry for the current version, depending upon the options given to it. [libdistro-info-perl, libsoap-lite-perl]* - debcheckout: checkout the development repository of a Debian package. * - debclean: Clean a Debian source tree. Debclean will clean all Debian source trees below the current directory, and if requested, also remove all files that were generated from these source trees (that is .deb, .dsc and .changes files). It will keep the .diffs and original files, though, so that the binaries and other files can be rebuilt if necessary. * - debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, using new entries in debian/changelog as the commit message. Also supports tagging Debian package releases. [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: A program which examines two .deb files or two .changes files and reports on any difference found in their file lists. Useful for ensuring that no files were inadvertently lost between versions. Can also examine two .dsc files and report on the changes between source versions. For a deeper comparison one can use the diffoscope package. [wdiff, patchutils]* - debdiff-apply: Apply unified diffs of two Debian source packages, such as those generated by debdiff, to a target Debian source package. Any changes to debian/changelog are dealt with specially, to avoid the conflicts that changelog diffs typically produce when applied naively. May be used to check that old patches still apply to newer versions of those packages. [python3-debian, python3-unidiff, quilt] - debftbfs: list source packages which have FTBFS bugs filed against them and print them with the bug number and title. [postgresql-client, python3-debian, python3-debianbts] - debi: Installs the current package by using dpkg. It assumes that the current package has just been built (for example by debuild), and the .deb lives in the parent directory, and will effectively run dpkg -i on the .deb. The ability to install the package with a very short command is very useful when troubleshooting packages. - debootsnap: Combines debootstrap and snapshot.debian.org to create a chroot containing exactly the requested selection of packages. This can be used to re-create a chroot from the past, for example to reproduce a bug. The tool is also used by debrebuild to build a package in a chroot with build dependencies in the same version as recorded in the buildinfo file. [apt-utils, equivs, mmdebstrap, python3-debian, python3-pycurl, python3-requests] - debrelease: A wrapper around dupload or dput which figures out which version to upload, and then calls dupload or dput to actually perform the upload. [dupload | dput, ssh-client] - debrebuild: Given a buildinfo file, builds the referenced source package in an environment documented in the provided buildinfo file. The build can be performed by sbuild or other builders in a chroot environment created by debootsnap. The generated artifacts will be verified against the hashes from the buildinfo file. [sbuild | mmdebstrap, python3-pycurl, libdpkg-perl] - debrepro: A script that tests reproducibility of Debian packages. It will build a given source directory twice, with a set of variation between the first and second build, and compare the binary packages produced. If diffoscope is installed, it is used to compare non-matching binaries. If disorderfs is installed, it is used during the build to inject non-determinism in filesystem listing operations. [faketime, diffoscope, disorderfs] - debrsign: This transfers a .changes/.dsc pair to a remote machine for signing, and runs debsign on the remote machine over an SSH connection. [gnupg, debian-keyring, ssh-client] - debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc) files created by running dpkg-buildpackage with no-sign options. Useful if you are building a package on a remote machine and wish to sign it on a local one. This script is capable of automatically downloading the .changes and .dsc files from a remote machine. [gnupg, debian-keyring, ssh-client]* - debsnap: grab packages from https://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to avoid problems with insufficient permissions and wrong paths etc. Debuild will set up the proper environment for building a package. Debuild will also run lintian to check that the package does not have any major policy violations. [lintian, gnupg]* - deb-check-file-conflicts: Check (using apt-file) if a Debian package installs files in the exact same path as any other package, and if there are Breaks/Replaces (or Conflicts) defined in debian/control to avoid the package installation failing on file conflicts. - deb-janitor: command-line client for interacting with the Debian Janitor. - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - deb2apptainer: build a Singularity/Apptainer image with given Debian packages. - deb2docker: build a docker image with given Debian packages. [docker.io] - dep3changelog: generate a changelog entry from a DEP3-style patch header. - dep-14-convert-git-branch-name: Convert git branches to follow DEP-14. - dget: Downloads Debian source and binary packages. Point at a .changes or .dsc to download all references files. Specify a package name to download it from the configured apt repository. [wget | curl] - diff2patches: extracts patches from a .diff.gz file placing them under debian/ or, if present, debian/patches. [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as debian/rules build) or dpkg-buildpackage, respectively, to determine the packages used during the build process. This information can be helpful when trying to determine the packages needed in the Build-Depends etc. lines in the debian/control file. [build-essential, strace] - dscextract: extract a single file from a Debian source package. [patchutils] - dscverify: check the signature and MD5 sums of a dsc file against the most current Debian keyring on your system. [gnupg, debian-keyring] - edit-patch: add/edit a patch for a source package and commit the changes. [quilt] - getbuildlog: download package build logs from Debian auto-builders. [wget] - git-deborig: try to produce Debian orig.tar using git-archive(1). [libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl] - grep-excuses: grep britney's excuses to find out what is happening to your packages. [libdbd-pg-perl, libterm-size-perl, libyaml-libyaml-perl, wget, w3m] - hardening-check: report the hardening characteristics of a set of binaries. - list-unreleased: searches for packages marked UNRELEASED in their changelog. - ltnu (Long Time No Upload): List all uploads of packages by the given uploader or maintainer and display them ordered by the last upload of that package, oldest uploads first. - manpage-alert: locate binaries without corresponding manpages. [man-db] - mass-bug: mass-file bug reports. [bsd-mailx | mailx] - mergechanges: merge .changes files from the same release but built on different architectures. - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given package. [equivs] - mk-origtargz: Rename upstream tarball, optionally changing the compression and removing unwanted files. [libfile-which-perl, unzip, xz-utils, file] - namecheck: Check project names are not already taken. - nmudiff: prepare a diff of this version (presumably an NMU against the previously released version (as per the changelog) and submit the diff to the BTS. [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it. [pristine-tar, pristine-lfs] - plotchangelog: display information from a changelog graphically using gnuplot. [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS (Package Tracking System) for a limited period of time. [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs. [wget | curl] - reproducible-check: reports on the reproducible status of installed packages. For more details please see . - rmadison: remotely query the Debian archive database about packages. [liburi-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian, autodep8] - salsa: manipulates salsa.debian.org repositories and users [libgitlab-api-v4-perl] - suspicious-source: output a list of files which are not common source files. [python3-magic] - svnpath: Prints the path to the Subversion repository of a Subversion checkout. Also supports calculating the paths for branches and tags in a repository independent fashion. Used by debcommit to generate svn tags. [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked. [libwww-perl, libyaml-libyaml-perl] - uscan: Automatically scan for and download upstream updates. Uscan can also call a program such as uupdate to attempt to update the Debianised version based on the new update. Whilst uscan could be used to release the updated version automatically, it is probably better not to without testing it first. Uscan can also verify detached OpenPGP signatures if upstream's signing key is known. [file, sopv | gpgv, libfile-dirlist-perl, libfile-touch-perl, libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl, unzip, xz-utils]* - uupdate: Update the package with an archive or patches from an upstream author. This will be of help if you have to update your package. It will try to apply the latest diffs to your package and tell you how successful it was. [patch] - what-patch: determine what patch system, if any, a source package is using. [patchutils] - whodepends: check which maintainers' packages depend on a package. - who-permits-upload: Retrieve information about Debian Maintainer access control lists. [gnupg, libencode-locale-perl, libwww-perl, debian-keyring] - who-uploads: determine the most recent uploaders of a package to the Debian archive. [gnupg, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption. [wget | curl] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package. [wget | curl] - wrap-and-sort: wrap long lines and sort items in packaging files. [python3-debian] - /usr/share/doc/devscripts/examples: This directory contains an example exim script for sorting mail arriving to Debian mailing lists. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/devscripts/devscripts_2.25.10~bpo12+1_all.deb Package: dgit Version: 12.12~bpo12+1 Installed-Size: 550 Maintainer: Debian tag2upload Delegates Architecture: all Depends: perl, libdpkg-perl, git-core, devscripts, dpkg-dev, git-buildpackage, liblist-moreutils-perl, liblocale-gettext-perl, coreutils (>= 8.23-1~), libdigest-sha-perl, dput, curl, apt, libjson-perl, ca-certificates, libtext-iconv-perl, libtext-glob-perl, libwww-curl-perl, libtext-csv-perl, python3 Recommends: ssh-client, distro-info-data, liburi-perl Suggests: sbuild | pbuilder | cowbuilder Size: 222396 SHA256: 015a8e0c771017cbfc7bdad4c8710a77ce6937eef0a7d1366cae89443cbf061a SHA1: 4336be639b983ffdb2158cb3b0ae8601a209d9e1 MD5sum: 67ee6ddb03690496c2d68d726f5bc903 Description: git interoperability with the Debian archive dgit (with the associated infrastructure) makes it possible to treat the Debian archive as a git repository. . dgit push constructs uploads from git commits . dgit clone and dgit fetch construct git commits from uploads. Section: devel Priority: optional Filename: pool/main/d/dgit/dgit_12.12~bpo12+1_all.deb Package: dgit-infrastructure Source: dgit Version: 12.12~bpo12+1 Installed-Size: 238 Maintainer: Debian tag2upload Delegates Architecture: all Depends: init-system-helpers (>= 1.52), perl, git-core, gpgv, chiark-utils-bin, libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3, libdpkg-perl, liburi-perl, liblocale-gettext-perl Recommends: dgit (>= 11.7~) Size: 75396 SHA256: b77fdcb7a2ecb22faf8195859ad822bfbd7940e10aec98b77db37f906d05a759 SHA1: 26ce723cf0fc1470af6c55562f84ce11292aa9b7 MD5sum: 917c99cdd124dc49904b3ae0efac0358 Description: dgit server backend infrastructure This package contains tools which are useful for setting up a dgit git depository. You probably want dgit, the client package, instead of dgit-infrastructure. Section: devel Priority: optional Filename: pool/main/d/dgit/dgit-infrastructure_12.12~bpo12+1_all.deb Package: dh-debputy Source: debputy Version: 0.1.67.1~bpo12+1 Installed-Size: 2640 Maintainer: Debputy Maintainers Architecture: all Provides: debputy (= 0.1.67.1~bpo12+1), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, debputy-plugin-perl-openssl, dh-sequence-debputy (= 0.1.67.1~bpo12+1), dh-sequence-installdebputy (= 0.1.67.1~bpo12+1), dh-sequence-zz-debputy (= 0.1.67.1~bpo12+1), dh-sequence-zz-debputy-rrr (= 0.1.67.1~bpo12+1) Depends: debhelper, dwz, man-db, python3-colored, python3-colorlog, python3-debian, python3-ruyaml | python3-ruamel.yaml, python3:any (>= 3.11~), strip-nondeterminism, perl:any Recommends: python3-argcomplete Suggests: debputy-lsp, hunspell-en-us, python3-hunspell, python3-junit.xml, python3-levenshtein, python3-lsprotocol, python3-pygls Breaks: debhelper (<= 13.19~) Size: 508560 SHA256: 3c7290311ac812688e626f76f8d2fe4aa8bf6ce71fbb8382e1869c50eeb3ecc7 SHA1: d5803db7e0832b33b98ee196910872de91a52ff9 MD5sum: 46cc39b624a0ba839b008ecc6ea503e0 Description: Manifest style Debian-based package builder (debhelper integration) Package builder that provides a declarative manifest for building Debian-based packages. . The debputy package builder aims to reduce cognitive load for the packager and provide better introspection to packagers, linters and the Debian janitor. . The debputy package also provides its own linting and editor support features via the debputy-lsp package that are aimed at as-you-type feedback. . This version integrates with the debhelper sequencer dh. Multiple integration modes are possible with dh. The most trivial integration mode is dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very few changes aimed entirely at removing the need for fakeroot when assembling the .deb. . For more information on all integration modes and what they do, please see https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/debputy Section: devel Priority: optional Filename: pool/main/d/debputy/dh-debputy_0.1.67.1~bpo12+1_all.deb Package: dh-dlopenlibdeps Source: package-notes Version: 0.15~bpo12+1 Installed-Size: 31 Maintainer: Luca Boccassi Architecture: all Provides: dh-sequence-dlopenlibdeps Depends: perl:any, debhelper, python3:any, python3-pyelftools Enhances: debhelper Size: 9784 SHA256: 3b939c5704602c51b11ce9ce98e2d776e4415edb68d42b7f3129d74df77b4941 SHA1: c5061acdfeb7e92e4447dc541c705064c4b09b5c MD5sum: 6e6b009e07fce570d2911d78409519b1 Description: Debian Helper for parsing dlopen metadata from ELF binaries Parses dlopen ELF note and generates dependencies from it that can be used via ${dlopen:Depends|Recommends|Suggests} See: https://systemd.io/ELF_DLOPEN_METADATA/ Multi-Arch: foreign Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Section: admin Priority: optional Filename: pool/main/p/package-notes/dh-dlopenlibdeps_0.15~bpo12+1_all.deb Package: dh-elpa Version: 2.1.9~bpo12+1 Installed-Size: 101 Maintainer: Debian Emacsen team Architecture: all Provides: dh-sequence-elpa Depends: debhelper (>= 9.20151004), libdebian-source-perl | dh-make-perl (>= 0.90), emacs-nox (>= 1:30.1) | emacs (>= 1:30.1), libarray-utils-perl, libconfig-tiny-perl, libfile-find-rule-perl, libdpkg-perl, libtext-glob-perl, perl:any Size: 33552 SHA256: 83a38dae62b2c2a2aa5befab31fa2f9f992779bca766ea2a61f0cca93d61c251 SHA1: 2af1ae2c479eabfd468a3f3e22b834dcdb89d07c MD5sum: f1d04a9352784b28a43d3c5605c78635 Description: Debian helper tools for packaging emacs lisp extensions This package provides a helper for packaging emacs lisp extensions in a way compatible with the GNU Emacs 'elpa' package repository. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/dh-elpa/dh-elpa_2.1.9~bpo12+1_all.deb Package: dh-elpa-helper Source: dh-elpa Version: 2.1.9~bpo12+1 Installed-Size: 27 Maintainer: Debian Emacsen team Architecture: all Size: 9932 SHA256: 6c5594a67ecefaa462633bb8a28d849eee9014847e5572e962b17eabb7b422fc SHA1: 81c76ede625d882a1753ada16a7a95e8577810d5 MD5sum: 653eadc9e7c951951d95032d33b2f848 Description: helper package for emacs lisp extensions This package provides the helper scripts needed by packages built with dh-elpa (>= 2.0). This allows dh-elpa using binary packages to receive bug fixes without rebuilding. Section: devel Priority: optional Filename: pool/main/d/dh-elpa/dh-elpa-helper_2.1.9~bpo12+1_all.deb Package: dh-exec Version: 0.30~bpo12+2 Installed-Size: 446 Maintainer: Craig Small Architecture: arm64 Depends: libc6 (>= 2.34), libpipeline1 (>= 1.0.0), perl:any, perl, debhelper, libdpkg-perl Size: 25416 SHA256: c92b9c301fbb1d6e39b995a9e686dd413f888d38e8a656705346817ae4e672c6 SHA1: b4181e7887429a33d889acef0d2537945c2a0401 MD5sum: 15f2f06215bcab94807eb29f930ab039 Description: Scripts to help with executable debhelper files Debhelper (in compat level 9 and above) allows its config files to be executable, and uses the output of such scripts as if it was the content of the config file. . To ease and standardize the most common tasks, this package provides a few solutions to help constructing such executable scripts: . * A way to ease variable substitution, from environment variables or dpkg-architecture. * Ability to filter files by architecture or build profile, within a single debhelper control file. * An extension to dh_install and dh_installman, with the ability to rename files. Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/dh-exec Section: devel Priority: optional Filename: pool/main/d/dh-exec/dh-exec_0.30~bpo12+2_arm64.deb Package: dh-golang Version: 1.62~bpo12+1 Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Provides: dh-sequence-golang Depends: debhelper, libdpkg-perl (>= 1.21.3~), perl:any Size: 24752 SHA256: 71a36cd7b15a3e2d19d83df2b5457a86d4d22dbe47d0add0986d3f843b1edacc SHA1: e274bcb46a5c66673b55ed377192022a3058b552 MD5sum: bcd0c5a90411d70627ef1f89fe080e10 Description: debhelper add-on for packaging software written in Go (golang) dh-golang provides a debhelper sequence addon named 'golang', a buildsystem module named 'golang' and a command called dh_golang. . The golang debhelper buildsystem is designed to make packaging programs written in Go very simple. Multi-Arch: foreign Section: golang Priority: optional Filename: pool/main/d/dh-golang/dh-golang_1.62~bpo12+1_all.deb Package: dh-package-notes Source: package-notes Version: 0.15~bpo12+1 Installed-Size: 19 Maintainer: Luca Boccassi Architecture: all Depends: debhelper Enhances: debhelper Size: 6804 SHA256: 284f05d69cec332ec40f4ee414b7df45441a8be84346cd41f3da0e65d1e2418d SHA1: dee5f59217992b403f1893e719a55dd0a5ae5d54 MD5sum: 17bbd0620cd9cad159ab38715b8f5dbb Description: Debian Helper for adding package metadata to ELF binaries Provides a linker specs file to add package metadata to the ELF binaries being built. See: https://systemd.io/ELF_PACKAGE_METADATA/ Multi-Arch: foreign Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Section: admin Priority: optional Filename: pool/main/p/package-notes/dh-package-notes_0.15~bpo12+1_all.deb Package: dhcpcd Version: 1:10.1.0-11~bpo12+1 Installed-Size: 39 Maintainer: Martin-Éric Racine Architecture: all Replaces: dhcpcd5 (<< 1:10.1.0-11~bpo12+1~) Provides: dhcpcd Depends: dhcpcd-base (>= 1:10.1.0-11~bpo12+1~), sysvinit-utils (>= 3.05-4~) | lsb-base Recommends: wpasupplicant Suggests: dhcpcd-gtk Breaks: dhcpcd5 (<< 1:10.1.0-11~bpo12+1~) Size: 13968 SHA256: 21b6f24cfb3e1d98cb8dbd576b36c1424b3e13a13cb1dd663efa7991e9687398 SHA1: 9fe11bfa8f5d7b0d09fb81c603350d353eed2ab6 MD5sum: 6e7c799d3a23b32e19f28cf4bbcc98e9 Description: DHCPv4 and DHCPv6 dual-stack client (init.d script & systemd unit) dhcpcd provides seamless IPv4 and IPv6 auto-configuration. . This package provides the optional init.d script and systemd service. . It should NOT be installed on systems where interfaces are configured by ifupdown via using the DHCP method. Homepage: https://github.com/NetworkConfiguration/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd_10.1.0-11~bpo12+1_all.deb Package: dhcpcd-base Source: dhcpcd Version: 1:10.1.0-11~bpo12+1 Installed-Size: 562 Maintainer: Martin-Éric Racine Architecture: arm64 Replaces: dhcpcd5 (<< 1:10.1.0-11~bpo12+1~) Provides: dhcp-client Depends: adduser, libc6 (>= 2.36), libssl3 (>= 3.0.0), libudev1 (>= 183) Suggests: openresolv | resolvconf | systemd-resolved Breaks: dhcpcd5 (<< 1:10.1.0-11~bpo12+1~) Size: 185572 SHA256: 783fbdc3abc02ffccf3e6577324054afd864d481d3f3eac39ec0ee06cb347dab SHA1: 2f56ed903b7b537e39298617e977084968dc0047 MD5sum: 11e8bd5b94ce05f88fa0f8f42b6dbb70 Description: DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks) dhcpcd provides seamless IPv4 and IPv6 auto-configuration: * DHCPv4 client * DHCPv6 client with Prefix Delegation (PD) support * IPv4LL support (ZeroConf) * IPv6RS support (SLAAC) * ARP address conflict resolution * ARP ping profiles * Wireless SSID profiles . This package provides the binaries, exit hooks and manual pages. . It offers a dual-stack substitute for ISC DHCP Client (dhclient) on systems where interfaces are configured by ifupdown via using the DHCP method. . The init.d script and systemd service required for systems without ifupdown are packaged separately as dhcpcd. . Since Debian 12 (Bookworm), dhcpcd uses Predictable Network Interface Names on Linux ports. See NEWS.Debian for more details. Homepage: https://github.com/NetworkConfiguration/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd-base_10.1.0-11~bpo12+1_arm64.deb Package: dhcpcd5 Source: dhcpcd Version: 1:10.1.0-11~bpo12+1 Installed-Size: 24 Maintainer: Martin-Éric Racine Architecture: all Depends: dhcpcd (>= 1:10.1.0-11~bpo12+1~) Size: 11492 SHA256: 346c39b5d8ebc0d19cb7dfe59e67cf3a9a690486c938fa86c866864252216bc2 SHA1: 3a6e269dc71da1d2767f2c8f00a16b742e483f1e MD5sum: 23fc75e4658694f2d02f0cabd73619f6 Description: DHCPv4 and DHCPv6 dual-stack client (dummy transitional package) This package depends on dhcpcd. It can safely be removed after upgrades. Homepage: https://github.com/NetworkConfiguration/dhcpcd Section: oldlibs Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd5_10.1.0-11~bpo12+1_all.deb Package: diaspora-common Source: diaspora-installer Version: 0.7.18.2+debian3~bpo12+1 Installed-Size: 165 Maintainer: Debian Ruby Extras Maintainers Architecture: all Depends: adduser, bc, certbot, curl, dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks, default-mta | mail-transport-agent, lsb-base, net-tools, nginx | httpd, nodejs, postgresql | default-mysql-server | virtual-mysql-server, rake, redis-server (>= 2:2.8), ruby-rspec, sudo, systemd | opentmpfiles, ucf, debconf (>= 0.5) | debconf-2.0 Pre-Depends: ca-certificates Suggests: easy-rsa Size: 36368 SHA256: db7d605831e6a489272da53475522828d983b68554a03db54e520aff2f5a5f6d SHA1: ff777a35949a757d51a3b363eec20cae6fdf6d58 MD5sum: 1756ccb2b20adde4419a695c39012182 Description: distributed social networking service - common files Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free personal web server that implements a distributed social networking service. Installations of the software form nodes (termed "pods") which make up the distributed Diaspora social network. . Diaspora is intended to address privacy concerns related to centralized social networks by allowing users to set up their own server (or "pod") to host content; pods can then interact to share status updates, photographs, and other social data. It allows its users to host their data with a traditional web host, a cloud-based host, an ISP, or a friend. The framework, which is being built on Ruby on Rails, is free software and can be experimented with by external developers. . Learn more about Diaspora at http://diasporafoundation.org . It provides files common for the diaspora and diaspora-installer packages. Homepage: https://wiki.debian.org/Diaspora Section: net Priority: optional Filename: pool/main/d/diaspora-installer/diaspora-common_0.7.18.2+debian3~bpo12+1_all.deb Package: dino-im Version: 0.5.0-1~bpo12+1 Installed-Size: 5663 Maintainer: Debian XMPP Maintainers Architecture: arm64 Replaces: dino-im-common (<< 0.1.0-5~) Depends: libadwaita-1-0 (>= 1.2~alpha), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.23.0), libgee-0.8-2 (>= 0.20.0), libglib2.0-0 (>= 2.65.1), libgnutls30 (>= 3.7.5), libgpgme11 (>= 1.2.0), libgraphene-1.0-0 (>= 1.5.4), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.16.0), libgtk-4-1 (>= 4.6.0), libicu72 (>= 72.1~rc-1~), libnice10 (>= 0.1.13), libomemo-c0 (>= 0.5.0), libpango-1.0-0 (>= 1.14.0), libqrencode4 (>= 3.2.0), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.6.0), libsrtp2-1 (>= 2.0.0+20170516), libstdc++6 (>= 5), libwebrtc-audio-processing1, dino-im-common (= 0.5.0-1~bpo12+1), libgtk-4-media-gstreamer Recommends: ca-certificates, dbus, fonts-noto-color-emoji, network-manager, webp-pixbuf-loader Breaks: dino-im-common (<< 0.1.0-5~) Size: 1225328 SHA256: 06f46f82412b57491583cdf8e14c17c28a855ccaf6c4cb5b17db6f7e57d14f55 SHA1: d614d8553701542f18a2070b913419b5d7e0adcc MD5sum: fc7f4b7eb7905a908ffa8a74c7a3c55b Description: modern XMPP client Dino is a modern XMPP/Jabber client with a nice and clean look. It does support OMEMO and OpenPGP for end-to-end encryption and encrypted audio/video calls between two or more people. If you are looking for a Conversations look-alike, this program might be for you. Homepage: https://dino.im Section: net Priority: optional Filename: pool/main/d/dino-im/dino-im_0.5.0-1~bpo12+1_arm64.deb Package: dino-im-common Source: dino-im Version: 0.5.0-1~bpo12+1 Installed-Size: 1073 Maintainer: Debian XMPP Maintainers Architecture: all Breaks: dino-im (<< 0.1.0-5~) Size: 169148 SHA256: 0dfeb4842f57270dbf4b59fa998ffc50f60becc79f2bd3b5802a91d21c3583a9 SHA1: f6e04702a4c4d22d6b63e12a80b4a8aa5484feb4 MD5sum: ffaa0be2546f215ad1968fbec30f4855 Description: modern XMPP client - common files Dino is a modern XMPP/Jabber client with a nice and clean look. It does support OMEMO and OpenPGP for end-to-end encryption and encrypted audio/video calls between two or more people. If you are looking for a Conversations look-alike, this program might be for you. . This package contains platform independent files. Multi-Arch: foreign Homepage: https://dino.im Section: net Priority: optional Filename: pool/main/d/dino-im/dino-im-common_0.5.0-1~bpo12+1_all.deb Package: directx-headers-dev Source: directx-headers Version: 1.614.1-1~bpo12+1 Installed-Size: 3519 Maintainer: Debian X Strike Force Architecture: arm64 Size: 243724 SHA256: 8029b809e6ac971528b8e9e547c86db96144f36f04d64d9d6c87c173e78a5c64 SHA1: 1b776a64c213e7d843976803a780067adffbc1d1 MD5sum: dd1ab402158fb45234d36e5e7bc1ec1c Description: Direct3D 12 headers This package provides the development headers for Direct3D 12. Homepage: https://github.com/microsoft/DirectX-Headers Section: graphics Priority: optional Filename: pool/main/d/directx-headers/directx-headers-dev_1.614.1-1~bpo12+1_arm64.deb Package: distribution-gpg-keys Version: 1.111+ds-1~bpo12+1 Installed-Size: 1108 Maintainer: RPM packaging team Architecture: all Size: 544444 SHA256: 17344229607e8b286bbe181d148b423ffbda18cd2dd235c75eb835aacd95302f SHA1: 842506dd583025c606a23f2e22c5f6db05bb9ba0 MD5sum: 48e0b7b06fd00383d9da61cc78ca73e4 Description: Archive keyrings for RPM-based Linux distributions collection of GPG keys to check signatures of rpm packages from following distributions: . - Anolis OS - Amazon Linux - Alma Linux - Azure Linux/CBL-Mariner - CentOS - Circle Linux - EPEL - EuroLinux - Fedora - Mageia - openEuler - OpenMandriva - openSUSE - OpenWRT - Oracle Linux - Qubes - Rocky Linux - RosaLinux - RPM Fusion - Red Hat - Navy Linux - Scientific Linux - United RPMs Multi-Arch: foreign Homepage: https://github.com/rpm-software-management/distribution-gpg-keys Section: misc Priority: optional Filename: pool/main/d/distribution-gpg-keys/distribution-gpg-keys_1.111+ds-1~bpo12+1_all.deb Package: distribution-gpg-keys-copr Source: distribution-gpg-keys Version: 1.105+ds-1~bpo12+1 Installed-Size: 190871 Maintainer: RPM packaging team Architecture: all Size: 66261512 SHA256: de4f14485a86e3605c8279bd95cd5ccbf6acbc4981be9d8e8f302a89916c8164 SHA1: 4e647e61ef115053276d4941bbed1fea0afafe78 MD5sum: d17b527219adfbb5a2300734bfc24050 Description: Copr projects keyrings this keys are coming from https://copr.fedorainfracloud.org/ COPR repositories Multi-Arch: foreign Homepage: https://github.com/rpm-software-management/distribution-gpg-keys Section: misc Priority: optional Filename: pool/main/d/distribution-gpg-keys/distribution-gpg-keys-copr_1.105+ds-1~bpo12+1_all.deb Package: dmarc-srg Version: 2.3-1~bpo12+1 Installed-Size: 1032 Maintainer: Debian PHP PEAR Maintainers Architecture: all Depends: libapache2-mod-php | lighttpd | nginx | php-fpm | httpd, php-cli, php-common, php-json, php-mbstring, php-pdo-mysql, php-xml, php-zip Suggests: php-imap, libphp-phpmailer (>= 6.8.0), libphp-phpmailer (<< 7~~) Size: 132980 SHA256: 83dfc9191d0ba8487c7c6ef4b55228a76fd006ef842879a2b8e3b0e34121c8ee SHA1: 5192eda296490bba6b9f8d6e0950b631fc8ded80 MD5sum: 3a578ac166fb6f3190c52a0b65ccf33d Description: PHP parser, viewer and summary report generator for incoming DMARC reports DmarcSrg has the following features: - View a table of parsed reports. - Easily identify potential DMARC related issues through colors. - Filter report list by domain, month, reporting organization and more. - View DKIM/SPF details for each report. - Password protection of the web interface (that can be disabled). - Receiving and processing incoming DMARC reports from specified mailboxes. - Receiving and processing incoming DMARC reports from specified server local directories. - Uploading and processing incoming DMARC reports by using the web interface. - Ability to configure deletion of old reports from the database and mailboxes. - Generation of summary reports for the last week, last month or last N days and sending them to the specified mailbox. Multi-Arch: foreign Homepage: https://github.com/liuch/dmarc-srg Section: php Priority: optional Filename: pool/main/d/dmarc-srg/dmarc-srg_2.3-1~bpo12+1_all.deb Package: dovecot-auth-lua Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1425 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17) Size: 1383320 SHA256: 90fd2e3200162409022cba636ea1f63122663e3d82cb9f9281efc5a2cc83b599 SHA1: fe229e35e1f93231cbc11dc4e447f7dbaac696d3 MD5sum: 8b920e13c376ee52012162008f724eba Description: secure POP3/IMAP server - Lua authentication plugin Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains an authentication plugin allowing password and user databases to be implemented in Lua. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-auth-lua_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-core Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 14357 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4) Provides: dovecot-abi-2.3.abiv21, dovecot-common Depends: adduser, libpam-runtime, openssl, ssl-cert, ucf, libapparmor1 (>= 2.7.0~beta1+bzr1772), libbz2-1.0, libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.1.0), libexttextcat-2.0-0 (>= 3.3.0), libicu72 (>= 72.1~rc-1~), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libpam0g (>= 0.99.7.1), libsodium23 (>= 1.0.13), libssl3 (>= 3.0.0), libstemmer0d (>= 0+svn527), libsystemd0, libtirpc3 (>= 1.0.2), libwrap0 (>= 7.6-4~), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: dovecot-gssapi, dovecot-imapd, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-mysql, dovecot-pgsql, dovecot-pop3d, dovecot-sieve, dovecot-solr, dovecot-sqlite, dovecot-submissiond, ntp Breaks: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4) Size: 4317520 SHA256: b588256de6dc4bd157dc3ee611f2e644504630ec19e0feb40d658849a2af5b32 SHA1: a1d091494c8f2b10afb9e0499719bd2dec1f964a MD5sum: 7e71ef6a0fd7dc8f876e5a25abd3c0d0 Description: secure POP3/IMAP server - core files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot main server and its command line utility. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-core_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-dev Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 3599 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-common (<< 1:2.0.14-2~), dovecot-core (<< 1:2.2.26.0-1~) Breaks: dovecot-common (<< 1:2.0.14-2~), dovecot-core (<< 1:2.2.26.0-1~) Size: 1761292 SHA256: 3c8acb01addd3245c91bdff0c104506fdd756082f3993ae1227b517b201c8b67 SHA1: fcb0db895e0fa858d52436f0e283bed64f5b9d0c MD5sum: ea7e7c4021b41bd041f8fefc046147e9 Description: secure POP3/IMAP server - header files Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains header files needed to compile plugins for the Dovecot mail server. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-dev_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-fts-xapian Version: 1.9.1-1~bpo12+1 Installed-Size: 215 Maintainer: Joseph Nahmias Architecture: arm64 Provides: fts-xapian Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 9), libxapian30 (>= 1.4.19~), dovecot-abi-2.3.abiv19 Enhances: dovecot-imapd, dovecot-pop3d Size: 46824 SHA256: 144f54e0070a7c5fadb032a6206ec98b9fa3417bb5a8dcab1b5029d3bf49c4c3 SHA1: 85ab1c26c9098629bd8c749cf46605f42d0a1db3 MD5sum: 77ca4434c140010bdaeab45f4f7d6b14 Description: full-text search for dovecot using xapian This project provides a straightforward and simple way to configure full-text search (FTS) for Dovecot, leveraging the efforts of the Xapian.org team. . Compared to dovecot's own FTS plugins, fts-xapian is: . * simpler than fts_solr * more free than fts_dovecot * has a more active backend than fts_lucene Homepage: https://github.com/grosjo/fts-xapian Section: mail Priority: optional Filename: pool/main/d/dovecot-fts-xapian/dovecot-fts-xapian_1.9.1-1~bpo12+1_arm64.deb Package: dovecot-gssapi Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1426 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2) Size: 1379784 SHA256: 8aea034dc7769ff93e06b7b321678d47a811033c0b76005dcd7d5e081ad00e0a SHA1: fde072db3be0f0a2bdeabe9c1d324dcdd1461232 MD5sum: 5b5e5177f4a3bf157b3623edd0c34f96 Description: secure POP3/IMAP server - GSSAPI support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides GSSAPI authentication support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-gssapi_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-imapd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 2302 Maintainer: Dovecot Maintainers Architecture: arm64 Provides: imap-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: ufw Size: 1533064 SHA256: 3a4e1a596ef3af312f9578e3c93540934d9c4645e93809975478e221b4c89d12 SHA1: c94c9428a82d292bb825a3638243b54df6405de6 MD5sum: fb22548c95369897bddb22888409faa1 Description: secure POP3/IMAP server - IMAP daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot IMAP server. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-imapd_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-ldap Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1577 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-core (<< 1:2.2.26.0-1~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.17), libldap-2.5-0 (>= 2.5.4) Breaks: dovecot-core (<< 1:2.2.26.0-1~) Size: 1407024 SHA256: 0e5633fede8098abea4cd5f7fa0333bfb6520e217c0a00a98bd15e99f7ca6cd2 SHA1: 5e8347d4487380205e64570c43ef8dc3870ff9e8 MD5sum: c3a688a8dd8d02c2bc6802ae4faeac8b Description: secure POP3/IMAP server - LDAP support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides LDAP support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-ldap_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-lmtpd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1433 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1394128 SHA256: 05a0fa039bf7a1472921dca39285be1c2121ec860bc34313a4d85893fdaea5e6 SHA1: 9dcb9e02fd35f6050452ac5af09046d4a919d176 MD5sum: 2bd28e6b381f3d7c17bd649267d475a9 Description: secure POP3/IMAP server - LMTP server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot LMTP server. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-lmtpd_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-managesieved Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1705 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), dovecot-sieve (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1412912 SHA256: f69ec843f7c80051a202badd6653429aa5b60b359da1d2563bce004c1ae1b3cb SHA1: 9e8a60e91239e0265ca88162cb906d14744ec1ad MD5sum: 3c8b4954556494d6085edfa07fc09865 Description: secure POP3/IMAP server - ManageSieve server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot ManageSieve server. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-managesieved_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-mysql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1430 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17), libmariadb3 (>= 3.0.0) Size: 1381224 SHA256: 82909338ab9decc086b3ea116f55c47f1d5cc7faf8b041c88a342a591e19b774 SHA1: bd60e18c86d91397cd6b2ba185410c7239f5f486 MD5sum: b295950ed18ca03e7aea6af1727d5b73 Description: secure POP3/IMAP server - MySQL support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides MySQL support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-mysql_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-pgsql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1430 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17), libpq5 Size: 1384080 SHA256: ac9541f78ca9dfbc75497178022cefe9da0c0eb31537cb49383fa583f12121bd SHA1: 6a03ce852d6ace2fb340f3eb7eaacc531226d0de MD5sum: 4a364e0a98e6f8f82be8804d3bdd382a Description: secure POP3/IMAP server - PostgreSQL support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides PostgreSQL support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-pgsql_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-pop3d Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1507 Maintainer: Dovecot Maintainers Architecture: arm64 Provides: pop3-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Suggests: ufw Size: 1401532 SHA256: 83d2a6d63ba2db0ce5fd2453e4aa0c3c0ed6442dac4b617138daaefed7b45ea2 SHA1: 26626ed6df495637e80b8db550126d586339566e MD5sum: b252c5769c4186ee04e7008382445f36 Description: secure POP3/IMAP server - POP3 daemon Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot POP3 server. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-pop3d_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-sieve Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 2908 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-core (<= 1:2.2.13-6), dovecot-imapd (<< 1:2.2.26.0-1~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-core (<= 1:2.2.13-6), dovecot-imapd (<< 1:2.2.26.0-1~) Size: 1689896 SHA256: b7768f5516679889eac8d6a282d7d353136e64c22cf92e23bce69fc0b907ea19 SHA1: 79617067aca6f1e22e3b47e8aa93528c20a1fe02 MD5sum: a765899c2f4a52e3819896c686f94af2 Description: secure POP3/IMAP server - Sieve filters support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Sieve filters support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-sieve_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-solr Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1432 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17), libexpat1 (>= 2.0.1) Size: 1391280 SHA256: 268c0764efa5afd86f3adc99512a0965e251f1b22f5bbcf236df62387347bb75 SHA1: b4884bef3132e86475cbdae1ec1afcb1a391a259 MD5sum: af11857c0ec54205e661678889601260 Description: secure POP3/IMAP server - Solr support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Solr full text search support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-solr_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-sqlite Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1430 Maintainer: Dovecot Maintainers Architecture: arm64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.17), libsqlite3-0 (>= 3.5.9) Size: 1379460 SHA256: 70ba66870d4fcc9b9437efb688a4c33a15529b0f757b310bc53158c4a20e2a9f SHA1: 8802d0090b2633b288cd3a2bb2c81a569d3530d9 MD5sum: f34d4a66484e5f1d3ee42216d89af917 Description: secure POP3/IMAP server - SQLite support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides SQLite support for Dovecot. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-sqlite_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dovecot-submissiond Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1565 Maintainer: Dovecot Maintainers Architecture: arm64 Replaces: dovecot-submission (<< 1:2.3.1-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-submission (<< 1:2.3.1-2~) Size: 1415452 SHA256: 600dc74f93f91445daa8db476f7f78aca500d221cc7dca91eeb59cd128c7e67a SHA1: ee8467230cabd4e4980108e4aa62be5ae9e93fb9 MD5sum: 860180502a8e64cb0f37ec05d3204acd Description: secure POP3/IMAP server - mail submission agent Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot Mail Submission Agent which implements a basic SMTP submission service with BURL support. Homepage: https://dovecot.org/ Section: mail Priority: optional Filename: pool/main/d/dovecot/dovecot-submissiond_2.3.21.1+dfsg1-1~bpo12+1_arm64.deb Package: dput-ng Version: 1.43~bpo12+1 Installed-Size: 165 Maintainer: dput-ng Maintainers Architecture: all Replaces: dput Provides: dput Depends: python3-dput (= 1.43~bpo12+1), python3:any Suggests: dput-ng-doc, python3-mastodon, python3-tweepy, rsync Conflicts: dput Size: 36428 SHA256: 83fdd7b323b514f694f7ec62621fb210d0aad5762c61363dc41568306a3e9543 SHA1: 2d10c5b193f2e1bde450800e9aa376b3e1a48a89 MD5sum: 86e6875cd2d1dde68e596968feb370a0 Description: next generation Debian package upload tool dput-ng is a Debian package upload tool which provides an easy to use interface to Debian (like) package archive hosting facilities. It allows anyone who works with Debian packages to upload their work to a remote service, including Debian's ftp-master, mentors.debian.net, Launchpad or other package hosting facilities for Debian package maintainers. . dput-ng features many enhancements over dput, such as more comprehensive checks, an easy to use plugin system, and code designed to handle the numerous archives that any Debian package hacker will interact with. . dput-ng aims to be backwards compatible with dput in command-line flags, configuration files, and expected behavior. Homepage: https://debian.pages.debian.net/dput-ng Section: devel Priority: optional Filename: pool/main/d/dput-ng/dput-ng_1.43~bpo12+1_all.deb Package: dput-ng-doc Source: dput-ng Version: 1.43~bpo12+1 Installed-Size: 632 Maintainer: dput-ng Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 59968 SHA256: fb86fb8cce0805ca17d64e5ee32103cddd713b5b2abb0a02bfc8f5fe123f917f SHA1: 052b5e138a2f502af909d760ea636d01f3523647 MD5sum: ae18062da7b7f8cfdcc73ecbfba67790 Description: next generation Debian package upload tool (documentation) dput-ng is a Debian package upload tool which provides an easy to use interface to Debian (like) package archive hosting facilities. It allows anyone who works with Debian packages to upload their work to a remote service, including Debian's ftp-master, mentors.debian.net, Launchpad or other package hosting facilities for Debian package maintainers. . This package provides exhaustive user documentation, developer API docu- mentation and command interface documentation. Multi-Arch: foreign Homepage: https://debian.pages.debian.net/dput-ng Section: doc Priority: optional Filename: pool/main/d/dput-ng/dput-ng-doc_1.43~bpo12+1_all.deb Package: dracut Version: 106-5~bpo12+1 Installed-Size: 25 Maintainer: Thomas Lange Architecture: all Provides: linux-initramfs-tool Depends: dracut-core (<< 106-5~bpo12+1+b+~), dracut-core (>= 106-5~bpo12+1), linux-base Suggests: dracut-network Conflicts: initramfs-tools, live-tools Size: 9264 SHA256: 56d6b30cdb5cfa01a1a35dd7fcf426bacb7b8a484889f2ff18cce0a85d5e8f45 SHA1: 40ed1f421dc65b6323125552c70fcaac7fa852db MD5sum: 17ca56e6b9e743e56f2b7f97e871bf01 Description: Initramfs generator using udev This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Multi-Arch: foreign Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut_106-5~bpo12+1_all.deb Package: dracut-config-generic Source: dracut Version: 106-5~bpo12+1 Installed-Size: 20 Maintainer: Thomas Lange Architecture: all Depends: dracut-core Size: 8352 SHA256: 0ec7c716270f7127440450454ce42b7b9fa5d8731cfefbd2b2e10068f03a7de7 SHA1: d524b3ddb6daf8aa7ce251620d083dc6fcb024bf MD5sum: ae259a99bf8153a689fce0694006b8a0 Description: dracut is an event driven initramfs infrastructure This is the dracut configuration to turn off hostonly image generation Multi-Arch: foreign Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-config-generic_106-5~bpo12+1_all.deb Package: dracut-config-rescue Source: dracut Version: 106-5~bpo12+1 Installed-Size: 20 Maintainer: Thomas Lange Architecture: all Depends: dracut-core Size: 8348 SHA256: c5c4adb6f421f41bb70e07aee3c6bf1209dd1a44427c594663016fffb4230088 SHA1: e58d5b139ddb50e0229988e5b5ba5c1c005c7d0a MD5sum: bda7408fdd44ccd32432efce5f5fabf0 Description: dracut is an event driven initramfs infrastructure This is the dracut configuration to turn on rescue image generation Multi-Arch: foreign Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-config-rescue_106-5~bpo12+1_all.deb Package: dracut-core Source: dracut Version: 106-5~bpo12+1 Installed-Size: 1292 Maintainer: Thomas Lange Architecture: arm64 Replaces: dracut-live (<< 059-2), dracut-network (<< 057+157-2) Depends: cpio, dracut-install, e2fsprogs, kmod, udev, libc6 (>= 2.34) Recommends: binutils, console-setup, cryptsetup, dmraid, dmsetup, kpartx, lvm2, mdadm, systemd, systemd-cryptsetup, systemd-sysv, zstd Breaks: dracut-live (<< 059-2), dracut-network (<< 057+157-2) Size: 296904 SHA256: 6a4e1f53227648aab4d29fedba07def3218b14427ba1ee669cfc5af8e0201132 SHA1: d8e950a3e568bcd326c98a14b825ac6475240686 MD5sum: 2f4e006b7d28bea156ff206c844fbb1d Description: dracut is an event driven initramfs infrastructure (core tools) Unlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life -- getting the rootfs mounted so that it can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of scripts hard-coded to do various things, it depends on udev to create device nodes and to detect the rootfs. Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE with dracut-network. Multi-Arch: foreign Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-core_106-5~bpo12+1_arm64.deb Package: dracut-install Source: dracut Version: 106-5~bpo12+1 Installed-Size: 152 Maintainer: Thomas Lange Architecture: arm64 Replaces: dracut-core (<< 060+5-7~) Depends: libc6 (>= 2.34), libkmod2 (>= 22~) Breaks: dracut-core (<< 060+5-7~) Size: 35816 SHA256: 0261062b3616b7044a7c5f5732081b0a6b048e5a428f2f125b5390524cb46a13 SHA1: c3ca83295ca7c9c0930dc825600fe2d67409093e MD5sum: 678f6a88b5394276a356b633cd384f91 Description: dracut is an event driven initramfs infrastructure (dracut-install) This package just contains the dracut-install command to be used by initramfs generating tools. Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-install_106-5~bpo12+1_arm64.deb Package: dracut-live Source: dracut Version: 106-5~bpo12+1 Installed-Size: 80 Maintainer: Thomas Lange Architecture: all Replaces: dracut-core (<< 050-1), dracut-network (<< 050-1) Depends: dmsetup, dracut-core Recommends: dracut-network Suggests: isomd5sum Breaks: dracut-core (<< 050-1), dracut-network (<< 050-1) Size: 19832 SHA256: ea6a454d7922c109a66be2df019a174948dc0c26f193e013ef84ca2963a0d994 SHA1: ea0479844140833f230bc890696eea6ed38d0cd2 MD5sum: b22ac7d25c044c0ee2dc0fea40b05478 Description: dracut is an event driven initramfs infrastructure (live image modules) Package to build a dracut initramfs with live image capabilities. . This package requires everything which is needed to build an initramfs with dracut, with live image capabilities, like Live CDs. Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-live_106-5~bpo12+1_all.deb Package: dracut-network Source: dracut Version: 106-5~bpo12+1 Installed-Size: 292 Maintainer: Thomas Lange Architecture: all Replaces: dracut-core (<< 105) Depends: dracut-core, iputils-arping, isc-dhcp-client | systemd | connman | network-manager Recommends: curl, iscsiuio, nbd-client, nfs-common, open-iscsi Breaks: dracut-core (<< 105) Size: 57180 SHA256: a0753cffd5bead53725712a351ec9324929f200f446fe775d12cc6e66e6227eb SHA1: f6dfc35dc9d6c66deebee1f60486771634879d47 MD5sum: 5c2e5ba7d9091ea0eccd5534329aae8a Description: dracut is an event driven initramfs infrastructure (network modules) Package to build a dracut initramfs with network support. This includes dracut modules for NFS, CIFS, iSCSI, HTTP, NBD, FCP and FCOE. Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-network_106-5~bpo12+1_all.deb Package: dracut-squash Source: dracut Version: 106-5~bpo12+1 Installed-Size: 36 Maintainer: Thomas Lange Architecture: all Replaces: dracut-core (<< 050-1) Depends: dracut-core, squashfs-tools Breaks: dracut-core (<< 050-1) Size: 10892 SHA256: 726ca394881d68fe3cece7420cb9c3dd8b59dffc083580fc7141a7137681aaf8 SHA1: fb8a703d03b33f0c1ba5f7df145bf410ed0f6ecd MD5sum: a78491bf278201b2ac5329d751da9a8c Description: dracut is an event driven initramfs infrastructure (squashfs modules) Package to build an initramfs with most files in a squashfs image. . This package provides a dracut module to build an initramfs, but store most files in a squashfs image, result in a smaller initramfs size and reduce runtime memory usage. Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-squash_106-5~bpo12+1_all.deb Package: dracut-test Source: dracut Version: 106-5~bpo12+1 Installed-Size: 41 Maintainer: Thomas Lange Architecture: all Replaces: dracut-core (<< 105) Depends: dracut-core Breaks: dracut-core (<< 105) Size: 10612 SHA256: c7362eb5a6a62433c771a62c435abe7397125a99748467e050c38e0b8508f4f4 SHA1: b8f2022f34580fef270da623ec16bf1402c2be8d MD5sum: 77011228f655edd6dd3125a0ca426ecc Description: dracut is an event driven initramfs infrastructure (test modules) This package provides the Dracut modules and configuration files for the Dracut test suite. This package is intended for testing Dracut itself and is of no use for ordinary users. If you're not sure about this package, you don't need it. Homepage: https://github.com/dracut-ng/dracut-ng/wiki Section: utils Priority: optional Filename: pool/main/d/dracut/dracut-test_106-5~bpo12+1_all.deb Package: dunst Version: 1.11.0-1~bpo12+1 Installed-Size: 439 Maintainer: Nikos Tsipinakis Architecture: arm64 Provides: notification-daemon Depends: default-dbus-session-bus | dbus-session-bus, xdg-utils, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.67.3), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.20.0), libpangocairo-1.0-0 (>= 1.22.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libx11-6, libxext6, libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxss1 Size: 123788 SHA256: e699191324548733afd17fc4f3bd40f8a48d0ec05090bfe472b77cc7c5bba45a SHA1: a935ad5338856f7bf87c1a88443c51fe450d4abd MD5sum: bf2c55a371442ccf49e62c80fbbf2c18 Description: dmenu-ish notification-daemon Dunst is a highly configurable and lightweight notification-daemon: The only thing it displays is a colored box with unformatted text. The whole notification specification (non-optional parts and the "body" capability) is supported as long as it fits into this look & feel. . Dunst is designed to fit nicely into minimalistic windowmanagers like dwm, but it should work on any Linux desktop. Homepage: https://dunst-project.org/ Section: x11 Priority: optional Filename: pool/main/d/dunst/dunst_1.11.0-1~bpo12+1_arm64.deb Package: duplicity Version: 2.1.4-3~bpo12+1 Installed-Size: 2011 Maintainer: Alexander Zangerl Architecture: arm64 Depends: libc6 (>= 2.17), librsync2 (>= 1.0.0), python3 (<< 3.12), python3 (>= 3.11~), python3-fasteners, python3-setuptools-scm, python3.11:any, python3:any (>= 3.7~), gnupg | gnupg1 Recommends: rsync, python3-paramiko, python3-pexpect, python3-urllib3, python3-oauthlib Suggests: python3-boto3, ncftp, lftp, tahoe-lafs, python3-swiftclient, python3-pip, par2 Size: 478924 SHA256: dee198dfaf42fa72e37598232839ff89b783f1067eafa95967219a2388b412fa SHA1: 6d4001f44a4688303c31a9c97951ec8604d48e88 MD5sum: c8cf15fc69045e7b46daad7bb6b53150 Description: encrypted bandwidth-efficient backup Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. Homepage: https://duplicity.gitlab.io/ Section: utils Priority: optional Filename: pool/main/d/duplicity/duplicity_2.1.4-3~bpo12+1_arm64.deb Package: e2fsck-static Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1681 Maintainer: Theodore Y. Ts'o Architecture: arm64 Recommends: sash | bash-static | zsh-static | busybox-static Size: 663208 SHA256: 46bd03921197cf591dd4936ee2759b525b01f6499e580c61c7731f6a9c981960 SHA1: ceba4554077563bb5ec46b774cca48c7118373e6 MD5sum: 22c0abddea8352885ece58d6058bc820 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/e2fsck-static_1.47.2~rc1-2~bpo12+2_arm64.deb Package: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 2061 Maintainer: Theodore Y. Ts'o Architecture: arm64 Depends: logsave Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.2~rc1-2~bpo12+2), libss2 (>= 1.38), libuuid1 (>= 2.16) Recommends: e2fsprogs-l10n Suggests: gpart, parted, fuse2fs, e2fsck-static Size: 559496 SHA256: 06a70071e984893989f7b1a29abb6b4a0496019f770014f1dbd5c7e7b45be1c1 SHA1: 7f67ee9ed6e33047ae1cbce689d61445a9d6e684 MD5sum: c47c39d3fef4124511ce6c31afa84105 Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Important: yes Section: admin Priority: required Filename: pool/main/e/e2fsprogs/e2fsprogs_1.47.2~rc1-2~bpo12+2_arm64.deb Package: e2fsprogs-l10n Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 3447 Maintainer: Theodore Y. Ts'o Architecture: all Replaces: e2fsprogs (<< 1.43.5-1) Depends: e2fsprogs (>= 1.47.2~rc1-2~bpo12+2), e2fsprogs (<< 1.47.2~rc1-2~bpo12+2+c~) Size: 546652 SHA256: e8addc0c2efe392ab9cb4625938413542b0f5f7049cb8f97769c5939dc7b289c SHA1: 9eb40d103975656599357ea5d2390f93f08be3e0 MD5sum: 3455fa13913f9b9e9036500eb443b256 Description: ext2/ext3/ext4 file system utilities - translations The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides translations for messages for programs found in the 'e2fsprogs' package. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Section: localization Priority: optional Filename: pool/main/e/e2fsprogs/e2fsprogs-l10n_1.47.2~rc1-2~bpo12+2_all.deb Package: easyeffects Version: 7.0.1-1~bpo12+1 Installed-Size: 5850 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: calf-plugins, dconf-gsettings-backend | gsettings-backend, libadwaita-1-0 (>= 1.2~alpha), libbs2b0 (>= 3.1.0+dfsg), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libebur128-1 (>= 1.2.0), libfftw3-double3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libglib2.0-0 (>= 2.51.0), libgsl27 (>= 2.7.1), libgtk-4-1 (>= 4.0.0), liblilv-0-0 (>= 0.4.2), libpango-1.0-0 (>= 1.14.0), libpipewire-0.3-0 (>= 0.3.1), librubberband2 (>= 3.1.2+dfsg0), libsamplerate0 (>= 0.1.7), libsigc++-3.0-0 (>= 2.8.0), libsndfile1 (>= 1.0.20), libspeexdsp1 (>= 1.2.1), libstdc++6 (>= 11), libtbb12 (>= 2021.8.0), libzita-convolver4 (>= 4.0.3) Recommends: lsp-plugins-lv2 | lsp-plugins Size: 912444 SHA256: 34e215bd67ae285e387382132efb34ff0a2070f8846abd0e513467551427ace6 SHA1: 325af807dfa309a72ea5c535f2348bc6f7b98df0 MD5sum: e5998cb6b2231f32f5766f0a22c914da Description: Audio effects for PipeWire applications This program provides various audio effects for PipeWire applications. . This application was formerly known as PulseEffects, but it was renamed to EasyEffects after it started to use GTK4 and GStreamer usage was replaced by native PipeWire filters. Homepage: https://github.com/wwmm/easyeffects Section: sound Priority: optional Filename: pool/main/e/easyeffects/easyeffects_7.0.1-1~bpo12+1_arm64.deb Package: ebnflint Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 1391 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 444596 SHA256: 468562af009814b3fffe3b152d974fb5652df70e1a780eb3f03156be32085646 SHA1: fdff638b99578d20974b8e2817cf3c1c2c546b77 MD5sum: 87b6ce99808e3423427eb61ecb0348cc Description: verifies EBNF productions are consistent and grammatically correct Ebnflint verifies that EBNF productions are consistent and grammatically correct. It reads them from an HTML document such as the Go specification. . Grammar productions are grouped in boxes demarcated by the HTML elements .
   
. Usage: . ebnflint [--start production] [file] . The --start flag specifies the name of the start production for the grammar; it defaults to "Start". Homepage: https://golang.org/x/exp Static-Built-Using: golang-1.19 (= 1.19.8-2) Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-exp/ebnflint_0.0~git20230522.2e198f4-1~bpo12+1_arm64.deb Package: ejabberd Version: 24.12-3~bpo12+1 Installed-Size: 12747 Maintainer: Ejabberd Packaging Team Architecture: arm64 Provides: mqtt-broker, stun-server, turn-server, xmpp-server Depends: adduser, erlang-base (>= 1:25.2.3+dfsg), erlang-base64url (>= 1.0.1), erlang-goldrush (>= 0.1.9), erlang-idna (>= 6.0.0), erlang-jiffy (>= 1.1.1), erlang-jose (>= 1.11.10), erlang-lager (>= 3.9.1), erlang-os-mon (>= 1:25.2.3+dfsg), erlang-p1-acme (>= 1.0.25), erlang-p1-cache-tab (>= 1.0.31-2~), erlang-p1-eimp (>= 1.0.23-4~), erlang-p1-mqtree (>= 1.0.17-2~), erlang-p1-pkix (>= 1.0.10-2~), erlang-p1-stringprep (>= 1.0.30-2~), erlang-p1-stun (>= 1.2.15), erlang-p1-tls (>= 1.1.22), erlang-p1-utils (>= 1.0.26), erlang-p1-xml (>= 1.1.55), erlang-p1-xmpp (>= 1.9.4), erlang-p1-yaml (>= 1.0.37-2~), erlang-p1-yconf (>= 1.0.17), erlang-p1-zlib (>= 1.0.13-2~), erlang-unicode-util-compat (>= 0.3.1), erlang-xmerl, ucf, erlang-abi (= 17.0), erlang-asn1 (>= 1:25.2.3+dfsg), erlang-crypto (>= 1:25.2.3+dfsg), erlang-inets (>= 1:25.2.3+dfsg), erlang-mnesia (>= 1:25.2.3+dfsg), erlang-odbc (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), erlang-ssl (>= 1:25.2.3+dfsg), erlang-syntax-tools (>= 1:25.2.3+dfsg), debconf (>= 0.5) | debconf-2.0 Pre-Depends: openssl, init-system-helpers (>= 1.54~) Suggests: ejabberd-contrib, erlang-luerl, erlang-p1-mysql (>= 1.0.25), erlang-p1-oauth2 (>= 0.6.14), erlang-p1-pam (>= 1.0.14-3~), erlang-p1-pgsql (>= 1.1.29), erlang-p1-sip (>= 1.0.56), erlang-p1-sqlite3 (>= 1.1.15-2~), erlang-redis-client (>= 1.2.0-8~), imagemagick, libunix-syslog-perl, yamllint Size: 7272728 SHA256: d91dd4492161a7d86d5c4f1c1b20abc573cac886ab62da9d6b6dcec27a5bb99f SHA1: 21b6c08dcbbb10bc9de60ce3fb7164e8b1e568bd MD5sum: 63f12e2335bd4fd2c7a34a844d803496 Description: extensible realtime platform (XMPP server + MQTT broker + SIP service) ejabberd is a Jabber/XMPP + MQTT + SIP server written in Erlang, featuring: * distributed operation with load-balancing across a cluster; * fault-tolerant database replication and storage on multiple nodes, allowing nodes to be added or replaced "on the fly"; * virtual hosting (several virtual domains can be served using a single ejabberd instance); * XMPP compliance; * MQTT 5 compliance; * SIP service; * web-based administration; * SSL/TLS support; * conferencing via Multi-User Chat; * Jabber Users Directory, based on users' vCards; * service discovery; * shared roster. Multi-Arch: allowed Homepage: https://www.ejabberd.im Section: net Priority: optional Filename: pool/main/e/ejabberd/ejabberd_24.12-3~bpo12+1_arm64.deb Package: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 22 Maintainer: Ejabberd Packaging Team Architecture: all Depends: ejabberd (= 24.12-3~bpo12+1), ejabberd-mod-cron, ejabberd-mod-default-contacts, ejabberd-mod-default-rooms, ejabberd-mod-deny-omemo, ejabberd-mod-filter, ejabberd-mod-grafite, ejabberd-mod-irc, ejabberd-mod-isolation, ejabberd-mod-log-chat, ejabberd-mod-logsession, ejabberd-mod-logxml, ejabberd-mod-message-log, ejabberd-mod-muc-log-http, ejabberd-mod-post-log, ejabberd-mod-pottymouth, ejabberd-mod-rest, ejabberd-mod-s2s-log, ejabberd-mod-shcommands, ejabberd-mod-spam-filter, ejabberd-mod-statsdx, ejabberd-mod-webpresence, erlang-base, erlang-abi (= 17.0) Size: 7100 SHA256: 15255f02b6309ed32d79bd0a798ea4efdd0316045810cd7b618781b0b6065561 SHA1: 3ed588d7cead7ee46a715a9cae48fab8425e6ee9 MD5sum: 4aace166677d865c525dc3e09c81cb96 Description: user-contributed modules for ejabberd (metapackage) This package depends on all available modules from ejabberd-contrib, but doesn't do or add anything itself. . This is a pure metapackage. Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-contrib_0.2025.01.11~dfsg0-2~bpo12+1_all.deb Package: ejabberd-mod-cron Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 44 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 15704 SHA256: a2dbe2c38b49a862fb479232452ffcd763ea763996af904939a92bd6aa7a09d7 SHA1: 20624c57828eb78f207a4dee37f51678267951a2 MD5sum: 215d469341db7e3105ad7f0161cccc1a Description: ejabberd module to execute scheduled commands This module allows advanced ejabberd administrators to schedule commands for periodic and automatic execution. Each time a scheduled task finishes its execution, a message is printed in the ejabberd log file. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-cron_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-default-contacts Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 36 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 10768 SHA256: 420c77a04f8127b1afb54ad93592e8c001685817ec1683ebd5f56b854d90380d SHA1: 53d3adcc8e32a2f4456f531bbe83089c753cfa16 MD5sum: 03f43159d4d5c13dc15558fd1fe6b2bb Description: ejabberd module to add roster contact(s) upon registration This module allows for specifying one or more contacts that should be added to the user's roster automatically on successful registration (via "mod_register", or, for example, "ejabberdctl register"). Note that no presence subscription is performed, and the rosters of the contacts are not modified. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-default-contacts_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-default-rooms Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 35 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 10852 SHA256: ae8c40e152bdc282da0ef64621afe6279e359307ecfdb11cb3a87c25c0c0a478 SHA1: fb1fbe5c082e10636f1da0a89d3e495151068f53 MD5sum: 5736958408b2df14558fd1a1953284ef Description: ejabberd module to add MUC bookmark(s) upon registration This module allows for specifying one or more rooms that should be bookmarked automatically on successful user registration (via "mod_register", or, for example, "ejabberdctl register"). Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-default-rooms_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-deny-omemo Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 39 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 12576 SHA256: 92c353d63292f98fdb45f6608d662b7997635597f60842c485d4d48c6411448d SHA1: d84d0b3d3b51b250dbcfe45db236c66a9e7492ea MD5sum: 6eaf9fef274f1d8d6bad02e28f878ff1 Description: ejabberd module to prevent OMEMO sessions from being established Unless the configured access rule (called 'omemo' by default) returns 'allow', this module prevents OMEMO sessions from being established. Requests to query the devicelist from other users are rejected. Requests to publish a devicelist are also rejected, and all OMEMO nodes referenced in that devicelist are removed. Incoming devicelist updates are silently dropped. OMEMO-encrypted messages are bounced with an error message. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-deny-omemo_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-filter Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 36 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 11948 SHA256: 9249a5039084ab60c0e59b8ee88f6ae868c06e44aff4d8508f42bbe600e9af5e SHA1: 9db34f4b859f0690d2ee50d323819ec55b48c59f MD5sum: 6b0bc9f6983b80bbb578c68b02d0b347 Description: ejabberd module to allow specifying packet filtering rules using ACL and ACCESS This module allows the admin to specify packet filtering rules using ACL and ACCESS. The configuration of rules is done using ejabberd's ACL and ACCESS, so you should also study the corresponding section of the ejabberd guide. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-filter_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-grafite Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 39 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 12196 SHA256: 4623282f1e40841e66245184cdf9198e02bc06899669621da2aa70d14e473266 SHA1: 9ac3b42a0567dd000f38891b0134ac762e236fb5 MD5sum: 2e68e7f4a31fe70ab82e4697003ec15e Description: ejabberd module to gather statistics and publish them via statsd/grafite This module gathers statistics from ejabberd and publishes them via statsd/grafite. Note that statsd/grafite must be set up separately. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-grafite_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-irc Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 111 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-mnesia (>= 1:25.2.3+dfsg) Size: 36452 SHA256: 623929c8ba713ebd5ae02c8a58d1d9e742cc2852c30d4c6a0c36528e7958ee09 SHA1: 5c46dde488424922f5a65c01e5ab7aff1208ba94 MD5sum: 0b64a04ccbd124990239d6b77ed96c5c Description: ejabberd module providing an IRC transport This module adds an IRC transport to ejabberd that can be used to join channels on IRC servers. Note that an IRC server must be provided separately. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-irc_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-isolation Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 22 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 6112 SHA256: 5aec93faf618ca993e1d953a2a6d9bb6cb3ad926604553638142f208e3548071 SHA1: fb2f80717a75ad13ca1bb5c933007b0e984ff3a1 MD5sum: eafb498d6a793e735b8bb1094c1fbfc6 Description: ejabberd module to block communication of users between different virtual hosts This module blocks communication of users between different virtual hosts on the same ejabberd instance. The module doesn't have any options, it just needs to be enabled. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-isolation_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-log-chat Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 46 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 14852 SHA256: 19f93ca8cb9b1408dbb82666626d38557ae7aedea6d8025035391fd88450be07 SHA1: 520ac60cc180211971ffe7604d161b6edf1fc9ca MD5sum: ad012acdc169aff7aac0d88c0877cd85 Description: ejabberd module to log chat messages to text or html mod_log_chat is an ejabberd module aimed at logging chat messages in text files. mod_log_chat creates one file per couple of chatters and per day (it doesn't log muc messages, use mod_muc_log for this). . It can store messages in plain text or HTML format. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-log-chat_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-logsession Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 26 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 8304 SHA256: b0fbff1d30997297ab2fa777c37d0d4450dd3a9f0b909f6cf384d27abdd337cb SHA1: 872221460528610775dde38673e334aa0ef93272 MD5sum: 4980a062768012ceedaef507900e87fb Description: ejabberd module to log session connections to a text file This module is intended to log the session connections in a text file. Right now it only logs the forbidden connection attempts and the failed authentication attempts. . Each vhost is logged in a different file. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-logsession_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-logxml Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 30 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 10124 SHA256: 5dc2db83d208f5c5e7edde35b61df7633eec9996931de1186331545f78f2f438 SHA1: aace0eb17752ba66005c62e12f268d2f7d449515 MD5sum: 3f294e65d5b0814f00ba5c344d8f2934 Description: ejabberd module to log XMPP packets to an XML file This module sniffs all the XMPP traffic sent and received by ejabberd, both internally and externally transmitted. It logs the XMPP packets to an XML formatted file. It's possible to filter transmitted packets by orientation, stanza and direction. It's possible to configure the file rotation rules and intervals. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-logxml_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-message-log Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 28 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 8032 SHA256: f63484cfdee00b522cf23d96b119809da33aeb8f2fd59448ee091e3bade21695 SHA1: a06034c06b8dd74925774e807e4045afc4db58e8 MD5sum: fb5711a45c43e4e9311d8596f425222f Description: ejabberd module to write a line for each message to a log file This module writes a line for each sent or received message to a log file. Each line mentions the sender's JID and the recipient's JID, and also the message type (e.g., "normal", "chat", or "groupchat"). Carbon copies are marked as such. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-message-log_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-muc-log-http Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 43 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg) Size: 14700 SHA256: c48ee3d45467ceaf3cf129797364cf205ea98585fcc5bfa1c96077da656aca84 SHA1: cb2792e4c875dab060a6eb24806f2c066aa5a679 MD5sum: 81752d9f52ca4d8e734c94c7e9e78fe9 Description: ejabberd module to serve MUC logs on the web This module serves the directory containing MUC logs already configured on mod_muc_log. This way there is no need to set up a separate web server to allow your users to view the MUC logs. It is a small modification of mod_http_fileserver, customized for log serving. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-muc-log-http_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-post-log Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 27 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg) Size: 7588 SHA256: 086e0ff26ee54976079d51eaaa0ef668a64639751b5e84cfdcee5d5ddffc8711 SHA1: c17f326a21149ae42e04bdfc8da076d8f132801f MD5sum: c23fe9f075362184554432f4c4595bc3 Description: ejabberd module to log all messages to an HTTP API This module implements logging of all messages sent (chat and groupchat) via an HTTP API. Simply activate the module in ejabberd.yml after installation, see the included README.txt for further information. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-post-log_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-pottymouth Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 49 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 15048 SHA256: c9edafe03fe917214539a76b97d6beb5eeb52b7820ea05a680177bdc471c39c4 SHA1: 791b8382c919defa45c102fde216b7cc661d2d4b MD5sum: 22cff2649ec210b2465448b34c6f90a2 Description: ejabberd module to filter messages using blacklists The 'mod_pottymouth' ejabberd module aims to fill the void left by 'mod_shit' which has disappeared from the net. It allows individual whole words of a message to be filtered against a blacklist. It allows multiple blacklists sharded by language. To make use of this module the client must add the xml:lang attribute to the message xml. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-pottymouth_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-rest Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 45 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 16028 SHA256: a5344ca17e55b92e9c1d78a89c7874a53c734684808ad11f2ce7fa4d02af827c SHA1: b5edf6c2d817aa9e42281c11f7f4082a44d88b43 MD5sum: 7bd9ecd71d1c92a600a398d5cb4e3252 Description: ejabberd module providing an HTTP REST interface This is an ejabberd module that adds an HTTP handler that allows HTTP clients to literally post arbitrary message stanzas to ejabberd. Those stanzas then get shoved through ejabberd's router just like any other stanza. . This module can also be used as a frontend to execute ejabberd commands. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-rest_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-s2s-log Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 25 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 7216 SHA256: 458030758db3cafb298a7eef7ff4adbdef9e5873a3ff47e54b14878374386d40 SHA1: 00c7a34eb2fe9e48434df0c5a91bc8a32878308e MD5sum: 866c823b4e5fead030504eedc955b2fb Description: ejabberd module to log XMPP s2s connections This module can be used to keep a track of other XMPP servers your server has been connected with. Simply activate the module in ejabberd.yml after installation, see the included README.txt for further information. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-s2s-log_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-shcommands Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 28 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 9664 SHA256: d7b05a5c79972fd22c87af7a43c15e3984a03aa94fe64f6feae9fa526ceb1ac8 SHA1: cd20f202eaba786f4dcf335e7fcd346f270c15fb MD5sum: 25b5f4e2507de12d77e792b459438783 Description: ejabberd module to execute shell commands via XMPP (dangerous!) WARNING: USE THIS MODULE AT YOUR OWN RISK !!! This module allows ejabberd administrators to remotely execute shell commands which could compromise both the ejabberd server and the whole machine. . This module provides the ejabberd server administrator a method to remotely execute shell commands through the ejabberd server. . It provides a page in the ejabberd Web Admin which only the administrators of the whole server can access. . Three types of commands are possible: * ejabberd_ctl: makes a call to ejabberd_ctl; * erlang shell: executes an erlang command; * system shell: executes a command on the system shell. The result of the execution will be shown. . In the system shell, only non-interactive commands will work correctly, for example this will work: ps -all Don't use commands that start an interactive mode: DON'T TRY THIS: top DON'T TRY THIS: vim readme.txt . This module does not check if the commands are dangerous or problematic, so this module is only recommended for experienced ejabberd and Erlang/OTP administrators. USE THIS MODULE AT YOUR OWN RISK !!! Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-shcommands_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-spam-filter Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 59 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg) Size: 20736 SHA256: d4aaa0448ec82d689076f61fdb81171121ab870e94ac1b7bd81bd0ac08f4f250 SHA1: a42cffddc79ccc7873dac74c72cad08584b1b4f5 MD5sum: acf7772c65655f6edc84b4415cf7d582 Description: ejabberd module to filter spam messages based on JID/content This module allows for filtering spam messages and subscription requests received from remote servers based on lists of known spammer JIDs and/or URLs mentioned in spam messages. Traffic classified as spam is rejected with an error (and an [info] message is logged) unless the sender is subscribed to the recipient's presence. An access rule can be specified to control which recipients are subject to spam filtering Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-spam-filter_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-statsdx Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 99 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-mnesia (>= 1:25.2.3+dfsg), erlang-os-mon (>= 1:25.2.3+dfsg) Size: 35332 SHA256: 3a96c045486fe32efc70adfe93ed562a694cfebbf55665934c2fbbfc94074358 SHA1: 9e1ba539f4027a343e49fc34a52d97e3f0edc0a3 MD5sum: 5a120d388ce97f4325c227def34726d8 Description: ejabberd module to calculate and gather statistics actively This module measures several statistics. It provides a new section in ejabberd Web Admin and two ejabberd commands to view the information. Simply activate the module in ejabberd.yml after installation, see the included README.txt for further information. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-statsdx_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: ejabberd-mod-webpresence Source: ejabberd-contrib Version: 0.2025.01.11~dfsg0-2~bpo12+1 Installed-Size: 678 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: ejabberd (= 24.12-3~bpo12+1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-mnesia (>= 1:25.2.3+dfsg) Size: 310368 SHA256: 2ba3bdc8d654f0ee0a1af2cdf56975db46a0aa67cf3474f59226c71d5c6b02bb SHA1: 294d2afd218dfb5f6104b85988199c4f1d718026 MD5sum: aa5be6337bec4d746d535c1cd49e777e Description: ejabberd module allowing users to publish their presence information This module allows any local user of the ejabberd server to publish his presence information on the web. This module is the successor of Igor Goryachev's mod_presence. . Allowed output methods are: * icons (various themes available); * status text; * raw XML; * avatar, stored in the user's vCard. . No web server, database, additional libraries or programs are required. Multi-Arch: allowed Homepage: https://github.com/processone/ejabberd-contrib Section: net Priority: optional Filename: pool/main/e/ejabberd-contrib/ejabberd-mod-webpresence_0.2025.01.11~dfsg0-2~bpo12+1_arm64.deb Package: electrum Version: 4.5.8+ds-5~bpo12+1 Installed-Size: 159 Maintainer: Debian Cryptocoin Team Architecture: all Depends: python3-electrum (= 4.5.8+ds-5~bpo12+1), python3-pyqt5, python3:any Recommends: python3-pyqt6 Suggests: fonts-adobe-sourcesans3, fonts-dejavu-core, python3-btchip, trezor Size: 92196 SHA256: 22ab43378f2b10e90fb5c0ff1a5c28db900109a8f5b45810493aca435f0b3a60 SHA1: c3c4ab293e0e2b48659496257ae2ccea15bc0c90 MD5sum: e4d39a260b67647c49b995e017ec4c5d Description: Easy to use Bitcoin client This package provides a lightweight Bitcoin client which protects you from losing your bitcoins in a backup mistake or computer failure. Also, Electrum does not require waiting time because it does not download the Bitcoin blockchain. . Features of Electrum: . * Instant on: Your client does not download the blockchain. It uses a network of specialized servers that index the blockchain. * Forgiving: Your wallet can be recovered from a secret seed. * Safe: Your seed and private keys are encrypted on your hard drive. They are never sent to the servers. * Low trust: Information received from the servers is verified using SPV. Servers are authenticated using SSL. * No downtimes: Your client is not tied to a particular server; it will switch instantly if your server is down. * Ubiquitous: You can use the same wallet on different computers, they will synchronize automatically. * Cold Storage: Sign transactions from a computer that is always offline. Broadcast them using a machine that does not have your keys. * Reachable: You can export your private keys into other Bitcoin clients. * Established: Electrum is open source and was first released in November 2011. Homepage: https://electrum.org/ Section: utils Priority: optional Filename: pool/main/e/electrum/electrum_4.5.8+ds-5~bpo12+1_all.deb Package: elementary-icon-theme Version: 8.1.0-1~bpo12+1 Installed-Size: 34627 Maintainer: Debian QA Group Architecture: all Provides: elementary-icons Depends: hicolor-icon-theme Size: 2848344 SHA256: 85a9df5d64a92f2bd421f0823af3109dfdd0c4b46ea30daf7e7c40b24459944b SHA1: 83f28b7cc59b908af36bb755a5ce1b1cd665e190 MD5sum: 2ab61b48e2434eaaac1575a22566f3d9 Description: Original set of vector icons for elementary OS Elementary Icons is an original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon. Homepage: https://github.com/elementary/icons Section: x11 Priority: optional Filename: pool/main/e/elementary-icon-theme/elementary-icon-theme_8.1.0-1~bpo12+1_all.deb Package: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 3532 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libarchive13 (>= 3.0.4), libasm1 (>= 0.132), libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libdw1 (= 0.192-4~bpo12+1), libelf1 (= 0.192-4~bpo12+1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 454936 SHA256: 0f6c128aae20f9caca12d0514e616326372342b971524d2e8fa80f394239fd4a SHA1: 30b4832d19023a5eb99aeba9bf46d12c874da966 MD5sum: 1a79d07c912649d5f86aff6445929240 Description: collection of utilities to handle ELF objects Elfutils is a collection of utilities, including eu-ld (a linker), eu-nm (for listing symbols from object files), eu-size (for listing the section sizes of an object or archive file), eu-strip (for discarding symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint (to check for well-formed ELF files). Multi-Arch: foreign Homepage: https://sourceware.org/elfutils/ Section: utils Priority: optional Filename: pool/main/e/elfutils/elfutils_0.192-4~bpo12+1_arm64.deb Package: elpa-notmuch Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 573 Maintainer: Carl Worth Architecture: all Depends: dh-elpa-helper, emacsen-common Suggests: elpa-mailscripts Size: 186856 SHA256: 47770dc4a45fc1043ecae96af4290074bb0fec65a86b9bcad22dddbb5b47421f SHA1: 523ab11b93fae2bdf4894159a51c10aa7123af4a MD5sum: a332484fe4deb17765a2f59e1410d87e Description: thread-based email index, search and tagging (emacs interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides an emacs based mail user agent based on notmuch. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/elpa-notmuch_0.38.1-1~bpo12+1_all.deb Package: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 54 Maintainer: Rob Browning Architecture: all Depends: emacs-gtk (>= 1:30.1) | emacs-pgtk (>= 1:30.1) | emacs-lucid (>= 1:30.1) | emacs-nox (>= 1:30.1) Size: 19500 SHA256: 30965c711dbfff7bebb9cc161abb4c03eddea2f71d66b16680786048e2e80469 SHA1: 4bef486b1131766aca52a9c77cfeffcccf6992e3 MD5sum: 0f5fdb4a2af27f743e5854c3af339d57 Description: GNU Emacs editor (metapackage) GNU Emacs is the extensible self-documenting text editor. This is a metapackage that will always depend on the latest recommended Emacs variant (currently emacs-gtk). Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs_30.1+1-5~bpo12+1_all.deb Package: emacs-bin-common Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 491 Maintainer: Rob Browning Architecture: arm64 Depends: emacs-common (= 1:30.1+1-5~bpo12+1), libc6 (>= 2.34) Recommends: mailutils Breaks: emacs-gtk (<< 1:29.2), emacs-lucid (<< 1:29.2), emacs-nox (<< 1:29.2), emacs-pgtk (<< 1:29.2) Size: 91856 SHA256: e183c7aa1a5dd185bbeba344eaabe0e635ce7c90678f10999098817cb7486f74 SHA1: 7a9804aa643374159443c02c1f6bdfcba87bcfa8 MD5sum: 951cf28867b1e2cd9bdbf2d1fa3fc74b Description: GNU Emacs editor's shared, architecture dependent files GNU Emacs is the extensible self-documenting text editor. This package contains the architecture dependent infrastructure that's shared by emacs-gtk, emacs-pgtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-bin-common_30.1+1-5~bpo12+1_arm64.deb Package: emacs-common Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 80559 Maintainer: Rob Browning Architecture: all Replaces: emacs-bin-common (<< 1:28) Depends: emacs-el, emacsen-common (>= 3.0.0), install-info, init-system-helpers (>= 1.52) Suggests: emacs-common-non-dfsg, emacs-editing-major-modes, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:30.1+1-5~bpo12+1), gnus-bonus-el, speedbar Breaks: apel (<< 10.8+0.20120427-4), edb (<< 1.32), egg (<< 4.2.0-2), elpa-cider (<< 0.19.0+dfsg-4~), emacs (<< 1:25), emacs-bin-common (<< 1:28), emacs-gtk (<< 1:25), emacs-lucid (<< 1:25), emacs-nox (<< 1:25) Size: 15794852 SHA256: 8013337195df9c686c7cef54d5fb5b2ed8d3ab898b513616e26232c59b81e9e9 SHA1: 6728dc7ffd9aaf75b71e757a92bac0f00646e5c0 MD5sum: eed5078440604758610aa51fa2332c31 Description: GNU Emacs editor's shared, architecture independent infrastructure GNU Emacs is the extensible self-documenting text editor. This package contains the architecture independent infrastructure that's shared by emacs-gtk, emacs-pgtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-common_30.1+1-5~bpo12+1_all.deb Package: emacs-el Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 19710 Maintainer: Rob Browning Architecture: all Depends: emacs-common (= 1:30.1+1-5~bpo12+1) Size: 19500448 SHA256: 2e8de126cda3edfba7a16a7d33fb11182e89bd356a06afab236c25bc651f78e5 SHA1: dacbdaaa9494a0bee0fc33c7e459b1545b4104d1 MD5sum: 915e4d65e467952155ba93785b8c737b Description: GNU Emacs LISP (.el) files GNU Emacs is the extensible self-documenting text editor. This package contains the elisp sources for the convenience of users, saving space in the main package for small systems. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-el_30.1+1-5~bpo12+1_all.deb Package: emacs-gtk Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 51960 Maintainer: Rob Browning Architecture: arm64 Replaces: emacs-bin-common (<< 1:29.2), emacs-lucid, emacs-nox, emacs-pgtk Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:30.1+1-5~bpo12+1), emacs-common (= 1:30.1+1-5~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libattr1 (>= 1:2.4.48), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.37.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.4), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsm6, libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.5.99.2), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxrandr2, libxrender1, zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg, emacs-editing-major-modes Conflicts: emacs-lucid, emacs-nox, emacs-pgtk Breaks: dh-elpa-helper (<< 2.1.7), emacs-bin-common (<< 1:29.2) Size: 7477448 SHA256: c305f33eaf42d69e2fe460fa827cdccb90f633e77a2fe48c60575b165fc28b98 SHA1: 32b44b00d83836c47c288fb900bb71ed37648ee1 MD5sum: fa07eaf6cc206ee1ebc55bbf046ce4f3 Description: GNU Emacs editor (with GTK+ GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ for X11 and Wayland (instead of the Lucid toolkit provided by the emacs-lucid package). . If you are using Wayland, you may wish to install emacs-pgtk instead. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-gtk_30.1+1-5~bpo12+1_arm64.deb Package: emacs-lucid Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 52714 Maintainer: Rob Browning Architecture: arm64 Replaces: emacs-bin-common (<< 1:29.2), emacs-gtk, emacs-nox, emacs-pgtk Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:30.1+1-5~bpo12+1), emacs-common (= 1:30.1+1-5~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libattr1 (>= 1:2.4.48), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.16.0), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsm6, libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.4.5), libxext6 (>= 2:1.3.0), libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.5.99.2), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxmu6 (>= 2:1.1.3), libxpm4, libxrandr2 (>= 2:1.5.0), libxrender1, libxt6, xaw3dg (>= 1.5+E-1), zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-nox, emacs-pgtk Breaks: dh-elpa-helper (<< 2.1.7), emacs-bin-common (<< 1:29.2) Size: 7453356 SHA256: a3fe2ad1c1c7669adc7863bc92bb62c67acdd1b5ba30d7a36f4411d74804bb44 SHA1: 6e7e58345887a4eddaea0a1537b1add1a719a1a9 MD5sum: be3063c0b8988c954d484b0013ee97f2 Description: GNU Emacs editor (with Lucid GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with support for a graphical user interface based on the Lucid toolkit (instead of the GTK+ interface provided by the emacs-gtk package). Until some known GTK+ problems are fixed, this version may help avoid crashing Emacs during an emacsclient disconnect. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567934 and https://bugzilla.gnome.org/show_bug.cgi?id=85715 for more information. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-lucid_30.1+1-5~bpo12+1_arm64.deb Package: emacs-nox Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 49802 Maintainer: Rob Browning Architecture: arm64 Replaces: emacs-bin-common (<< 1:29.2), emacs-gtk, emacs-lucid, emacs-pgtk Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:30.1+1-5~bpo12+1), emacs-common (= 1:30.1+1-5~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libattr1 (>= 1:2.4.48), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libgccjit0 (>= 12), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), liblcms2-2 (>= 2.2+git20110628), libselinux1 (>= 3.1~), libsqlite3-0 (>= 3.7.15), libsystemd0, libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: emacs-common-non-dfsg, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-lucid, emacs-pgtk Breaks: dh-elpa-helper (<< 2.1.7), emacs-bin-common (<< 1:29.2) Size: 6974608 SHA256: 6624ae63ed549cb81f92ed32481a9d7e6a258c3928dcee89776a05214abcd6ab SHA1: 4f79db3ce9e67b7b82ed97dac5f2c69543088093 MD5sum: 80b09d21ee2f0c544f778a99f51d3eab Description: GNU Emacs editor (without GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs compiled without support for X, and provides only a text terminal interface. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-nox_30.1+1-5~bpo12+1_arm64.deb Package: emacs-pgtk Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 51902 Maintainer: Rob Browning Architecture: arm64 Replaces: emacs-bin-common (<< 1:29.2), emacs-common (<< 1:29.3+1-3~), emacs-gtk, emacs-lucid, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:30.1+1-5~bpo12+1), emacs-common (= 1:30.1+1-5~bpo12+1), dconf-gsettings-backend | gsettings-backend, libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libattr1 (>= 1:2.4.48), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.39.4), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.5), libharfbuzz0b (>= 0.9.42), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libotf1 (>= 0.9.10), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-lucid, emacs-nox Breaks: dh-elpa-helper (<< 2.1.7), emacs-bin-common (<< 1:29.2), emacs-common (<< 1:29.3+1-3~) Size: 7320248 SHA256: 3089e8e16d10399153dc637624549060e12dc170d9e65a56ca8757982f3f1552 SHA1: b4986acbd4e4b18c399f37f42aff063865f1fba6 MD5sum: f7c9fcb02ae4a0f18e4b49b2746bf2ba Description: GNU Emacs editor (with GTK+ Wayland GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ for Wayland. . If you are using exclusively X11, install emacs-gtk instead. The PGTK port works less well than the standard GTK+ build in a number of respects. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-pgtk_30.1+1-5~bpo12+1_arm64.deb Package: empathy-skype Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 24 Maintainer: Patrick Zajda Architecture: arm64 Depends: telepathy-haze, pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 3152 SHA256: f62da8fd1c250854c5918804ecd3d8f9375dd9bbd59bff5fa9e432d42cdc0aa7 SHA1: 7629943412f966e9a9afccc2e48bf873b9768c8e MD5sum: dbd1c276b8f314976f7f6980c9410a0d Description: Skype plugin for libpurple messengers (Empathy-specific files) This protocol plugin allows libpurple to communicate with Skype Web. Applications using libpurple (Pidgin, Finch, Empathy/Telepathy, etc.) can thus show your Skype contacts alongside those from other protocols, and you can communicate with them using that application. . This product uses the web version of Skype. . This package contains Empathy-specific files. Homepage: https://github.com/EionRobb/skype4pidgin Section: net Priority: optional Filename: pool/main/p/pidgin-skype/empathy-skype_20240122+gitab786a3+dfsg-2~bpo12+1_arm64.deb Package: erlang-jose Version: 1.11.10-1~bpo12+1 Installed-Size: 1185 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg) Size: 727460 SHA256: 12910306ed5ddc7abbf1ebf0fd21c2c09824584977dd0b8ca946db923d716bf5 SHA1: 820d9a3e8a5f0284d7085235fd619dec394e4382 MD5sum: 18f86fbe94025fba6e51e722a435136f Description: JSON Object Signing and Encryption (JOSE) for Erlang JOSE stands for JSON Object Signing and Encryption which is a is a set of standards established by the JOSE Working Group. JOSE is split into 5 main components: * JOSE.JWA - JSON Web Algorithms (JWA) RFC 7518 * JOSE.JWE - JSON Web Encryption (JWE) RFC 7516 * JOSE.JWK - JSON Web Key (JWK) RFC 7517 * JOSE.JWS - JSON Web Signature (JWS) RFC 7515 * JOSE.JWT - JSON Web Token (JWT) RFC 7519 Additional specifications and drafts implemented: * JSON Web Key (JWK) Thumbprint RFC 7638 * JWS Unencoded Payload Option RFC 7797 Multi-Arch: allowed Homepage: https://github.com/potatosalad/erlang-jose Section: libs Priority: optional Filename: pool/main/e/erlang-jose/erlang-jose_1.11.10-1~bpo12+1_arm64.deb Package: erlang-luerl Version: 1:1.2.3-1~bpo12+1 Installed-Size: 1223 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 860492 SHA256: 049d861c04caf9e6c6318889d61483be0779dc9b63201b2246bcf68b31e9f179 SHA1: 8c5dfa4d3d3b42cbd36c17857c9d6e87cf171abb MD5sum: 011531a693047d0ed3c07b49a279286d Description: implementation of Lua in Erlang An experimental implementation of Lua 5.2 written solely in pure Erlang . When to use Luerl: . Fast Language Switch: Luerl should allow you to switch between Erlang and Lua incredibly fast, introducing a way to use very small bits of logic programmed in Lua, inside an Erlang application, with good performance. . Multicore: Luerl provides a way to transparently utilize multicores. The underlying Erlang VM takes care of the distribution. . Microprocesses: It should give you a Lua environment that allows you to effortlessly run tens of thousands of Lua processes in parallel, leveraging the famed microprocesses implementation of the Erlang VM. The empty Luerl State footprint will be yet smaller than the C Lua State footprint. . Forking Up: Because of the immutable nature of the Luerl VM, it becomes a natural operation to use the same Lua State as a starting point for multiple parallel calculations. . However, Luerl will generally run slower than a reasonable native Lua implementation. This is mainly due the emulation of mutable data on top of an immutable world. There is really no way around this. An alternative would be to implement a special Lua memory outside of the normal Erlang, but this would defeat the purpose of Luerl. It would instead be then more logical to connect to a native Lua. . Some valid use cases for Luerl are: * Lua code will be run only occasionally and it wouldn't be worth managing an extra language implementation in the application; * the Lua code chunks are small so the slower speed is weighed up by Luerl's faster interface; * the Lua code calculates and reads variables more than changing them; * the same Lua State is repeatedly used to 'fork up' as a basis for massively many parallel calculations, based on the same state; * it is easy to run multiple instances of Luerl which could better utilise multicores. Multi-Arch: allowed Homepage: https://github.com/rvirding/luerl Section: libs Priority: optional Filename: pool/main/e/erlang-luerl/erlang-luerl_1.2.3-1~bpo12+1_arm64.deb Package: erlang-p1-acme Version: 1.0.25-1~bpo12+1 Installed-Size: 85 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), erlang-base64url (>= 1.0.1), erlang-idna (>= 6.0.0), erlang-jiffy (>= 1.1.1), erlang-jose (>= 1.11.10), erlang-p1-utils (>= 1.0.26), erlang-p1-yconf (>= 1.0.17), erlang-p1-yaml (>= 1.0.37), erlang-unicode-util-compat (>= 0.3.1) Size: 60420 SHA256: 9254367ec0b9eff6ef89a50637518c1e7e1aaf7e1b7f7005c262c040154d8452 SHA1: 561853a94269f56ba11f88a4ea34dec7e027eb80 MD5sum: 1ece0516ad07b74c9f34dec764ba2abf Description: ACME client library for Erlang This Erlang library provides an ACME client implementing RFC 8555. It was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/p1_acme Section: libs Priority: optional Filename: pool/main/e/erlang-p1-acme/erlang-p1-acme_1.0.25-1~bpo12+1_arm64.deb Package: erlang-p1-cache-tab Version: 1.0.31-2~bpo12+1 Installed-Size: 152 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 52492 SHA256: 9082b4f10f4c38033fde1baa626102b8481cf78fbe4e23e321667131ba80753a SHA1: 7e9556215bda33b489cac8a2f68f7a53bf48ed17 MD5sum: 7f1e85b7f6fe6ec797a27c44ac2c3e1a Description: in-memory cache application for Erlang / Elixir apps This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/cache_tab Section: libs Priority: optional Filename: pool/main/e/erlang-p1-cache-tab/erlang-p1-cache-tab_1.0.31-2~bpo12+1_arm64.deb Package: erlang-p1-eimp Version: 1.0.23-4~bpo12+1 Installed-Size: 117 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 29032 SHA256: ca14b26ae0c202f431358465e880b7e6d6b1e27f2a510faba49a2c7706b6965b SHA1: 17d40bf5b3d31d8a2f4fab9ba5f5ca61ec4aafc3 MD5sum: 201d26b4de66d76686c1847aa21dbebd Description: Erlang application for manipulating graphic images This library is an Erlang application for manipulating graphic images using external C libraries. Currently it supports convertation between WebP, JPEG and PNG. It is used by ejabberd. Multi-Arch: allowed Homepage: https://github.com/processone/eimp Section: libs Priority: optional Filename: pool/main/e/erlang-p1-eimp/erlang-p1-eimp_1.0.23-4~bpo12+1_arm64.deb Package: erlang-p1-iconv Version: 1.0.13-4~bpo12+1 Installed-Size: 96 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 11388 SHA256: bc0d79724b6439f3ecaee92eac6890c560a3a5139e2fdc9d71bbe6771d5e9a26 SHA1: a25678af7b85984a99f906a8990b8de70c3754c9 MD5sum: 32a9773158594f9a2b0064ad1e63564e Description: fast encoding conversion library for Erlang / Elixir This library is a native binding to the libiconv library. It was written for ejabberd which still uses it, but was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/iconv Section: libs Priority: optional Filename: pool/main/e/erlang-p1-iconv/erlang-p1-iconv_1.0.13-4~bpo12+1_arm64.deb Package: erlang-p1-mqtree Version: 1.0.17-2~bpo12+1 Installed-Size: 96 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 18704 SHA256: 3f7ecccbe52b0f8e09a31d7d0ea67a610a93f3820cd98aef651f31b970ff9fe5 SHA1: 52be0bb2cf29dbf4dd29a84fd0d424c6a6059a05 MD5sum: 90f6b8858b888b47e377f025f55ea107 Description: index tree for MQTT topic filters mqtree is an Erlang NIF implementation of N-ary tree to keep MQTT topic filters for efficient matching. . This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/mqtree Section: libs Priority: optional Filename: pool/main/e/erlang-p1-mqtree/erlang-p1-mqtree_1.0.17-2~bpo12+1_arm64.deb Package: erlang-p1-mysql Version: 1.0.25-1~bpo12+1 Installed-Size: 108 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), erlang-ssl (>= 1:25.2.3+dfsg) Size: 71248 SHA256: 4ca77119533b41c8e8e3638f428a524125909d1d2d373b734c0c659ea7acafc5 SHA1: 3ff78db1d8ed34a1578cfcf7b9d25610578629d5 MD5sum: 3cf58035935b0e39039a2d5edabff44f Description: pure Erlang MySQL driver This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/p1_mysql Section: libs Priority: optional Filename: pool/main/e/erlang-p1-mysql/erlang-p1-mysql_1.0.25-1~bpo12+1_arm64.deb Package: erlang-p1-oauth2 Version: 0.6.14-2~bpo12+1 Installed-Size: 54 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg) Size: 30256 SHA256: 44eb62a8be02be8ef05e872b545f6c73e7a025877cf9960379b207fa1d03aa0b SHA1: 74c63680fdba2576c6257e28b39e387297798d35 MD5sum: 4c6bcbf89a33304f793d5a750575859b Description: Erlang library for server side implementation of OAuth2 This library is designed to simplify the implementation of the server side of OAuth2 (http://tools.ietf.org/html/rfc6749). It provides no support for developing clients. See https://github.com/kivra/oauth2_client for support in accessing Oauth2 enabled services. Multi-Arch: allowed Homepage: https://github.com/processone/p1_oauth2 Section: libs Priority: optional Filename: pool/main/e/erlang-p1-oauth2/erlang-p1-oauth2_0.6.14-2~bpo12+1_arm64.deb Package: erlang-p1-pam Version: 1.0.14-3~bpo12+1 Installed-Size: 102 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 16212 SHA256: e25854e2ab244f398efafe155a242de209767e62c0abc4ae38dea70b650a2444 SHA1: 6f429f0e5daabdf6b7971bd2146c5ebaefef12fc MD5sum: 600f4b0d64687743fe07dba8f8b214f0 Description: pam authentication and accounting management for Erlang This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/epam Section: libs Priority: optional Filename: pool/main/e/erlang-p1-pam/erlang-p1-pam_1.0.14-3~bpo12+1_arm64.deb Package: erlang-p1-pgsql Version: 1.1.31-1~bpo12+1 Installed-Size: 104 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-ssl (>= 1:25.2.3+dfsg), erlang-idna (>= 6.0.0), erlang-p1-stringprep (>= 1.0.30), erlang-p1-tls (>= 1.1.22), erlang-p1-utils (>= 1.0.26), erlang-p1-xml (>= 1.1.55), erlang-p1-xmpp (>= 1.9.2), erlang-p1-zlib (>= 1.0.13), erlang-unicode-util-compat (>= 0.3.1) Size: 60768 SHA256: 137af987a80155608517a8372eb285b4c199d74b41cb2215221e356ed7d3c6d1 SHA1: e4be81ef9a4c852a806ed00a3c57f0bb8b9175b3 MD5sum: 0d7de9be73c347de2c3eb777b9a2d75f Description: Pure Erlang PostgreSQL driver This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/p1_pgsql Section: libs Priority: optional Filename: pool/main/e/erlang-p1-pgsql/erlang-p1-pgsql_1.1.31-1~bpo12+1_arm64.deb Package: erlang-p1-pkix Version: 1.0.10-2~bpo12+1 Installed-Size: 305 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), ca-certificates Size: 179324 SHA256: 9b9eb6f62950dad64781e557cd1b343c131be08762cfa9e1d8b44e3b96c79e64 SHA1: c0b6bd064e476b6b48dc1b0e616bb4df5bdc621b MD5sum: 36a594f08e1984ddb5c35d39f23d6e90 Description: PKIX certificates management library for Erlang The idea of the library is to simplify certificates configuration in Erlang programs. Typically an Erlang program which needs certificates (for HTTPS/ MQTT/XMPP/etc) provides a bunch of options such as certfile, chainfile, privkey, etc. The situation becomes even more complicated when a server supports so called virtual domains because a program is typically required to match a virtual domain with its certificate. If a user has plenty of virtual domains it's quickly becoming a nightmare for them to configure all this. The complexity also leads to errors: a single configuration mistake and a program generates obscure log messages, unreadable Erlang tracebacks or, even worse, just silently ignores the errors. Fortunately, the large part of certificates configuration can be automated, reducing a user configuration to something as simple as: . certfiles: - /etc/letsencrypt/live/*/*.pem . The purpose of this library is to do this dirty job under the hood. Multi-Arch: allowed Homepage: https://github.com/processone/pkix Section: libs Priority: optional Filename: pool/main/e/erlang-p1-pkix/erlang-p1-pkix_1.0.10-2~bpo12+1_arm64.deb Package: erlang-p1-sip Version: 1.0.56-1~bpo12+1 Installed-Size: 313 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-inets (>= 1:25.2.3+dfsg), erlang-tools (>= 1:25.2.3+dfsg), erlang-p1-stun (>= 1.2.15), erlang-p1-tls (>= 1.1.22), erlang-p1-utils (>= 1.0.26) Size: 175724 SHA256: 15e9cde2e9782c8398578b58622cba0fa20d269a9a11ea857c90acd4e0cfd4e4 SHA1: 3560f24d2f0e635aa24ee603c1fcce8a1b4f6512 MD5sum: 2ac85ee8b4ff651a0b32b43f5fad72fd Description: SIP library for Erlang This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/esip Section: libs Priority: optional Filename: pool/main/e/erlang-p1-sip/erlang-p1-sip_1.0.56-1~bpo12+1_arm64.deb Package: erlang-p1-sqlite3 Version: 1.1.15-2~bpo12+1 Installed-Size: 153 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libsqlite3-0 (>= 3.5.9), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 60140 SHA256: 7e8a5350f88b6876d6f893692753faa74288cecb8ca8bdbdba26f271fe0d762e SHA1: 2322267a678d4e0d14d99bcb7c56cd74343b6d19 MD5sum: d8c064e1b2453652288b89f2738a82f5 Description: SQLite3 wrapper for Erlang applications This is an SQLite3 library for Erlang. It is designed to make it easy to write Erlang applications that use SQLite3. ejabberd for example uses it as its sqlite driver. Multi-Arch: allowed Homepage: https://github.com/processone/erlang-sqlite3 Section: libs Priority: optional Filename: pool/main/e/erlang-p1-sqlite3/erlang-p1-sqlite3_1.1.15-2~bpo12+1_arm64.deb Package: erlang-p1-stringprep Version: 1.0.30-2~bpo12+1 Installed-Size: 230 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 30808 SHA256: fb1181839e7d836005417c7db6a0cbc5904ac8d8177e1e030defdfa0c4471380 SHA1: a98f0db5d68046415f5ad2efe183fdcaf9715323 MD5sum: d556ac6496f81dfcda2dfd92402b0853 Description: erlang interface to stringprep This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/stringprep Section: libs Priority: optional Filename: pool/main/e/erlang-p1-stringprep/erlang-p1-stringprep_1.0.30-2~bpo12+1_arm64.deb Package: erlang-p1-stun Version: 1.2.15-1~bpo12+1 Installed-Size: 219 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-eunit (>= 1:25.2.3+dfsg), erlang-p1-tls (>= 1.1.22), erlang-p1-utils (>= 1.0.26) Suggests: stun-server | turn-server Size: 150168 SHA256: 562f02d5461e27183a7675e8ae466a2b5b67121f835d302dabd8a5070e926b77 SHA1: 3201fcd96c03a906a8680532b8381330f0e9ba75 MD5sum: a7ae3692f8dc48235a7d72bd16143b5e Description: STUN library for Erlang This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/stun Section: libs Priority: optional Filename: pool/main/e/erlang-p1-stun/erlang-p1-stun_1.2.15-1~bpo12+1_arm64.deb Package: erlang-p1-tls Version: 1.1.22-1~bpo12+1 Installed-Size: 194 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), erlang-p1-utils (>= 1.0.26) Size: 49872 SHA256: 2914f58f466c0b1807660dae54308e875f0d418acc1bdd63c8ef6e0a0a495a5b SHA1: 7c1ff0dea52560d0e33eccd725f5667665c349c5 MD5sum: 6f445baeb46e59f212e3b37bf20c10c7 Description: native TLS / SSL driver for Erlang / Elixir Fast TSL is a native TLS / SSL driver for Erlang / Elixir. It is based on OpenSSL, a proven and efficient TLS implementation. It is designed for efficiency, speed and compliance. Multi-Arch: allowed Homepage: https://github.com/processone/fast_tls Section: libs Priority: optional Filename: pool/main/e/erlang-p1-tls/erlang-p1-tls_1.1.22-1~bpo12+1_arm64.deb Package: erlang-p1-utils Version: 1.0.26-2~bpo12+1 Installed-Size: 193 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg), erlang-inets (>= 1:25.2.3+dfsg), erlang-tools (>= 1:25.2.3+dfsg) Size: 126288 SHA256: 7c18e7de84ace59d97e54ddd6e2cf119ef30c6007a2edc28b6fd81115a9e0339 SHA1: 24042126e865cb70065ba0fcc702198f1b4fb7a5 MD5sum: 6d7789e7115e6ba53947a67a448c0520 Description: set of small Erlang libraries The libraries in this package were written for ejabberd which still uses them. They were split off into their own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/p1_utils Section: libs Priority: optional Filename: pool/main/e/erlang-p1-utils/erlang-p1-utils_1.0.26-2~bpo12+1_arm64.deb Package: erlang-p1-xml Version: 1.1.55-1~bpo12+1 Installed-Size: 441 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libexpat1 (>= 2.0.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-dialyzer (>= 1:25.2.3+dfsg), erlang-syntax-tools (>= 1:25.2.3+dfsg), erlang-p1-utils (>= 1.0.26) Size: 223588 SHA256: 9cb7a69bb9b6cd3ca6d4f188a915c1365f3439e862689f8b29f9e124ec897f9d SHA1: c6a0d512612a557f78a3ffb543a44c1dbeb5c9c6 MD5sum: 930cf25b56fae501b81eec8f96b4427e Description: XML utilities for Erlang This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/fast_xml Section: libs Priority: optional Filename: pool/main/e/erlang-p1-xml/erlang-p1-xml_1.1.55-1~bpo12+1_arm64.deb Package: erlang-p1-xmpp Version: 1.9.4-1~bpo12+1 Installed-Size: 3607 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-asn1 (>= 1:25.2.3+dfsg), erlang-crypto (>= 1:25.2.3+dfsg), erlang-public-key (>= 1:25.2.3+dfsg), erlang-syntax-tools (>= 1:25.2.3+dfsg), erlang-idna (>= 6.0.0), erlang-p1-xml (>= 1.1.55), erlang-p1-stringprep (>= 1.0.30-2~), erlang-p1-tls (>= 1.1.22), erlang-unicode-util-compat (>= 0.3.1), erlang-p1-utils (>= 1.0.26), erlang-p1-zlib (>= 1.0.13-2~) Size: 2244080 SHA256: 8b33ebe8d0b8040ae1c3e2ca1a30a6e5914ca8b46756d6a8ebd30a68828e1105 SHA1: 02defaebd20b5b78eb439b6295ab10a21faade4b MD5sum: 6bc513f7d5f6a220347b1ea72adaf0c3 Description: Erlang/Elixir XMPP parsing and serialization library This library provides comprehensive representation of XMPP elements as well as tools to work with them. Every such element is represented by an Erlang record. Most of the library's code is auto generated and thus considered to be bug free and efficient. . The approach is very similar to ASN.1, Google Protocol Buffers or Apache Thrift: an XML element is transformed into internal language structure (an Erlang record in this case) - the process known as "decoding". During decoding, validation is also performed, thus well-typed structures are generated, potentially decreasing bugs related to handcrafted parsing. A reverse process known as "encoding" is applied for transforming an Erlang record into an XML element. . This package should be used along with erlang-p1-xml, because it is only able to decode from and encode to structures generated by that library (that is, xmlel() elements). . This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/xmpp Section: libs Priority: optional Filename: pool/main/e/erlang-p1-xmpp/erlang-p1-xmpp_1.9.4-1~bpo12+1_arm64.deb Package: erlang-p1-yaml Version: 1.0.37-2~bpo12+1 Installed-Size: 106 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libyaml-0-2, erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 17988 SHA256: 61396bb6ae0d275c64cfa2324023fcf31e4636a6816f9d3eaa3f8ff6085612a8 SHA1: da5dc99b783518835cb5e02941d28903c82a2ff3 MD5sum: a6ecd63d4a7ae0b5ed0754655b9976c8 Description: erlang wrapper for libyaml C library This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/fast_yaml Section: libs Priority: optional Filename: pool/main/e/erlang-p1-yaml/erlang-p1-yaml_1.0.37-2~bpo12+1_arm64.deb Package: erlang-p1-yconf Version: 1.0.17-1~bpo12+1 Installed-Size: 78 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26), erlang-p1-yaml (>= 1.0.37-2~) Size: 48740 SHA256: 888562610122170739bec4af77d56d82d872753ce3b897323713c5cb8413857e SHA1: 1b583bcb8e6d8eb22a86caf4cb2b3fe8e09b2b68 MD5sum: 26d4a2c4e94bb0631cd258451b6cdbee Description: YAML configuration processor This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/yconf Section: libs Priority: optional Filename: pool/main/e/erlang-p1-yconf/erlang-p1-yconf_1.0.17-1~bpo12+1_arm64.deb Package: erlang-p1-zlib Version: 1.0.13-2~bpo12+1 Installed-Size: 100 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 15188 SHA256: 9c946907649dbdca2eceb71ce930311376c496bd0b32ab3e372ae2713a3a9a5c SHA1: e757dcca9c052fa4fcb1892f6089b0c411bed426 MD5sum: 89d23579adf40640cdbd02fb2c3ac966 Description: erlang interface to zlib This library was written for ejabberd which still uses it. It was split off into its own project to follow Erlang/OTP guidelines. Multi-Arch: allowed Homepage: https://github.com/processone/ezlib Section: libs Priority: optional Filename: pool/main/e/erlang-p1-zlib/erlang-p1-zlib_1.0.13-2~bpo12+1_arm64.deb Package: erlang-redis-client Version: 1.2.0-8~bpo12+1 Installed-Size: 95 Maintainer: Ejabberd Packaging Team Architecture: arm64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-eunit (>= 1:25.2.3+dfsg) Size: 54184 SHA256: eb77b73bbde9fd77426d66c49c5cad38e7b2706704c6c788b0f6b472a633ef66 SHA1: a375ee73c04543d5982d5a64ba73d44fe9e3f093 MD5sum: b5f3491b3d599f0036492c11b9dd8c5a Description: Redis client for Erlang applications Non-blocking Redis client for Erlang applications with focus on performance and robustness. . Supported Redis features: - Any command, through eredis:q/2 - Transactions - Pipelining - Authentication & multiple dbs - Pubsub Multi-Arch: allowed Homepage: https://github.com/wooga/eredis Section: libs Priority: optional Filename: pool/main/e/erlang-redis-client/erlang-redis-client_1.2.0-8~bpo12+1_arm64.deb Package: esorex Version: 3.13.7+ds-1~bpo12+1 Installed-Size: 177 Maintainer: Debian Astronomy Team Architecture: arm64 Depends: libc6 (>= 2.34), libcext0 (>= 5.3.1), libcplcore26 (>= 6.3), libcpldfs26 (>= 6.5), libcplui26 (>= 6.4), libltdl7 (>= 2.4.7) Size: 56780 SHA256: 80f4dc93e264124a129c878f0189d526677eddf4235e8d1d6e264db9a7c0cd7b SHA1: b9448204c306723b297a2f87a44e4c68458705a6 MD5sum: 3459ad4f460562ffd9ec1341deaf3c60 Description: Execution Tool for European Southern Observatory pipelines EsoRex is the European Southern Observatory (ESO) Recipe Execution Tool. It can list, configure and execute CPL-based recipes from the command line. . The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks. . One of the features provided by the CPL is the ability to create data-reduction algorithms that run as plugins (dynamic libraries). These are called "recipes" and are one of the main aspects of the CPL data-reduction development environment. Homepage: https://www.eso.org/sci/software/cpl/esorex.html Section: science Priority: optional Filename: pool/main/e/esorex/esorex_3.13.7+ds-1~bpo12+1_arm64.deb Package: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 3879 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.34), libespeak-ng1 (>= 1.52.0+dfsg), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10) Size: 2367344 SHA256: b79aa168424b42acebd9fd9eb3961c0169527d8a89a948265ec6c19f103bbbfa SHA1: f5500e1a0015330808857b398b56117d86ed6b9e MD5sum: 04322bc48dcb4f35d4de7e570bede577 Description: Multi-lingual software speech synthesizer eSpeak NG is a software speech synthesizer for English, and some other languages. . eSpeak NG produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . It can run as a command line program to speak text from a file or from stdin. . * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. More than 80 languages are included. * Compact size. * Written in C. Multi-Arch: foreign Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: espeak-ng-data Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 24034 Maintainer: Debian Accessibility Team Architecture: arm64 Size: 8654220 SHA256: aac371952ac7fb51cc41a581f5953f1942b30a2774f7e8029e0cc44352c6f56b SHA1: ebe8e83d0257e116d5372051872d12b0ddc9f943 MD5sum: 441d37661aa12d76c0d110a8ec93fda9 Description: Multi-lingual software speech synthesizer: speech data files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains necessary synthesizer data files needed for the espeak-ng program and the shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng-data_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: espeak-ng-espeak Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 27 Maintainer: Debian Accessibility Team Architecture: all Provides: espeak Depends: espeak-ng Conflicts: espeak Size: 12896 SHA256: 57915b6901f9855b723773d4de2cd64ae936a1269a50905c0f21bf8cd53d3be4 SHA1: c03bdc452bffa25ce0e35e579b622f48d574ea49 MD5sum: 9e07e57da761c099ddca8a020adffda5 Description: Multi-lingual software speech synthesizer eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the espeak package. Installing this package thus allows one to make applications calling the /usr/bin/espeak program use eSpeak NG without any modification or rebuild. Multi-Arch: foreign Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng-espeak_1.52.0+dfsg-5~bpo12+1_all.deb Package: etc1tool Source: android-platform-tools Version: 34.0.5-12~bpo12+1 Installed-Size: 89 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 30608 SHA256: 85c681390abb1ae0da63de6df831b5249863e5f540be93c3cc47085fcbdd0407 SHA1: 0596aba59e591e85625a434cec137b15d9bff992 MD5sum: 83286bd7f3fd28a70cfe011134b03e10 Description: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: devel Priority: optional Filename: pool/main/a/android-platform-tools/etc1tool_34.0.5-12~bpo12+1_arm64.deb Package: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 27 Maintainer: Exim4 Maintainers Architecture: all Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.98.1-2~bpo12+1.1), exim4-base (>= 4.98.1-2~bpo12+1), exim4-daemon-light (>= 4.98.1-2~bpo12+1) | exim4-daemon-heavy (>= 4.98.1-2~bpo12+1) | exim4-daemon-custom (>= 4.98.1-2~bpo12+1), debconf (>= 0.5) | debconf-2.0 Size: 7196 SHA256: ad50a1483e43e2f9d8860a19af1c5a4bce3b7f7df93b47970cf1f14b3827e901 SHA1: 56eb8394c129b023cee8dd337dd9aa154fa0d3ac MD5sum: c51c830da313855d564852285ffe34d5 Description: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4_4.98.1-2~bpo12+1_all.deb Package: exim4-base Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 1941 Maintainer: Exim4 Maintainers Architecture: arm64 Replaces: exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light Depends: adduser, cron | cron-daemon | anacron | systemd-sysv, exim4-config (>= 4.94) | exim4-config-2, libfile-fcntllock-perl, netbase, debconf (>= 0.5) | debconf-2.0, perl:any, libc6 (>= 2.34), libdb5.3 Recommends: bsd-mailx | mailx, psmisc Suggests: exim4-doc-html | exim4-doc-info, eximon4, file, gnutls-bin | openssl, mail-reader, spf-tools-perl, swaks Conflicts: exim, exim-tls Breaks: exim4-daemon-custom (<< 4.98.1), exim4-daemon-heavy (<< 4.98.1), exim4-daemon-light (<< 4.98.1) Size: 1150480 SHA256: 5e8e0d927e443765a02af776ecf5c2fad37d27d55928850ec8999110c85934f4 SHA1: 871fb18ef0bdb8966aac8eac92ebd2eb9ab39b56 MD5sum: 85139f8e97ccf7093374fb1559654b1b Description: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4-base_4.98.1-2~bpo12+1_arm64.deb Package: exim4-config Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 913 Maintainer: Exim4 Maintainers Architecture: all Provides: exim4-config-2 Depends: adduser, debconf (>= 0.5) | debconf-2.0 Recommends: ca-certificates Conflicts: citadel-server, courier-mta, dma, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, msmtp-mta, mta-dummy, nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, smail, ssmtp, xmail, zmailer Breaks: exim4-daemon-heavy (<< 4.94), exim4-daemon-light (<< 4.94) Size: 256448 SHA256: 4b1b21854db68d8d64302551896c9213c5b5835f0c0ae4f0e2a0e45e47ecd220 SHA1: 181bbdec575aee15a5e4c10269907ea006c85e1d MD5sum: 3403baeef3efc0c043464952221da11f Description: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4-config_4.98.1-2~bpo12+1_all.deb Package: exim4-daemon-heavy Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 1817 Maintainer: Exim4 Maintainers Architecture: arm64 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.98.1), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.7.5), libidn12 (>= 1.13), libidn2-0 (>= 0.6), libldap-2.5-0 (>= 2.5.4), libmariadb3 (>= 3.0.0), libnsl2 (>= 1.0), libpam0g (>= 0.99.7.1), libpcre2-8-0 (>= 10.22), libperl5.36 (>= 5.36.0), libpq5, libsasl2-2 (>= 2.1.28+dfsg), libspf2-2 (>= 1.2.8~), libsqlite3-0 (>= 3.5.9) Conflicts: mail-transport-agent Breaks: clamav-daemon (<< 0.95) Size: 637044 SHA256: fdc8b1dfc47ad7377c1eb46f53634f3e179678edfc5dfe211e51f140c1ef2b7f SHA1: 6a91b9dcf3b82b3c51b28e4bfc20fcba940222c4 MD5sum: 9209817043c065ef5ea3e69a9be9ae7b Description: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4-daemon-heavy_4.98.1-2~bpo12+1_arm64.deb Package: exim4-daemon-light Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 1616 Maintainer: Exim4 Maintainers Architecture: arm64 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: default-mta, exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.98.1), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.7.5), libidn12 (>= 1.13), libidn2-0 (>= 0.6), libnsl2 (>= 1.0), libpcre2-8-0 (>= 10.22) Conflicts: mail-transport-agent Size: 583216 SHA256: afe584207520b6dad534ba2f0197722300d350a76521e84d3a00bfaf96c71ebf SHA1: 8eabfe611bb3133bc58136ebf2f8a4c792b2dd40 MD5sum: f204d59e12844f65fb56b159fbdba6d0 Description: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4-daemon-light_4.98.1-2~bpo12+1_arm64.deb Package: exim4-dev Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 85 Maintainer: Exim4 Maintainers Architecture: arm64 Size: 42920 SHA256: bb422120fa1281766568cc707035ac9463aac311d74214a9e2897416cd855350 SHA1: 98c4c48c66a5aa5a161bfaf0818a1ecb075872a3 MD5sum: 4e0e223f58e1923601e2445f89326dac Description: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/exim4-dev_4.98.1-2~bpo12+1_arm64.deb Package: eximon4 Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 197 Maintainer: Exim4 Maintainers Architecture: arm64 Replaces: eximon Depends: exim4-base (>= 4.10), libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libx11-6, libxaw7 (>= 2:1.0.14), libxmu6 (>= 2:1.1.3), libxt6 Conflicts: eximon Size: 75984 SHA256: 9b69379e3850ca7d0ddb321aaadc9e4370c8d42f90d63f38c863ef8c015c0d37 SHA1: b87cd9d47adc629c4975081b37b3b57c5b848340 MD5sum: 7213d760256c7082b047ba798d597781 Description: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Homepage: https://www.exim.org/ Section: mail Priority: optional Filename: pool/main/e/exim4/eximon4_4.98.1-2~bpo12+1_arm64.deb Package: ezurio-qcacld-2.0-dkms Version: 0.0~git20240408.aa96a9f+dfsg-3~bpo12+1 Installed-Size: 28364 Maintainer: Lukas F. Hartmann Architecture: all Depends: dkms (>= 3.0.3-4~) Breaks: ezurio-qca-firmware (<< 0.0~git20230404.bad01ca-2~) Size: 3309832 SHA256: b60cd6afedca6f7d1fadb932fe6d27db91d32d0ea51d938c4ccae637e88a3adc SHA1: 2e882b7a01eab00046b5200077b0e856dd18977a MD5sum: 92b806d3649889fe75de94c704b716d7 Description: DKMS source for the Qualcomm QCA9377 SDIO driver This is the out-of-tree Qualcomm qcacld-2.0 driver from the CodeAurora repository with changes by Boundary Devices to enable Wi-Fi on Laird Connectivity and Boundary Devices (now ezurio) System-On-Modules like the i.MX 8 Nitrogen8M Plus SOM (NXP i.MX 8M Plus) as it is used in the MNT Pocket Reform. Section: kernel Priority: optional Filename: pool/main/e/ezurio-qcacld-2.0-dkms/ezurio-qcacld-2.0-dkms_0.0~git20240408.aa96a9f+dfsg-3~bpo12+1_all.deb Package: fabio-viewer Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 24 Maintainer: Debian PaN Maintainers Architecture: all Replaces: python-fabio (<< 0.2.2+dfsg-2~), python3-fabio (<< 2023.6.0-3~) Depends: python3-fabio (>= 2023.6.0-3~bpo12+1), python3-numpy, python3:any Breaks: python-fabio (<< 0.2.2+dfsg-2~), python3-fabio (<< 2023.6.0-3~) Size: 6156 SHA256: 788f28a67425104391e5be64cfa6522555731db728153fdbb84f87045c60d258 SHA1: f8a4491299a4ea08f990c67a918d8f7b7040ebe5 MD5sum: 1d3cb6a3d51a6e01c8a1b70a19085eeb Description: Viewer for images produced by 2D X-ray detector FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python. FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats) . Binaries provided with python-fabio Homepage: https://github.com/silx-kit/fabio Section: science Priority: optional Filename: pool/main/p/python-fabio/fabio-viewer_2023.6.0-3~bpo12+1_all.deb Package: far2l Version: 2.6.5~beta+ds-3~bpo12+1 Installed-Size: 8170 Maintainer: Alex Myczko Architecture: arm64 Replaces: far2l-wx (<< 2.6.5~beta+ds-1~) Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12), libuchardet0 (>= 0.0.1), libxml2 (>= 2.7.4), far2l-data Recommends: libneon27, libnfs13 (>= 1.9.7), libsmbclient (>= 2:4.0.3+dfsg1), libssh-4 (>= 0.8.0), libssl3 (>= 3.0.0), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4) Suggests: chafa, htop, far2l-wx Breaks: far2l-wx (<< 2.6.5~beta+ds-1~) Size: 1952812 SHA256: 773baaab9555deceb2780fa4f66571c70841bfaf648e9345285b414425a3092f SHA1: a98e175f25a25dc8d3fb7f7ab61b087064d2fd14 MD5sum: cc259c2478de84b254455bcde5bf56ea Description: Linux port of FAR v2 This is a clone of FAR manager for Windows, similar, but more powerful than Norton Commander/Midnight Commander. . Plug-ins that are currently working: - NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV) - colorer - multiarc - tmppanel - align - autowrap - drawline - editcase - SimpleIndent Homepage: https://github.com/elfmz/far2l Section: utils Priority: optional Filename: pool/main/f/far2l/far2l_2.6.5~beta+ds-3~bpo12+1_arm64.deb Package: far2l-data Source: far2l Version: 2.6.5~beta+ds-3~bpo12+1 Installed-Size: 15886 Maintainer: Alex Myczko Architecture: all Size: 1295444 SHA256: 95dc31be0c8164fec38c036727371502c5035690ac4f9694df209b662b117362 SHA1: 594331f906d8181547cc434ad2c8a8b5644b36c4 MD5sum: 437e8813e22d79d78a48b0cae89879c3 Description: Linux port of FAR v2, data files This is a clone of FAR manager for Windows, similar, but more powerful than Norton Commander/Midnight Commander. . Plug-ins that are currently working: - NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV) - colorer - multiarc - tmppanel - align - autowrap - drawline - editcase - SimpleIndent . This package contains the data files needed to run far2l. Multi-Arch: foreign Homepage: https://github.com/elfmz/far2l Section: utils Priority: optional Filename: pool/main/f/far2l/far2l-data_2.6.5~beta+ds-3~bpo12+1_all.deb Package: far2l-wx Source: far2l Version: 2.6.5~beta+ds-3~bpo12+1 Installed-Size: 374 Maintainer: Alex Myczko Architecture: arm64 Replaces: far2l (<< 2.6.5~beta+ds-1~) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libx11-6, far2l (= 2.6.5~beta+ds-3~bpo12+1) Breaks: far2l (<< 2.6.5~beta+ds-1~) Size: 97636 SHA256: e6ffd9cde67c6cede51113b62188014e94d1725e8c14892e528953c10d8e4b56 SHA1: 94fe11fb66d04a4209b8ea48c189fb4bfe7eeaff MD5sum: 34e425382705cabb76d67a9f1ecc3254 Description: Linux port of FAR v2 - WX GTK UI This is a clone of FAR manager for Windows, similar, but more powerful than Norton Commander/Midnight Commander. . Plug-ins that are currently working: - NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV) - colorer - multiarc - tmppanel - align - autowrap - drawline - editcase - SimpleIndent - Python . This package contains a WX GTK user interface for far2l. It will be used automatically when running far2l in a graphical desktop environment. Homepage: https://github.com/elfmz/far2l Section: utils Priority: optional Filename: pool/main/f/far2l/far2l-wx_2.6.5~beta+ds-3~bpo12+1_arm64.deb Package: fastboot Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 545 Maintainer: Android Tools Maintainers Architecture: arm64 Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-12~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-12~bpo12+1), android-libziparchive (= 1:34.0.5-12~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11), libusb-1.0-0 (>= 2:1.0.8), android-udev-rules Suggests: android-sdk-platform-tools Size: 176976 SHA256: 69fd504f57567348893488cc66a6b3b6266124af86b16e78146e3f1ee5bec695 SHA1: 1e42b5cb0f9b44bd1b6d6b95d21be70bc4aff00c MD5sum: 53ec2b5963911583bfd33328d104d622 Description: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package depends on "android-udev-rules" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/fastboot_34.0.5-12~bpo12+1_arm64.deb Package: fastnetmon Version: 1.2.8-1~bpo12+1 Installed-Size: 4284 Maintainer: Patrick Matthäi Architecture: arm64 Depends: libabsl20220623 (>= 0~20220623.0-1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libboost-thread1.74.0 (>= 1.74.0+ds1), libbpf1 (>= 1:0.7.0), libbson-1.0-0 (>= 1.23.1), libc6 (>= 2.34), libcapnp-0.9.2, libgcc-s1 (>= 3.3), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libhiredis0.14 (>= 0.14.0), liblog4cpp5v5 (>= 1.1.3), libmongoc-1.0-0 (>= 1.23.1), libncurses6 (>= 6), libpcap0.8 (>= 1.0.0), libprotobuf32 (>= 3.21.12), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libtinfo6 (>= 6), adduser Size: 820028 SHA256: 6b5517288e21f85f022b994f7e09985496f8037edfd4ffcfbc618ec90a397d99 SHA1: dfe71fc84d8b344ed4d626fabe30aa7a91109227 MD5sum: f7173686afa87907b5875bca2c40a1b5 Description: fast DDoS analyzer with sflow/netflow/mirror support (community edition) FastNetMon is a very high performance distributed denial-of-service attack (DDoS attack) detector built on top of multiple packet capture engines: NetFlow, IPFIX, sFLOW. . It can detect hosts in your networks sending or receiving large volumes of packets/bytes/flows per second. It can call an external script to notify you, switch off a server, or blackhole the client. . To enable sFLOW, simply specify IP of the server running FastNetMon and specify (configurable) port 6343. To enable netflow, simply specify IP of the server running FastNetMon and specify (configurable) port 2055. . This package contains the community edition. Homepage: https://fastnetmon.com/ Section: net Priority: optional Filename: pool/main/f/fastnetmon/fastnetmon_1.2.8-1~bpo12+1_arm64.deb Package: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 770 Maintainer: Debian Input Method Team Architecture: arm64 Depends: fcitx5-data (= 5.1.12-1~bpo12+1), fcitx5-modules (= 5.1.12-1~bpo12+1), libfcitx5config6 (= 5.1.12-1~bpo12+1), libfcitx5core7 (= 5.1.12-1~bpo12+1), libfcitx5utils2 (= 5.1.12-1~bpo12+1), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.5), libjson-c5 (>= 0.15), libstdc++6 (>= 11), libxkbcommon0 (>= 0.5.0) Recommends: fcitx5-config-qt, fcitx5-frontend-all, im-config (>= 0.44) Suggests: fcitx5-chinese-addons, kde-config-fcitx5 Conflicts: fcitx (<< 1:5), fcitx-bin (<< 1:5), fcitx-data (<< 1:5) Size: 181664 SHA256: 1c77b12711aa816c224268a05ad871428f7fb974479d834cc0b5fce206690eca SHA1: 3d40c29b6834dd3d487a67e951133e586b9bddea MD5sum: 4f0a918363483853102c6b48868d4b3c Description: Fcitx Input Method Framework v5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides core fcitx5 framework files. Homepage: https://github.com/fcitx/fcitx5 Section: utils Priority: optional Filename: pool/main/f/fcitx5/fcitx5_5.1.12-1~bpo12+1_arm64.deb Package: fcitx5-data Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 11234 Maintainer: Debian Input Method Team Architecture: all Size: 6903616 SHA256: 2908a826b9254aeac5594158c7db9f91a48416db02cc44e56b621c7bc3c5c018 SHA1: 4ee63bf830d3316f38ee8c1ccc3b2691ed777a1d MD5sum: 5164ab68507e5b8dcbff270b2de52ca8 Description: Fcitx Input Method Framework v5 (common data files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides architecture-independent data files. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5 Section: utils Priority: optional Filename: pool/main/f/fcitx5/fcitx5-data_5.1.12-1~bpo12+1_all.deb Package: fcitx5-frontend-all Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 20 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-frontend-gtk3, fcitx5-frontend-gtk4, fcitx5-frontend-qt5, fcitx5-frontend-qt6 Suggests: fcitx5-frontend-fbterm, fcitx5-frontend-gtk2, fcitx5-frontend-tmux Size: 9252 SHA256: 02031c67fa25a011e1c9c7359b96470abcff6967f97b1b6494b4be2fc874ff4c SHA1: c047e79a9697edc83dda917ac49c34b2ee8ea2d2 MD5sum: 5876e366c0bb93a3524bc9416f6a22c9 Description: Fcitx Input Method Framework v5 (Frontend IM Module metapackage) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package depends on Input Method Modules (IM Modules) utilized by popular GUI libraries for better GUI input integration, currently include GTK3, GTK4, Qt5 and Qt6. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5 Section: metapackages Priority: optional Filename: pool/main/f/fcitx5/fcitx5-frontend-all_5.1.12-1~bpo12+1_all.deb Package: fcitx5-frontend-qt5 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 611 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5-qt1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.9.0~beta3) | libqt5gui5-gles (>= 5.9.0~beta3), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 11), libxcb1, libxkbcommon0 (>= 0.5.0), qtbase-abi-5-15-8 Size: 120532 SHA256: a9d209d5ec9cddd5395e2f327b97a64996ccd16fe42a50da8d958d34462057ab SHA1: d361641dd8a4aeee13f11e9a3d7df363a979f1d9 MD5sum: 69664f003c0cf4e5ed9e92f077a63cae Description: Qt5 IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt5 IM Module for fcitx5. Homepage: https://github.com/fcitx/fcitx5-qt Section: libs Priority: optional Filename: pool/main/f/fcitx5-qt/fcitx5-frontend-qt5_5.1.6-1~bpo12+1_arm64.deb Package: fcitx5-frontend-qt6 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 677 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 11), libxcb1, libxkbcommon0 (>= 0.5.0), qt6-base-abi (= 6.4.2) Size: 134956 SHA256: 16b87bb95fdcbfd40c4d0e3b2a8e1e436cb8168557a75f14faae14088266a27b SHA1: f093728c602a789c71a73fd51e7b45f67c7bc4e0 MD5sum: 28d2be08fc9746a9d5dcf84923e72fee Description: Qt6 IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt6 IM Module for fcitx5. Homepage: https://github.com/fcitx/fcitx5-qt Section: libs Priority: optional Filename: pool/main/f/fcitx5-qt/fcitx5-frontend-qt6_5.1.6-1~bpo12+1_arm64.deb Package: fcitx5-modules Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 4842 Maintainer: Debian Input Method Team Architecture: arm64 Replaces: fcitx5-module-dbus (<< 5.0.4-2), fcitx5-module-emoji (<< 5.0.20), fcitx5-module-fcitx4 (<< 5.0.4-2), fcitx5-module-ibus (<< 5.0.4-2), fcitx5-module-kimpanel (<< 5.0.4-2), fcitx5-module-quickphrase (<< 5.0.20), fcitx5-module-wayland (<< 5.0.20), fcitx5-module-xorg (<< 5.0.20) Provides: fcitx5-module-dbus, fcitx5-module-emoji, fcitx5-module-ibus, fcitx5-module-kimpanel, fcitx5-module-quickphrase, fcitx5-module-wayland, fcitx5-module-xorg Depends: fcitx5-data (= 5.1.12-1~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libenchant-2-2 (>= 2.2.3), libfcitx5config6 (>= 5.1.12), libfcitx5core7 (>= 5.1.12), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 4.5), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libpango-1.0-0 (>= 1.37.5), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 12), libuuid1 (>= 2.16), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.8.1), libxcb-ewmh2 (>= 0.4.1), libxcb-icccm4 (>= 0.4.1), libxcb-imdkit1 (>= 1.0.5~), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.3), libxcb-util1 (>= 0.4.0), libxcb-xfixes0 (>= 1.15), libxcb-xinerama0, libxcb-xkb1, libxcb1 (>= 1.12), libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 0.5.0), libxkbfile1 (>= 1:1.1.0), zlib1g (>= 1:1.1.4) Breaks: fcitx5-module-dbus (<< 5.0.4-2), fcitx5-module-emoji (<< 5.0.20), fcitx5-module-fcitx4 (<< 5.0.4-2), fcitx5-module-ibus (<< 5.0.4-2), fcitx5-module-kimpanel (<< 5.0.4-2), fcitx5-module-quickphrase (<< 5.0.20), fcitx5-module-wayland (<< 5.0.20), fcitx5-module-xorg (<< 5.0.20) Size: 808880 SHA256: 2f7e2663c508cfbb4a69dbcb04dbe93d4af24ab0ff9a2a0989a79ce4a3a0c9d2 SHA1: 04091061bce8cdc0e5ca3fc0914c5f71a9a107f9 MD5sum: e61f66b5e54a09f4b8793d3faa000561 Description: Fcitx Input Method Framework v5 (core modules) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides core modules for fcitx5 and depends on all input modules. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: utils Priority: optional Filename: pool/main/f/fcitx5/fcitx5-modules_5.1.12-1~bpo12+1_arm64.deb Package: fcitx5-modules-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 116 Maintainer: Debian Input Method Team Architecture: arm64 Depends: fcitx5-modules (= 5.1.12-1~bpo12+1), libfcitx5core-dev (= 5.1.12-1~bpo12+1), libfcitx5utils-dev (= 5.1.12-1~bpo12+1) Size: 15480 SHA256: 2dde2ea04a68fb3b54e7bad63a0a5aca89c7865b1573808c546346c8ff8b26c7 SHA1: bf0a82337496ee05b8b7c56217afd8e34df4b692 MD5sum: c4a8f23939f6b4e0eca54ff64df482e8 Description: Fcitx Input Method Framework v5 (input modules dev files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides development files for fcitx5 input modules. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libdevel Priority: optional Filename: pool/main/f/fcitx5/fcitx5-modules-dev_5.1.12-1~bpo12+1_arm64.deb Package: fcitx5-table-array30 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 1384 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-array30 Size: 452300 SHA256: ed9e447dd55bdb0bd1716c26b822a6ecd6d4f43155a388ee4fee721244d036b0 SHA1: 23bf1047ca036ae33c9ae64ae5d6338f82bd2651 MD5sum: 0854c821e657ebee54919885a79013f5 Description: Flexible Input Method Framework v5 - Array30 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Array30 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-array30_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-array30-large Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 3601 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-array30-big Size: 1226180 SHA256: 7f98bdd3c159280b57d2f4cc4c42fa042671611dceba885507112ec05e41983b SHA1: 43fd26205cb1b9f74faf029709556a1de704366b MD5sum: d0ce96487d5d48d5c0bc936171cc7d37 Description: Flexible Input Method Framework v5 - Array30-Large table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Array30-Large table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-array30-large_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-boshiamy Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 1392 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-boshiamy Size: 453660 SHA256: b112c254ab914331290f0b9858ca54a9ba8b4d8729ca6de2a1767b63c822bfed SHA1: 59cf667fe5f1b834d2221793bb0e61339a24e2e0 MD5sum: 02e0891aa3b68c7901d3943a6b2021db Description: Flexible Input Method Framework v5 - Boshiamy table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Boshiamy table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-boshiamy_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-cangjie-large Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 3167 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 908520 SHA256: defbc1868c8f88578dbcba3ad26ac8144522253f8e32e4e88c2cc29588589a84 SHA1: eed467a527ea8d19e9bc5aedb0ce26c52e71fd06 MD5sum: 207f545e5670717d216ffab7ef9dfd3e Description: Flexible Input Method Framework v5 - Cangjie-Large table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Cangjie-Large table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-cangjie-large_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-cangjie3 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 868 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cangjie3 Size: 284732 SHA256: bed4a5e616fe9a2c0d2c8550af170d3977a9bc2f39a640a4ac6ad5f95e282aa8 SHA1: 93b8da326b2b826491b0b547e4f2038fe7a6c70a MD5sum: 639e78f1e6327a7d5ce1b3ef60ad502f Description: Flexible Input Method Framework v5 - Cangjie3 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Cangjie3 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-cangjie3_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-cangjie5 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 3035 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cangjie5 Size: 895168 SHA256: e92a1e0267cba84c8f5c859837dd559f57057ea056fe6272ee05fb934415f977 SHA1: 375ec54fd1256dc51a306af26a9f579cf1d4899c MD5sum: f688c1525c7f0db2f38dd0d7fcab65f0 Description: Flexible Input Method Framework v5 - Cangjie5 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Cangjie5 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-cangjie5_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-cantonese Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 595 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cantonese Size: 171708 SHA256: c1587b27e4e752adff542ae704307ea73c44f0a854170221dd2749d3c7f7ddf0 SHA1: 9482e8ce236093d3ad0e73a5e67cf3a1645f481d MD5sum: 6e430d4dc6a8988e1140f72d550beacc Description: Flexible Input Method Framework v5 - Cantonese table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Cantonese table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-cantonese_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-cantonhk Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 657 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cantonhk Size: 203212 SHA256: a05d656e6b6ca878a9c647c70ce2472386053e4f93343abdda9c2e02d2e62634 SHA1: b8ddd5d56cf44391896842fd4e3368add9999f04 MD5sum: 5182799454613e9a670277bde6c407e4 Description: Flexible Input Method Framework v5 - Cantonhk table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Cantonhk table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-cantonhk_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-easy-large Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 4277 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 1613928 SHA256: 08658f8f1e3434d6efb30b55cc97ecdc44b7d7678972c172917eced0b1cbf445 SHA1: 4fe7a2a1fc62028cb9dedc753ad0aaae9ae7e9e1 MD5sum: 74529402c4077f11d53d8691aae6b274 Description: Flexible Input Method Framework v5 - Easy-Large table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Easy-Large table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-easy-large_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 18 Maintainer: Debian Input Method Team Architecture: all Recommends: fcitx5-table-array30, fcitx5-table-array30-large, fcitx5-table-boshiamy, fcitx5-table-cangjie-large, fcitx5-table-cangjie3, fcitx5-table-cangjie5, fcitx5-table-cantonese, fcitx5-table-cantonhk, fcitx5-table-easy-large, fcitx5-table-jyutping, fcitx5-table-quick-classic, fcitx5-table-quick3, fcitx5-table-quick5, fcitx5-table-scj6, fcitx5-table-stroke5, fcitx5-table-t9, fcitx5-table-wu, fcitx5-table-wubi-large, fcitx5-table-wubi98, fcitx5-table-wubi98-pinyin, fcitx5-table-wubi98-single, fcitx5-table-zhengma, fcitx5-table-zhengma-large, fcitx5-table-zhengma-pinyin Size: 5012 SHA256: 1075c184f384ee551bd3f99e2b2e059a7fdeaa3c00719179418019298b9eaf1e SHA1: b8bccb67b9892774ff71ce737c803e7e66bc002a MD5sum: 7dd2214a7a83fe17a495fc8c8c505840 Description: Additional table based input method for Fcitx 5 Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage recommends all additional table based input methods provided by fcitx5-table-extra project. Homepage: https://github.com/fcitx/fcitx5-table-extra Section: metapackages Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-extra_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-jyutping Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 610 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-jyutping Size: 180168 SHA256: 9dfa2985039389bc709a8696567c18bc794facf3dfbdeec85cfbc59cfccb2959 SHA1: f06d187d94e91fd0512204238146755729ff6e09 MD5sum: f15caef2d27dc589387af694beef2574 Description: Flexible Input Method Framework v5 - Jyutping table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Jyutping table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-jyutping_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-quick-classic Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 796 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick-classic Size: 231040 SHA256: 5efa1c4eed1c2d2c63211259086ffa1bd9c2425a6c4f1843a8d0547ab720ab51 SHA1: d13de0bb1ab6623609e34e21bb0f605c90809746 MD5sum: 9a7debc372fe925133673f5c869396da Description: Flexible Input Method Framework v5 - Quick-Classic table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Quick-Classic table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-quick-classic_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-quick3 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 775 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick3 Size: 211396 SHA256: 685610e57e1a8df69b0bbdea96d6b99148fa2f489b18a2b2967b478022f1ff4c SHA1: 45172a4c07ae650f0a112e7d7b7e12bfd5c31c42 MD5sum: f5149af9ae292f0bc0d631a2b817926e Description: Flexible Input Method Framework v5 - Quick3 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Quick3 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-quick3_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-quick5 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 2580 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick5 Size: 624144 SHA256: 586d02959f9f8ef7b8c83c99a6ac946c79c6b0c4b7ac56f9f3f23234d3951507 SHA1: 39f5e9a667821c758df32408bd00baa2fbffd844 MD5sum: c77cb2b89cfdb55dd03e7f1c9af7297c Description: Flexible Input Method Framework v5 - Quick5 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Quick5 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-quick5_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-scj6 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 2143 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-scj6 Size: 765816 SHA256: c8fd59c220a0d064fd3c40bda10c331561b281580d30d9f12b7d1be0fbc23fef SHA1: cb2af6e7e7eb02e267b431331e8ae5a984d64993 MD5sum: 819d35055e3918f64c4a2caa9fa82938 Description: Flexible Input Method Framework v5 - Scj6 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Scj6 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-scj6_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-stroke5 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 381 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-stroke5 Size: 114544 SHA256: 91417bb185920aa31ef4837cae0ddd9ac374b9fa687f86285b202d85abf70b97 SHA1: c1bef3c90fb06839f78bb4821bcf64f2f912a511 MD5sum: 28f74c2c988b041f026bf89043640501 Description: Flexible Input Method Framework v5 - Stroke5 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Stroke5 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-stroke5_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-t9 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 4391 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-t9 Size: 1339984 SHA256: 82f7bdc1bfd36a4106ebd4ee877e4f590c1272411ad13a3462de1c0196494c31 SHA1: b8e535965bc26a2939a5c37a9e9cc49f70353453 MD5sum: 2318d05f7596b972c264b85f5e65bb7e Description: Flexible Input Method Framework v5 - T9 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides T9 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-t9_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-wu Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 711 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-wu Size: 241992 SHA256: ae6921ff0598e6b3479104670e535472df5591679bdb154f334e0246346bb331 SHA1: f4787c485327fcf615b4352ac13d9880dc54d641 MD5sum: 12d75a0bd57d816d5b61c008aa8b84f3 Description: Flexible Input Method Framework v5 - Wu table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Wu table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-wu_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-wubi-large Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 8622 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 2338876 SHA256: ed04933b69ba875d195ac8da04f6705a63e4ca780eb8ed0dcb8b3516096040a2 SHA1: ea52eb001fb1ed92215605f6c7dee49a257a6be0 MD5sum: 3de0e340fa974a66406ecd9daa671fdb Description: Flexible Input Method Framework v5 - Wubi-Large table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Wubi-Large table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-wubi-large_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-wubi98 Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 13849 Maintainer: Debian Input Method Team Architecture: all Provides: fcitx5-table-wubi98-large Depends: fcitx5-table Size: 3636492 SHA256: 14ba40afa135ac517561bd7d348c86bd21a2b7a698bc26675533a91bad1ee09a SHA1: 620c173bb729912410623d5a32c5798437ed3a37 MD5sum: 87dbc86080f974cf0187bab71f4ba565 Description: Flexible Input Method Framework v5 - Wubi98 table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Wubi98 table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-wubi98_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-wubi98-pinyin Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 14717 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 5457208 SHA256: ecfbf732eb2f42e17e0ea973980ad34ffc8402dfac383725fe646d22710cef1a SHA1: e972e5b1d3a49d1cddc72726155381796b638ee2 MD5sum: f73ff8d182c2e72779401030689ca504 Description: Flexible Input Method Framework v5 - Wubi98-Pinyin table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Wubi98-Pinyin table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-wubi98-pinyin_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-wubi98-single Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 2637 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 632844 SHA256: 03560b365aeadbf3c2f6a0ee12720cc12aaded0f5edd56f0eaeb573ae556edf1 SHA1: 15e53f055564f87437e756c9a2345ad7b4331ce7 MD5sum: 9db28c4cd1ebf03d856027c79a576b0a Description: Flexible Input Method Framework v5 - Wubi98-Single table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Wubi98-Single table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-wubi98-single_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-zhengma Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 4792 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-zhengma Size: 1634072 SHA256: 29a473f62599f911f5ace87c008cbcc42d8dd2d417056dac9b1b8a3b0f5e0233 SHA1: 578bdff95f735fae763ab5c72078da4eaa380121 MD5sum: edd6a1a0495f4d3b710b2c24cd4fe071 Description: Flexible Input Method Framework v5 - Zhengma table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Zhengma table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-zhengma_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-zhengma-large Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 7601 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-zhengma-large Size: 2109404 SHA256: cffbe59524e022d2eabbbd7647a5b619a0ce4adc6231f962f2aed45392ad01bf SHA1: 3703ed7ee5479a8a077a90e4eefcdf98e26e83e6 MD5sum: bcd3d99c860eaacdc217382a2565f36f Description: Flexible Input Method Framework v5 - Zhengma-Large table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Zhengma-Large table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-zhengma-large_5.1.7-1~bpo12+1_all.deb Package: fcitx5-table-zhengma-pinyin Source: fcitx5-table-extra Version: 5.1.7-1~bpo12+1 Installed-Size: 13014 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 4835208 SHA256: 1745131a4595b1ff647e821a611594146daa5d38be171776716ee911dd45d341 SHA1: 6d27c0bd31434eb0dd02a2507868185c610a7053 MD5sum: 0bcd17fd606088c500fded93b18a1d0b Description: Flexible Input Method Framework v5 - Zhengma-Pinyin table Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ and Qt IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides Zhengma-Pinyin table used by the Fcitx5 table engine. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-table-extra Section: utils Priority: optional Filename: pool/main/f/fcitx5-table-extra/fcitx5-table-zhengma-pinyin_5.1.7-1~bpo12+1_all.deb Package: fcitx5-varnam Version: 0.0.2-1~bpo12+1 Installed-Size: 186 Maintainer: Debian Input Method Team Architecture: arm64 Depends: fcitx5, libc6 (>= 2.32), libfcitx5config6 (>= 5.0.21), libfcitx5core7 (>= 5.0.21), libfcitx5utils2 (>= 5.0.21), libgcc-s1 (>= 3.0), libgovarnam1 (>= 1.9.0), libstdc++6 (>= 11) Recommends: varnam-schemes Size: 54556 SHA256: 3688fc198f862cfa1a50698bdded1f6d28217aba26a45021d2396388c02993ad SHA1: 085c1d50adec88d29e38ca8a2f39503bc2d964ff MD5sum: 1bfa16510703f0713fadcdc22ce036e4 Description: Fcitx5 wrapper for Varnam input method Fcitx5 Varnam is a wrapper to add Varnam Input Method Engine support in Fcitx5 Input Method. . Varnam is a cross platform, self learning, open source library which support transliteration and reverse transliteration for Indic languages. Homepage: https://github.com/varnamproject/varnam-fcitx5 Section: utils Priority: optional Filename: pool/main/f/fcitx5-varnam/fcitx5-varnam_0.0.2-1~bpo12+1_arm64.deb Package: fdroidserver Version: 2.4.0-1~bpo12+1 Installed-Size: 2610 Maintainer: Hans-Christoph Steiner Architecture: all Depends: androguard, python3, python3-asn1crypto, python3-clint, python3-defusedxml, python3-git, python3-magic, python3-oscrypto, python3-paramiko, python3-pil, python3-platformdirs, python3-qrcode, python3-requests, python3-ruamel.yaml, python3-tomli | python3 (>> 3.11), python3-yaml, python3:any, sdkmanager, yamllint, apksigner (>= 31), default-jdk-headless | java-compiler, python3-biplist, python3-pycountry, rsync, s3cmd Recommends: android-sdk, dexdump, git, gnupg, opensc, openssh-client, wget Suggests: gradle, ipfs-cid, vagrant, vagrant-cachier, vagrant-libvirt, qemu-kvm Size: 450980 SHA256: bcb6d84213c114a80f09e8146c4b91bf06a26dbda58e3cc214f4622500493928 SHA1: 926ecac9ede1292c583fc601a8eba45dbc90e0b6 MD5sum: 631c0829404d0c2c61476a0b66f14d13 Description: F-Droid build server and repository tools for Android F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device. . The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository. Homepage: https://f-droid.org Section: devel Priority: optional Filename: pool/main/f/fdroidserver/fdroidserver_2.4.0-1~bpo12+1_all.deb Package: fever Version: 1.3.7-2~bpo12+1 Installed-Size: 14773 Maintainer: Sascha Steinbiss Architecture: arm64 Depends: libc6 (>= 2.34) Recommends: suricata Size: 3973184 SHA256: 56da2cec32a9958b148e6c86a7eaa0d2e0188560ea8cbf08a75c3bba906a7e5e SHA1: 5d2c4e874511cb86645facbcff1305a8ea427b6e MD5sum: fe4b69ad2d49817bb3bfddb50df2a864 Description: fast, extensible, versatile event router for Suricata's EVE-JSON format The Fast, Extensible, Versatile Event Router (FEVER) is a tool for fast processing of events from Suricata's JSON EVE output. What is meant by 'processing' is defined by a number of modular components, for example facilitating fast ingestion into a database. Other processors implement collection, aggregation and forwarding of various metadata (e.g. aggregated and raw flows, passive DNS data, etc.) as well as performance metrics. . It is meant to be used in front of (or as a replacement for) general-purpose log processors like Logstash to increase event throughput as observed on sensors that see a lot of traffic. Homepage: https://github.com/DCSO/fever Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-buger-jsonparser (= 1.1.1-2), golang-github-dcso-bloom (= 0.2.4-3), golang-github-dcso-fluxline (= 0.0~git20200907.78686e5-3), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-gomodule-redigo (= 1:1.8.3-1), golang-github-google-uuid (= 1.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-jinzhu-inflection (= 1.0.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-neowaylabs-wabbit (= 0.0~git20210927.0.73ad61d-1), golang-github-patrickmn-go-cache (= 2.1.0-1.1), golang-github-pborman-uuid (= 1.2.0-2), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-rabbitmq-amqp091-go (= 1.5.0-2), golang-github-showmax-go-fqdn (= 1.0.0-4), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-yl2chen-cidranger (= 1.0.2-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-mgo.v2 (= 2016.08.01-7), golang-gopkg-pg.v5 (= 5.3.3-3.1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-logrus (= 1.9.0-1), golang-yaml.v2 (= 2.4.0-4) Section: net Priority: optional Filename: pool/main/f/fever/fever_1.3.7-2~bpo12+1_arm64.deb Package: ffmpegfs Version: 2.17-1~bpo12+1 Installed-Size: 1501 Maintainer: Norbert Schlia Architecture: arm64 Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libbluray2 (>= 1:0.5.0), libc6 (>= 2.34), libchardet1, libcue2, libdvdread8 (>= 4.1.3), libfuse3-3 (>= 3.2.3), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0) Size: 440552 SHA256: 25722563cecb77dc422df908b5bd2ab119d9f3348d3d0f2a82f91b079a271c0f SHA1: be1a984f5584a1f8d8756147e5fe2de6f594c397 MD5sum: 67ce1f7af1ee81491194a4bfba9fdc18 Description: Fuse Multi Media Filesystem A read-only FUSE filesystem which transcodes various audio and video formats to MP4, WebM, and many more on the fly when opened and read using the FFmpeg library, thus supporting a multitude of input formats and a variety of common output formats. . This allows access to a multi-media file collection with software and/or hardware which only understands one of the supported output formats, or transcodes files through simple drag-and-drop in a file browser. Multi-Arch: foreign Homepage: https://nschlia.github.io/ffmpegfs/ Section: utils Priority: optional Filename: pool/main/f/ffmpegfs/ffmpegfs_2.17-1~bpo12+1_arm64.deb Package: filius Version: 2.5.1+ds-1~bpo12+1 Installed-Size: 4034 Maintainer: Debian Java Maintainers Architecture: all Depends: default-jre, java-wrappers, libbatik-java (>= 1.16), libcommons-cli-java (>= 1.5.0), libcommons-io-java (>= 2.11.0), libcommons-lang3-java (>= 3.12.0), libhtmlparser-java, libitext5-java (>= 5.5.13.3), liblogback-java (>= 1.2.11), libsemantic-version-java (>= 2.1.1), libslf4j-java (>= 1.7.32), libspring-web-java Size: 3641408 SHA256: f9cc46a037e910af06fad449c674e7a6a96260c640175972a0c1e66842035d08 SHA1: 17719067be493a3b9adeb4755cb95b03902045f4 MD5sum: ade72d6d6b1af241489e05c4b4915055 Description: educational network simulator This simulation tool supports studying and teaching the technology behind computer networks. . Starting from two connected devices up to separate local area networks connected to the internet, many protocols, services and applications are available, waiting to be explored. . Filius provides simulated desktops, servers, switches, routers and quite some specifics on Ethernet and the TCP/IP protocol suite. Homepage: https://www.lernsoftware-filius.de Section: java Priority: optional Filename: pool/main/f/filius/filius_2.5.1+ds-1~bpo12+1_all.deb Package: firefox-esr-mobile-config Version: 4.4.0-1~bpo12+1 Installed-Size: 88 Maintainer: DebianOnMobile Maintainers Architecture: all Depends: firefox-esr (>= 115) Size: 16808 SHA256: 844de533a08d3c659f6f96fb8be2ae97ffa5163085a57ccbecb50c0185c1da0a SHA1: fd62812ce3d452c77df833328c4734a2a76d437f MD5sum: 303031509e6e47c968a26883f6a15051 Description: Default mobile-friendly configuration for Firefox ESR This package provides a set of configuration files aimed at making Firefox ESR more mobile-friendly. It provides: * default preferences values * custom userChrome.css Homepage: https://gitlab.postmarketos.org/postmarketOS/mobile-config-firefox Section: x11 Priority: optional Filename: pool/main/f/firefox-esr-mobile-config/firefox-esr-mobile-config_4.4.0-1~bpo12+1_all.deb Package: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 8183 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: xdg-app Depends: adduser, bubblewrap (>= 0.8.0-2+deb12u1~), fuse3, xdg-dbus-proxy (>= 0.1.0), libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libfuse3-3 (>= 3.2.3), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3+git20210214), libgpgme11 (>= 1.1.8), libjson-glib-1.0-0 (>= 1.5.2), libmalcontent-0-0 (>= 0.6.0), libostree-1-1 (>= 2020.8), libpolkit-agent-1-0 (>= 0.105), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2) Recommends: ca-certificates, default-dbus-system-bus | dbus-system-bus, desktop-file-utils, hicolor-icon-theme, gtk-update-icon-cache, libpam-systemd, p11-kit, polkitd, shared-mime-info, xdg-desktop-portal (>= 1.6), xdg-desktop-portal-gtk (>= 1.6) | xdg-desktop-portal-backend, xdg-user-dirs Suggests: avahi-daemon, malcontent-gui Conflicts: xdg-app Size: 1433692 SHA256: cbd660704ebcb1faddba6f429b515ffdb6d32ef5b5ecb0130c718124fcfe85f7 SHA1: 20e1c0cbd024bceb3c7d7b02018f95ad703e366f MD5sum: 5756c9b6dabc6037f44e2e8326120719 Description: Application deployment framework for desktop apps Flatpak installs, manages and runs sandboxed desktop application bundles. Application bundles run partially isolated from the wider system, using containerization techniques such as namespaces to prevent direct access to system resources. Resources from outside the sandbox can be accessed via "portal" services, which are responsible for access control; for example, the Documents portal displays an "Open" dialog outside the sandbox, then allows the application to access only the selected file. . Each application uses a specified "runtime", or set of libraries, which is available as /usr inside its sandbox. This can be used to run application bundles with multiple, potentially incompatible sets of dependencies within the same desktop environment. . This package contains the services and executables needed to install and launch sandboxed applications, and the portal services needed to provide limited access to resources outside the sandbox. Homepage: https://flatpak.org/ Section: admin Priority: optional Filename: pool/main/f/flatpak/flatpak_1.16.1-1~bpo12+1_arm64.deb Package: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 512 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: appstream (>= 0.15.0), appstream-compose (>= 0.15.0), debugedit (>= 1:5.0), gir1.2-flatpak-1.0 (>= 1.12.4), flatpak (>= 1.12.4), fuse3, ostree, libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libelf1 (>= 0.131), libglib2.0-0 (>= 2.67.3), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2018.6), libxml2 (>= 2.7.4), libyaml-0-2 Recommends: binutils, elfutils, git, patch, unzip, xz-utils, zstd Suggests: brz, p7zip-full, subversion Size: 148788 SHA256: 4f408139272342f6f67a0e9993145a94afac3240364b63ed87a5e915f0d21e0c SHA1: 5b1aaffd2990c280c2156e24a3883bb54ca6e4a8 MD5sum: 5d7d14d376368fdd6ab95739e817212e Description: Flatpak application building helper Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . flatpak-builder is a tool that makes it easy to build applications and their dependencies by automating the configure && make && make install steps. Homepage: https://flatpak.org/ Section: devel Priority: optional Filename: pool/main/f/flatpak-builder/flatpak-builder_1.4.4-1~bpo12+1_arm64.deb Package: flatpak-builder-tests Source: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 149 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: attr, ca-certificates, desktop-file-utils, flatpak-builder (= 1.4.4-1~bpo12+1), hicolor-icon-theme, git, gtk-update-icon-cache, libxml2-utils, make, ostree, shared-mime-info Suggests: python2 Size: 41908 SHA256: a505ce875793fa5da82e4e71eb1eae03c26a27d928f102c5dd26f3372d26a4a3 SHA1: a20eb8a7e40910777cf4c0c3c7dd4a98fe869361 MD5sum: 472754457c12b07c306276f3fcb8502b Description: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Homepage: https://flatpak.org/ Section: misc Priority: optional Filename: pool/main/f/flatpak-builder/flatpak-builder-tests_1.4.4-1~bpo12+1_arm64.deb Package: flatpak-tests Source: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 7706 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: attr, ca-certificates, dbus-daemon, desktop-file-utils, flatpak (= 1.16.1-1~bpo12+1), gnupg, gtk-update-icon-cache, hicolor-icon-theme, ostree (>= 2020.8), polkitd, shared-mime-info, socat, libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libflatpak0 (>= 1.14), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3+git20210214), libgpgme11 (>= 1.1.8), libjson-glib-1.0-0 (>= 1.5.2), libmalcontent-0-0 (>= 0.6.0), libostree-1-1 (>= 2020.8), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2) Recommends: python3 Size: 1065064 SHA256: a4dcc3ff6fd1cec0d98b94653dfa8ca7b0ce8e418e1cf8933f8876a3961bb928 SHA1: 7890638a35e9bc0d6aaa3e9c99799c004b31fc78 MD5sum: 4691be60a4f02b1fea59df50b7ca7b82 Description: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Homepage: https://flatpak.org/ Section: misc Priority: optional Filename: pool/main/f/flatpak/flatpak-tests_1.16.1-1~bpo12+1_arm64.deb Package: flydraw Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 173 Maintainer: Georges Khaznadar Architecture: arm64 Depends: libc6 (>= 2.34), libgd3 (>= 2.1.0~alpha~), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat Size: 50664 SHA256: c39b8f7345f3ba0220a887555acb1906acb421d16e2008bf081a98d3969a8e4c SHA1: fa9616e518cb5f6cdb773f441b46ab31a30312ab MD5sum: 55e2aee341736e4b6efc41759e2ec435 Description: command-line drawing tool flydraw is a drawing tool based on an interpreter which parses a language featuring rich graphic primitives; it uses libgd to output GIF, JPEG, or PNG files. Section: graphics Priority: optional Filename: pool/main/w/wims/flydraw_4.27a+dfsg1-3~bpo12+1_arm64.deb Package: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 1075 Maintainer: Debian Fonts Task Force Architecture: arm64 Depends: font-manager-common (= 0.8.9-1~bpo12+1), font-viewer (= 0.8.9-1~bpo12+1), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libglib2.0-0 (>= 2.53.2), libgtk-3-0 (>= 3.22), libjson-glib-1.0-0 (>= 1.5.2), libpango-1.0-0 (>= 1.37.5), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.5.9), libwebkit2gtk-4.1-0 (>= 2.25.1) Suggests: file-roller, nemo-font-manager, yelp Size: 316328 SHA256: c56715e605a500847b2a87642406c8655f2ff61637954570f98c3b81e64fc515 SHA1: 3604440533ac44b1c43a289044e316aedffe5223 MD5sum: dbd4dd2f43fd36fbe6953b148330aae6 Description: font management application for the GNOME desktop Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. Homepage: https://fontmanager.github.io/ Section: graphics Priority: optional Filename: pool/main/f/font-manager/font-manager_0.8.9-1~bpo12+1_arm64.deb Package: font-manager-common Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 10564 Maintainer: Debian Fonts Task Force Architecture: arm64 Depends: libc6 (>= 2.17), libcairo2 (>= 1.10.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.6), libglib2.0-0 (>= 2.61.2), libgtk-3-0 (>= 3.22), libharfbuzz0b (>= 1.9.0), libjson-glib-1.0-0 (>= 1.5.2), libpango-1.0-0 (>= 1.22.0), libpangoft2-1.0-0 (>= 1.37.2), libsqlite3-0 (>= 3.6.17), libxml2 (>= 2.7.4) Breaks: font-manager (<< 0.7.7-0.2~) Size: 1779136 SHA256: cf5d255cbe3b379cbcfc680f792ae40941038801009b4c6174d50fdcd2e589a8 SHA1: 83d8a0a64443326ac460a604b4995cc7f5e14e6d MD5sum: aa0fbea4822463afd55ed1aa69adff4c Description: Common files for font-viewer and font-manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides the common shared files for font-viewer and font-manager packages. Multi-Arch: same Homepage: https://fontmanager.github.io/ Section: graphics Priority: optional Filename: pool/main/f/font-manager/font-manager-common_0.8.9-1~bpo12+1_arm64.deb Package: font-viewer Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 154 Maintainer: Debian Fonts Task Force Architecture: arm64 Depends: font-manager-common (= 0.8.9-1~bpo12+1), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libglib2.0-0 (>= 2.44), libgtk-3-0 (>= 3.22), libsqlite3-0 (>= 3.5.9) Breaks: font-manager (<< 0.7.7-0.2~) Size: 61920 SHA256: 305899c728a4f0f7eb5584e72f1d4834b7cfb8b542d2a431d62600708f0c56e4 SHA1: 9b454e0a2046f5f72105c342b6c3ebe3b8db5f15 MD5sum: 4e7bc8ac30b463eca73c711899d23580 Description: Full-featured font preview application for GTK Environments Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides the font-viewer component of Font Manager. Homepage: https://fontmanager.github.io/ Section: graphics Priority: optional Filename: pool/main/f/font-manager/font-viewer_0.8.9-1~bpo12+1_arm64.deb Package: fonts-adobe-sourcesans3 Version: 3.052+dfsg-2~bpo12+1 Installed-Size: 3935 Maintainer: Debian Fonts Task Force Architecture: all Size: 1373640 SHA256: 64463d1dadc19f82eaca0ad3d5421b733406858155a23ca1a448aa36fde2e48d SHA1: a0a4c564aaea3dd5f5b89a06f4e4915e6042ad86 MD5sum: 7222a3f9014b43b8b42f92ed8eef3097 Description: Sans serif font family for user interface environments Source Sans 3 is developed by Paul D. Hunt at Adobe Fonts. It is designed to work well in user interface (UI) environments and draws inspiration from the clarity and legibility of twentieth-century American gothic typeface designs. Prior to 2020 this font was named Source Sans Pro. Multi-Arch: foreign Homepage: https://github.com/adobe-fonts/source-sans Section: fonts Priority: optional Filename: pool/main/f/fonts-adobe-sourcesans3/fonts-adobe-sourcesans3_3.052+dfsg-2~bpo12+1_all.deb Package: fonts-lyx Source: lyx Version: 2.4.3-1~bpo12+1 Installed-Size: 347 Maintainer: Dr. Tobias Quathamer Architecture: all Size: 190172 SHA256: 4318c43b68abf74d7e2e7ebf6857d1ead3970fedf38b5e03c7396c72e859cc40 SHA1: b8415832ba2f0779bc9def95da3a2b9cb45adcf1 MD5sum: 4f4a8386a649f5c10f3ce42f351ab358 Description: TrueType versions of some TeX fonts used by LyX These fonts are needed for the visual math symbol display in LyX. They can also be used to display MathML in Gecko-based browsers like Firefox. . The following fonts are included in this package: * cmex10 - Computer Modern math extension * cmmi10 - Computer Modern math italic * cmr10 - Computer Modern Roman * cmsy10 - Computer Modern math symbols * esint10 - Alternate integrals * eufm10 - Euler Fraktur (medium-weight) * msam10 - Extra math symbols, first series * msbm10 - Extra math symbols, second series, including Blackboard Bold * wasy10 - Waldi symbol fonts Multi-Arch: foreign Homepage: https://www.lyx.org/ Section: fonts Priority: optional Filename: pool/main/l/lyx/fonts-lyx_2.4.3-1~bpo12+1_all.deb Package: fonts-opensymbol Source: libreoffice (4:25.2.3-2~bpo12+1) Version: 4:102.12+LibO25.2.3-2~bpo12+1 Installed-Size: 280 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Size: 127592 SHA256: 4efb5070b3bc07cfde67e8b007e61458b2921a4303f6f8604d8c252bfbfb2731 SHA1: 0f68d072439f8a463c3bb01aa0e0246121eb6044 MD5sum: 914a6781b5330cf6ed37543f076996c2 Description: OpenSymbol TrueType font This package contains the OpenSymbol TrueType font included in LibreOffice. This font contains symbols (like fonts as Wingdings(tm)), bullets (needed for bullets in LibreOffice) and non-latin character Bugs: mailto:debian-backports@lists.debian.org Multi-Arch: foreign Homepage: http://www.libreoffice.org Section: fonts Priority: optional Filename: pool/main/libr/libreoffice/fonts-opensymbol_102.12+LibO25.2.3-2~bpo12+1_all.deb Package: foomuuri Version: 0.27-1~bpo12+1 Installed-Size: 197 Maintainer: Romain Francoise Architecture: all Depends: nftables, python3-dbus, python3-gi, python3-requests, python3-systemd, python3:any Recommends: fping Suggests: foomuuri-firewalld Size: 43484 SHA256: 6f68f9894c4e274ae0a7c90811debdb5881eb5785f2746f1b9ac27f117bedf04 SHA1: f103e2da595bc7320bc3097954496b4d7b3c0cec MD5sum: 99d77e7da90023fa092c6d409f96ff93 Description: multizone bidirectional nftables firewall Foomuuri is a firewall generator for nftables based on the concept of zones. It is suitable for all systems from personal machines to corporate firewalls, and supports advanced features such as a rich rule language, IPv4/IPv6 rule splitting, dynamic DNS lookups, a D-Bus API and firewalld emulation for NetworkManager's zone support. Homepage: https://github.com/FoobarOy/foomuuri Section: net Priority: optional Filename: pool/main/f/foomuuri/foomuuri_0.27-1~bpo12+1_all.deb Package: foomuuri-firewalld Source: foomuuri Version: 0.27-1~bpo12+1 Installed-Size: 20 Maintainer: Romain Francoise Architecture: all Depends: foomuuri Size: 7300 SHA256: cf4c32e21637e0078c54192756d0480206289b82bc8f464e33506274a86d8810 SHA1: b32370bfb897ab6e7edb705cbf982eb9c2b6057a MD5sum: 0f8a3c02a0957c1c4215f09fdd1218ce Description: multizone bidirectional nftables firewall - firewalld emulation This package provides firewalld D-Bus emulation for Foomuuri, allowing dynamically assigning interfaces to Foomuuri zones via NetworkManager, replacing firewalld. Homepage: https://github.com/FoobarOy/foomuuri Section: net Priority: optional Filename: pool/main/f/foomuuri/foomuuri-firewalld_0.27-1~bpo12+1_all.deb Package: fort-validator Version: 1.6.6-1~bpo12+1 Installed-Size: 510 Maintainer: Marco d'Itri Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libjansson4 (>= 2.14), libssl3 (>= 3.0.0), libxml2 (>= 2.8.0), systemd | systemd-standalone-sysusers | systemd-sysusers, rsync, rpki-trust-anchors Size: 158732 SHA256: 52febb3f02592d4c53228457cb212e558583759e428959babde7c32667076b61 SHA1: 1c209b61b4564f1cb8bfc77dfcd0fd08281df468 MD5sum: 701026b786304edbb8465f13145cefd5 Description: RPKI validator and RTR server FORT validator is an RPKI relying party software: it performs the validation of the RPKI repository and serves the ROAs to the routers. Multi-Arch: foreign Homepage: https://nicmx.github.io/FORT-validator/ Section: net Priority: optional Filename: pool/main/f/fort-validator/fort-validator_1.6.6-1~bpo12+1_arm64.deb Package: fp-compiler Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28388 SHA256: bce22e69a0e35c652094da128ec1a4c8eb7a9cca9a341bec52343003edc1e7ed SHA1: 5b1e56d7035bbf6667d794f1439351b9e759c754 MD5sum: 2b2e0af5559c62f6f9fd8e74dc2f776f Description: Free Pascal - compiler dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the package containing the command line compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-compiler_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-compiler-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 10553 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-compiler Depends: binutils, fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), debconf (>= 0.5) | debconf-2.0 Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1728904 SHA256: bf6d2597b98576914060a65afe1b45551aea63f9ed3565f4cd6fa9e302e6ae5f SHA1: a52efddba1bda2d549784793e3be3033b074cd2e MD5sum: 32919f1b693b1bd1c429af8a53869c96 Description: Free Pascal - compiler The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This package contains the command line compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-compiler-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-docs Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-docs-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28272 SHA256: 8c4dffb00db530089088f7f76f72a620f27a82665255c16640e64ba40bdeca44 SHA1: fa57d92f8c605ae1a4883703be18c5ef326a5059 MD5sum: 2e0530bcddb4d025d5a9ee7dcc2db9c4 Description: Free Pascal - documentation dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing documentation for the Free Pascal Compiler in HTML format. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: doc Priority: optional Filename: pool/main/f/fpc/fp-docs_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-docs-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 62384 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-docs Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2799636 SHA256: 47a4095a417954430562fcbfe50f1b4b9ce1707c55245641bd9ddea75c3ba931 SHA1: 6f7014f6fb08fb36ec901b394802d778e938ccc3 MD5sum: 29e6770bc185ff10d2dbca5dd2b0df96 Description: Free Pascal - documentation The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package provides documentation for the Free Pascal Compiler in HTML format. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: doc Priority: optional Filename: pool/main/f/fpc/fp-docs-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-ide Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-ide-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Size: 28412 SHA256: f46bda5019ae868c283901c0f8f9ffbd1bc853b68f574074c31c02a6ef24272f SHA1: 908417b6a045cbc537f917d19b92aacec81dd1ee MD5sum: faa1305ca14bce0fd12d3847e2891f7e Description: Free Pascal - IDE dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the package containing the Integrated Development Environment (IDE). The IDE has an internal compiler. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-ide_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-ide-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 4634 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-ide Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1078972 SHA256: a7429506921b98daf29c5dbe57e5678e6b140a7ccf99cc7213c5d103f704884c SHA1: 1540171f8d8c772ca578390b42c53ec5ff010820 MD5sum: 65d965ac6855079a37f878c68df20d5a Description: Free Pascal - IDE The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This package contains the Integrated Development Environment (IDE). The IDE has an internal compiler. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-ide-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-base Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28348 SHA256: 65db657c17384821f05ab416ed70cc883adbdf0eb02b86e7fafa265e54dd1482 SHA1: 918aab94c73b9168a5f90fe5ef9d6923a3012e3a MD5sum: b36b2c7d3d8d679b4ec8e45ecdf5d672 Description: Free Pascal - base units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units for common libraries (some of which are also required by the Free Component Library): NCurses, X11 (Xlib, Xutil), and ZLib. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-base_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-base-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 7824 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-base Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Suggests: uuid-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1176044 SHA256: 0676335b302260ee1b89574cab9badf0aa5c76f76c949fa4a0a32208cf80e368 SHA1: 5a6e745b9179ffbad0e8f45dbbb8217258279110 MD5sum: eea0e4fe8ee7024f6826ab15a713d3df Description: Free Pascal - base units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units for common libraries (some of which are also required by the Free Component Library): NCurses, X11 (Xlib, Xutil), and ZLib. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-base-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-castle-game-engine Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 167227 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0), libx11-6 Recommends: castle-game-engine-doc, fpc, lazarus Suggests: castle-game-engine-src, gradle Size: 18980032 SHA256: b25e59ae7b77d5064989aee1e40241a5633bed2ae18779ed000686654414c8a5 SHA1: 37dcc2f422a45e1b222d75ad60b79637b0c82f35 MD5sum: 14860b948f362d99efd5cf31513b12f2 Description: Castle Game Engine - 3D game engine for FreePascal / Lazarus Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains the FPC units and the auxiliary tools castle-curves, castle-engine, image-to-pascal, sprite-sheet-to-x3d, and texture-font-to-pascal. . This package suggests the gradle package. Gradle is only necessary if one wants to build Android applications, otherwise one can ignore that suggestion. Note that, in order to create Android applications, one will also need the Android SDK and NDK, and FPC cross-compiler, see https://github.com/castle-engine/castle-engine/wiki/Android. Homepage: https://castle-engine.sourceforge.io/engine.php Section: misc Priority: optional Filename: pool/main/c/castle-game-engine/fp-units-castle-game-engine_7.0~alpha.3+dfsg1-2~bpo12+1_arm64.deb Package: fp-units-db Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-db-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28336 SHA256: 20ec50190e23820428e0ae4c5d8350ed8e672ff817289620c0baedf4e3744de5 SHA1: 33fb10c769229dcb8e13b0c3b94957d84e5601d8 MD5sum: 4867456256a091f46f561a7f2a907374 Description: Free Pascal - database-library units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units with bindings for GDBM, Interbase, MySQL, PostgreSQL, ODBC, Oracle, and SQLite. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-db_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-db-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 30946 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-db Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Suggests: firebird-dev, freetds-dev, libgdbm-dev, default-libmysqlclient-dev, libpq-dev, libsqlite3-dev, pxlib-dev, unixodbc-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2698776 SHA256: 8395c83231abb9d51238a2a495619211bd8591936d1b85ec8c3425ddd26dfed6 SHA1: 47455ac0af801f23a4839db7d91869968c0b58a7 MD5sum: 34c2c329a02d735786ee3abe72a9891e Description: Free Pascal - database-library units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units with bindings for GDBM, Interbase, MySQL, PostgreSQL, ODBC, Oracle, and SQLite. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-db-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-fcl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28284 SHA256: 2aa969bedffeb1f684e4a552039bfe6d73df54b5c18917bdb82bdd94fe8ef5a0 SHA1: 37d744b4413e29acf06416ebfe8317a4c2c51eac MD5sum: f46a2862cb4c57f8697141188140a0af Description: Free Pascal - Free Component Library dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Component Library for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fcl_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-fcl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 63825 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fcl Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 7194636 SHA256: b4e6b8008f1c9c455676a52d8dfb5c869b19f54557f3d7d893945d85b0ab50c6 SHA1: 299066f360af18a3bf15f79dcc24738189119a97 MD5sum: 88496faf78c0abf770cf1d4b005e7989 Description: Free Pascal - Free Component Library The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the Free Component Library for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fcl-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-fv Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-fv-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28328 SHA256: cb9b58215789d2e26c3761870d698090b65ecf3587ef20723a8b58897ca3d90a SHA1: 2834f3e18982be83439eca1665010681e2a37200 MD5sum: 1a4630fc36665847f4020a3347872e30 Description: Free Pascal - Free Vision units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Vision units for the Free Pascal Compiler (which provide a framework for developing text user interfaces). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fv_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-fv-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 2415 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fv Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 352640 SHA256: 5944c153b6da2c2b2612d81eeb740bfbf6b2c906321959ed1f0cab3d70a42c99 SHA1: c1cdee1f4237000c24ce6bffedd83f0471ae7517 MD5sum: 71eb5c132727cd8a54b199d26cbc2c10 Description: Free Pascal - Free Vision units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the Free Vision units for the Free Pascal Compiler (which provide a framework for developing text user interfaces). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fv-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-gfx Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-gfx-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28400 SHA256: add33167b540310186deb55cac3fcfa669e58e3bce5f240f0c38799d1c244dc1 SHA1: d6bec204521317607bc0d44f5ab4d5fb4811a547 MD5sum: 63f324948be5accfc9a464d833a5a0e5 Description: Free Pascal - graphics-library units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units with bindings for cairo, forms, ggi, graph, libgd, libpng, opengl, and svgalib. . SVGALib is no longer packaged by Debian and should be installed manually by users who want to link against it. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gfx_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-gfx-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 6064 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gfx Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: libcairo2-dev, libforms-dev, libgd-dev, libgl-dev, libgraphviz-dev, libpng-dev, libxxf86dga-dev, libxxf86vm-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1048556 SHA256: c54402e3c327c5e08469d031fc38104ccb602c38521491028629c181172e0a5f SHA1: e651d9153607036c9196cc953cb221145c44edbb MD5sum: ef0bd5b2704e96eb0b6fda88aa808442 Description: Free Pascal - graphics-library units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units with bindings for cairo, forms, ggi, graph, libgd, libpng, opengl, and svgalib. . SVGALib is no longer packaged by Debian and should be installed manually by users who want to link against it. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gfx-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-gtk2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-gtk2-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28316 SHA256: 6ffacb158178f98b61ac1c980253a5ac8ce1f40b7d3277480db4d270a52f0169 SHA1: 397697dd4c4fca0f6ab14c5976eae3a23afc77f4 MD5sum: e372792c08d3b0b2e4663ffedbafdebb Description: Free Pascal - GTK+ 2.x units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units and examples to create programs with GTK+ 2.x. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gtk2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-gtk2-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 8814 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gtk2 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), libgtk2.0-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1081056 SHA256: a6e5414183656f9e5175ac2f5284a051f5524c67277846002d11ff25702f63b8 SHA1: ec35576ed90151dc8fa5e406159e429a566549e3 MD5sum: 7830f4cec997264cbc405f0a8c1e5105 Description: Free Pascal - GTK+ 2.x units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units and examples to create programs with GTK+ 2.x. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gtk2-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-math Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-math-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28460 SHA256: fc4c2b10ba6fb409f70912b1ed2d699d0d42e857a788ac9931c548c843aa7417 SHA1: 211a8b070dec26d0ca852704b9baa4ffcd6a32d0 MD5sum: 639226c7891a2953ea1d7ef7041bc352 Description: Free Pascal - math units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal math interfacing units for: * gmp (the GNU Multiple Precision arithmetic library); * numlib (numerical computing); * proj4 (cartographic projections); * symbolic (symbolic computing). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-math_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-math-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 2031 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-math Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: libgmp-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 341488 SHA256: 6ab254a178f17d24f93a5a77fa3d3b668ea6457a7ac0c945d820f005c1a7b1dc SHA1: 8e7c3d784ecabbdb8111f1e341d03ac0b4d4115f MD5sum: aeb56a219f3d5213d755b66d687859bc Description: Free Pascal - math units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal math interfacing units for: * gmp (the GNU Multiple Precision arithmetic library); * numlib (numerical computing); * proj4 (cartographic projections); * symbolic (symbolic computing). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-math-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-misc Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-misc-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28352 SHA256: 33f07a6c5c1470eff418eb86e3bd945036467f78708aa3f7fbdb7366dd831bca SHA1: cd9dafbcab582894972ae6e5f5177a7a501fcec6 MD5sum: a31300d70957de92a59931a235d5502d Description: Free Pascal - miscellaneous units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing miscellaneous Free Pascal units: fppkg (the FPC packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-misc_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-misc-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 12096 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-misc Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0), libncursesw5-dev (<< 6.1+20180210) Size: 1467856 SHA256: 2b19e34b1dbf378c515220397fa02553d42bd1826dabe3626c10482c27b301a9 SHA1: 545509463b9bcad1c7007fad051652563db84d74 MD5sum: a72fda959b9a820deb2e7c1a5520e377 Description: Free Pascal - miscellaneous units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains miscellaneous Free Pascal units: fppkg (the FPC packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-misc-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-multimedia Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-multimedia-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: d3277d6b97e3022350e5c259a2c4b7798838a0f3dab7437a705829cf3fa5143a SHA1: 9af6d4ac900f1cb2cfc6ea1ec9fa380bf939ec90 MD5sum: 9736847bed91f78a22722edbf0fd1e54 Description: Free Pascal - multimedia units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal multimedia units: a52, dts, mad, modplug, oggvorbis, openal, and vlc. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-multimedia_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-multimedia-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 1712 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-multimedia Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: a52dec-dev, libdts-dev, libmad0-dev, libmodplug-dev, libogg-dev, libsdl-mixer1.2-dev, libvorbis-dev, libvlc-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 236064 SHA256: a6a765f6096e2a68dfa01863131c55c7e71958cce2739bd56e94426713ff96b6 SHA1: ac3c42a4f4cc37c4f73cfb2eb623f07fa79ed3d7 MD5sum: bff606a7bf7a18f07d28c97896dc9073 Description: Free Pascal - multimedia units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal multimedia units: a52, dts, mad, modplug, oggvorbis, openal, and vlc. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-multimedia-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-net Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-net-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28344 SHA256: 0e9e9d6b42209c64e3eb75cb514158363e4b364099549edc3b23ff286ccc10c4 SHA1: fe511267fb5389037af4b116fa16dbddd06bd7ad MD5sum: 56ef9e8958b0a44e1501a851fdeed234 Description: Free Pascal - networking units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units for creating network tools: D-Bus, httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl, and pcap. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-net_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-net-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 89530 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-net Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 8040892 SHA256: b8772ff941b6cda1b96cd939591565fa6a993b1c0aad1bf84dbe3274ed27020a SHA1: 25da8e2fa2600793589d6dc9c778edeebe8a2942 MD5sum: 032c15b94428239dac9ba7dd70743f05 Description: Free Pascal - networking units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units for creating network tools: D-Bus, httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl, and pcap. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-net-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-rtl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28292 SHA256: 7a50f160e3d2c6a640d8054b3473d89e3a35d8dff145ab7e39107b5678f908f5 SHA1: a2c6d444e11acbb801983b512188a2c5cd5ca135 MD5sum: 5b9c77e66f1078458f77423c316c36eb Description: Free Pascal - runtime libraries dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the RunTime Libraries for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-rtl_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-rtl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 51979 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fp-compiler-3.2.2 (<= 3.2.2+dfsg-23), fpc (<= 3.2.2+dfsg-0) Provides: fp-units-rtl, fpc-abi-3.2.2 Depends: libc6 (>= 2.34) Recommends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.2.2+dfsg-23), fpc (<= 3.2.2+dfsg-0) Size: 6768720 SHA256: 3edd4c98c45357d265f3da7305158be844888fb1f53fcc0aca6bfa3ca453ec83 SHA1: 5994bef1c8430faa1de972d04a6b6e40803a6dc3 MD5sum: 01903164754c88067a421f9a44ac1c65 Description: Free Pascal - runtime libraries The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the RunTime Libraries for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-rtl-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-wasm Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 100 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: fp-units-wasm-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28160 SHA256: afcf782f4de9811e81fe83926f39b99990c14074174a6adb22183077fffcd278 SHA1: 5c78ccae6d454e027735a70e124f987d71f05abc MD5sum: e35701ef64e1b0cd08564affafb03aa9 Description: Free Pascal - Web assembly support units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Pascal web assembly support units: pas2js, utils-pas2js, webidl ... Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-wasm_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-units-wasm-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 5982 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-wasm Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 750208 SHA256: 2a351b933f6484242abbb61d98b9867841f8c203232a758254f4f22be83d47a8 SHA1: 10ce5069f7ee7af36615c8ab2795b5644f93c49c MD5sum: e64c9fc65a1f0ba25625ddc312eff137 Description: Free Pascal - Web assembly support units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal web assembly support units: pas2js, utils-pas2js, webidl ... Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-wasm-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fp-utils Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 107 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Size: 29836 SHA256: 9bf9c744cc4e1c98e64f713b665d2db5bbcedcbae5edb8f4fc2ee7e67ffef11e SHA1: ba80821e49468c7ae747abdfe512bca18ed11a9a MD5sum: bacf844dd7e242ec6f9e08f4f2dc3e74 Description: Free Pascal - utilities dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing some handy utilities for use with the Free Pascal Compiler: * data2inc convert binary/text data to include files; * fpcmake create Makefile from Makefile.fpc; * h2pas convert .h files to Pascal units; * plex/pyacc Pascal Lex and Yacc implementations; * ppdep create a dependency file for use with Makefiles; * ppudump dump the information stored in a .ppu (unit) file; * ppufiles show needed files for units; * ppumove place multiple units in a shared library; * ptop beautify source. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-utils_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-utils-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 46600 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: fp-compiler-3.2.2 (<= 3.0.4+dfsg-11), fpc (<= 3.2.2+dfsg-0) Provides: fp-utils Depends: fpc-source-3.2.2, libc6 (>= 2.34) Recommends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.0.4+dfsg-11), fpc (<= 3.2.2+dfsg-0) Size: 4770628 SHA256: 18f4ef8192697a2cb8bdc0f918131b42e5431b07becc71accfffc1feaf80fc32 SHA1: e9e7d04eebdeffc0653714158d04fdfb948024db MD5sum: f5fa6f0bc169a5761918309c056b7887 Description: Free Pascal - utilities The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains some handy utilities for use with the Free Pascal Compiler: * data2inc convert binary/text data to include files; * fpcmake create Makefile from Makefile.fpc; * h2pas convert .h files to Pascal units; * plex/pyacc Pascal Lex and Yacc implementations; * ppdep create a dependency file for use with Makefiles; * ppudump dump the information stored in a .ppu (unit) file; * ppufiles show needed files for units; * ppumove place multiple units in a shared library; * ptop beautify source. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-utils-3.2.2_3.2.2+dfsg-34~bpo12+1_arm64.deb Package: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-docs-3.2.2, fp-utils-3.2.2 Size: 28444 SHA256: 8fa54aad51f40402709f6c7069718536158d77c2d17c47948b5153528a1e9433 SHA1: a64cc6dcaa2165c4a89be8f986b9632204a22f13 MD5sum: 31bd438f1a4a139d9de830e2ddaf949f Description: Free Pascal - SDK suite dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the metapackage pulling in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 104 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fpc Depends: fp-compiler-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-ide-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-base-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-db-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-fcl-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-fv-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-gfx-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-gtk2-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-math-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-misc-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-multimedia-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-net-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Recommends: fp-utils-3.2.2 Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg), lazarus Breaks: fpc (<= 3.2.2+dfsg-0) Size: 28956 SHA256: 25f972a97bb4038e119da6fcd5eb90e6e1ca852b9d954eb65c5e42da62f37e92 SHA1: 3b03d3290dfb50bf2aa32a63711b29be0ee50965 MD5sum: e2b361f6baba2e31b61c166271e0fbca Description: Free Pascal - SDK-3.2.2 suite The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This metapackage pulls in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-source Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-source-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: 7f71e073189b270068f05921f4c1303e9dbb1ba75e25d67c30b0d38432ea87d5 SHA1: 0ddb4281e19e71d2c344b881eee53e7b8a8b7884 MD5sum: b776e8bec3697629353b13f361c198b1 Description: Free Pascal - SDK source code dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-source_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-source-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 211095 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc-src Provides: fpc-source Breaks: fpc-src Size: 19816748 SHA256: 7cfb39e0517340fea3a1b070f26576d2c5319b19737ee9d86548aa1a51b07daa SHA1: f624fba18659efd2abb93df584accb5f3225ef52 MD5sum: 6faab4aa479a85cf06e18b4c07d03c65 Description: Free Pascal - SDK source code The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-source-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: freedombox Version: 25.9~bpo12+1 Installed-Size: 12977 Maintainer: FreedomBox packaging team Architecture: all Depends: python3-apt, python3-augeas, python3-cherrypy3, python3-configobj, python3-django, python3-django-bootstrapform, python3-django-captcha, python3-django-stronghold, python3-psutil, python3-requests, python3-ruamel.yaml, python3:any, debconf (>= 0.5) | debconf-2.0, apache2, avahi-daemon, avahi-utils, batctl, borgbackup, certbot, cockpit, debsecan, fail2ban, firewalld, flite, gir1.2-udisks-2.0, gpg, iproute2, ldap-utils, ldapscripts, libapache2-mod-auth-pubtkt, libnss-ldapd, libpam-ldapd, needrestart, network-manager, nftables, nslcd, openssh-server, openssl, parted, php-fpm, popularity-contest, python3-cryptography, samba-common-bin, slapd, snapper, sshfs, sshpass, ssl-cert, systemd-timesyncd, tdb-tools, udisks2, unattended-upgrades, uwsgi, uwsgi-plugin-python3, zram-tools, adduser, augeas-tools, bind9-dnsutils, curl, debconf, fonts-fork-awesome, fonts-lato, gdisk, gettext, gir1.2-glib-2.0, gir1.2-nm-1.0, javascript-common, libglib2.0-bin, libjs-bootstrap5, lsof, netcat-openbsd, node-popper2, ppp, pppoe, python3-argon2, python3-bootstrapform, python3-dbus, python3-django-axes, python3-django-ipware, python3-gi, python3-markupsafe, python3-pampy, python3-pexpect, python3-systemd, python3-yaml, sudo, wget, fuse3 Recommends: e2fsprogs, firmware-ath9k-htc, freedombox-doc-en, freedombox-doc-es, libnss-mdns, libnss-myhostname, libpam-abl, locales, locales-all, openssh-client, powermgmt-base, psmisc Breaks: fuse (<< 3), ufw Size: 4161380 SHA256: 644ff6211fd7f1b288bea2f0c458f66420f95b852739196f1c6bc3c52d661263 SHA1: c69095ee4d10dca051b532300db2230872f9735c MD5sum: 04911a8cfab8cd146f32cc850d7964c6 Description: easy to manage, privacy oriented home server FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package provides the FreedomBox Service (Plinth) which installs, configures and manages all functions of FreedomBox. The service is managed using a web interface available at https://localhost/. Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: web Priority: optional Filename: pool/main/f/freedombox/freedombox_25.9~bpo12+1_all.deb Package: freedombox-doc-en Source: freedombox Version: 25.9~bpo12+1 Installed-Size: 50599 Maintainer: FreedomBox packaging team Architecture: all Size: 45641244 SHA256: 0d2e9cd05b50e1f723efd1fad025f44960f81e59bd59b451145bbb79afe3e1f5 SHA1: 7fb10583b849ce0ad6520c026ff1a8256039f545 MD5sum: 785b9b13c3af66c314e561ad88655975 Description: easy to manage, privacy oriented home server - user manual (English) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the English user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-en_25.9~bpo12+1_all.deb Package: freedombox-doc-es Source: freedombox Version: 25.9~bpo12+1 Installed-Size: 50239 Maintainer: FreedomBox packaging team Architecture: all Size: 44542000 SHA256: b28d8b87f90122f267f4580f11480fc0fa7871bb406191ddaaba8abca72a25de SHA1: 749e415f2d289f50a14fb71489844a84b8e575f3 MD5sum: ae86a54401a25682f66dedf290f2384a Description: easy to manage, privacy oriented home server - user manual (Spanish) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the Spanish user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-es_25.9~bpo12+1_all.deb Package: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 178 Maintainer: Fabio Fantoni Architecture: all Depends: freeipmi-bmc-watchdog, freeipmi-common (= 1.6.13-2~bpo12+1), freeipmi-ipmidetect, freeipmi-tools Size: 167616 SHA256: 301743a5a60cb29576cbe5098437719027d90bb9c152213769f1e96ad541f788 SHA1: be307d3d175c6175c27dea3e5158453d67f74431 MD5sum: 266eaa1de983140a3be2c3a2fb6ddffe Description: GNU implementation of the IPMI protocol FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This metapackage depends on all separate modules of freeipmi. Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi_1.6.13-2~bpo12+1_all.deb Package: freeipmi-bmc-watchdog Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 331 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), freeipmi-tools, libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5) Size: 205936 SHA256: 4369a2e01405c980fb1cb5ac44ae57d702637bea648d27a06d37b47a42e18947 SHA1: a40b6fbec828c4dd261882332b4371ae537993e2 MD5sum: 148667f660224592302a3cbac8b34fd7 Description: GNU implementation of the IPMI protocol - BMC watchdog FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains a watchdog daemon for hardware BMC watchdogs. Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi-bmc-watchdog_1.6.13-2~bpo12+1_arm64.deb Package: freeipmi-common Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 519 Maintainer: Fabio Fantoni Architecture: all Replaces: libipmiconsole2 (<< 1.6.8-2~), libipmimonitoring6 (<< 1.6.8-2~) Suggests: freeipmi-tools Breaks: libipmiconsole2 (<< 1.6.8-2~), libipmimonitoring6 (<< 1.6.8-2~) Size: 355796 SHA256: 1195849fb94195ba9086a977e8e7304d116637699579ce4e8eaa88c94a01d89d SHA1: 65a7219b5c84104799b3460eb3c25be8cf92271f MD5sum: ed47cecdb9029dd87e8f0ecb19050c95 Description: GNU implementation of the IPMI protocol - common files FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package provides configuration used by the rest of FreeIPMI framework and generic documentation to orient the user. Multi-Arch: foreign Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi-common_1.6.13-2~bpo12+1_all.deb Package: freeipmi-ipmidetect Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 333 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Size: 203120 SHA256: 8912fd758d00873d537dfbf034020029ac44cc8dc4be495df0dc662f7367cfe0 SHA1: 24136febbbba0723ff3d9cfd9c534f47bf843ec1 MD5sum: 005011149e4cfde6b5e3a5f6b1d40f5e Description: GNU IPMI - IPMI node detection tool FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains a tool and a daemon for detecting IPMI nodes. Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi-ipmidetect_1.6.13-2~bpo12+1_arm64.deb Package: freeipmi-ipmiseld Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 403 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 244296 SHA256: 7add0b2df868a87207fdce41f3ce5bf460e445a6ed01f78794999492a31c67bc SHA1: 74b0a67cde05c4904167434a73c2641a7db59ec1 MD5sum: 829bdabcde75c278ee58275d05cf2309 Description: GNU IPMI - IPMI system event log daemon FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains ipmiseld which takes the system event log from the BMC and imports it to syslog Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi-ipmiseld_1.6.13-2~bpo12+1_arm64.deb Package: freeipmi-tools Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 3729 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.6.2), libipmiconsole2 (>= 1.4.4), libipmidetect0 (>= 1.1.5) Suggests: freeipmi-bmc-watchdog, freeipmi-ipmidetect Size: 779392 SHA256: 844aab9d845d76d60f26714e2536d6f6c2f80991d3846434d5c7d2d3aaf76b7d SHA1: ecca30cac89827840983183a03a59c867dd32f5f MD5sum: ac1870bafc534810353bf6227a90e647 Description: GNU implementation of the IPMI protocol - tools FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains assorted IPMI-related tools: * bmc-config - configure BMC values * bmc-info - display BMC information * ipmi-chassis - IPMI chassis management utility * ipmi-fru - display FRU information * ipmi-locate - IPMI probing utility * ipmi-oem - IPMI OEM utility * ipmi-pet - decode Platform Event Traps * ipmi-raw - IPMI raw communication utility * ipmi-sel - display SEL entries * ipmi-sensors - display IPMI sensor information * ipmi-sensors-config - configure sensors * ipmiconsole - IPMI console utility * ipmiping - send IPMI Get Authentication Capability request * ipmipower - IPMI power control utility * pef-config - configure PEF values * rmcpping - send RMCP Ping to network hosts Homepage: https://www.gnu.org/software/freeipmi/ Section: admin Priority: optional Filename: pool/main/f/freeipmi/freeipmi-tools_1.6.13-2~bpo12+1_arm64.deb Package: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 5010 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Provides: radius-server Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.7+dfsg-1~bpo12+1), perl:any, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libct4 (>= 0.64), libgdbm6 (>= 1.16), libjson-c5 (>= 0.15), libpam0g (>= 0.99.7.1), libperl5.36 (>= 5.36.0), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.7.15), libssl3 (>= 3.0.0), libsystemd0, libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.2.1+dfsg) Recommends: freeradius-utils Suggests: freeradius-krb5, freeradius-ldap, freeradius-mysql, freeradius-postgresql, freeradius-python3, snmp Size: 665584 SHA256: 5310df76ae8fd6e8f7e1a308e697bf49fa9d91cbdfadba2cd1f4b65303142edf SHA1: 3a4b3667c8c16d0ad15bb98039bf1882752305d9 MD5sum: 6f15b8bd370f98d583cc9cca75b195b5 Description: high-performance and highly configurable RADIUS server FreeRADIUS is a high-performance RADIUS server with support for: - Authentication by local files, SQL, Kerberos, LDAP, PAM, and more. - Powerful policy configuration language. - Proxying and replicating requests by any criteria. - Support for many EAP types; TLS, PEAP, TTLS, etc. - Many vendor-specific attributes. - Regexp matching in string attributes. and lots more. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-common Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 1307 Maintainer: Debian FreeRADIUS Packaging Team Architecture: all Depends: adduser Conflicts: radiusd-livingston, xtradius, yardradius Size: 245144 SHA256: bb6fb22521d3925d58963c8f8eb66edc732a407fdfe95f93691280831fecb2fa SHA1: c863b8f9c34593f8dba725ec22714ab42843e049 MD5sum: e21d03f5e293c566091a9fab725107e1 Description: FreeRADIUS common files This package contains common files used by several of the other packages from the FreeRADIUS project. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-common_3.2.7+dfsg-1~bpo12+1_all.deb Package: freeradius-config Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 1288 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: adduser, ca-certificates, freeradius-common, make, openssl, ssl-cert Breaks: freeradius-config Size: 225492 SHA256: 17678f4e8841fe117fd34318ab6a00e4835ac664f1827944d1f0aac1415dcb8d SHA1: 3ef1beab67c357a62fdf1b3a2e3ba5149456d8cd MD5sum: e1ca4fd8d6c78bc121a1befd71d4cd09 Description: FreeRADIUS default config files freeradius-config contains the default configuration for FreeRADIUS. . You can install a custom package which sets "Provides: freeradius-config" in order to use the FreeRADIUS packages without any default configuration getting into your way. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-config_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-dhcp Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 232 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17) Size: 34728 SHA256: 4f3805bcf8bbbd91060404ee80c213ec49a46dede32d1f7a99641a491f4385c5 SHA1: b42e3ab71953fbad1202297f8d43f719d3b523d6 MD5sum: 2e4dfa061300dd88799f12bc0b59e2d5 Description: DHCP module for FreeRADIUS server The FreeRADIUS server can act as a DHCP server, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-dhcp_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-iodbc Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 99 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libiodbc2 (>= 3.52.7) Size: 19952 SHA256: d52e65f0062becb92319ee83bfb6da8bdf58834019898ecf3157c1140f67a3ba SHA1: 3b4e5fd46f243764f60792e61627d97818da83a4 MD5sum: 713cad1a3d8385db45ee59a3280a1ea6 Description: iODBC module for FreeRADIUS server The FreeRADIUS server can use iODBC to access databases to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-iodbc_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-krb5 Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 96 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libkrb5-3 (>= 1.13~alpha1+dfsg) Size: 20824 SHA256: 65a15d91634c3fa758b04801235cd3794179181bc07bd72feb1dd52b327e295c SHA1: e97a00f7e4f92e9d3d54ecb3c5419422b0394f24 MD5sum: ca5395f7fca832a5e9adefbbcf7c1128 Description: kerberos module for FreeRADIUS server The FreeRADIUS server can use Kerberos to authenticate users, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-krb5_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-ldap Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 163 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libldap-2.5-0 (>= 2.5.4) Size: 44416 SHA256: 6e64a03a4b312716639960c7912fb066dae03a32dfc51ffc17e313e466ff66f2 SHA1: f4f43110a249cb925e33937a4d5e63dc8a75c7be MD5sum: d1d36d78544591d11846af36ba4cfbc4 Description: LDAP module for FreeRADIUS server The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-ldap_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-memcached Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 96 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libmemcached11 (>= 1.1.4) Size: 21352 SHA256: e556465aa26a028db01645ca9fac5271793247aca391329514475cbf3f808410 SHA1: f117eef34c5f96cbe17272f4eb3e9bdccd8a37a9 MD5sum: e3db96c082b9619d637c649ca56f04cf Description: Memcached module for FreeRADIUS server The FreeRADIUS server can cache data in memcached and this package contains the required module. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-memcached_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-mysql Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 97 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libmariadb3 (>= 3.0.0) Size: 21816 SHA256: 76bc5f9f94a93427c8f1b8b998185aaeb8d89f4ead52b311d2b451bcb0b42733 SHA1: 891642730652e67ef9296ddf2bee06ce1a379710 MD5sum: e6d5347fbb97e50880b89b388eb42df1 Description: MySQL module for FreeRADIUS server The FreeRADIUS server can use MySQL to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-mysql_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-postgresql Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 99 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libpq5 (>= 8.4~) Size: 25356 SHA256: 1a211590ff5a8059681e88ea37a3a50b0fe1eb40056f61312131c7badc129085 SHA1: 05c17b01ac41b1ee65d4974bc8acb26890b33f88 MD5sum: b4aafc226f0f2cde2a5a9e8b1949a4d7 Description: PostgreSQL module for FreeRADIUS server The FreeRADIUS server can use PostgreSQL to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-postgresql_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-python3 Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 98 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.34), libpython3.11 (>= 3.11.0) Size: 27052 SHA256: 1311be317d67ab093c336656ea633f7ecf4c8c129049b8cb725065bb46771282 SHA1: cc0cf5e899702e20f2835224af5c69c481d90363 MD5sum: 73d7cbd4201f501189782cd52af4ff69 Description: Python 3 module for FreeRADIUS server This package is required to add Python 3 functionality to the FreeRADIUS server. . It was introduced in FreeRADIUS 3.0.20 as EXPERIMENTAL module. Use at your own risk. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-python3_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-redis Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 231 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libhiredis0.14 (>= 0.14.0) Size: 25980 SHA256: c0b9502ebd2eace86b143bf818de7fb67d14cd5b59183e1e2caa5ccf16331caf SHA1: 48bbb60373a08873e73cf0c16e95f2443cebfd30 MD5sum: 63ce514ed1d470fd8ea9b85af33a62c2 Description: Redis module for FreeRADIUS server This module is required to enable the FreeRADIUS server to access Redis databases. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-redis_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-rest Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 97 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15) Size: 33036 SHA256: cba92265d4ef3566e8840b3904b6945c47369ee059905422b1f5530719440a38 SHA1: 2d9884a57f867396fff129fcc5246fffb3a6077e MD5sum: de65d502ce6906d0cffce53e708d9116 Description: REST module for FreeRADIUS server The FreeRADIUS server can make calls to remote web APIs, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-rest_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-utils Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 581 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.7+dfsg-1~bpo12+1), perl:any, libc6 (>= 2.34), libgdbm6 (>= 1.16), libpcap0.8 (>= 0.9.8), libssl3 (>= 3.0.0), libtalloc2 (>= 2.0.4~git20101213) Recommends: libdbi-perl Conflicts: radiusd-livingston, yardradius Size: 110420 SHA256: 000b460b5c08aaa977054164155dd61e078ce95eff6381ba32a74092334084a1 SHA1: 21b09f4f2542544a46099eda97a125061d3bbd33 MD5sum: fd97a101c341558c38b9275c1fdf50d6 Description: FreeRADIUS client utilities This package contains various client programs and utilities from the FreeRADIUS Server project, including: - radclient - radcrypt - radeapclient - radlast - radsecret - radsniff - radsqlrelay - radtest - radwho - radzap - rlm_ippool_tool - smbencrypt Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-utils_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freeradius-yubikey Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 96 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius (= 3.2.7+dfsg-1~bpo12+1), libc6 (>= 2.17), libykclient3 (>= 2.11), libyubikey0 (>= 1.5) Size: 22660 SHA256: 3df590c88e17ec2bc6a6baad6735c200bfed3ec02bed9657829ff63eaadab698 SHA1: a513b5bad9a9b9ff25cda2eb195507edbba3dede MD5sum: 91dfc2a572703e83350fc25c7f8b1a0f Description: Yubikey module for FreeRADIUS server This package is required to add Yubikey functionality to the FreeRADIUS server. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-yubikey_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-dev Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1239 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-server3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow-subsystem3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-dev (= 3.10.3+dfsg-1~bpo12+1), libcjson-dev, libfuse3-dev, winpr3-utils (= 3.10.3+dfsg-1~bpo12+1) Size: 169904 SHA256: c170dc55fc462d3f7f39d0fc9c7c05cdd88ff0bf6152a591278ef68a3eb948cf SHA1: 8eea11919003db033f75eae77144a0338bcd85b3 MD5sum: 483369a8c7fe1071e1c48813b5af7cd4 Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Homepage: https://www.freerdp.com/ Section: devel Priority: optional Filename: pool/main/f/freerdp3/freerdp3-dev_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-proxy Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 217 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Suggests: freerdp3-proxy-modules Size: 38944 SHA256: 6195c5c423fbd0bc888f1df049d71a23735d26b8d2684255c2ee6f433c73e301 SHA1: f3f36ccbf151c68c1a7f3b867046a64953daba1e MD5sum: 28b329d857baf6be6bced665d08ef2cf Description: FreeRDP proxy server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the proxy server that can be used as man in the middle proxy for RDP connections. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-proxy-modules Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 479 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.32), libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 86692 SHA256: e0e7e8c623e6f4c221d655c16542ea51fed1518320dfbff4aeb24796b57b6fa2 SHA1: c17ff6278344ee03a4ae42a16ed88049fe00071f MD5sum: 5706978f57631641fbcc0a2a81e14b00 Description: FreeRDP Remote Desktop Protocol proxy module libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the modules for the proxy. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy-modules_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-sdl Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1376 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.9.0), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.16), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15), libstdc++6 (>= 11), libwinpr3-3 (>= 3.6.2) Size: 384736 SHA256: 8aa97f3e49481c0c1d07d1b19ad7492504585d54b44b3ad5587ab459282a14f4 SHA1: 3d8999ab109e2ad34cf2b758c85956e3ae71a81f MD5sum: 928ac09710030c2e0937cfe376361d3a Description: RDP client for Windows Terminal Services (SDL client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the SDL based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-sdl_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-shadow-x11 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 219 Maintainer: Debian Remote Maintainers Architecture: arm64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-shadow-subsystem3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.0.0) Size: 39688 SHA256: a3c3efdf9869018d952dbc320601e2de27d813ae4601c933b1d2bd59f594a175 SHA1: 9a4a7e760f5f951c78ab0c29eb731bdf18443e79 MD5sum: b1c2e08ebfb21983f22bd9d7f1c92380 Description: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-shadow-x11_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-wayland Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 281 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwinpr3-3 (>= 3.0.0), libxkbcommon0 (>= 0.5.0) Size: 62152 SHA256: c6bfa71b0513b96c093d8940f3ccb641a74bd3e1810a05bcb3f6ce017d64ce22 SHA1: c8bbf2fc09eed474e42f2bd1d117d29c5d5e77ca MD5sum: ed8ed06c5b1250cbc64d37fb6f79238e Description: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-wayland_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: freerdp3-x11 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 864 Maintainer: Debian Remote Maintainers Architecture: arm64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.3.0), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxrender1 Size: 107460 SHA256: 620274370f439afc5d6b086812fe83786601dddb3690ff015a0e9ebfd0040607 SHA1: bda8c3a283e4d9ad1f9aa77c3e12cc3db9feb569 MD5sum: dcbab2fa0b408359ca2a6b23faf7c5a5 Description: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-x11_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: fsearch Version: 0.2.3-3~bpo12+1 Installed-Size: 1117 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.59.2), libgtk-3-0 (>= 3.21.5), libicu72 (>= 72.1~rc-1~), libpango-1.0-0 (>= 1.14.0), libpcre2-8-0 (>= 10.22) Size: 229252 SHA256: 56b7ab9d4c079ee07e2cff61f1fd7d227c3c57a000df4b6710ec6a1d5f70da34 SHA1: ff714e95ec99a375a090be863471026dc0ca3109 MD5sum: 196138e59756aed89a43348702ded112 Description: Fast graphical file search utility FSearch is a fast file search utility, based on GTK3. It supports regular expressions, wildcards, fast sorting, instant results with millions of files and more. Homepage: https://cboxdoerfer.github.io/fsearch/ Section: utils Priority: optional Filename: pool/main/f/fsearch/fsearch_0.2.3-3~bpo12+1_arm64.deb Package: fuse2fs Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 188 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: fuseext2 (<< 1.47.1-2~) Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.2~rc1-2~bpo12+2), libfuse3-3 (>= 3.2.3), libuuid1 (>= 2.16) Breaks: fuseext2 (<< 1.47.1-2~) Size: 46644 SHA256: 189e4403a36ede2267f2d644e45a12ee155faf6c69a4b3f361e51376753fb7d7 SHA1: 4c5d37d2213d90a4b676dc397aa4bcf5dba40d90 MD5sum: 1f726a9c8dffd36a0d3dbcf9f243c9dd Description: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/fuse2fs_1.47.2~rc1-2~bpo12+2_arm64.deb Package: fuseext2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 39 Maintainer: Theodore Y. Ts'o Architecture: all Depends: fuse2fs (>= 1.47.1-2) Size: 18824 SHA256: 8e005e7d067784c210119168f16d48a4e167e333b18a84c60eb6ffccab2055c9 SHA1: a378c9ed6b488040f3b0b191007192b971acede4 MD5sum: db16837daa37ac7ae5ca95b5a4662e91 Description: transitional package This is a transitional package. It can safely be removed. Homepage: http://e2fsprogs.sourceforge.net Section: oldlibs Priority: optional Filename: pool/main/e/e2fsprogs/fuseext2_1.47.2~rc1-2~bpo12+2_all.deb Package: fusefile Version: 2.0-1~bpo12+1 Installed-Size: 86 Maintainer: Ralph Ronnquist Architecture: arm64 Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), fuse3 Size: 14244 SHA256: be3b3e54e738f363088bc44bdf286a3d3797642614d644158b54eae9a0e591a0 SHA1: efb110f05dac47932b0d51a765a0c99f6920eddf MD5sum: 67e1edd0ec9e75f1fab5b867a85242cf Description: Using FUSE to combine file fragments into a single file. fusefile is a FUSE "file mount" that presents a series of fragments of other files as a contiguous concatenation. Technically it bind mounts a driver on top of the filename mountpoint to provide access to the given file fragments as if in a single, contiguous file. The fusefile mount driver offers read/write access to the fused file, distributing written data across the given fragments or to an overlay file. Homepage: https://git.devuan.org/rrq/fusefile.git Section: admin Priority: optional Filename: pool/main/f/fusefile/fusefile_2.0-1~bpo12+1_arm64.deb Package: gajim Version: 1.8.4-1~bpo12+1 Installed-Size: 10060 Maintainer: Debian XMPP Maintainers Architecture: all Replaces: gajim-appindicatorintegration, gajim-httpupload, gajim-omemo, gajim-plugininstaller, gajim-syntaxhighlight, gajim-urlimagepreview Provides: gajim-appindicatorintegration, gajim-httpupload, gajim-omemo, gajim-plugininstaller, gajim-syntaxhighlight, gajim-urlimagepreview Depends: python3-cairo, python3-cryptography (>= 3.4.8), python3-css-parser, python3-gi (>= 3.42.0~), python3-keyring, python3-nbxmpp (>= 4.5.3~), python3-packaging, python3-pil, python3-precis-i18n, python3-qrcode, python3:any, desktop-file-utils, gir1.2-gst-plugins-base-1.0, gir1.2-gtk-3.0 (>= 3.22.27~), gir1.2-gtksource-4, python3 (>= 3.5), python3-gi-cairo (>= 3.42.0~), python3-idna, python3-omemo-dr (>= 1.0.0~) Recommends: aspell-en | aspell-dictionary, ca-certificates, dbus, fonts-noto-color-emoji, gajim-openpgp, gir1.2-ayatanaappindicator3-0.1, gir1.2-farstream-0.2, gir1.2-geoclue-2.0, gir1.2-gsound-1.0, gir1.2-gspell-1, gir1.2-gstreamer-1.0, gir1.2-secret-1, gstreamer1.0-gl, gstreamer1.0-nice, gstreamer1.0-plugins-ugly, notification-daemon, pulseaudio-utils | alsa-utils | sox | oss4-base, python3-dbus (>= 0.81), python3-gssapi, python3-sentry-sdk Suggests: libxss1, nautilus-sendto Breaks: gajim-antispam (<< 1.6.8), gajim-appindicatorintegration, gajim-httpupload, gajim-lengthnotifier (<< 1.4.8), gajim-omemo, gajim-openpgp (<< 1.5.0), gajim-pgp (<< 1.5.1), gajim-plugininstaller, gajim-rostertweaks, gajim-syntaxhighlight, gajim-triggers (<< 1.4.8), gajim-urlimagepreview Size: 2165404 SHA256: 1b9685d4d165d3938080d0d8ea3fa24cbcd6abc73b3f0385698b98b33fcfec3d SHA1: 8c64de149d820ab738ea59d8e7a2d46b535132f5 MD5sum: cf43ae99d55d7a9f1184c4098e104acd Description: GTK+-based Jabber client Gajim is a Jabber client. It has a tabbed user interface with normal chats, group chats, and has many features such as, TLS, GPG, SSL, multiple accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts. Homepage: https://gajim.org/ Section: net Priority: optional Filename: pool/main/g/gajim/gajim_1.8.4-1~bpo12+1_all.deb Package: gallery-dl Version: 1.29.6-1~bpo12+1 Installed-Size: 2267 Maintainer: Unit 193 Architecture: all Depends: python3-requests, python3:any Suggests: ffmpeg, python3-brotli, yt-dlp | youtube-dl Size: 406704 SHA256: 6513f710fd23138660ea60bdab82f9f47d4f46198b81eb8fde9f420c495b9744 SHA1: 0a0215ae7fbb3ef2f4ddc04c7b4a77633ff58b59 MD5sum: 6e0260a71a33533884515355cdeabe35 Description: command-line program to download image galleries gallery-dl is a command-line program to download image-galleries and -collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities. Homepage: https://github.com/mikf/gallery-dl Section: web Priority: optional Filename: pool/main/g/gallery-dl/gallery-dl_1.29.6-1~bpo12+1_all.deb Package: ganglia-webfrontend Source: ganglia-web Version: 3.7.6+debian-1~bpo12+1 Installed-Size: 2540 Maintainer: Marcos Fouces Architecture: all Depends: apache2 | httpd-cgi, php | php-cgi | libapache2-mod-php, php-xml, rrdtool, libjs-jquery-mobile, libjs-jquery, libjs-jquery-ui, libjs-jquery-scrollto, libjs-jquery-cookie, libjs-rickshaw, libjs-d3, libjs-jquery-jstree, libjs-chosen, libjs-jstimezonedetect, libjs-moment, libjs-moment-timezone, libjs-select2.js, libjs-jquery-flot Recommends: gmetad, php-gd Size: 535956 SHA256: 41065d0b95038d72207374a91740198a8c49851d0cd30e57e61d6c682a1ba937 SHA1: 302b3d08ccdedc6f985f93e2ed1c702b63354e20 MD5sum: 85a955203b744ef2d6eb8dcbd065dcac Description: cluster monitoring toolkit - web front-end Ganglia is a scalable, real-time cluster monitoring environment that collects cluster statistics in an open and well-defined XML format. . This package contains the PHP-based web front-end, which displays information gathered by 'gmetad'. Homepage: http://www.ganglia.info/ Section: net Priority: optional Filename: pool/main/g/ganglia-web/ganglia-webfrontend_3.7.6+debian-1~bpo12+1_all.deb Package: gccgo-go Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 66 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: g++-12, gccgo-12 Conflicts: golang-go Size: 43900 SHA256: e0e5071d0bcdf050f0fabdc046625fac5e6a92d3b575fff01bb648085a15ff75 SHA1: 5cbeb7f09fc6b41c41762359933f81dc14c3f9d5 MD5sum: fcb626cd5cec731724d2bfc8bba0ada0 Description: Go programming language -- gccgo The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . Installing this package will install the gccgo implementation as /usr/bin/go. It conflicts with golang-go. Multi-Arch: same Homepage: https://golang.org Section: golang Priority: optional Filename: pool/main/g/golang-defaults/gccgo-go_1.23~2~bpo12+1_arm64.deb Package: gcli Version: 2.3.0-1~bpo12+1 Installed-Size: 1106 Maintainer: Simon Richter Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1) Size: 185864 SHA256: a1426f0082ea79099713dfead4cc9516648299e5f61adfd18c5881758a166782 SHA1: d8a1ef5aec88ea2ee963ff7ff252042bd148fa3a MD5sum: dd96558e66eb0ca7bc3b78e76f1aeca4 Description: Git Forge CLI This is a command line tool to interact with various Git forges, such as Gitea, GitLab and Microsoft® GitHub™. . Features include: * Interacting with issues/bug reports * Managing and commenting pull/merge requests * Creating and altering repositories, including forks * Inspecting and managing pipelines * Tagging and publishing releases Homepage: https://herrhotzenplotz.de/gcli/ Section: devel Priority: optional Filename: pool/main/g/gcli/gcli_2.3.0-1~bpo12+1_arm64.deb Package: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 4145 Maintainer: Debian Med Packaging Team Architecture: arm64 Depends: libbz2-1.0, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsqlite3-0 (>= 3.5.9), libtre5 (>= 0.8.0), lua-filesystem (>= 1.8.0), lua-lpeg (>= 1.0.2), lua-md5, zlib1g (>= 1:1.2.3.3), genometools-common Size: 1410268 SHA256: f2c0c34c0d5428f85762e05507740cbd666ff42ea8a29f97355294ec21912c2e SHA1: 0b7762377046d40fbe94dd011740de24cd41c7be MD5sum: 3b889d613c41840f739f7eeb7ca4e9f8 Description: versatile genome analysis toolkit The GenomeTools contains a collection of useful tools for biological sequence analysis and -presentation combined into a single binary. . The toolkit contains binaries for sequence and annotation handling, sequence compression, index structure generation and access, annotation visualization, and much more. Homepage: http://genometools.org Section: science Priority: optional Filename: pool/main/g/genometools/genometools_1.6.5+ds-2~bpo12+1_arm64.deb Package: genometools-common Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 2187 Maintainer: Debian Med Packaging Team Architecture: all Depends: liblua5.1-0, libcairo2, zlib1g, libbz2-1.0, libexpat1, libsqlite3-0, libpango-1.0-0, libpangocairo-1.0-0, libtre5 Size: 194572 SHA256: a0106bb4ed48c44afb4e582bc462ac3e5398e8f58a209a123e354ad917f59f61 SHA1: 22e9d93cdec12dfff48e90d77a49d3b3befb09ea MD5sum: be8b924800c5fb327cc5ca6863c2b52f Description: shared data files for GenomeTools This package contains configuration files such as alphabet transformations, style files, etc. required to use the GenomeTools executable and/or library. Homepage: http://genometools.org Section: science Priority: optional Filename: pool/main/g/genometools/genometools-common_1.6.5+ds-2~bpo12+1_all.deb Package: genometools-doc Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 2937 Maintainer: Debian Med Packaging Team Architecture: all Size: 2993228 SHA256: e8fed0dfc292e7a99d2754d9249dc3db2518bf8f33007d6927c5fc6be39dfb36 SHA1: 4f85c6374213f5fb4e9f0993461f730d20ffd05c MD5sum: 049eb560d9345129f22463c1e3c2bb3d Description: documentation for GenomeTools This package contains API documentation and tool documentation for GenomeTools. The GenomeTools toolkit contains binaries for sequence and annotation handling, sequence compression, index structure generation and access, annotation visualization, and much more. Multi-Arch: foreign Homepage: http://genometools.org Section: doc Priority: optional Filename: pool/main/g/genometools/genometools-doc_1.6.5+ds-2~bpo12+1_all.deb Package: gensio-bin Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 559 Maintainer: Marc Haber Architecture: arm64 Replaces: libgensio-dev (<< 2.6.2-4~), libgensio0 (<< 2.6.2-4~) Depends: libc6 (>= 2.34), libgensio6 (>= 2.8.6-1~bpo12+2), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0) Recommends: python3:any, python3-gensio Breaks: libgensio-dev (<< 2.6.2-4~), libgensio0 (<< 2.6.2-4~) Size: 130756 SHA256: 3cd0a8e1c59df7a11acd5746818b50ba483946c754e5f176596e473e3ae07edf SHA1: cac140447f0514ac7aeae2d7ee08ab24dbc78527 MD5sum: a9b2bad100801996f79006fc99a5207b Description: abstract stream I/O (command line tool) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the command line tool. Homepage: https://github.com/cminyard/gensio Section: libs Priority: optional Filename: pool/main/g/gensio/gensio-bin_2.8.6-1~bpo12+2_arm64.deb Package: geoip-database Version: 20250224-1~bpo12+1 Installed-Size: 10488 Maintainer: Patrick Matthäi Architecture: all Recommends: libgeoip1t64 | libgeoip1 Size: 3008944 SHA256: 14a5523d9f5aafe2f8b3d722a56a27f83386066650699b03580012dca69fdb10 SHA1: 8044497bad9c65bc8eaea23f4635de495c2c0c3b MD5sum: 8987b4a8b7d619c11d3838e025ddca21 Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Multi-Arch: foreign Homepage: https://mailfud.org/geoip-legacy/ Section: net Priority: optional Filename: pool/main/g/geoip-database/geoip-database_20250224-1~bpo12+1_all.deb Package: ghkl Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 45925 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: libblas3 | libblas.so.3, libbullet3.24 (>= 3.24+dfsg), libc6 (>= 2.34), libffi8 (>= 3.4), libg3d0 (>= 0.0.7), libgcc-s1 (>= 3.0), libgl1, libglib2.0-0 (>= 2.37.3), libglu1-mesa | libglu1, libgmp10 (>= 2:6.2.1+dfsg1), libgsl27 (>= 2.7.1), libgslcblas0 (>= 2.7.1), libgtk-3-0 (>= 3.16.2), libhdf5-103-1, libhkl5 (>= 5.0.0.2447), liblapack3 | liblapack.so.3, libstdc++6 (>= 5), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 6487332 SHA256: 9b4984640cbcf16c20ce9c0133a3709f349e815499aa59ff1707529fca0860bf SHA1: 3bd35407b3ee009ef853f48eefa87360e8b66978 MD5sum: c62f054f98138bf6252a18572e47f840 Description: diffractometer computation control application The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides a gui on top of the hkl library. Homepage: https://repo.or.cz/hkl.git Section: science Priority: optional Filename: pool/main/h/hkl/ghkl_5.1.3-1~bpo12+1_arm64.deb Package: gir1.2-atk-1.0 Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 102 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: gir1.2-glib-2.0, libatk1.0-0 (= 2.56.2-1~bpo12+1) Size: 25896 SHA256: a3a4e6d93a5796183d06639fd943b058af741a713c86689de114db37707cf441 SHA1: a9e8cae805bd62e76278131af16a1f24c2261454 MD5sum: 35bfd268e7cc4dee75292b4845214d5d Description: ATK accessibility toolkit (GObject introspection) ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This package can be used by other packages using the GIRepository format to generate dynamic bindings Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: introspection Priority: optional Filename: pool/main/a/at-spi2-core/gir1.2-atk-1.0_2.56.2-1~bpo12+1_arm64.deb Package: gir1.2-atspi-2.0 Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 86 Maintainer: Debian Accessibility Team Architecture: arm64 Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libatspi2.0-0 (= 2.56.2-1~bpo12+1) Size: 23756 SHA256: 8836d0eba961a2b3b215cd65ac19f52d014a1ee0cec5b7266f69b15a10eada5b SHA1: 5e27d1590095967245df24a5140b633132daf253 MD5sum: 6e7960acb0389e26f71318711da302c4 Description: Assistive Technology Service Provider (GObject introspection) This package can be used by other packages using the GIRepository format to generate dynamic bindings Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: introspection Priority: optional Filename: pool/main/a/at-spi2-core/gir1.2-atspi-2.0_2.56.2-1~bpo12+1_arm64.deb Package: gir1.2-flatpak-1.0 Source: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 66 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: gir1.2-glib-2.0, libflatpak0 (>= 1.15.6) Size: 26208 SHA256: 02e393c3f4c19c3871c96db61ee0739ff6937624ca69b86a1af7a4bd2793e764 SHA1: 71c0222800792433ff61f57b71c082d0dc814f72 MD5sum: 0b75e608fd77453456ac541e3aa10d28 Description: Application deployment framework for desktop apps (introspection) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libflatpak0. Multi-Arch: same Homepage: https://flatpak.org/ Section: introspection Priority: optional Filename: pool/main/f/flatpak/gir1.2-flatpak-1.0_1.16.1-1~bpo12+1_arm64.deb Package: gir1.2-hkl-5.0 Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 38 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: libhkl5 (>= 5.0.0.3434) Size: 11416 SHA256: 6185a3a0b2ba1256d5253bf751a4a3df8ecc46944469f783fb37afadf0c8e1b8 SHA1: c2710ace472a2532f6fc13484ba0db406609b123 MD5sum: 9fca7b1c92986b91aa1a9b15f0b91b87 Description: diffractometer computation control library - gir binding The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://repo.or.cz/hkl.git Section: introspection Priority: optional Filename: pool/main/h/hkl/gir1.2-hkl-5.0_5.1.3-1~bpo12+1_arm64.deb Package: gir1.2-ibus-1.0 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 628 Maintainer: Debian Input Method Team Architecture: arm64 Depends: gir1.2-glib-2.0, libibus-1.0-5 (>= 1.5.29~) Size: 362792 SHA256: e447c0d8b8b89ace3d01745cdf75d870d9f719ecc4ca757c9c7dde3e01773a90 SHA1: 1cda7a628bc7f67aa737d31fcce1a3c608f68f69 MD5sum: 4c8b6ff743904f54023db3e0b6879199 Description: Intelligent Input Bus - introspection data IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GObject introspection data which are needed for developing the IBus applications in various programming languages with GObject introspection support. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: introspection Priority: optional Filename: pool/main/i/ibus/gir1.2-ibus-1.0_1.5.31-1~bpo12+1_arm64.deb Package: gir1.2-javascriptcoregtk-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49676 SHA256: 8d0a1b1541dafdf5762ecc626124460653a193fb782da74e170e857a35de3a18 SHA1: 6be19259a7dfa806f50064684dd9350cc3f2902f MD5sum: 5ef135f5f1ff93c4222da186afa16018 Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-4.0_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-javascriptcoregtk-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49668 SHA256: e49eb5b005ccd1c350ae38dc454179d6f115f40e83258b72cbea16a8785379f5 SHA1: 6d1126558d1c3d7d9daf2fbcc8f7eadf01019562 MD5sum: bfa85b2cf699b49f68318d9363c5ce8d Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-4.1_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-javascriptcoregtk-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 307 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49492 SHA256: cb96f2aa0e2727e231d727624dc9cc0ddb4bd4efae2b1179f205f4d840d4fa65 SHA1: 7a6219ed9f43b21f3541fca38b6c2e5a0c9fe154 MD5sum: d16c43277c0e62aaaf1ddb0f3b40021b Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-6.0_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-lokdocview-0.1 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 75 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: liblibreofficekitgtk (= 4:25.2.3-2~bpo12+1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 Size: 44388 SHA256: e169ec791eac18296f8a8b4eaa77e5fe3e19ebc4db01d90520c10026ba58e21d SHA1: 9fd3a536103743404c42e1dc6c99b172c0a9407b MD5sum: 961e26b499f90dafb1f8d296f7ce1edb Description: GTK+ 3 widget wrapping LibreOffice functionality - introspection LOKDocView is the GTK+ 3 widget that wraps the libreoffice functionality and exposes a simple API for applications to use this widget. . This package contains the Introspection data. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: introspection Priority: optional Filename: pool/main/libr/libreoffice/gir1.2-lokdocview-0.1_25.2.3-2~bpo12+1_arm64.deb Package: gir1.2-webkit-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 429 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkitgtk-6.0-4 (= 2.46.1-2~bpo12+1), gir1.2-gtk-4.0, gir1.2-javascriptcoregtk-6.0 (= 2.46.1-2~bpo12+1), gir1.2-soup-3.0 Size: 74424 SHA256: 2cdc7fa9a919b485a03e22e3ec10afb604ca39bd4852a5eeaefdee054cb85e75 SHA1: 59238ec1277a1d3e80048077dc5151169ec48792 MD5sum: c3106d61e449a4a029a60efa6ebb3ad2 Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit-6.0_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-webkit2-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkit2gtk-4.0-37 (= 2.46.1-2~bpo12+1), gir1.2-gtk-3.0, gir1.2-javascriptcoregtk-4.0 (= 2.46.1-2~bpo12+1), gir1.2-soup-2.4 Size: 105524 SHA256: d543d78f646ff8790f3bf36acf2500f815e4800d91150fd9316057e9f08ea709 SHA1: 3d9ace7db3dfb62cec049ecb7aa096ecbfea136d MD5sum: cbd09494e9a97ae30837e220f8ef0043 Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit2-4.0_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-webkit2-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-gtk-3.0, gir1.2-javascriptcoregtk-4.1 (= 2.46.1-2~bpo12+1), gir1.2-soup-3.0 Size: 105488 SHA256: 8c02dbc16410ffd2763cba1d05618143411425818f65a41b5ced7458b69fa9bb SHA1: 4268f2d33c3fb28429d2f0a86b3ab4c60456c784 MD5sum: 4a4af2a9e8c8995cedaccc0e0113a0fa Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit2-4.1_2.46.1-2~bpo12+1_arm64.deb Package: gir1.2-wp-0.4 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 72 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libwireplumber-0.4-0 (= 0.4.17-1~bpo12+1) Size: 19228 SHA256: 44adbe3d2bd8e475aad8b498ee70e4b8336ada47bb3d4c592d1f5c058a8ca519 SHA1: 26aea2871d385c4b613fc1f8e3018efd50a37334 MD5sum: 097f5d458b75f73b0f3094698eb317e3 Description: GObject introspection files for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the GObject-introspection data in binary typelib format. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: introspection Priority: optional Filename: pool/main/w/wireplumber/gir1.2-wp-0.4_0.4.17-1~bpo12+1_arm64.deb Package: gir1.2-wp-0.5 Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: gir1.2-glib-2.0, libwireplumber-0.5-0 (= 0.5.8-1~bpo12+1) Size: 23120 SHA256: c29153f4829b644a76c49369e664912ccf1044e026f70a3e80a0f6f023cd3c60 SHA1: 43afdfeada066746ee32bbf4f485cc5b8cf6b5d2 MD5sum: 2347c5282074e50c29f70c6726dcd01f Description: GObject introspection files for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the GObject-introspection data in binary typelib format. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: introspection Priority: optional Filename: pool/main/w/wireplumber/gir1.2-wp-0.5_0.5.8-1~bpo12+1_arm64.deb Package: git-annex Version: 10.20250416-1~bpo12+1 Installed-Size: 128267 Maintainer: Debian Haskell Group Architecture: arm64 Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), libmagic1 (>= 5.12), libsqlite3-0 (>= 3.7.3), libyaml-0-2, zlib1g (>= 1:1.1.4), git (>= 1:2.22), netbase, rsync, curl, openssh-client (>= 1:5.6p1) Recommends: lsof, gnupg, bind9-host, git-remote-gcrypt (>= 0.20130908-6), nocache, aria2 Suggests: xdot, bup, adb, tor, magic-wormhole, tahoe-lafs, libnss-mdns, uftp, yt-dlp Breaks: datalad (<< 0.12.3~) Size: 21138016 SHA256: db0bf5badacdfae17ac0ebfec2c73bed9dcb53fbb9a2d60885d7977f8aa1d284 SHA1: a34ecd6af2b1a67b9dfd72b80a8ddb56f30c6d97 MD5sum: 727df6bec566ab9f1c0cead92b0c245d Description: manage files with git, without checking their contents into git git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the power and distributed nature of git to bear on your large files with git-annex. . It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with dozens of cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. . git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. Homepage: http://git-annex.branchable.com/ Section: utils Priority: optional Filename: pool/main/g/git-annex/git-annex_10.20250416-1~bpo12+1_arm64.deb Package: git-credential-oauth Version: 0.13.4-1~bpo12+1 Installed-Size: 4999 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Recommends: xdg-utils Enhances: git Size: 1585280 SHA256: 1520cd64e42c3f3b2251f4dfdebbbe4e5e54257fcf979d23a67db57d30220066 SHA1: 0868a7d5fdcc972d6ac12c3c4dece380e693b1a8 MD5sum: 6f166c8b8256febf55db4e8efa62f6c4 Description: Git credential helper for GitHub and other forges using OAuth A Git credential helper that authenticates to GitHub, GitLab, BitBucket and other forges using OAuth. The first time you push, the helper will open a browser window to authenticate. Subsequent pushes within the cache timeout require no interaction. Homepage: https://github.com/hickford/git-credential-oauth Built-Using: golang-1.19 (= 1.19.8-2), golang-golang-x-oauth2 (= 0.15.0-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/g/git-credential-oauth/git-credential-oauth_0.13.4-1~bpo12+1_arm64.deb Package: git-debpush Source: dgit Version: 12.12~bpo12+1 Installed-Size: 63 Maintainer: Debian tag2upload Delegates Architecture: all Depends: devscripts, git, gnupg, libgit-wrapper-perl Size: 36784 SHA256: 854047d1d6e41d2b4b041d6ff06f296236d812eb5314978b58f77af4ff29347e SHA1: ec1de17126ef99bc94207e9f334082abad64dca8 MD5sum: 162f709345734e8ffacb5282abf7c9f9 Description: client script for git pushing to Debian-style archives git-debpush is a script to create and push a specially formatted signed git tag. The metadata in the tag indicates that the tagged commit should be pushed (or "uploaded") to a Debian-style archive. . Tags generated by this script can be read by an intermediary service, which performs any conversion that's needed (such as producing and signing a .dsc and .changes), and then uploads the result to the Debian-style archive on your behalf. Section: devel Priority: optional Filename: pool/main/d/dgit/git-debpush_12.12~bpo12+1_all.deb Package: git-debrebase Source: dgit Version: 12.12~bpo12+1 Installed-Size: 221 Maintainer: Debian tag2upload Delegates Architecture: all Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts, liblocale-gettext-perl Recommends: dgit, git-buildpackage Size: 83092 SHA256: 21d7a7408f430ed0b3a803b339b7958eea5b0fcf9babbfaea2acebc90c6ee86f SHA1: 45879e0fedf38667df085861471f685dcf63b018 MD5sum: 58a6c669068b5e586537491fe3e184a6 Description: rebasing git workflow tool for Debian packaging git-debrebase is a tool for representing in git, and manipulating, Debian packages based on upstream source code. . git-debrebase is an alternative to workflows including git-dpm, gbp pq, and direct use of quilt patches. Section: devel Priority: optional Filename: pool/main/d/dgit/git-debrebase_12.12~bpo12+1_all.deb Package: gitlab-rulez Version: 0.0~git20230818.deb29e64-1~bpo12+1 Installed-Size: 25 Maintainer: Dylan Aïssi Architecture: all Depends: python3:any, python3-gitlab, python3-yaml Size: 6164 SHA256: c629a34a20560bbc00438f03a841b75fe80c4f6c03e7c2b0ae3bd895f8718c2a SHA1: 920ef854a5e6b7db33f592d28f4b9e47b84ee9ef MD5sum: 44a44b7365651fa9b0b4220c7ad560fd Description: tool to help setting up GitLab repository Compute and apply changes to the settings of the projects in a GitLab instance based on a set of YAML rules. Homepage: https://gitlab.apertis.org/infrastructure/gitlab-rulez Section: devel Priority: optional Filename: pool/main/g/gitlab-rulez/gitlab-rulez_0.0~git20230818.deb29e64-1~bpo12+1_all.deb Package: glab Version: 1.33.0-1~bpo12+1 Installed-Size: 21217 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 4962916 SHA256: 93facef5fffef58202e2f92992fe65f9f6c642781c4427160feace54c40fe5de SHA1: f3e8b8d98ee6548da5a75226cd8d3b778f1e900a MD5sum: 8bef8db7769d5ec7813f7b91b46b1433 Description: commandline interface for gitlab instances GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. . glab is available for repositories hosted on GitLab.com and self-managed GitLab instances. glab supports multiple authenticated GitLab instances and automatically detects the authenticated hostname from the remotes available in the working Git directory. Homepage: https://gitlab.com/gitlab-org/cli Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.19 (= 1.19.8-2), golang-blackfriday-v2 (= 2.1.0-1), golang-dbus (= 5.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-alecaivazis-survey (= 2.3.6+ds1-1), golang-github-alecthomas-chroma (= 0.10.0-3), golang-github-avast-retry-go (= 2.4.3-1), golang-github-aymanbagabas-go-osc52 (= 1.2.1-1), golang-github-aymerick-douceur (= 0.2.0-3), golang-github-briandowns-spinner (= 1.18.1+ds1-1), golang-github-charmbracelet-glamour (= 0.5.0-2), golang-github-dlclark-regexp2 (= 1.4.0+ds1-1), golang-github-dustin-go-humanize (= 1.0.0-3), golang-github-fatih-color (= 1.7.0-1), golang-github-gdamore-encoding (= 1.0.0-3), golang-github-gdamore-tcell.v2 (= 2.5.4-1), golang-github-google-go-querystring (= 1.1.0-2), golang-github-google-renameio (= 2.0.0-2), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1), golang-github-gorilla-css (= 1.0.0-3), golang-github-gosuri-uilive (= 0.0.4-1), golang-github-hashicorp-errwrap (= 1.1.0-1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1), golang-github-hashicorp-go-multierror (= 1.1.1-2), golang-github-hashicorp-go-retryablehttp (= 0.7.1-1), golang-github-hashicorp-go-version (= 1.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-lucasb-eyer-go-colorful (= 1.2.0-1), golang-github-lunixbochs-vtclean (= 1.0.0-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-makenowjust-heredoc (= 1.0.0-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.17-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mgutz-ansi (= 0.0~git20200706.d51e80e-1), golang-github-microcosm-cc-bluemonday (= 1.0.20-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-muesli-reflow (= 0.3.0-2), golang-github-muesli-termenv (= 0.13.0-2), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-otiai10-copy (= 1.2.0-3), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pkg-errors (= 0.9.1-2), golang-github-rivo-tview (= 0.0~git20221029.c4a7e50-1), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-tidwall-pretty (= 1.0.5-1), golang-github-xanzy-go-gitlab (= 0.90.0-1~bpo12+1), golang-github-yuin-goldmark (= 1.5.4-1), golang-github-yuin-goldmark-emoji (= 1.0.1-2), golang-github-zalando-go-keyring (= 0.2.2-1~bpo12+2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-golang-x-time (= 0.3.0-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-yaml.v2 (= 2.4.0-4) Section: vcs Priority: optional Filename: pool/main/g/glab/glab_1.33.0-1~bpo12+1_arm64.deb Package: glusterfs-cli Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3586 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-server (<< 9.3-2) Depends: libc6 (>= 2.34), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libreadline8 (>= 6.0), libtirpc3 (>= 1.1.4), libxml2 (>= 2.7.4) Breaks: glusterfs-server (<< 9.3-2) Size: 3318240 SHA256: c6d406c87da96d8342674db8fe2ff338cbb97e27f6fbad3b47c3970ef4760abe SHA1: 0e6bbb11cff2ea8e363205c3424a1b4494e2f30c MD5sum: 888b0c6b3deac040bdf9ff6065e71e76 Description: clustered file-system (cli package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package provides the gluster command line tool. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-cli_11.1-3~bpo12+1_arm64.deb Package: glusterfs-client Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3211 Maintainer: Patrick Matthäi Architecture: arm64 Depends: libc6 (>= 2.34), python3:any, glusterfs-common (>= 11.1-3~bpo12+1) Size: 3190628 SHA256: 928d85ea0c3d631c35f484493018819b2d25b3b391179df196a14f89a9afd675 SHA1: 8a3a4c08ef952622b8b0bf37aec0d69cfef5f5fc MD5sum: 72ebb7a5e7d2f65430d41357bbb4fc2e Description: clustered file-system (client package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package provides the GlusterFS client tool. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-client_11.1-3~bpo12+1_arm64.deb Package: glusterfs-common Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 17302 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-server (<< 3.4.0~qa5) Depends: libacl1 (>= 2.2.23), libaio1 (>= 0.3.93), libc6 (>= 2.34), libgfapi0 (>= 11.1), libgfchangelog0 (>= 11.1), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libssl3 (>= 3.0.0), libtirpc3 (>= 1.1.4), liburcu8 (>= 0.13.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), python3:any, python3-prettytable, python3-requests, python3-jwt, attr, adduser, xfsprogs, e2fsprogs, psmisc Breaks: glusterfs-server (<< 3.4.0~qa5) Size: 5347768 SHA256: 3c389c891cabeb7de81d4495d48d7f58c2c7735d2703a14d7f5395cf4610d27e SHA1: 36b89022991c4e383c16c89126756613122df002 MD5sum: 572e9175c3c7be1335f1fc35eea66cef Description: GlusterFS common libraries and translator modules GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package includes libglusterfs and glusterfs translator modules common to both GlusterFS server and client framework. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-common_11.1-3~bpo12+1_arm64.deb Package: glusterfs-server Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3247 Maintainer: Patrick Matthäi Architecture: arm64 Depends: glusterfs-cli (>= 11.1-3~bpo12+1), glusterfs-common (>= 11.1-3~bpo12+1), glusterfs-client (>= 11.1-3~bpo12+1) Recommends: nfs-common Size: 3188332 SHA256: a98be14072b56193fa504061e88a62d834c396b4abe10f5c6d7d51c47ba3858c SHA1: b7ea266dbbf99ec6eb66c7eb37762dfec5e05ce0 MD5sum: 1ee0eb9a8414bcb0b5d158110e8fd055 Description: clustered file-system (server package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package installs the gluster server binaries, scripts and configuration files to turn GlusterFS into a fully fledged file server. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-server_11.1-3~bpo12+1_arm64.deb Package: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 29310 Maintainer: Dmitry Smirnov Architecture: arm64 Replaces: gnucash-common (<< 1:2.4.8-1~) Depends: gnucash-common (= 1:5.6-1~bpo12+1), guile-3.0-libs, libaqbanking44 (>= 6.4.0), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libdbi1 (>= 0.9.0), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.45.3), libgtk-3-0 (>= 3.21.5), libgwengui-gtk3-79 (>= 5.4.0~), libgwenhywfar79 (>= 4.1.0), libicu72 (>= 72.1~rc-1~), libofx7 (>= 0.9.14), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpython3.11 (>= 3.11.0), libsecret-1-0 (>= 0.7), libstdc++6 (>= 11), libwebkit2gtk-4.1-0 (>= 2.34.6~), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl:any, guile-3.0 | guile-2.2 | guile-2.0, libfinance-quote-perl, libwww-perl, libhtml-tree-perl, libhtml-tableextract-perl, libcrypt-ssleay-perl, libdate-manip-perl Recommends: gnucash-docs, python3-gnucash, yelp Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Breaks: gnucash-common (<< 1:2.4.8-1~) Size: 5748964 SHA256: d0c83f79aebc84233a54befc8dea005e59ec4584ac7e1151b398fb6aa8032b89 SHA1: d31fc65b74b4a02bc587e624c206fa2ee09ca1dd MD5sum: 3cd955cb93b5c3d8bb9a422203ef8f92 Description: personal and small-business financial-accounting software Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. Homepage: https://www.gnucash.org/ Built-Using: googletest (= 1.12.1-0.2) Section: gnome Priority: optional Filename: pool/main/g/gnucash/gnucash_5.6-1~bpo12+1_arm64.deb Package: gnucash-common Source: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 42596 Maintainer: Dmitry Smirnov Architecture: all Replaces: gnucash (<< 2.4.0-1~) Depends: dconf-gsettings-backend | gsettings-backend, libjs-jquery Recommends: gnucash (>= 1:5.6-1~bpo12+1) Breaks: gnucash (<< 2.4.0-1~) Size: 5381064 SHA256: 3d2e6fb89dc227cadda63b11e5e4cf4035e8a1c3178936244b6ecb447b7511a2 SHA1: 5b74a72752d078676828a24151a0909e205f7267 MD5sum: 462aa172a5b896c6cce690d07c6c1c9e Description: common files for the financial-accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the architecture independent parts of Gnucash. It should not be installed directly, but is pulled in automatically by the dependencies of the Gnucash package. Multi-Arch: foreign Homepage: https://www.gnucash.org/ Section: gnome Priority: optional Filename: pool/main/g/gnucash/gnucash-common_5.6-1~bpo12+1_all.deb Package: go-cowsql Source: golang-github-cowsql-go-cowsql Version: 1.22.0-2~bpo12+1 Installed-Size: 19403 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libcowsql0, libsqlite3-0 (>= 3.12.0) Size: 3168720 SHA256: a0574007f1a924453f7579c21629841dac6c2aa05cbb53fc9bf7ed83170f1568 SHA1: 7348b4991273df45d37557368d6808a1438733f3 MD5sum: a6aa935196a25f487679dba51171bdbf Description: Pure-Go cowsql client Go-cowsql is a pure-Go cowsql client implementation. 2 binaries are provided: - cowsql-demo, a demo cowsql application, which exposes a simple key/value store over an HTTP API, - cowsql, a basic SQLite-like cowsql shell which supports normal SQL queries plus the special .cluster and .leader commands to inspect the cluster members and the current leader. Homepage: https://github.com/cowsql/go-cowsql Built-Using: golang-1.19 (= 1.19.8-2), golang-github-google-renameio (= 2.0.0-2), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-peterh-liner (= 1.2.2-1), golang-github-pkg-errors (= 0.9.1-2), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-yaml.v2 (= 2.4.0-4) Section: golang Priority: optional Filename: pool/main/g/golang-github-cowsql-go-cowsql/go-cowsql_1.22.0-2~bpo12+1_arm64.deb Package: go-sendxmpp Version: 0.14.1-1~bpo12+1 Installed-Size: 8267 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 2366800 SHA256: 82da052f1095fe31c01d591e34839f38daf7f57495bbaf3b8f961d386f64c244 SHA1: 775fcd43dfb4aabf0ea2c75ebb14c43f1f7b6e9d MD5sum: 934bb53bd932e4acc1a6dc67180ea380 Description: Command line utility to send messages or files using XMPP Go-sendxmpp can send messages or files (if the server supports http-upload) to an XMPP contact or MUC. It is inspired by the perl tool sendxmpp. Homepage: https://salsa.debian.org/mdosch/go-sendxmpp Built-Using: golang-1.22 (= 1.22.11-1~bpo12+1), golang-debian-mdosch-xmppsrv (= 0.3.3-1~bpo12+1), golang-github-beevik-etree (= 1.4.0-1~bpo12+1), golang-github-cloudflare-circl (= 1.3.1-2), golang-github-gabriel-vasile-mimetype (= 1.4.1+dfsg1-2), golang-github-google-uuid (= 1.3.0-1), golang-github-mattn-go-xmpp (= 0.2.10-1~bpo12+1), golang-github-pborman-getopt (= 1.1.0-2), golang-github-pkg-errors (= 0.9.1-2), golang-github-protonmail-go-crypto (= 0.0~git20230124.0acdc8a-4), golang-github-protonmail-go-mime (= 0.0~git20221031.8fd9bc3-2), golang-github-protonmail-gopenpgp (= 2.5.2-1), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-text (= 0.7.0-1) Section: net Priority: optional Filename: pool/main/g/go-sendxmpp/go-sendxmpp_0.14.1-1~bpo12+1_arm64.deb Package: golang Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.23, golang-doc (>= 2:1.23~2~bpo12+1), golang-go (>= 2:1.23~2~bpo12+1), golang-src (>= 2:1.23~2~bpo12+1) Size: 5156 SHA256: d3747dd6e536f55e06f8e80583820f7085a83d83c66af7092ca2c602cef872a7 SHA1: c5d08b591ec8a38ef07790c66e300ea4ff2bb25b MD5sum: 4a694e0348fdaea19e6a5a568525a083 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Multi-Arch: same Homepage: https://golang.org Section: golang Priority: optional Filename: pool/main/g/golang-defaults/golang_1.23~2~bpo12+1_arm64.deb Package: golang-1.19 Version: 1.19.13-1~bpo12+1 Installed-Size: 49 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.19-doc (>= 1.19.13-1~bpo12+1), golang-1.19-go (>= 1.19.13-1~bpo12+1), golang-1.19-src (>= 1.19.13-1~bpo12+1) Size: 18684 SHA256: 784dfc9f1deb07eecb3a27d2edc82c0122f266ee74e274805d131ad362123acb SHA1: 57d9f56cab87d779996f2794451fdb7acdae0545 MD5sum: 46022fe0e8b13ec3d46fd03e032494f4 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.19/bin/ to PATH, or invoke /usr/lib/go-1.19/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.19/golang-1.19_1.19.13-1~bpo12+1_all.deb Package: golang-1.19-doc Source: golang-1.19 Version: 1.19.13-1~bpo12+1 Installed-Size: 584 Maintainer: Debian Go Compiler Team Architecture: all Size: 97768 SHA256: 4051c934b3f5fc4cf8d6a9dc0556202fb257b5f9a81791fe4c147d3797fce2ff SHA1: 4472044068ba86e505ba87202c8cbffab517c499 MD5sum: 68ab7c35d746e78599b1821c9456d8e0 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.19/golang-1.19-doc_1.19.13-1~bpo12+1_all.deb Package: golang-1.19-go Source: golang-1.19 Version: 1.19.13-1~bpo12+1 Installed-Size: 332186 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.19-src (>= 1.19.13-1~bpo12+1), libc6 (>= 2.34) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 56666544 SHA256: 432c60b026fda5a93b3eb4c3cb03432de4f9527316700fa638a4b99d279e1729 SHA1: 3d3218e14ec3084c959e225fee38ee33ada62424 MD5sum: 359fdbf4207eb2fe11b030e05a515213 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.19/bin/ to PATH, or invoke /usr/lib/go-1.19/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.19/golang-1.19-go_1.19.13-1~bpo12+1_arm64.deb Package: golang-1.19-src Source: golang-1.19 Version: 1.19.13-1~bpo12+1 Installed-Size: 118621 Maintainer: Debian Go Compiler Team Architecture: all Size: 18333096 SHA256: 6065e001aaccc79f993bc6d0b4972bd529711f25c0434da4f21ed75d23cfe102 SHA1: 12d51f37ede8de05bf411d29cde61cb70867e7be MD5sum: 009cc22c2b1cc56ff26a578c5f2a3541 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.19/golang-1.19-src_1.19.13-1~bpo12+1_all.deb Package: golang-1.20 Version: 1.20.14-2~bpo12+1 Installed-Size: 32 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.20-doc (>= 1.20.14-2~bpo12+1), golang-1.20-go (>= 1.20.14-2~bpo12+1), golang-1.20-src (>= 1.20.14-2~bpo12+1) Size: 14128 SHA256: 64209c400739ad1d43ddc01cbe372ab497f9218e8235431d7d64a6eef9978fe0 SHA1: 4f9fac6f1988e4dfed759fac8fb267e5bf35f75e MD5sum: dd33a039f2cac169b002b103fd727ba8 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.20/golang-1.20_1.20.14-2~bpo12+1_all.deb Package: golang-1.20-doc Source: golang-1.20 Version: 1.20.14-2~bpo12+1 Installed-Size: 630 Maintainer: Debian Go Compiler Team Architecture: all Size: 108740 SHA256: 158b1d9da57966fb415fd78bba82184470b34bf6a8682afa2f22bb616cca67b5 SHA1: ce5f3fbb4e92ffa8b1a29fe1f15737272e0c80af MD5sum: 471cd6c3ec9d4a3b5172faf2e8c00603 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.20/golang-1.20-doc_1.20.14-2~bpo12+1_all.deb Package: golang-1.20-go Source: golang-1.20 Version: 1.20.14-2~bpo12+1 Installed-Size: 89120 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.20-src (>= 1.20.14-2~bpo12+1), libc6 (>= 2.34) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 20061752 SHA256: a42bf96a35c6715d7617d9bd48f494e3baec003f19b7e8957d149b29289f4e20 SHA1: d29b8a7d89625ef4776a9c502d054ba955cb1bc3 MD5sum: 0ec4aa2a491b3a3af521145a34b04972 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.20/golang-1.20-go_1.20.14-2~bpo12+1_arm64.deb Package: golang-1.20-src Source: golang-1.20 Version: 1.20.14-2~bpo12+1 Installed-Size: 115948 Maintainer: Debian Go Compiler Team Architecture: all Size: 17793632 SHA256: 54879265b96a064e14419125a8a25535cbb089a9ad24034d28be7a7a72571471 SHA1: 642a778f9318060440a786e3a44a1ed2da8551a0 MD5sum: 8e86ecf704baf2b6d9051788f081266f Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.20/golang-1.20-src_1.20.14-2~bpo12+1_all.deb Package: golang-1.21 Version: 1.21.13-1~bpo12+1 Installed-Size: 32 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.21-doc (>= 1.21.13-1~bpo12+1), golang-1.21-go (>= 1.21.13-1~bpo12+1), golang-1.21-src (>= 1.21.13-1~bpo12+1) Size: 15064 SHA256: 2c29cb9dad519cc37cf756d3a6a4175aedd4020bf631b77798184531e78ec019 SHA1: 399b53f7173801fef97219b202f9612728285c1a MD5sum: 8721f142f67f31a5e7bc46ebdc15222a Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.21/bin/ to PATH, or invoke /usr/lib/go-1.21/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.21/golang-1.21_1.21.13-1~bpo12+1_all.deb Package: golang-1.21-doc Source: golang-1.21 Version: 1.21.13-1~bpo12+1 Installed-Size: 593 Maintainer: Debian Go Compiler Team Architecture: all Size: 101492 SHA256: 393f70a3be20a86fbcd7409fa5479e723b39afa3bd80148d77c994de93f38c11 SHA1: ed623af2482fd511e452e6aba835dd9d0c0dcb79 MD5sum: 9ec6cd40cb621984226a57fd62defe4a Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.21/golang-1.21-doc_1.21.13-1~bpo12+1_all.deb Package: golang-1.21-go Source: golang-1.21 Version: 1.21.13-1~bpo12+1 Installed-Size: 93219 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.21-src (>= 1.21.13-1~bpo12+1) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 20487416 SHA256: efaa8611c351b9d66e4e10448ac3bf31f8c7459f51a3533dc24fefd6ecf64978 SHA1: 71a8c5510685ef2542ffa04a0034002606cda8d6 MD5sum: 6d17b4f2f7f20b7635dc0def997197cd Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.21/bin/ to PATH, or invoke /usr/lib/go-1.21/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.21/golang-1.21-go_1.21.13-1~bpo12+1_arm64.deb Package: golang-1.21-src Source: golang-1.21 Version: 1.21.13-1~bpo12+1 Installed-Size: 119020 Maintainer: Debian Go Compiler Team Architecture: all Replaces: golang-1.21-go (<< 1.21~rc3) Breaks: golang-1.21-go (<< 1.21~rc3) Size: 18545472 SHA256: 6d24ad6efc90ae4097dd090324709ba7b6b05fa132b00d578818c91572b472a8 SHA1: cec7f50bdc0f8c458bc8c5212b35c01541b4b5f4 MD5sum: ca93e184814a8963a078b437efbffc2f Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.21/golang-1.21-src_1.21.13-1~bpo12+1_all.deb Package: golang-1.22 Version: 1.22.12-3~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.22-doc (>= 1.22.12-3~bpo12+1), golang-1.22-go (>= 1.22.12-3~bpo12+1), golang-1.22-src (>= 1.22.12-3~bpo12+1) Size: 15872 SHA256: fe0f41664165de09a1c731d94e87eaf4e67839d4832e1c4631641a45616fa7d7 SHA1: 96e875c5a5ea5166f0d29f49e85c2ba19c9b3942 MD5sum: 7017d570c108fbf8756eab4a23706e3e Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.22/bin/ to PATH, or invoke /usr/lib/go-1.22/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.22/golang-1.22_1.22.12-3~bpo12+1_all.deb Package: golang-1.22-doc Source: golang-1.22 Version: 1.22.12-3~bpo12+1 Installed-Size: 606 Maintainer: Debian Go Compiler Team Architecture: all Size: 105284 SHA256: 3801169538f963c36befbd1e6113923f635150166915a3432de840d38043dc84 SHA1: ec4622e943ca3b607174cf1f820326845fc30118 MD5sum: 1aae59113dbc8b2709c69e3bc70db268 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.22/golang-1.22-doc_1.22.12-3~bpo12+1_all.deb Package: golang-1.22-go Source: golang-1.22 Version: 1.22.12-3~bpo12+1 Installed-Size: 97929 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.22-src (>= 1.22.12-3~bpo12+1) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 21340556 SHA256: 5d199588e8b517bf3f7e491a9498e256b10addcbd4b8df590cb1f7507e3769df SHA1: 95883430e01234a3292558dd62c57ba37bd20cf9 MD5sum: 28d040c6caf0730c16596562fa15d042 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.22/bin/ to PATH, or invoke /usr/lib/go-1.22/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.22/golang-1.22-go_1.22.12-3~bpo12+1_arm64.deb Package: golang-1.22-src Source: golang-1.22 Version: 1.22.12-3~bpo12+1 Installed-Size: 121913 Maintainer: Debian Go Compiler Team Architecture: all Size: 18851420 SHA256: 99f37c5e8252de17e52360d2d49796f61d545668545708b2cb6a0dc0705e1922 SHA1: b2c2c7fdd330cbfca967a905ec719657c27ae119 MD5sum: 0eb2ca5453e8f05c5c5d73c66aa78c3f Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.22/golang-1.22-src_1.22.12-3~bpo12+1_all.deb Package: golang-1.23 Version: 1.23.5-1~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.23-doc (>= 1.23.5-1~bpo12+1), golang-1.23-go (>= 1.23.5-1~bpo12+1), golang-1.23-src (>= 1.23.5-1~bpo12+1) Size: 15748 SHA256: b8c17a5e34e100f587a8ee8ade8a8fcead0f0a95a89039806d8d0ab70ae6d9f6 SHA1: c8d258e305fa0701431f41641106c05d81bad4d4 MD5sum: 8f2a9d20fa9080217b7ca2ea0575267f Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.23/bin/ to PATH, or invoke /usr/lib/go-1.23/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23_1.23.5-1~bpo12+1_all.deb Package: golang-1.23-doc Source: golang-1.23 Version: 1.23.5-1~bpo12+1 Installed-Size: 628 Maintainer: Debian Go Compiler Team Architecture: all Size: 108960 SHA256: ebc754ff7d0f50f85de86c7f4d3adf0e7b8a3ae5d6c84749894c3a5c722a8c40 SHA1: c624846dfd0a3f710ca379edc5ac465226236c83 MD5sum: 08614bf0a45e51db9bf9f152cd074300 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-doc_1.23.5-1~bpo12+1_all.deb Package: golang-1.23-go Source: golang-1.23 Version: 1.23.5-1~bpo12+1 Installed-Size: 107317 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-1.23-src (>= 1.23.5-1~bpo12+1) Recommends: g++, gcc, libc6-dev, pkgconf Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 23446664 SHA256: bfa2209d472b230257482150ce6c54f5bd48fdc51c247e1d740bf14551552756 SHA1: fa502fae189a7de76070f0d3aaca0c287fa76207 MD5sum: c27e53b86c1a655aafddbfaa15f01b27 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.23/bin/ to PATH, or invoke /usr/lib/go-1.23/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-go_1.23.5-1~bpo12+1_arm64.deb Package: golang-1.23-src Source: golang-1.23 Version: 1.23.5-1~bpo12+1 Installed-Size: 126734 Maintainer: Debian Go Compiler Team Architecture: all Size: 19129912 SHA256: c425bc2e0bdd215e66c963072ceab22d93694a206a04e5a9a252bfc081dbac7b SHA1: 9ef0643bb013c94fd06f8d8dcefc6276778226b1 MD5sum: 58b5903a92ab2d5e74e30a6fea277db2 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-src_1.23.5-1~bpo12+1_all.deb Package: golang-any Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: arm64 Depends: golang-go (>= 2:1.23~2~bpo12+1) Size: 5280 SHA256: 69bd9fb3237ac771de650bb67b5ba8c403afbe6995333b6156ae7158d8b56341 SHA1: 1901df9c2d645e9545439ab28e970351ba0d617f MD5sum: 1dc532b20a7788e5a8f86a2eaf1adda1 Description: Go programming language -- gccgo on "non-Go" platforms The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library or gccgo on architectures that do not have a native toolchain ("gc compiler") port. Because the gccgo and Go releases are not on the same schedule, it is not guaranteed that the version of the Go language provided by the version of gccgo that this package depends upon will match the version of this package. Multi-Arch: same Homepage: https://golang.org Section: golang Priority: optional Filename: pool/main/g/golang-defaults/golang-any_1.23~2~bpo12+1_arm64.deb Package: golang-chroma-v2 Source: golang-github-alecthomas-chroma-v2 Version: 2.12.0-1~bpo12+1 Installed-Size: 16763 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 4057488 SHA256: a34ab1cab92ce62d6b03305cf69f6320fa9b8dd6904d08fc717b7a19459c7332 SHA1: c7408d071a0d9c00565a25358eafe4658aa1fde2 MD5sum: 6581266949d418afd23396764521228a Description: general purpose syntax highlighter in pure Go (binaries) Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. . Chroma is based heavily on Pygments (http://pygments.org/), and includes translators for Pygments lexers and styles. . This package contains the compiled chroma-v2 and chromad-v2 binaries. Homepage: https://github.com/alecthomas/chroma Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-github-alecthomas-kong (= 0.8.1-1~bpo12+1), golang-github-alecthomas-kong-hcl (= 1.0.1-1), golang-github-dlclark-regexp2 (= 1.10.0+ds1-1~bpo12+1), golang-github-felixge-httpsnoop (= 1.0.3-3~bpo12+1), golang-github-gorilla-csrf (= 1.7.2-1~bpo12+1), golang-github-gorilla-handlers (= 1.5.2-1~bpo12+1), golang-github-gorilla-mux (= 1.8.1-1~bpo12+1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.20-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-golang-x-sys (= 0.13.0-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/g/golang-github-alecthomas-chroma-v2/golang-chroma-v2_2.12.0-1~bpo12+1_arm64.deb Package: golang-debian-mdosch-xmppsrv-dev Source: golang-debian-mdosch-xmppsrv Version: 0.3.3-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Size: 6460 SHA256: fc04cc9002368e66307ebb077e3f88d35c71da02c6dad84d75912bbf64ea1f0e SHA1: 0749fb773083fce75229beeff966605f9ebb228b MD5sum: 79aafbfed5a36bdd5064ee7f1b8424c9 Description: Look up XMPP SRV records (library) All functions return []SRV with SRV being the following struct: . type SRV struct { Type string Target string Port uint16 Priority uint16 Weight uint16 } . Type is either xmpp-client, xmpps-client, xmpp-server or xmpps-server. . The functions LookupXmppServer, LookupXmppsServer, LookupXmppClient and LookupXmppsClient` are called with the server name and return the respective SRV records. . The function LookupClient and LookupServer are also called with the server name but return xmpp and xmpps SRV records ordered by priority and weight. Multi-Arch: foreign Homepage: https://salsa.debian.org/mdosch/xmppsrv Section: golang Priority: optional Filename: pool/main/g/golang-debian-mdosch-xmppsrv/golang-debian-mdosch-xmppsrv-dev_0.3.3-1~bpo12+1_all.deb Package: golang-doc Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.23-doc, golang-go (>= 2:1.23~2~bpo12+1) Size: 5216 SHA256: d81508d68d60ecd5f671c03d021c40b48d36a92265ed0e158f4fc4a8481e17f5 SHA1: 62a92f518258769738c7b67dfaa7408b3884442c MD5sum: b246082eade10775e8ecc91a8f007002 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go documentation. You can view the formatted documentation by installing the golang-golang-x-tools package, running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Multi-Arch: foreign Homepage: https://golang.org Section: doc Priority: optional Filename: pool/main/g/golang-defaults/golang-doc_1.23~2~bpo12+1_all.deb Package: golang-github-alecthomas-chroma-v2-dev Source: golang-github-alecthomas-chroma-v2 Version: 2.12.0-1~bpo12+1 Installed-Size: 7016 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-alecthomas-assert-dev (>= 2.2.1), golang-github-alecthomas-kong-dev (>= 0.8.1), golang-github-alecthomas-kong-hcl-dev (>= 1.0.1), golang-github-alecthomas-repr-dev (>= 0.2.0), golang-github-danwakefield-fnmatch-dev, golang-github-dlclark-regexp2-dev (>= 1.10.0), golang-github-gorilla-csrf-dev (>= 1.7.2), golang-github-gorilla-handlers-dev (>= 1.5.2), golang-github-gorilla-mux-dev (>= 1.8.1), golang-github-mattn-go-colorable-dev (>= 0.1.13), golang-github-mattn-go-isatty-dev (>= 0.0.20) Size: 817524 SHA256: 653b7e984e8214deb2309a9ccbac8525ad09f64715287f1528fae4d5f52795e3 SHA1: 4130b930fd13a1d2923d9cfef06f86673d109c9e MD5sum: fa578bd83a26371bb4701095955bcb12 Description: general purpose syntax highlighter in pure Go (libraries) Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. . Chroma is based heavily on Pygments (http://pygments.org/), and includes translators for Pygments lexers and styles. . This package contains Chroma's source code and helper libraries. Multi-Arch: foreign Homepage: https://github.com/alecthomas/chroma Section: golang Priority: optional Filename: pool/main/g/golang-github-alecthomas-chroma-v2/golang-github-alecthomas-chroma-v2-dev_2.12.0-1~bpo12+1_all.deb Package: golang-github-alecthomas-kong-dev Source: golang-github-alecthomas-kong Version: 0.8.1-1~bpo12+1 Installed-Size: 340 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-alecthomas-assert-dev (>= 2.1.0), golang-github-alecthomas-repr-dev (>= 0.1.0) Size: 66184 SHA256: 28f8308878a597617b9d30a5404d859d7476a54e976516e04eb729fd6e7c1cd5 SHA1: e21e4ac3d83385cc9304afdd92ef252dab259f11 MD5sum: 9b7bf188695147d4294e2df81f5f6009 Description: command-line parser for Go Kong aims to support arbitrarily complex command-line structures with as little developer effort as possible. . To achieve that, command-lines are expressed as Go types, with the structure and tags directing how the command line is mapped onto the struct. Multi-Arch: foreign Homepage: https://github.com/alecthomas/kong Section: golang Priority: optional Filename: pool/main/g/golang-github-alecthomas-kong/golang-github-alecthomas-kong-dev_0.8.1-1~bpo12+1_all.deb Package: golang-github-arceliar-ironwood-dev Source: golang-github-arceliar-ironwood Version: 0.0~git20241213.743fe2f-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-willf-bloom-dev (>= 3.7.0), golang-github-bits-and-blooms-bitset-dev (>= 1.13.0), golang-golang-x-crypto-dev (>= 0.23.0) Size: 35440 SHA256: 2f0fc3d52afcae678803a138daee5526baaf72b6f3b0845c3ca2c6b2452110f4 SHA1: 3737a1dc3033268320437d2fe50eded340606f2e MD5sum: 11e3e80e7c566acaefea077d15516d1c Description: Routing library with public keys as addresses (library) Ironwood is a routing library with a net.PacketConn-compatible interface using ed25519.PublicKeys as addresses. Basically, you use it when you want to communicate with some other nodes in a network, but you can't guarantee that you can directly connect to every node in that network. It was written to test improvements to / replace the routing logic in Yggdrasil (https://github.com/yggdrasil-network/yggdrasil-go), but it may be useful for other network applications. . Note: Ironwood is pre-alpha work-in-progress. There's no stable API, versioning, or expectation that any two commits will be compatible with each other. Also, it hasn't been audited by a security expert. While the author is unaware of any security vulnerabilities, it would be wise to think of this as an insecure proof-of-concept. Use it at your own risk. Multi-Arch: foreign Homepage: https://github.com/Arceliar/ironwood Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-ironwood/golang-github-arceliar-ironwood-dev_0.0~git20241213.743fe2f-1~bpo12+1_all.deb Package: golang-github-arceliar-phony-dev Source: golang-github-arceliar-phony Version: 0.0~git20220903.530938a-1~bpo12+1 Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Size: 5416 SHA256: d6517262f6be7e3fdb364ccd5d8f4bb66eb1af5054f2d4a8c85d05e48100abb8 SHA1: 65c4c31d870952749ea028c4764b868cf07ea777 MD5sum: ec40724f8c9c4fbaeb61da0aaf6f81f0 Description: Ponylang-inspired actor model library for Go (library) Phony is a Pony-inspired proof-of-concept implementation of shared-memory actor-model concurrency in the Go programming language. Actors automatically manage goroutines and use asynchronous causal messaging (with backpressure) for communcation. This makes it easy to write programs that are free from deadlocks, goroutine leaks, and many of the for loops over select statements that show up in boilerplate code. The down side is that the code needs to be written in an asynchronous style, which is not idiomatic to Go, so it can take some getting used to. Multi-Arch: foreign Homepage: https://github.com/Arceliar/phony Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-phony/golang-github-arceliar-phony-dev_0.0~git20220903.530938a-1~bpo12+1_all.deb Package: golang-github-armon-go-radix-dev Source: golang-github-armon-go-radix Version: 1.0.0+git20221118.54df44f-1~bpo12+1 Installed-Size: 37 Maintainer: Debian Go Packaging Team Architecture: all Size: 8472 SHA256: 036f7556393f02e1487a7d58daead434e4090b6baf545fd9a6306f8003aafc12 SHA1: 973cba87db4ed2f69e59e18dbcec2a2b63023e7e MD5sum: 873e2a02224cdd481ba133944981b33f Description: Golang implementation of Radix trees Provides the radix package that implements a radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. . As a radix tree, it provides the following: . - O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. - Minimum / Maximum value lookups - Ordered iteration . For an immutable variant, see go-immutable-radix. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/armon/go-radix Section: golang Priority: optional Filename: pool/main/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0+git20221118.54df44f-1~bpo12+1_all.deb Package: golang-github-aws-aws-sdk-go-v2-dev Source: golang-github-aws-aws-sdk-go-v2 Version: 1.24.1-2~bpo12+1 Installed-Size: 350570 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-aws-smithy-go-dev (>= 1.19.0), golang-github-google-go-cmp-dev, golang-github-jmespath-go-jmespath-dev, golang-golang-x-net-dev Size: 14513960 SHA256: e2df0c0ce79cd17133a8d0c8742ff31d217655021c39724b144a13681ceb4f91 SHA1: 211a4c2d2e290c3d2d896be6d6b64df595c1738f MD5sum: fb4c26694635d163f2af46ffa71e7b5c Description: AWS SDK for the Go programming language (library) aws-sdk-go-v2 is a replacement for the original AWS SDK for Go, currently packaged as golang-github-aws-aws-sdk-go. Version 2 uses a more modular interface, consistent with current Go packaging idioms. Multi-Arch: foreign Homepage: https://github.com/aws/aws-sdk-go-v2 Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-aws-sdk-go-v2/golang-github-aws-aws-sdk-go-v2-dev_1.24.1-2~bpo12+1_all.deb Package: golang-github-aws-smithy-go-dev Source: golang-github-aws-smithy-go Version: 1.19.0-1~bpo12+1 Installed-Size: 718 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-cmp-dev (>= 0.5.8) Size: 110436 SHA256: ae862fca4cfc458ca5a5053a867aa3255971b3e6bd9d7b2180f3a8d48fc81c98 SHA1: b60ffe9edfea1a5c14d8b6de8f4f86c727f25604 MD5sum: d9fac50d146c3709758109960f844084 Description: Smithy code generators for Go (library) This package provides Smithy code generator for go. . Smithy is a language for defining services and SDKs. It is designed to work with any programming language, describe services running in any environment, and work with any kind of transport or serialization format. It is extended through traits. Its models are defined by resources and operations. Multi-Arch: foreign Homepage: https://github.com/aws/smithy-go Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-smithy-go/golang-github-aws-smithy-go-dev_1.19.0-1~bpo12+1_all.deb Package: golang-github-beevik-etree-dev Source: golang-github-beevik-etree Version: 1.5.0-1~bpo12+1 Installed-Size: 145 Maintainer: Debian Go Packaging Team Architecture: all Size: 29452 SHA256: f5fcc1ef80b73da8b3134986abfacbef353183bcf858391d0968ed5b312fe6ec SHA1: c45b82945b8b3c2bc06bf80bab01365f45410953 MD5sum: 32a9d3311f0c010f769652f200bdf413 Description: parse and generate XML easily in go The etree package is a lightweight, pure go package that expresses XML in the form of an element tree. Its design was inspired by the Python ElementTree (http://docs.python.org/2/library/xml.etree.elementtree.html) module. Multi-Arch: foreign Homepage: https://github.com/beevik/etree Section: devel Priority: optional Filename: pool/main/g/golang-github-beevik-etree/golang-github-beevik-etree-dev_1.5.0-1~bpo12+1_all.deb Package: golang-github-bgp-stayrtr-dev Source: stayrtr Version: 0.6.2-1~bpo12+1 Installed-Size: 193 Maintainer: Marco d'Itri Architecture: all Depends: golang-github-prometheus-client-golang-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 39452 SHA256: 6e6999f6cb731a13533a03fffe683b20ef20a254e81b12607498fa4bac055fb3 SHA1: e800666802901e02da0e036a79463bd1bb0eaae4 MD5sum: 047b9ed265fa25567d37733a8e5cf2d1 Description: RPKI to router protocol library StayRTR is an implementation of the RPKI to router protocol (RFC 6810). Multi-Arch: foreign Homepage: https://github.com/bgp/stayrtr Section: golang Priority: optional Filename: pool/main/s/stayrtr/golang-github-bgp-stayrtr-dev_0.6.2-1~bpo12+1_all.deb Package: golang-github-bits-and-blooms-bitset-dev Source: golang-github-bits-and-blooms-bitset Version: 1.13.0-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Go Packaging Team Architecture: all Size: 22212 SHA256: f2404f12e537a0267f924a1320198ebd18579cdd03eec4f73044dd51e6dd38f8 SHA1: 9778eeba419818a846ed4ac08b57ff99290955d6 MD5sum: 4052895512c515425632028eb9bc06f5 Description: implementation of bitsets This package implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. . It provides methods for setting, clearing, flipping, and testing individual integers. . But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. . BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. . Many of the methods, including Set, Clear, and Flip, return a BitSet pointer, which allows for chaining. Multi-Arch: foreign Homepage: https://github.com/bits-and-blooms/bitset Section: golang Priority: optional Filename: pool/main/g/golang-github-bits-and-blooms-bitset/golang-github-bits-and-blooms-bitset-dev_1.13.0-1~bpo12+1_all.deb Package: golang-github-bmatcuk-doublestar-dev Source: golang-github-bmatcuk-doublestar Version: 4.6.1-1~bpo12+1 Installed-Size: 102 Maintainer: Debian Go Packaging Team Architecture: all Size: 20028 SHA256: b5e54204135c9b5e9f95a69d0ddd2387582e3c3a6b39fbd0236383a07c764276 SHA1: e404a789dcaf0352a7260773b47d7d15db26e94c MD5sum: d7f1eec81227e2c99b85ea80584138c4 Description: support for double star matches in golang's path.Match and filepath.Glob This package contains a Golang implementation of path pattern matching and globbing with support for "doublestar" (aka globstar: **) patterns. . doublestar patterns match files and directories recursively. For example, if you had the following directory structure: . grandparent `-- parent |-- child1 `-- child2 . You could find the children with patterns such as: **/child*, grandparent/**/child?, **/parent/*, or even just ** by itself (which will return all files and directories recursively). . Bash's globstar is doublestar's inspiration and, as such, works similarly. Note that the doublestar must appear as a path component by itself. A pattern such as /path** is invalid and will be treated the same as /path*, but /path*/** should achieve the desired result. Additionally, /path/** will match all directories and files under the path directory, but /path/**/ will only match directories. Multi-Arch: foreign Homepage: https://github.com/bmatcuk/doublestar Section: golang Priority: optional Filename: pool/main/g/golang-github-bmatcuk-doublestar/golang-github-bmatcuk-doublestar-dev_4.6.1-1~bpo12+1_all.deb Package: golang-github-burntsushi-toml-dev Source: golang-toml Version: 1.3.2-2~bpo12+1 Installed-Size: 921 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-toml-dev Size: 111136 SHA256: d0973ff3c92f3bc8d7dae2fe501bf52df8982a4d8ae84af463c5763713d24199 SHA1: f8d30d29ce9665d9f040a3e2e46f655445a3d720 MD5sum: c1590b8ae993fed023c768086c0e57db Description: TOML parser and encoder for Go with reflection TOML stands for Tom's Obvious, Minimal Language. This Go package provides a reflection interface similar to Go's standard library json and xml packages. This package also supports the encoding.TextUnmarshaler and encoding.TextMarshaler interfaces so that you can define custom data representations. . Compatible with TOML v1.0.0 (https://toml.io/en/v1.0.0). . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/BurntSushi/toml Section: golang Priority: optional Filename: pool/main/g/golang-toml/golang-github-burntsushi-toml-dev_1.3.2-2~bpo12+1_all.deb Package: golang-github-cenkalti-hub-dev Source: golang-github-cenkalti-hub Version: 1.0.2-2~bpo12+1 Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Size: 3696 SHA256: 9991a8eb253a2a90c3a085a6ffda4a33d464f69bd5ea2fbcb78601bf34f73f66 SHA1: dc81ebbf65e898fb67e7fe2ffc26017f74f32763 MD5sum: c4274829a5a1d59acdf17ccd3c82529a Description: Simple PubSub library This library provides a simple event dispatcher for the publish/subscribe pattern. Multi-Arch: foreign Homepage: https://github.com/cenkalti/hub Section: golang Priority: optional Filename: pool/main/g/golang-github-cenkalti-hub/golang-github-cenkalti-hub-dev_1.0.2-2~bpo12+1_all.deb Package: golang-github-cenkalti-rpc2-dev Source: golang-github-cenkalti-rpc2 Version: 1.0.4-1~bpo12+1 Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cenkalti-hub-dev Size: 11188 SHA256: 8d9685edfbf625acb4180f0301592afcd08c80679015f37222552b06e004460c SHA1: 578d685dfbc45bf18a09b44b728e5e8b08c4aeb1 MD5sum: 990c2151b4dce10938b57def4527929d Description: Bi-directional RPC (library) rpc2 is a fork of net/rpc package in the standard library. The main goal is to add bi-directional support to calls. That means server can call the methods of client. This is not possible with net/rpc package. In order to do this it adds a *Client argument to method signatures. Multi-Arch: foreign Homepage: https://github.com/cenkalti/rpc2 Section: golang Priority: optional Filename: pool/main/g/golang-github-cenkalti-rpc2/golang-github-cenkalti-rpc2-dev_1.0.4-1~bpo12+1_all.deb Package: golang-github-cheggaaa-pb.v3-dev Source: golang-github-cheggaaa-pb.v3 Version: 3.1.5-1~bpo12+1 Installed-Size: 150 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-cheggaaa-pb-dev Depends: golang-github-fatih-color-dev, golang-github-mattn-go-colorable-dev, golang-github-mattn-go-runewidth-dev, golang-github-vividcortex-ewma-dev Conflicts: golang-gopkg-cheggaaa-pb.v1-dev (<< 1.0.25-3~) Size: 27964 SHA256: 911089a7403e4ac1e2780a97434c8d7d3ee52075e030d6f76bf8bb2c5d684c15 SHA1: 54e96635a7e31e218b421b5b07ee416ca76a0c93 MD5sum: f34acf9810defd5e9ddaaf577131aa06 Description: simple console progress bar for Go This package provides a simple progress bar for console programs. Homepage: https://github.com/cheggaaa/pb Section: golang Priority: optional Filename: pool/main/g/golang-github-cheggaaa-pb.v3/golang-github-cheggaaa-pb.v3-dev_3.1.5-1~bpo12+1_all.deb Package: golang-github-container-orchestrated-devices-container-device-interface-dev Source: golang-github-container-orchestrated-devices-container-device-interface Version: 0.6.2-2~bpo12+1 Installed-Size: 289 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-fsnotify-fsnotify-dev, golang-github-hashicorp-go-multierror-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-runtime-tools-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-spf13-cobra-dev, golang-github-xeipuuv-gojsonschema-dev, golang-golang-x-mod-dev, golang-golang-x-sys-dev, golang-k8s-sigs-yaml-dev Size: 41744 SHA256: 75482897751ef9befe177d00c0bcb4a3b346aa54ff36e6f420aaa404ebb8e7f0 SHA1: 548635302677e92465dafbae50eb022f5ac5bfa8 MD5sum: 7c62b09c52bf7def4810900362f5067f Description: container device interface CDI (Container Device Interface), is a specification for container runtimes, to support third party devices. . CDI concerns itself only with enabling container to be device aware. Areas like resource management are explicitly left out of CDI (and is expected to be handled by the orchestrator). Because of this focus, the CDI specification is simple to implement and allows great flexibility to runtimes and orchestrators. Multi-Arch: foreign Homepage: https://github.com/container-orchestrated-devices/container-device-interface Section: golang Priority: optional Filename: pool/main/g/golang-github-container-orchestrated-devices-container-device-interface/golang-github-container-orchestrated-devices-container-device-interface-dev_0.6.2-2~bpo12+1_all.deb Package: golang-github-containerd-errdefs-dev Source: golang-github-containerd-errdefs Version: 0.1.0-2~bpo12+1 Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-google-grpc-dev Size: 5592 SHA256: 81866a16242c2293426c19cc1f07a04f9856a73bbc72edc47750949f9fb42843 SHA1: c3c14fc3329fd4da99c85999d17a6d318c500e74 MD5sum: 813826bcac597677283c8ccbed738339 Description: Common definition and library of errors used by containerd (library) Go code and definition wiht common errors shared across containerd and related applicaitons. Multi-Arch: foreign Homepage: https://github.com/containerd/errdefs Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-errdefs/golang-github-containerd-errdefs-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-containerd-log-dev Source: golang-github-containerd-log Version: 0.1.0-2~bpo12+1 Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-logrus-dev Size: 6480 SHA256: 5aa75a10af2ee6b9b7a1de669a9707041e60df7c0ee166c7f3aab6a79bbc2a9d SHA1: e500d965ee95fdc2e61632f127c2055b3cb15b8c MD5sum: 832fc5060c602bc3b2f797f2008f35c1 Description: Common log interface for containerd repositories and clients (library) This package provides a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages. Multi-Arch: foreign Homepage: https://github.com/containerd/log Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-log/golang-github-containerd-log-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-containerd-platforms-dev Source: golang-github-containerd-platforms Version: 0.2.1-2~bpo12+1 Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-containerd-log-dev, golang-github-opencontainers-image-spec-dev, golang-golang-x-sys-dev Size: 16436 SHA256: 4db2df0adb59b6e781b6e87f5800220a0fff4852803a27a9039439d716e461af SHA1: 85078135416be3d939cf6ac8b8705196fc09bc84 MD5sum: 83bcc28f14fcc0886b63779b4c0c48e6 Description: Go package for handling platform type (library) A Go package for formatting, normalizing and matching container platforms. . This package is based on the Open Containers Image Spec definition of a platform. Multi-Arch: foreign Homepage: https://github.com/containerd/platforms Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-platforms/golang-github-containerd-platforms-dev_0.2.1-2~bpo12+1_all.deb Package: golang-github-containers-image Version: 5.26.1-2~bpo12+1 Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Replaces: buildah (<< 1.17.1+dfsg1-2) Size: 35464 SHA256: 6ddcc4e2457b352e9ee3bd39d15ee710dfec5ec44e1ae9ca0641f8d60ea13319 SHA1: fdc94b8153598414667a1d9a336656b0628cf804 MD5sum: 4714d7683f88fd47f8be2a5e451584e8 Description: Configuration files and manpages for github.com/containers repositories This package contains documentation and configuration files for use by other container projects. Homepage: https://github.com/containers/image Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-image/golang-github-containers-image_5.26.1-2~bpo12+1_all.deb Package: golang-github-containers-image-dev Source: golang-github-containers-image Version: 5.26.1-2~bpo12+1 Installed-Size: 2834 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-acarl005-stripansi-dev, golang-github-burntsushi-toml-dev, golang-github-containers-libtrust-dev, golang-github-containers-ocicrypt-dev, golang-github-containers-storage-dev (>= 1.48), golang-github-coreos-bbolt-dev (>= 1.3.3~), golang-github-docker-distribution-dev, golang-github-docker-docker-credential-helpers-dev, golang-github-docker-docker-dev, golang-github-docker-go-connections-dev, golang-github-ghodss-yaml-dev, golang-github-imdario-mergo-dev, golang-github-klauspost-pgzip-dev, golang-github-manifoldco-promptui-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc4), golang-github-opencontainers-selinux-dev (>= 1.11), golang-github-ostreedev-ostree-go-dev, golang-github-pkg-errors-dev, golang-github-proglottis-gpgme-dev, golang-github-sigstore-sigstore-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-sylabs-sif-dev (>> 2.3.1), golang-github-theupdateframework-go-tuf-dev, golang-github-ulikunitz-xz-dev, golang-github-vbatts-tar-split-dev, golang-github-vbauerster-mpb-dev (>= 8), golang-github-xeipuuv-gojsonschema-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev (>= 0.0~git20230522.2e198f4-1~), golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-gopkg-cheggaaa-pb.v1-dev Size: 432592 SHA256: 6ed782ee1ce7601dd9851930eefdea564ed73d37843cfcd49cce4c107c7c3ce6 SHA1: cb34178c0a0eef794144aa6762ee913a43a1803c MD5sum: 39600c4d873fdd9f32a6ceb4653316da Description: golang library to work with containers' images This library aims at working in various way with containers' images and container image registries and allows an application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing". Homepage: https://github.com/containers/image Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-image/golang-github-containers-image-dev_5.26.1-2~bpo12+1_all.deb Package: golang-github-containers-libtrust-dev Source: golang-github-containers-libtrust Version: 0.0~git20230121.c1716e8-2~bpo12+1 Installed-Size: 172 Maintainer: Debian Go Packaging Team Architecture: all Size: 29628 SHA256: 4d03ec85b545a1f42c988911fc72dd5f2f7c76475cbfbb669aaf0eadf25ba311 SHA1: 97d1198b640c9068d6edb128c55d0ddfb8a6df18 MD5sum: fefcd80c6640a8ffdc3c44be2d1a25e6 Description: Primitives for identity and authorization (library) Libtrust is library for managing authentication and authorization using public key cryptography. . Authentication is handled using the identity attached to the public key. Libtrust provides multiple methods to prove possession of the private key associated with an identity. . * TLS x509 certificates * Signature verification * Key Challenge . Authorization and access control is managed through a distributed trust graph. Trust servers are used as the authorities of the trust graph and allow caching portions of the graph for faster access. . This package contains a fork of Docker's libtrust that is being worked by the github containers commnuity. Multi-Arch: foreign Homepage: https://github.com/containers/libtrust Section: golang Priority: optional Filename: pool/main/g/golang-github-containers-libtrust/golang-github-containers-libtrust-dev_0.0~git20230121.c1716e8-2~bpo12+1_all.deb Package: golang-github-containers-ocicrypt-dev Source: golang-github-containers-ocicrypt Version: 1.1.9-1~bpo12+1 Installed-Size: 283 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-fullsailor-pkcs7-dev, golang-github-miekg-pkcs11-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-stefanberger-go-pkcs11uri-dev, golang-golang-x-crypto-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-gopkg-square-go-jose.v2-dev, golang-gopkg-yaml.v2-dev Size: 50828 SHA256: 9b5a5032dbd41a6c33ed596729b07823ed65357fed8d29d5b0a901135512310d SHA1: a6482f01877467c7454c2118ffaf00709c27621d MD5sum: 59b652eb76d4b462bf4b5c3849dc5275 Description: Encryption libraries for Encrypted OCI Container images (library) OCIcrypt Library The ocicrypt library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the OCI repository (https://github.com/opencontainers/image-spec/pull/775). The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools. Homepage: https://github.com/containers/ocicrypt Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-ocicrypt/golang-github-containers-ocicrypt-dev_1.1.9-1~bpo12+1_all.deb Package: golang-github-containers-storage-dev Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 2288 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-burntsushi-toml-dev, golang-github-containerd-stargz-snapshotter-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-datadog-zstd-dev, golang-github-docker-go-units-dev, golang-github-google-go-intervals-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-hashicorp-go-multierror-dev, golang-github-json-iterator-go-dev, golang-github-klauspost-pgzip-dev, golang-github-mattn-go-shellwords-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-selinux-dev (>= 1.0.0), golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-pquerna-ffjson-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-vbatts-tar-split-dev, golang-go-patricia-dev, golang-go-zfs-dev, golang-gocapability-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, libbtrfs-dev, libdevmapper-dev Breaks: golang-github-containers-buildah-dev (<< 1.30) Size: 386768 SHA256: 0904ff8d0ddfb1c3c7346aef4cab14160838cce5d7c090eb944248887e4e9199 SHA1: 7238711c883958cd4361e6e151f0bb75b251515a MD5sum: fc8340ab3822b6057c2bb880065b6d31 Description: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Homepage: https://github.com/containers/storage Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-storage/golang-github-containers-storage-dev_1.48.1+ds1-2~bpo12+1_all.deb Package: golang-github-coreos-go-oidc-v3-dev Source: golang-github-coreos-go-oidc-v3 Version: 3.4.0-2~bpo12+1 Installed-Size: 155 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-gopkg-square-go-jose.v2-dev Size: 38832 SHA256: a8ad44cf76ba175f34ce22926546c24c3f8074f6e7f0f16a0a42f15085359bde SHA1: 930e0bf6c3327bb2f7db1f5737d350cfaddf7763 MD5sum: 475b1793db7a600fcd7641805cfc4f42 Description: Go libraries for implementing OIDC clients and servers (library) This package provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components. Multi-Arch: foreign Homepage: https://github.com/coreos/go-oidc Section: golang Priority: optional Filename: pool/main/g/golang-github-coreos-go-oidc-v3/golang-github-coreos-go-oidc-v3-dev_3.4.0-2~bpo12+1_all.deb Package: golang-github-cowsql-go-cowsql-dev Source: golang-github-cowsql-go-cowsql Version: 1.22.0-2~bpo12+1 Installed-Size: 418 Maintainer: Debian Go Packaging Team Architecture: all Depends: libcowsql-dev, libraft-dev, golang-github-ghodss-yaml-dev, golang-github-google-renameio-dev, golang-github-mattn-go-sqlite3-dev, golang-github-peterh-liner-dev, golang-github-pkg-errors-dev, golang-github-rican7-retry-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev, golang-golang-x-sync-dev Size: 81080 SHA256: ac6c3639127d722c0aef1347149948487ccdd6c21dd1e40ad24d1555b303f1da SHA1: 9dfcba9f0d4b8086558d562a25ae7a8295c18805 MD5sum: 643f4952478d92a4088a370c1c1db966 Description: Go bindings for libcowsql Go-cowsql provides bindings for the cowsql (https://cowsql.dev) C library and a pure-Go client for the cowsql wire protocol. . Documentation is available at http://godoc.org/github.com/cowsql/go-cowsql. Homepage: https://github.com/cowsql/go-cowsql Section: golang Priority: optional Filename: pool/main/g/golang-github-cowsql-go-cowsql/golang-github-cowsql-go-cowsql-dev_1.22.0-2~bpo12+1_all.deb Package: golang-github-dlclark-regexp2-dev Source: golang-github-dlclark-regexp2 Version: 1.10.0+ds1-1~bpo12+1 Installed-Size: 472 Maintainer: Debian Go Packaging Team Architecture: all Size: 84936 SHA256: 413e581f14f848bca6df25a099aa0604ec5c4259ec084650f4c975d9340daec2 SHA1: 360feeae997c72fd05dca8730feef51064d53f6d MD5sum: ce2a13eebaebb96fe6c4fa99d1fb6090 Description: Regex engine for Go based on the .NET engine Feature-rich regular expression engine for Go ported from the .NET framework's System.Text.RegularExpressions.Regex engine. It does not have constant time guarantees like the built-in regexp package, but it allows backtracking and is compatible with Perl5 and .NET. Multi-Arch: foreign Homepage: https://github.com/dlclark/regexp2 Section: golang Priority: optional Filename: pool/main/g/golang-github-dlclark-regexp2/golang-github-dlclark-regexp2-dev_1.10.0+ds1-1~bpo12+1_all.deb Package: golang-github-dustin-go-humanize-dev Source: golang-github-dustin-go-humanize Version: 1.0.1-1~bpo12+1 Installed-Size: 89 Maintainer: Debian Go Packaging Team Architecture: all Size: 16976 SHA256: 59e58d2cff90989009b067f3500994f826c46f40ec2b202dbd5de39bb2371e42 SHA1: 5aa0c93bdf79a451c59b106fa75e63f4939c5cd5 MD5sum: 070566867692f4c355bb13c8bb6fd45f Description: format units to human friendly sizes (Go library) go-humanize provides few functions for helping humanize times and sizes. Multi-Arch: foreign Homepage: https://github.com/dustin/go-humanize Section: golang Priority: optional Filename: pool/main/g/golang-github-dustin-go-humanize/golang-github-dustin-go-humanize-dev_1.0.1-1~bpo12+1_all.deb Package: golang-github-felixge-httpsnoop-dev Source: golang-github-felixge-httpsnoop Version: 1.0.3-3~bpo12+1 Installed-Size: 87 Maintainer: Debian Go Packaging Team Architecture: all Size: 8712 SHA256: 916929eccd4b4acfb463e13c63bdd9aa4704c403521af523760b9d4e288e9098 SHA1: 4d9425e29dc04717864861c0f324be1854a4a31a MD5sum: 0a632490c5426fc80f0d66b68bc9feea Description: capture http related metrics from http.Handlers (library) Httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers. . Doing this requires non-trivial wrapping of the http.ResponseWriter interface, which is also exposed for users interested in a more low-level API. Multi-Arch: foreign Homepage: https://github.com/felixge/httpsnoop Section: golang Priority: optional Filename: pool/main/g/golang-github-felixge-httpsnoop/golang-github-felixge-httpsnoop-dev_1.0.3-3~bpo12+1_all.deb Package: golang-github-flynn-noise-dev Source: golang-github-flynn-noise Version: 1.1.0-1~bpo12+1 Installed-Size: 1985 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-crypto-dev, golang-gopkg-check.v1-dev Size: 180300 SHA256: 8012ccd432a6e7ff5608fd50afe4d4947a2c0a2a64131871fef2c1f1b03fea65 SHA1: 2513f90f02fe2c66dbd306c5a1b29ec6066c5f66 MD5sum: cfd2a588e4c3042472e3bc9d19f51afb Description: Go implementation of the Noise Protocol Framework (library) noise Go Reference (https://pkg.go.dev/github.com/flynn/noise) CI Status (https://github.com/flynn/noise/actions) This is a Go package that implements the Noise Protocol Framework (https://noiseprotocol.org). See the documentation (https://pkg.go.dev/github.com/flynn/noise) for usage information. Homepage: https://github.com/flynn/noise Section: golang Priority: optional Filename: pool/main/g/golang-github-flynn-noise/golang-github-flynn-noise-dev_1.1.0-1~bpo12+1_all.deb Package: golang-github-fsnotify-fsnotify-dev Source: golang-fsnotify Version: 1.7.0-1~bpo12+1 Installed-Size: 227 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.4.0) Size: 45708 SHA256: 9db98a0150929e5bcc6a5c7a0c208225457e6ea5642c9616370bd25480d8f6c0 SHA1: 4479815d0daf46624d32bdd2f54a03147e005c5e MD5sum: d07f068e089394787f78096088604602 Description: File system notifications for Go Package fsnotify provides a platform-independent interface for file system notifications, for use with the Go programming language. . This package contains the fsnotify library source. Multi-Arch: foreign Homepage: https://github.com/fsnotify/fsnotify Section: golang Priority: optional Filename: pool/main/g/golang-fsnotify/golang-github-fsnotify-fsnotify-dev_1.7.0-1~bpo12+1_all.deb Package: golang-github-go-jose-go-jose-dev Source: golang-github-go-jose-go-jose Version: 4.0.5-1~bpo12+1 Installed-Size: 826 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-cmp-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 274324 SHA256: 6563d94e5fced96b41f867accdc7bf55d20ef2180f3195ec6316ec64f8bda7c9 SHA1: 3add6ef1034fde0d7bfde629ccec6914c40e1535 MD5sum: 84f882b692e63dba475c9dbefa6bd3f0 Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (library) Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards. . The implementation follows the JSON Web Encryption (http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature (http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token (http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables of supported algorithms are shown below. The library supports both the compact and JWS/JWE JSON Serialization formats, and has optional support for multiple recipients. It also comes with a small command-line utility (jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for dealing with JOSE messages in a shell. Multi-Arch: foreign Homepage: https://github.com/go-jose/go-jose Section: golang Priority: optional Filename: pool/main/g/golang-github-go-jose-go-jose/golang-github-go-jose-go-jose-dev_4.0.5-1~bpo12+1_all.deb Package: golang-github-golang-jwt-jwt-v5-dev Source: golang-github-golang-jwt-jwt-v5 Version: 5.2.2-1~bpo12+1 Installed-Size: 242 Maintainer: Debian Go Packaging Team Architecture: all Size: 45384 SHA256: 765b454902e533913554b4db0e4dd0408be0d06a657261a3ffa89951d6e520d4 SHA1: 187cf817735fb5898e6abccd4065b3da8679bc59 MD5sum: ba746c5faf23080c7134bb40fff23111 Description: golang implementation of JSON Web Tokens (library) Community maintained clone of github.com/dgrijalva/jwt-go. . After the original author of the library suggested migrating the maintenance of jwt-go, a dedicated team of open source maintainers decided to clone the existing library into this module. . The ships v5 of the library, see golang-github-golang-jwt-jwt-dev for the older version and the awt command-line tool. . This package provides golang module. Multi-Arch: foreign Homepage: https://github.com/golang-jwt/jwt Section: golang Priority: optional Filename: pool/main/g/golang-github-golang-jwt-jwt-v5/golang-github-golang-jwt-jwt-v5-dev_5.2.2-1~bpo12+1_all.deb Package: golang-github-google-btree-dev Source: golang-github-google-btree Version: 1.0.1-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Size: 13452 SHA256: 364aa791692a5810ea5c910ab2f6c73e1ecd4b10eeaafd11c14f552dda324161 SHA1: dae116807aad00450212857b08186dff663f2fcc MD5sum: aed713d02486a5434ab150fcf09a255b Description: BTree implementation for Go This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. . The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees. Multi-Arch: foreign Homepage: https://github.com/google/btree Section: devel Priority: optional Filename: pool/main/g/golang-github-google-btree/golang-github-google-btree-dev_1.0.1-1~bpo12+1_all.deb Package: golang-github-google-go-containerregistry-dev Source: go-containerregistry Version: 0.14.0+ds1-2~bpo12+1 Installed-Size: 1817 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: golang-github-containerd-stargz-snapshotter-dev, golang-github-docker-distribution-dev, golang-github-docker-docker-dev, golang-github-google-go-cmp-dev, golang-github-klauspost-compress-dev, golang-github-mitchellh-go-homedir-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-spf13-cobra-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-sync-dev, golang-golang-x-tools-dev Size: 201428 SHA256: c4c567ff2fc093e245942826cbaf3e4cf8127c88bf7b3dfc4758ae24157970d8 SHA1: 9c0fbe6866853c66e9f69c3daad79d8b3f838b57 MD5sum: dab122b351da249b021651048a49091e Description: Go library and CLIs for working with container registries (program) This library contains golang code for interacting with container registries Homepage: https://github.com/google/go-containerregistry Built-Using: docker-registry (= 2.8.2+ds1-1), docker.io (= 20.10.24+dfsg1-1), golang-1.19 (= 1.19.8-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-containerd-stargz-snapshotter (= 0.12.0-2), golang-github-docker-docker-credential-helpers (= 0.6.4+ds1-1), golang-github-docker-go-connections (= 0.4.0-4), golang-github-docker-go-units (= 0.4.0-4), golang-github-google-go-cmp (= 0.5.9-1), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-opencontainers-go-digest (= 1.0.0-2), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3), golang-github-pkg-errors (= 0.9.1-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-vbatts-tar-split (= 0.11.2+ds1-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-mod (= 0.7.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-tools (= 1:0.5.0+ds-1), golang-google-cloud (= 0.56.0-3), golang-logrus (= 1.9.0-1) Section: golang Priority: optional Filename: pool/main/g/go-containerregistry/golang-github-google-go-containerregistry-dev_0.14.0+ds1-2~bpo12+1_arm64.deb Package: golang-github-gorilla-csrf-dev Source: golang-github-gorilla-csrf Version: 1.7.2-1~bpo12+1 Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gorilla-securecookie-dev (>= 1.1.2) Size: 24740 SHA256: ac2276515458d937c4462a6f89c7bc2c7ba950307cab79f366a2edc557cb4dc7 SHA1: 16d00910c71f640a1eb299cb74437b6fc0201cb4 MD5sum: 3f8c7cee3974713037979d2ae9d9983b Description: Cross Site Request Forgery (CSRF) prevention middleware for Go gorilla/csrf is a HTTP middleware library that provides cross-site request forgery (CSRF) protection. It includes: . * The csrf.Protect middleware/handler provides CSRF protection on routes attached to a router or a sub-router. * A csrf.Token function that provides the token to pass into your response, whether that be a HTML form or a JSON response body. * ... and a csrf.TemplateField helper that you can pass into your html/template templates to replace a {{ .csrfField }} template tag with a hidden input field. . gorilla/csrf is designed to work with any Go web framework, including: . * The Gorilla toolkit * Go's built-in net/http package * Goji - see the tailored fork https://github.com/goji/csrf * Gin * Echo * ... and any other router/framework that rallies around Go's http.Handler interface. . gorilla/csrf is also compatible with middleware 'helper' libraries like Alice and Negroni. Multi-Arch: foreign Homepage: https://github.com/gorilla/csrf Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-csrf/golang-github-gorilla-csrf-dev_1.7.2-1~bpo12+1_all.deb Package: golang-github-gorilla-handlers-dev Source: golang-github-gorilla-handlers Version: 1.5.2-1~bpo12+1 Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-felixge-httpsnoop-dev (>= 1.0.3) Size: 20916 SHA256: de7ce2403d7f6adac628bcf41e3c67d55ecff529f724bc50cbb290d03a5579d7 SHA1: 96a28fe9a9fe952aa1d55953c56528866626db67 MD5sum: b8d9ecea9969af56f049c232ad2c1077 Description: collection of useful handlers for Go's net/http package Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler), including: . • LoggingHandler for logging HTTP requests in the Apache Common Log Format (http://httpd.apache.org/docs/2.2/logs.html#common). • CombinedLoggingHandler for logging HTTP requests in the Apache Combined Log Format (http://httpd.apache.org/docs/2.2/logs.html#combined) commonly used by both Apache and nginx. • CompressHandler for gzipping responses. • ContentTypeHandler for validating requests against a list of accepted content types. • MethodHandler for matching HTTP methods against handlers in a map[string]http.Handler • ProxyHeaders for populating r.RemoteAddr and r.URL.Scheme based on the X-Forwarded-For, X-Real-IP, X-Forwarded-Proto and RFC7239 Forwarded headers when running a Go server behind a HTTP reverse proxy. • CanonicalHost for re-directing to the preferred host when handling multiple domains (i.e. multiple CNAME aliases). . Other handlers are documented on the Gorilla website (http://www.gorillatoolkit.org/pkg/handlers). Multi-Arch: foreign Homepage: https://github.com/gorilla/handlers Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.5.2-1~bpo12+1_all.deb Package: golang-github-gorilla-mux-dev Source: golang-github-gorilla-mux Version: 1.8.1-1~bpo12+1 Installed-Size: 235 Maintainer: Debian Go Packaging Team Architecture: all Size: 46636 SHA256: 654fc504b41193d00615f43ede414315fbb09d9fdf1505ace8b5338e4d06e7dc SHA1: ee1730e5644dd7b4638b405c12d7d88cad92bca8 MD5sum: 743e05963027aa6d4c7fecb3cc4f1859 Description: powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. Multi-Arch: foreign Homepage: https://github.com/gorilla/mux Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.8.1-1~bpo12+1_all.deb Package: golang-github-gorilla-securecookie-dev Source: golang-github-gorilla-securecookie Version: 1.1.2-1~bpo12+1 Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Size: 13972 SHA256: 9d65b4ed35869ffe3a84cc306fcecd0386eb4b436bf13f9b504c9fced0aef622 SHA1: 09a24cad368baa65b2843c96a26988e923f3ca13 MD5sum: 0260d58b5420cfb2842d7b524ed45dd3 Description: provides authenticated and encrypted cookie values This package provides methods for encoding and decoding authenticated cookie values for Go web applications. These values optionally be encrypted. . Secure cookies are protected from forgery because their values are validated using HMAC. When encrypted, the content is also kept private. . It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used to prevent cookie replay attacks. Multi-Arch: foreign Homepage: https://github.com/gorilla/securecookie Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-securecookie/golang-github-gorilla-securecookie-dev_1.1.2-1~bpo12+1_all.deb Package: golang-github-hashicorp-golang-lru-v2-dev Source: golang-github-hashicorp-golang-lru-v2 Version: 2.0.7-2~bpo12+1 Installed-Size: 123 Maintainer: Debian Go Packaging Team Architecture: all Size: 20816 SHA256: 2116bcfd36f25feffe4830f48d1e9fbc6e53dcdd172281f0b1ab86423d6f0397 SHA1: 5755dc468fc9bd22623deb177a68f9ae735bb1f2 MD5sum: 4d6ae3815ade8f8669d55e75c76715e3 Description: Golang LRU cache (v2 with support for generics) This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. v2 adds support for generics. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/hashicorp/golang-lru Section: golang Priority: optional Filename: pool/main/g/golang-github-hashicorp-golang-lru-v2/golang-github-hashicorp-golang-lru-v2-dev_2.0.7-2~bpo12+1_all.deb Package: golang-github-hjson-hjson-go-dev Source: hjson-go Version: 4.4.0-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Go Packaging Team Architecture: all Size: 35260 SHA256: 5d0190f7aa4d514b94158b27e46a250756d5f962097236fc1eaeef1078d319ab SHA1: 88965ebb9117bf95bfce34ec56dfdc4649e91956 MD5sum: 20be362ca9b7ce7d995f8054e52f8e1b Description: Hjson for Go (library) HJSON is a derivative of JSON designed to be more easily editable by humans. This package provides the Go library for manipulating HJSON. Multi-Arch: foreign Homepage: https://github.com/hjson/hjson-go Section: golang Priority: optional Filename: pool/main/h/hjson-go/golang-github-hjson-hjson-go-dev_4.4.0-1~bpo12+1_all.deb Package: golang-github-jarcoal-httpmock-dev Source: golang-github-jarcoal-httpmock Version: 1.3.1-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-maxatome-go-testdeep-dev Size: 35668 SHA256: 3a5c94eb34998a9185ea447b3a73e6701c7802af831047a443927c1a702387fb SHA1: f9e5b91d89929297d8f5ef6cda01543aa4a68a57 MD5sum: f074ac7d6597c85e1172127f28ed51a2 Description: HTTP mocking for Golang This package contains software for easy mocking of http responses from external resources. . Activate starts the mock environment. This should be called before your tests run. Under the hood this replaces the Transport on the http.DefaultClient with DefaultTransport. Multi-Arch: foreign Homepage: https://github.com/jarcoal/httpmock Section: golang Priority: optional Filename: pool/main/g/golang-github-jarcoal-httpmock/golang-github-jarcoal-httpmock-dev_1.3.1-1~bpo12+1_all.deb Package: golang-github-jellydator-ttlcache-dev Source: golang-github-jellydator-ttlcache Version: 3.0.1-2~bpo12+1 Installed-Size: 85 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-golang-x-sync-dev, golang-uber-goleak-dev Size: 17700 SHA256: f78392c7f56266a83e7fab0481b619e030f6983b514c50886c5e2fbcf5c2ddca SHA1: 9a7f0006cf898ef65a67e8aa31be2b18db5d698c MD5sum: c15ebda0794f66dad6506088b0b6eb61 Description: In-memory cache with item expiration and generics (library) This golang library is used by projects such as cosign internally. Most users do not need to install this package. Multi-Arch: foreign Homepage: https://github.com/jellydator/ttlcache Section: golang Priority: optional Filename: pool/main/g/golang-github-jellydator-ttlcache/golang-github-jellydator-ttlcache-dev_3.0.1-2~bpo12+1_all.deb Package: golang-github-jeremija-gosubmit-dev Source: golang-github-jeremija-gosubmit Version: 0.2.8-1~bpo12+1 Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev Size: 14020 SHA256: 1f311e8463ecc6db7c8a4b6f586cc43b1ea4b28d2b7ac49f73c96a15883d2b10 SHA1: 8943cb102ccd59ccec2d623560974c59e25de75b MD5sum: a125d23c1a2b55c9e2e43e1449b718e0 Description: Library for parsing and submitting HTML forms Helps filling out plain html forms during testing. Will automatically take the existing values from the form so there is no need to manually set things like csrf tokens. Alerts about missing required fields, or when pattern validation does not match. See example_test.go for a full example. Multi-Arch: foreign Homepage: https://github.com/jeremija/gosubmit Section: golang Priority: optional Filename: pool/main/g/golang-github-jeremija-gosubmit/golang-github-jeremija-gosubmit-dev_0.2.8-1~bpo12+1_all.deb Package: golang-github-klauspost-compress-dev Source: golang-github-klauspost-compress Version: 1.17.9+ds1-1~bpo12+1 Installed-Size: 44744 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~) Size: 33005656 SHA256: 97b248c4b1ce461b04ca445a61e06f83abf5cf1f9a80e0031c4eb279f860f4af SHA1: e321c62d8a18940c511d0d8f8d9d433dd684d9c0 MD5sum: 272257364e7fcb6e344b70c5a2ca2f17 Description: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Multi-Arch: foreign Homepage: https://github.com/klauspost/compress Section: golang Priority: optional Filename: pool/main/g/golang-github-klauspost-compress/golang-github-klauspost-compress-dev_1.17.9+ds1-1~bpo12+1_all.deb Package: golang-github-lucas-clemente-quic-go-dev Source: golang-github-lucas-clemente-quic-go Version: 0.46.0-2~bpo12+1 Installed-Size: 3323 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-quic-go-quic-go-dev (= 0.46.0-2~bpo12+1) Depends: golang-github-francoispqt-gojay-dev, golang-github-prometheus-client-golang-dev, golang-github-quic-go-qpack-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.13.0) Breaks: caddy (<< 2.6.2-8~), golang-github-syncthing-syncthing-dev (<< 1.27.7~ds1-1~), golang-v2ray-core-dev (<< 4.34.0+ds-3~) Size: 412224 SHA256: 7db2417bfc97dca3a67c7462057527befcba1c2acb5826e1791ad201327d78c7 SHA1: 38f0efbfa3140b81e4d759057c7527cbacca5001 MD5sum: 2074b4e928360d0db1af46fe43d10c0d Description: QUIC golang library quic-go is an implementation of the QUIC (https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly implements the IETF QUIC draft (https://github.com/quicwg/base-drafts), although it doesn't fully support any of the draft versions at the moment. Version compatibility Since quic-go is under active development, there's no guarantee that two builds of different commits are interoperable. The QUIC version used in the master branch is just a placeholder, and should not be considered stable. Multi-Arch: foreign Homepage: https://github.com/quic-go/quic-go Section: golang Priority: optional Filename: pool/main/g/golang-github-lucas-clemente-quic-go/golang-github-lucas-clemente-quic-go-dev_0.46.0-2~bpo12+1_all.deb Package: golang-github-lxc-incus-dev Source: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 12179 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-armon-go-proxyproto-dev, golang-github-cenkalti-backoff-dev, golang-github-cowsql-go-cowsql-dev, golang-github-digitalocean-go-qemu-dev, golang-github-digitalocean-go-smbios-dev, golang-github-dustinkirkland-golang-petname-dev, golang-github-flosch-pongo2.v4-dev, golang-github-fvbommel-sortorder-dev, golang-github-go-chi-chi-dev, golang-github-go-jose-go-jose-dev, golang-github-go-logr-logr-dev, golang-github-golang-jwt-jwt-v5-dev, golang-github-golang-protobuf-1-5-dev, golang-github-google-gopacket-dev, golang-github-google-uuid-dev, golang-github-gorilla-mux-dev, golang-github-gorilla-websocket-dev, golang-github-gosexy-gettext-dev, golang-github-j-keck-arping-dev, golang-github-jaypipes-pcidb-dev, golang-github-jochenvg-go-udev-dev, golang-github-kballard-go-shellquote-dev, golang-github-mattn-go-colorable-dev, golang-github-mattn-go-sqlite3-dev, golang-github-mdlayher-ndp-dev, golang-github-mdlayher-netx-dev, golang-github-mdlayher-vsock-dev, golang-github-miekg-dns-dev, golang-github-minio-minio-go-v7-dev, golang-github-mitchellh-mapstructure-dev, golang-github-olekukonko-tablewriter-dev, golang-github-openfga-go-sdk-dev (<< 0.6.0), golang-github-osrg-gobgp-dev (>= 3.10.0), golang-github-ovn-org-libovsdb-dev, golang-github-pierrec-lz4-dev (>= 4.1.18), golang-github-pkg-sftp-dev, golang-github-pkg-xattr-dev, golang-github-rican7-retry-dev, golang-github-robfig-cron-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-github-vishvananda-netlink-dev, golang-github-zitadel-oidc-dev (>= 3.0), golang-gocapability-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-oauth2-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-golang-x-term-dev, golang-golang-x-text-dev, golang-golang-x-tools-dev, golang-google-protobuf-dev, golang-gopkg-lxc-go-lxc.v2-dev, golang-gopkg-tomb.v2-dev, golang-gopkg-yaml.v2-dev, golang-k8s-utils-dev, golang-starlark-dev (>= 0.0~git20240725.42030a7) Size: 1589760 SHA256: 114d0d071b6dc2112db21e5756b260ad7cfe0a4631ea1158b20a67308739947d SHA1: e486c2c6009fa12c6e77b42d46422fb822074838 MD5sum: d0883c4123598ba9ade4e505f7446fdb Description: Powerful system container and virtual machine manager - library Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains the Incus source code for use in building other Debian packages -- normal users should not directly use this package in their regular development workflow. Rather, they should use `go get`. Multi-Arch: foreign Homepage: https://linuxcontainers.org/incus/ Section: golang Priority: optional Filename: pool/main/i/incus/golang-github-lxc-incus-dev_6.0.4-2~bpo12+1_all.deb Package: golang-github-marten-seemann-qpack-dev Source: golang-github-marten-seemann-qpack Version: 0.4.0-1~bpo12+1 Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-quic-go-qpack-dev Depends: golang-golang-x-net-dev Size: 13288 SHA256: dae0f5c1a9838e9d056aec836c9a3fe87c90bfe7bc7c819aeb6e624ae55f60ae SHA1: 05d8e1b2252894149798d1118f5005b1df0afc83 MD5sum: 3fe18e626a35e2b8e61e7f910c59b340 Description: minimal QPACK implementation in Go This is a minimal QPACK implementation in Go. It is minimal in the sense that it doesn't use the dynamic table at all, but just the static table and (Huffman encoded) string literals. Wherever possible, it reuses code from the HPACK implementation in the Go standard library. . It should be able to interoperate with other QPACK implemetations (both encoders and decoders), however it won't achieve a high compression efficiency. Multi-Arch: foreign Homepage: https://github.com/quic-go/qpack Section: golang Priority: optional Filename: pool/main/g/golang-github-marten-seemann-qpack/golang-github-marten-seemann-qpack-dev_0.4.0-1~bpo12+1_all.deb Package: golang-github-mattn-go-isatty-dev Source: golang-github-mattn-go-isatty Version: 0.0.20-1~bpo12+1 Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.6.0) Size: 6136 SHA256: e14125f31c76df0254f25edf22a76825f1e19dfb6811ade7fef0c971b2979e5f SHA1: 13439b2bcc43f06afa73094cccdcddd13b1690f1 MD5sum: 00d0e862ade77534073c31dbc3d02565 Description: Golang library to implementation isatty interface The isatty() function tests whether a file descriptor refers to a terminal. . This package provides a library to implement isatty interface to Golang command-line programs. Multi-Arch: foreign Homepage: https://github.com/mattn/go-isatty Section: golang Priority: optional Filename: pool/main/g/golang-github-mattn-go-isatty/golang-github-mattn-go-isatty-dev_0.0.20-1~bpo12+1_all.deb Package: golang-github-mattn-go-xmpp-dev Source: golang-github-mattn-go-xmpp Version: 0.2.12-1~bpo12+1 Installed-Size: 112 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-xmppo-go-xmpp-dev Depends: golang-golang-x-crypto-dev, golang-golang-x-net-dev Size: 24304 SHA256: 18cf7c3e1684f889fd9ef5d7541c86b3671f0720d40da75601134a755fcc8062 SHA1: 95b80838a76c44c8b8773834d06ef9ead7ce5013 MD5sum: 9d85c5076b3923e5bf37e5dd87caccce Description: go xmpp library Documentation (https://godoc.org/github.com/xmppo/go-xmpp) Multi-Arch: foreign Homepage: https://github.com/xmppo/go-xmpp Section: golang Priority: optional Filename: pool/main/g/golang-github-mattn-go-xmpp/golang-github-mattn-go-xmpp-dev_0.2.12-1~bpo12+1_all.deb Package: golang-github-maxatome-go-testdeep-dev Source: golang-github-maxatome-go-testdeep Version: 1.14.0-1~bpo12+1 Installed-Size: 1844 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-davecgh-go-spew-dev Size: 225392 SHA256: 1e1ed486a4d5a4105f3a0716877c4589ee69eedfb3c56104846c765af86c9ba6 SHA1: f362af301ff63206eeda4caba1a21efd1c11ad9f MD5sum: 1a35584fad553bbf831e6eca7d056b79 Description: Extremely flexible golang deep comparison go-testdeep is historically a go rewrite and adaptation of wonderful Test::Deep perl. . In golang, comparing data structure is usually done using reflect.DeepEqual or using a package that uses this function behind the scene. . This function works very well, but it is not flexible. Both compared structures must match exactly and when a difference is returned, it is up to the caller to display it. Not easy when comparing big data structures. . The purpose of go-testdeep, via the td package and its helpers, is to do its best to introduce this missing flexibility using "operators", when the expected value (or one of its component) cannot be matched exactly, mixed with some useful comparison functions. Multi-Arch: foreign Homepage: https://github.com/maxatome/go-testdeep Section: golang Priority: optional Filename: pool/main/g/golang-github-maxatome-go-testdeep/golang-github-maxatome-go-testdeep-dev_1.14.0-1~bpo12+1_all.deb Package: golang-github-minio-madmin-go-dev Source: golang-github-minio-madmin-go Version: 3.0.88-1~bpo12+1 Installed-Size: 1605 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cespare-xxhash-dev, golang-github-dustin-go-humanize-dev, golang-github-golang-jwt-jwt-dev, golang-github-minio-minio-go-v7-dev (>= 7.0.84), golang-github-prometheus-common-dev, golang-github-prometheus-procfs-dev, golang-github-prometheus-prom2json-dev, golang-github-safchain-ethtool-dev, golang-github-secure-io-sio-go-dev, golang-github-shirou-gopsutil-dev (>= 4.0~), golang-github-tinylib-msgp-dev (>= 1.1.8), golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v3-dev Size: 170492 SHA256: 94d3e1b60d8887982a65ac175d62d825aea40f8d4583ce729eb7c633fa6e78f1 SHA1: 4d5b2d5ff141f029241b9b6a1b85252787a4f1a3 MD5sum: 7bcbe759a913999ec28b8ce577580e0b Description: client SDK providing APIs to manage MinIO services (library) The MinIO Admin Golang Client SDK provides APIs to manage MinIO services. MinIO offers high-performance, S3 compatible object storage. Multi-Arch: foreign Homepage: https://github.com/minio/madmin-go Section: golang Priority: optional Filename: pool/main/g/golang-github-minio-madmin-go/golang-github-minio-madmin-go-dev_3.0.88-1~bpo12+1_all.deb Package: golang-github-minio-minio-go-v7-dev Source: golang-github-minio-minio-go-v7 Version: 7.0.84-1~bpo12+1 Installed-Size: 1577 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-dustin-go-humanize-dev, golang-github-go-ini-ini-dev, golang-github-google-uuid-dev, golang-github-klauspost-compress-dev, golang-github-minio-md5-simd-dev (>= 1.1.2), golang-github-rs-xid-dev (>= 1.4.0), golang-golang-x-crypto-dev, golang-golang-x-net-dev Size: 191412 SHA256: 07675b84c53e891dd9cc267d317dee8c23744ddf2457552142b1f902d33f5176 SHA1: 8725225f8c8569c1b9b9c87afa15b76389ef7d37 MD5sum: 3632d31e3794b955d19564cf1feefd2f Description: Go library for Amazon S3 compatible cloud storage The Minio Golang Client SDK provides simple APIs to access any Amazon S3 compatible object storage server. Multi-Arch: foreign Homepage: https://github.com/minio/minio-go Section: golang Priority: optional Filename: pool/main/g/golang-github-minio-minio-go-v7/golang-github-minio-minio-go-v7-dev_7.0.84-1~bpo12+1_all.deb Package: golang-github-moby-docker-image-spec-dev Source: golang-github-moby-docker-image-spec Version: 1.3.1-2~bpo12+1 Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-opencontainers-image-spec-dev Size: 12668 SHA256: c957cd960c41d797f3a8c2bed07e109e88537ce8627c3406baa2109c18176746 SHA1: 50df50615bdfb6036b1d0165a5311d55b820448a MD5sum: 3a3dce516807c66af9d48686824752a5 Description: Docker Image Specification v1 (library) Docker Image Specification v1. . This package contains documents about Docker Image Specification v1.X. . The Docker Image Specification is the image specification as used by the Docker Engine, and was used as foundation of the OCI image specification. Multi-Arch: foreign Homepage: https://github.com/moby/docker-image-spec Section: golang Priority: optional Filename: pool/main/g/golang-github-moby-docker-image-spec/golang-github-moby-docker-image-spec-dev_1.3.1-2~bpo12+1_all.deb Package: golang-github-moby-patternmatcher-dev Source: golang-github-moby-patternmatcher Version: 0.6.0-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Go Packaging Team Architecture: all Size: 9796 SHA256: 864e2f4f8aae53d1a72b34debca6c878b10cb90e94f92fc5e6ad8cadf9f23ce2 SHA1: 4a57c02542ae055c8c11489f5241504c4c79ff11 MD5sum: 5764d900e520357556d7cd7d2fc03aae Description: pattern matcher implemented in Go PatternMatcher allows checking paths against a list of patterns. Multi-Arch: foreign Homepage: https://github.com/moby/patternmatcher Section: golang Priority: optional Filename: pool/main/g/golang-github-moby-patternmatcher/golang-github-moby-patternmatcher-dev_0.6.0-1~bpo12+1_all.deb Package: golang-github-muhlemmer-gu-dev Source: golang-github-muhlemmer-gu Version: 0.3.1-2~bpo12+1 Installed-Size: 34 Maintainer: Debian Go Packaging Team Architecture: all Size: 7064 SHA256: 25ffa1a8935a4f5bc2060e8c998b185d4d10be1daf055ebfa91b0a3bf35dec95 SHA1: c855d2cb9b420ba1b51083b78982ca558de7bc99 MD5sum: 8ab821b25385cc5299cc69302a5dc84a Description: Generic Utilities for the Go programming language (library) GU is a collection of Generic Utility functions, using Type Parameters featured in Go 1.18 and later. The author found himself writing boilerplate code for slices, maps, poitners etc. Since 1.18 he started using generics in some of his repositories and found that some functions often are the same between projects. The repository is a collection of those (utility) functions. . Although the functions are pretty basic and *almost* don't justify putting them in a package, he shared this code under the unlicense, with the purpose: . * Make his own life easier when reusing boiler plate code; * So that others can easily use these utilities; * People who want to learn more about generics in Go can read the code; Multi-Arch: foreign Homepage: https://github.com/muhlemmer/gu Section: golang Priority: optional Filename: pool/main/g/golang-github-muhlemmer-gu/golang-github-muhlemmer-gu-dev_0.3.1-2~bpo12+1_all.deb Package: golang-github-muhlemmer-httpforwarded-dev Source: golang-github-muhlemmer-httpforwarded Version: 0.1.0-2~bpo12+1 Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-gopkg-check.v1-dev Size: 7216 SHA256: dc527c862c7c4d10d4c78179a9b5672803cf4f0f85583f99af172ca673a0344a SHA1: 4f41792aea3a9d413dacb524cdf25c974b179a4f MD5sum: d0d5f6c1d5d62978da37f9803c8c846e Description: Library for parsing the HTTP Forwarded header (RFC-7239) The httpforwarded go package provides utility functions for working with the Forwarded HTTP header as defined in RFC-7239 (https://tools.ietf.org/html/rfc7239). This header is proposed to replace the X-Forwarded-For and X-Forwarded-Proto headers, amongst others. . This package was heavily inspired by the mime package in the standard library, more specifically the ParseMediaType() function. Multi-Arch: foreign Homepage: https://github.com/muhlemmer/httpforwarded Section: golang Priority: optional Filename: pool/main/g/golang-github-muhlemmer-httpforwarded/golang-github-muhlemmer-httpforwarded-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-onsi-ginkgo-v2-dev Source: golang-github-onsi-ginkgo-v2 Version: 2.15.0-1~bpo12+1 Installed-Size: 2341 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-go-logr-logr-dev, golang-github-google-pprof-dev, golang-golang-x-sys-dev, golang-gomega-dev (>= 1.27.10~) Size: 341644 SHA256: 80ee73d846062930a88290f502a038cbbc57960066fb38452e92ae0ff96b2751 SHA1: 14ef4a9e5a4b2b2edffdab53f1960c6ca6b901d6 MD5sum: 29067defb799cc0484a158eb4227bc35 Description: BDD Testing Framework for Go (development files) Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. . This package contains the development files. Multi-Arch: foreign Homepage: https://github.com/onsi/ginkgo Section: golang Priority: optional Filename: pool/main/g/golang-github-onsi-ginkgo-v2/golang-github-onsi-ginkgo-v2-dev_2.15.0-1~bpo12+1_all.deb Package: golang-github-opencontainers-image-spec-dev Source: golang-github-opencontainers-image-spec Version: 1.1.0-2~bpo12+1 Installed-Size: 202 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~) Breaks: golang-github-containerd-containerd-dev (<< 1.5.8~ds1-2~), golang-github-containers-image-dev (<< 5.26~), golang-github-opensuse-umoci-dev (<< 0.4.7+ds-4~) Size: 35884 SHA256: b07b3b47acbf71eefec90ba75d6a31d70b585ed02fc0a24913210ca1ac6b5f84 SHA1: effd2792bd4b6ceb48d0e00db2fb172557c95699 MD5sum: 153d16033a55b73f379866b8b3125b88 Description: Open Container Initiative (OCI) Image Format Specification The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format). The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run. Multi-Arch: foreign Homepage: https://github.com/opencontainers/image-spec Section: golang Priority: optional Filename: pool/main/g/golang-github-opencontainers-image-spec/golang-github-opencontainers-image-spec-dev_1.1.0-2~bpo12+1_all.deb Package: golang-github-opencontainers-selinux-dev Source: golang-github-opencontainers-selinux Version: 1.11.0+ds1-2~bpo12+1 Installed-Size: 129 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev Size: 23412 SHA256: 3d5c1bfc3decb13793d6e50966613e9c2be37cb4aea1362d815b597261c127ae SHA1: f8c4f6750c818d476d6e08183bd8a54952837771 MD5sum: 980e4721ccf6ae0c8accf300bc919d28 Description: common selinux implementation Common SELinux package used across the container ecosystem. Multi-Arch: foreign Homepage: https://github.com/opencontainers/selinux Section: golang Priority: optional Filename: pool/main/g/golang-github-opencontainers-selinux/golang-github-opencontainers-selinux-dev_1.11.0+ds1-2~bpo12+1_all.deb Package: golang-github-openfga-go-sdk-dev Source: golang-github-openfga-go-sdk Version: 0.5.0-1~bpo12+1 Installed-Size: 954 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-jarcoal-httpmock-dev (>= 1.3.1), golang-golang-x-sync-dev Size: 89516 SHA256: 571f4a1b0a8db3de8b281b998a24cfacbaa8fb8e16a5f5988d055bf23764c07d SHA1: 1ca19783993991241eab9b17b2c2a56cb321bf0b MD5sum: 8561a51bffc34d36d2a5ab0796c3a835 Description: OpenFGA SDK for Go (library) This is an autogenerated Go SDK for OpenFGA. It provides a wrapper around the OpenFGA API definition (https://openfga.dev/api). . OpenFGA is designed to make it easy for application builders to model their permission layer, and to add and integrate fine-grained authorization into their applications. OpenFGA’s design is optimized for reliability and low latency at a high scale. Multi-Arch: foreign Homepage: https://github.com/openfga/go-sdk Section: golang Priority: optional Filename: pool/main/g/golang-github-openfga-go-sdk/golang-github-openfga-go-sdk-dev_0.5.0-1~bpo12+1_all.deb Package: golang-github-opensuse-umoci-dev Source: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 688 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-apex-log-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-docker-go-units-dev, golang-github-klauspost-compress-dev, golang-github-klauspost-pgzip-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-rootless-containers-proto-dev (>= 0.1.2~), golang-github-urfave-cli-dev, golang-github-vbatts-go-mtree-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev Size: 114520 SHA256: e8bde27b49c6e9927491e7c7dff7e55aa6adf675b967bdb4a083b6a3ddadc163 SHA1: bb1cad37fd7235cde91bdeba152827df49f570ac MD5sum: 304914abdb7bf09f66823b2393145633 Description: umoci development files umoci creates and modifies Open Container images. See the official website (https://umo.ci/) for more accessible documentation about how to use umoci. . umoci intends to be a complete manipulation tool for OCI images (https://github.com/opencontainers/image-spec). In particular, it should be seen as a more end-user-focused version of the oci-image-tools provided by the OCI (https://github.com/opencontainers/image-tools). The hope is that all of this tooling will eventually be merged with the upstream repository, so that it is always kept up-to-date by the Open Container Initiative community. . This package provides Golang sources for the umoci API. Multi-Arch: foreign Homepage: https://umo.ci Section: golang Priority: optional Filename: pool/main/u/umoci/golang-github-opensuse-umoci-dev_0.4.7+ds-4~bpo12+1_all.deb Package: golang-github-ovn-org-libovsdb-dev Source: golang-github-ovn-org-libovsdb Version: 0.7.0-1~bpo12+1 Installed-Size: 1005 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cenkalti-backoff-dev, golang-github-cenkalti-rpc2-dev, golang-github-go-logr-logr-dev, golang-github-go-logr-stdr-dev, golang-github-google-uuid-dev, golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-text-dev Size: 144412 SHA256: bf28ccabf93230a39d02cf05db9cd221e64ab3eb160f193d6badefd4291f3add SHA1: f0ce99a251f7460a20222422ffba06eb8309070f MD5sum: 91c80d4601a9c5b8c9c2ff7248f075b9 Description: OVSDB Client Library OVSDB is the Open vSwitch Database Protocol. It's defined in RFC 7047 and is used mainly for managing configuration of Open vSwitch and OVN. Multi-Arch: foreign Homepage: https://github.com/ovn-org/libovsdb Section: golang Priority: optional Filename: pool/main/g/golang-github-ovn-org-libovsdb/golang-github-ovn-org-libovsdb-dev_0.7.0-1~bpo12+1_all.deb Package: golang-github-pierrec-lz4-dev Source: golang-github-pierrec-lz4 Version: 4.1.18-1~bpo12+1 Installed-Size: 76776 Maintainer: Debian Go Packaging Team Architecture: all Breaks: packer (<< 1.6.6+ds2-3~) Size: 23866932 SHA256: 0845276618755c2888758008604da62caa4d23262c71200d958beeccef03b2f3 SHA1: 84aeb49a14a39710d14ada328f904143dc399da2 MD5sum: 6979c0416fff236b940a3a275aaa24f7 Description: LZ4 compression and decompression in pure Go This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently. Multi-Arch: foreign Homepage: https://github.com/pierrec/lz4 Section: golang Priority: optional Filename: pool/main/g/golang-github-pierrec-lz4/golang-github-pierrec-lz4-dev_4.1.18-1~bpo12+1_all.deb Package: golang-github-pion-stun-dev Source: golang-github-pion-stun Version: 0.6.1-1~bpo12+1 Installed-Size: 365 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-pion-transport-dev (>= 2.0.2-1~), golang-github-pion-dtls.v2-dev Size: 64216 SHA256: 45e5cf4e07250ca6d34dc3a9e0ef309eced1307ce488fafa5f1df3632584f8c0 SHA1: 0f0665ef1f228f948bc0c92c5fe2eea82f098ac0 MD5sum: 4a17eb37477d255a2bcdb7537005f94e Description: Go implementation of STUN The library is used as a part pion WebRTC implementation. Package stun implements Session Traversal Utilities for NAT (STUN) [RFC5389] protocol and client with no external dependencies and zero allocations in hot paths. Client supports automatic requests and retransmissions. Multi-Arch: foreign Homepage: https://github.com/pion/stun Section: golang Priority: optional Filename: pool/main/g/golang-github-pion-stun/golang-github-pion-stun-dev_0.6.1-1~bpo12+1_all.deb Package: golang-github-pkg-browser-dev Source: golang-github-pkg-browser Version: 0.0~git20210911.681adbf-2~bpo12+1 Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Size: 4684 SHA256: 7291390c7710da1e77a8ba679169e7895e5b60f9a76e500cc6f23845412a3f1d SHA1: 70cf63b3828e6a3c2409787b8365f69d986db230 MD5sum: 3856e3c29b23566e498c662a8b64ee14 Description: Helpers to open files, readers, and URLs in a browser window This golang helper library provides helpers to open files, readers, and urls in a browser window. Multi-Arch: foreign Homepage: https://github.com/pkg/browser Section: golang Priority: optional Filename: pool/main/g/golang-github-pkg-browser/golang-github-pkg-browser-dev_0.0~git20210911.681adbf-2~bpo12+1_all.deb Package: golang-github-prometheus-community-pro-bing-dev Source: golang-github-prometheus-community-pro-bing Version: 0.4.0-1~bpo12+1 Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-uuid-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev Size: 18816 SHA256: 11a89b104226eba63beb0c30b39e42038f2bd45925b8eb71cc0d2913b35e3034 SHA1: 4b84ad3d0f50004f50f7bbbdf55ea14d9feb67fe MD5sum: 0c5f4c4df5b547deaae297cdf968b99a Description: library for creating continuous probers A simple but powerful ICMP echo (ping) library for Go, inspired by go-ping and go-fastping. Multi-Arch: foreign Homepage: https://github.com/prometheus-community/pro-bing Section: golang Priority: optional Filename: pool/main/g/golang-github-prometheus-community-pro-bing/golang-github-prometheus-community-pro-bing-dev_0.4.0-1~bpo12+1_all.deb Package: golang-github-rs-zerolog-dev Source: golang-github-rs-zerolog Version: 1.29.1-1~bpo12+1 Installed-Size: 400 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-coreos-go-systemd-dev, golang-github-mattn-go-colorable-dev, golang-github-pkg-errors-dev, golang-github-rs-xid-dev, golang-golang-x-tools-dev Size: 62024 SHA256: 41b357dd631737152ae556092af65d0d9268bdf45b9ece178f5f225cc70c4ffb SHA1: 67baa1567260119f33df97bbf15e855e28ef9b8c MD5sum: bd16a2fc84fd1de8a00d11058039c6c1 Description: Zero Allocation JSON Logger This zerolog package provides a fast and simple logger dedicated to JSON output. . Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. . To keep the code base and the API simple, zerolog focuses on efficient structured logging only. Pretty logging on the console is made possible using the provided (but inefficient) zerolog.ConsoleWriter. Homepage: https://github.com/rs/zerolog Section: golang Priority: optional Filename: pool/main/g/golang-github-rs-zerolog/golang-github-rs-zerolog-dev_1.29.1-1~bpo12+1_all.deb Package: golang-github-samber-lo-dev Source: golang-github-samber-lo Version: 1.38.1-1~bpo12+1 Installed-Size: 138 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-thoas-go-funk-dev, golang-golang-x-exp-dev Size: 39004 SHA256: 78e6c1a14ab25e7fc325de33bc7320133ea5dcd6d681ca41bfbfdbbe93fd11e9 SHA1: 40b0dc444aa99ae5955fdfdda9bca736175c97b6 MD5sum: 3b6fe154b729dcf6ddaef3ffdcf818a8 Description: Lodash-style Go library based on Go generics This package provides Lodash-style Go library based on Go generics. . The benchmarks demonstrate that generics will be much faster than implementations based on the "reflect" package. The benchmarks also show similar performance gains compared to pure "for" loops. Homepage: https://github.com/samber/lo Section: golang Priority: optional Filename: pool/main/g/golang-github-samber-lo/golang-github-samber-lo-dev_1.38.1-1~bpo12+1_all.deb Package: golang-github-secure-systems-lab-go-securesystemslib-dev Source: golang-github-secure-systems-lab-go-securesystemslib Version: 0.4.0-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 12040 SHA256: b43c89d9ff5ca5f75966c8e7b24498283d0d3ad771c6502190e80803cce296c7 SHA1: 0a3de7d2595fb8d21912dc4d4f8de248d17a3b25 MD5sum: cb30c3158250632043c6730a055e85e1 Description: Cryptographic routines for Golang Secure Systems Lab projects at NYU (library) A library that provides cryptographic and general-purpose functions for Go Secure Systems Lab projects at NYU. Multi-Arch: foreign Homepage: https://github.com/secure-systems-lab/go-securesystemslib Section: golang Priority: optional Filename: pool/main/g/golang-github-secure-systems-lab-go-securesystemslib/golang-github-secure-systems-lab-go-securesystemslib-dev_0.4.0-2~bpo12+1_all.deb Package: golang-github-segmentio-ksuid-dev Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Size: 16192 SHA256: 5c2ab68d675e6144a376ad0590a647a2ce5565005dfba33a8b9fb2d8c89536d8 SHA1: 0bd004abb12b611491368d68552174b4755e056e MD5sum: 450189874ce2c6ab6730772693a00956 Description: K-Sortable Globally Unique IDs (Go library) ksuid is an efficient, comprehensive, battle-tested Go library for generating and parsing a specific kind of globally unique identifier called a *KSUID*. This library serves as its reference implementation. . What is a KSUID? . KSUID is for K-Sortable Unique IDentifier. It is a kind of globally unique identifier similar to a RFC 4122 UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic. . In short, running a set of KSUIDs through the UNIX sort command will result in a list ordered by generation time. . Why use KSUIDs? . There are numerous methods for generating unique identifiers, so why KSUID? . 1. Naturally ordered by generation time 2. Collision-free, coordination-free, dependency-free 3. Highly portable representations . See https://segment.com/blog/a-brief-history-of-the-uuid/ Multi-Arch: foreign Homepage: https://github.com/segmentio/ksuid Section: golang Priority: optional Filename: pool/main/g/golang-github-segmentio-ksuid/golang-github-segmentio-ksuid-dev_1.0.4-2~bpo12+1_all.deb Package: golang-github-shirou-gopsutil-dev Source: golang-github-shirou-gopsutil Version: 4.24.9-2~bpo12+1 Installed-Size: 1015 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-github-tklauser-go-sysconf-dev, golang-golang-x-sys-dev (>= 0.0~git20180510~) Breaks: golang-github-minio-madmin-go (<< 3.0.63-2~) Size: 147128 SHA256: d8ace01274142b75424937006105de69729e7b71dafdf8ce01feca152d638c8a SHA1: f2585ee974e8ff18e280ac9b7aef6a8c4f13a6ab MD5sum: 2ce472bc48e68b986ef26fcf38b35644 Description: Go package implementing psutils The gopsutil package provides a library which psutil (http://pythonhosted.org/psutil/) functions. Most of the features are implemented. Please refer to web site of the project about implementation list. Multi-Arch: foreign Homepage: https://github.com/shirou/gopsutil Section: golang Priority: optional Filename: pool/main/g/golang-github-shirou-gopsutil/golang-github-shirou-gopsutil-dev_4.24.9-2~bpo12+1_all.deb Package: golang-github-sigstore-sigstore-dev Source: golang-github-sigstore-sigstore Version: 1.4.0-2~bpo12+1 Installed-Size: 834 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-azure-azure-sdk-for-go-dev, golang-github-azure-go-autorest-dev, golang-github-aws-aws-sdk-go-v2-dev, golang-github-coreos-go-oidc-dev, golang-github-go-test-deep-dev, golang-github-google-go-cmp-dev, golang-github-google-go-containerregistry-dev, golang-github-coreos-go-oidc-v3-dev, golang-github-jellydator-ttlcache-dev, golang-github-mitchellh-go-homedir-dev, golang-github-pkg-browser-dev, golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-segmentio-ksuid-dev, golang-github-skratchdot-open-golang-dev, golang-github-stretchr-testify-dev, golang-github-theupdateframework-go-tuf-dev, golang-golang-x-crypto-dev, golang-golang-x-oauth2-dev, golang-golang-x-term-dev, golang-google-api-dev, golang-google-genproto-dev, golang-google-protobuf-dev, golang-gopkg-square-go-jose.v2-dev Size: 164368 SHA256: 29587c80cb0f145481d6cfea830af95f8c33fc5e56081345a695a8d0a2857ba7 SHA1: df99b753856048bb05bab162381a56da88cfa640 MD5sum: a46f9bd4c355554f066e0b23440f1c76 Description: Common go library shared across sigstore services and clients (library) sigstore/sigstore is a generic library / framework that is utilized by various other clients and projects including fulcio (webPKI), cosign (container and OCI signing tool) and tektoncd/chains (Supply Chain Security in Tekton Pipelines). Multi-Arch: foreign Homepage: https://github.com/sigstore/sigstore Section: golang Priority: optional Filename: pool/main/g/golang-github-sigstore-sigstore/golang-github-sigstore-sigstore-dev_1.4.0-2~bpo12+1_all.deb Package: golang-github-stefanberger-go-pkcs11uri-dev Source: golang-github-stefanberger-go-pkcs11uri Version: 0.0~git20201008.78d3cae-2~bpo12+1 Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Size: 8064 SHA256: beeabe5b574086a020f0a790a40ae3a9efcd20164faa241f4d2d9aac07905436 SHA1: a662fd4957cd6198c422a22a6c5c4b45a22e6f45 MD5sum: 32fb3a80c7859c7b9cbdca3174bcec11 Description: Golang pkcs11 URI library (library) Implements RFC 7512 and its errata. Multi-Arch: foreign Homepage: https://github.com/stefanberger/go-pkcs11uri Section: golang Priority: optional Filename: pool/main/g/golang-github-stefanberger-go-pkcs11uri/golang-github-stefanberger-go-pkcs11uri-dev_0.0~git20201008.78d3cae-2~bpo12+1_all.deb Package: golang-github-theupdateframework-go-tuf-dev Source: golang-github-theupdateframework-go-tuf Version: 0.5.2-5~bpo12+1 Installed-Size: 3958 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-dustin-go-humanize-dev, golang-github-docopt-docopt-go-dev, golang-github-golang-leveldb-dev, golang-github-google-gofuzz-dev, golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-stretchr-testify-dev, golang-github-syndtr-goleveldb-dev, golang-golang-x-crypto-dev, golang-golang-x-term-dev, golang-gopkg-check.v1-dev Size: 157484 SHA256: ce198ea0dfeb57a4235eb7aa23e260756778d43a1ba6afa0323a995f565775eb SHA1: aaea10e3bcbd043876c9aabbe04edf931ec32698 MD5sum: 148eeb33944b3715d2977e4082f6be4b Description: Securing software in golang (library) The Update Framework (TUF) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and specification that developers can adopt into any software update system. Multi-Arch: foreign Homepage: https://github.com/theupdateframework/go-tuf Section: golang Priority: optional Filename: pool/main/g/golang-github-theupdateframework-go-tuf/golang-github-theupdateframework-go-tuf-dev_0.5.2-5~bpo12+1_all.deb Package: golang-github-tidwall-sjson-dev Source: golang-github-tidwall-sjson Version: 1.2.5-2~bpo12+1 Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-tidwall-gjson-dev, golang-github-tidwall-pretty-dev Size: 9692 SHA256: 044d3dbb5ece58ccc9d6a7cc7c30452ad5d6ac325d9d360000d389205c8d75ee SHA1: 6a13c7bf8377a8f17b005cb4453c96cb3d234072 MD5sum: 14d31ac9a67a7e90e67a8127735dd4b1 Description: Set JSON values very quickly in Go (library) SJSON is a Go package that provides a very fast and simple way to set a value in a json document. Multi-Arch: foreign Homepage: https://github.com/tidwall/sjson Section: golang Priority: optional Filename: pool/main/g/golang-github-tidwall-sjson/golang-github-tidwall-sjson-dev_1.2.5-2~bpo12+1_all.deb Package: golang-github-tinylib-msgp-dev Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 1589 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-philhofer-fwd-dev, golang-golang-x-tools-dev Size: 129524 SHA256: 9bb6aebd86920fffb3e001d5159a765ff947e6cc760aecc4f64fe085cc7c7bb2 SHA1: c7bac0f0f084a0629b38c7e2b076af5d837543ab MD5sum: d3dcde367bf5c1d4aa9e510af2ef408e Description: Go code generator for MessagePack (source) This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/tinylib/msgp Section: golang Priority: optional Filename: pool/main/g/golang-github-tinylib-msgp/golang-github-tinylib-msgp-dev_1.2.0-1~bpo12+1_all.deb Package: golang-github-tonistiigi-fsutil-dev Source: golang-github-tonistiigi-fsutil Version: 0.0~git20240424.91a3fc4-1~bpo12+1 Installed-Size: 294 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-containerd-continuity-dev, golang-github-moby-patternmatcher-dev, golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-gogo-protobuf-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev Size: 48932 SHA256: b80a2267fd9b633f852b19f6da6cffb5be787844f4303f31c8218e72d9223604 SHA1: fff71c83c04f5624caca7b5dd6fdf1747330efa7 MD5sum: 5937cf43024a407444b106238efd8810 Description: Incremental file directory sync tools (library) Incremental file directory sync tools in golang. Homepage: https://github.com/tonistiigi/fsutil Section: devel Priority: optional Filename: pool/main/g/golang-github-tonistiigi-fsutil/golang-github-tonistiigi-fsutil-dev_0.0~git20240424.91a3fc4-1~bpo12+1_all.deb Package: golang-github-vbauerster-mpb-dev Source: golang-github-vbauerster-mpb Version: 8.6.1-3~bpo12+1 Installed-Size: 221 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-acarl005-stripansi-dev, golang-github-mattn-go-isatty-dev, golang-github-mattn-go-runewidth-dev, golang-github-rivo-uniseg-dev, golang-github-vividcortex-ewma-dev Breaks: golang-github-containers-image (<< 5.25) Size: 36568 SHA256: 157757e7442fe651372c70c3acf7357e8ff0f344f62c73aa72362026793aad64 SHA1: 4f40459b3f7722d45a9a2f1f558d8824f462786c MD5sum: 52da4fd13001b2d415d3322ac3584254 Description: multi progress bar for Go cli applications mpb is a golang library for rendering progress bars in terminal applications. Homepage: https://github.com/vbauerster/mpb Section: devel Priority: optional Filename: pool/main/g/golang-github-vbauerster-mpb/golang-github-vbauerster-mpb-dev_8.6.1-3~bpo12+1_all.deb Package: golang-github-vishvananda-netlink-dev Source: golang-github-vishvananda-netlink Version: 1.3.0-2~bpo12+1 Installed-Size: 1204 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev Size: 179888 SHA256: 00262f5d451e0f20e4a194519cb52be87ae2f3b178f358d126babba3a16c4730 SHA1: 002a981fabe228e439f1655bcef5a3c430de5062 MD5sum: 5fc3f2105a67d1182db66e6170853c5e Description: netlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/vishvananda/netlink Section: golang Priority: optional Filename: pool/main/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_1.3.0-2~bpo12+1_all.deb Package: golang-github-willf-bloom-dev Source: golang-github-willf-bloom Version: 3.7.0-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bits-and-blooms-bitset-dev Size: 13036 SHA256: 8da6ebb01c216116e7e049eb20d107fa1ee508df3bd57594ed9bdeb24e3b1f80 SHA1: 2005cdf683c6adcdbfc43d3aba63c6ef5d087364 MD5sum: c48f3530e962f6e1eae2871a99448830 Description: Go package implementing Bloom filters A Bloom filter is a representation of a set of n items, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. . A Bloom filter has two parameters: m, a maximum size (typically a reasonably large multiple of the cardinality of the set to represent) and k, the number of hashing functions on elements of the set. (The actual hashing functions are important, too, but this is not a parameter for this implementation). A Bloom filter is backed by a BitSet (https://github.com/willf/bitset); a key is represented in the filter by setting the bits at each value of the hashing functions (modulo m). Set membership is done by testing whether the bits at each value of the hashing functions (again, modulo m) are set. If so, the item is in the set. If the item is actually in the set, a Bloom filter will never fail (the true positive rate is 1.0); but it is susceptible to false positives. The art is to choose k and m correctly. . In this implementation, the hashing functions used is murmurhash (github.com/spaolacci/murmur3), a non-cryptographic hashing function. Homepage: https://github.com/willf/bloom Section: golang Priority: optional Filename: pool/main/g/golang-github-willf-bloom/golang-github-willf-bloom-dev_3.7.0-1~bpo12+1_all.deb Package: golang-github-wlynxg-anet-dev Source: golang-github-wlynxg-anet Version: 0.0.5-2~bpo12+1 Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Size: 7684 SHA256: cdf552c8d242bac626f492998648bbd2bff0e7fae4e17bf711c6f1f0a769cabd SHA1: 0fc5849920672f88d344d3d7f1c7a7829216654c MD5sum: 4e73046e18f8f39475cbd3a375be0fd0 Description: Network abstraction layer supporting Android and Linux Due to some platform differences, certain Go code requires different methods of using NETLINK sockets on Android vs. other platforms. This library is an abstraction that allows Go programs to work with both. Multi-Arch: foreign Homepage: https://github.com/wlynxg/anet Section: golang Priority: optional Filename: pool/main/g/golang-github-wlynxg-anet/golang-github-wlynxg-anet-dev_0.0.5-2~bpo12+1_all.deb Package: golang-github-xanzy-go-gitlab-dev Source: golang-github-xanzy-go-gitlab Version: 0.90.0-1~bpo12+1 Installed-Size: 2883 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-querystring-dev (>= 1.1.0), golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.2), golang-github-hashicorp-go-retryablehttp-dev (>= 0.7.1), golang-github-stretchr-testify-dev (>= 1.8.0), golang-golang-x-oauth2-dev (>= 0.0~git20220722.d3ed0bb), golang-golang-x-time-dev (>= 0.0~git20220722.e5dcc9c) Size: 243572 SHA256: d57f3b1bda7cf9327a3710d74865ae5bace76735ffb9702e60941516bb0bbe86 SHA1: 45efcc115680e77d4f1591def5e30b91877bb633 MD5sum: 351aebe0f88e82289308f1a98b6f9431 Description: Simple and uniform GitLab API for Go This package provides a GitLab API that enables Go programs to interact with GitLab in a simple and uniform way. It covers most of the existing Gitlab API calls and is updated regularly to add new or missing endpoints. . For complete usage of go-gitlab, see the package docs. Multi-Arch: foreign Homepage: https://github.com/xanzy/go-gitlab Section: golang Priority: optional Filename: pool/main/g/golang-github-xanzy-go-gitlab/golang-github-xanzy-go-gitlab-dev_0.90.0-1~bpo12+1_all.deb Package: golang-github-yggdrasil-network-yggdrasil-go-dev Source: yggdrasil Version: 0.5.12-1~bpo12+1 Installed-Size: 313 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-ironwood-dev (>= 0.0~git20241213.743fe2f), golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-gologme-log-dev (>= 1.3.0), golang-github-hashicorp-go-syslog-dev (>= 1.0.0), golang-github-hjson-hjson-go-dev (>= 4.4.0), golang-github-vishvananda-netlink-dev (>= 1.3.0), golang-golang-x-crypto-dev (>= 0.25.0), golang-golang-x-net-dev (>= 0.27.0), golang-golang-x-sys-dev (>= 0.21.0), golang-github-cheggaaa-pb.v3-dev (>= 3.1.5), golang-golang-x-text-dev (>= 0.16.0), golang-golang.zx2c4-wireguard-dev (>= 0.0.20231211), golang-github-kardianos-minwinsvc-dev, golang-github-lucas-clemente-quic-go-dev (>= 0.46.0), golang-github-olekukonko-tablewriter-dev (>= 0.0.5), golang-nhooyr-websocket-dev (>= 1.8.12) Size: 80080 SHA256: 4868070a428aa822cb9315dd46a20bd8f7c41fd816c707ff356f66b61624f232 SHA1: 2675bbed8bb0b5bdcf0a493214473b9c7700362c MD5sum: e2b3c8a0c2ed62683a02e809bd9e73e9 Description: Fully encrypted global-scale mesh network (library) Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. . This package contains the libary for use in other Go programs. Multi-Arch: foreign Homepage: https://github.com/yggdrasil-network/yggdrasil-go Section: golang Priority: optional Filename: pool/main/y/yggdrasil/golang-github-yggdrasil-network-yggdrasil-go-dev_0.5.12-1~bpo12+1_all.deb Package: golang-github-zalando-go-keyring-dev Source: golang-github-zalando-go-keyring Version: 0.2.2-1~bpo12+2 Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-dbus-dev Size: 9260 SHA256: d519397e7758de609eb5e2f9fd64c39d61f64989b1ff8107dfb5779ef38b40bc SHA1: ddf8d159bd49b8637680bdcdd6093e129fd0c6f4 MD5sum: c7eb1240e40851d11acf489191e4834f Description: Cross-platform keyring interface for Go (library) An OS-agnostic library for setting, getting and deleting secrets from the system keyring. It supports OS X, Linux/BSD (Secret Service D-Bus interface) and Windows. Multi-Arch: foreign Homepage: https://github.com/zalando/go-keyring Section: golang Priority: optional Filename: pool/main/g/golang-github-zalando-go-keyring/golang-github-zalando-go-keyring-dev_0.2.2-1~bpo12+2_all.deb Package: golang-github-zitadel-logging-dev Source: golang-github-zitadel-logging Version: 0.6.2-1~bpo12+1 Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-gopkg-yaml.v2-dev Size: 11100 SHA256: 85b5bb07f3ce9bf428b5dd17b3d58127246f2c62390b56785254d51b009c7ec8 SHA1: 8cb6229e4d544015e6f27a3be484c61bf371f08e MD5sum: 9ca4da55e456bbe01c8a82f150fe7e0c Description: Logging extension library Golang logging extension library used by other zitadel projects. Multi-Arch: foreign Homepage: https://github.com/zitadel/logging Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-logging/golang-github-zitadel-logging-dev_0.6.2-1~bpo12+1_all.deb Package: golang-github-zitadel-oidc-dev Source: golang-github-zitadel-oidc Version: 3.37.0-1~bpo12+1 Installed-Size: 979 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bmatcuk-doublestar-dev (>= 4.0), golang-github-go-chi-chi-dev, golang-github-go-jose-go-jose-dev, golang-github-golang-mock-dev, golang-github-google-uuid-dev, golang-github-gorilla-securecookie-dev, golang-github-jeremija-gosubmit-dev, golang-github-muhlemmer-gu-dev, golang-github-muhlemmer-httpforwarded-dev, golang-github-rs-cors-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-text-dev, golang-github-zitadel-logging-dev, golang-github-zitadel-schema-dev, golang-opentelemetry-otel-dev Breaks: golang-github-canonical-lxd-dev (<< 5.0.2+git20231211.1364ae4-4), golang-github-lxc-incus-dev (<< 6.0.0) Size: 140524 SHA256: a017612b48114e53771ad15e7b0e4f52740d7cd1a20ef14f6b16739997dd12c0 SHA1: e259d466bf5c82c53e01dcf8f1c720ac813bfefb MD5sum: 5d629d346d49158925c9161d22816341 Description: OpenID Connect client and server library certified by the OpenID Foundation This library is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go. . The RP is certified for the basic and config profile. . Whenever possible existing packages (like OAuth2 for Go) were reused / extended. Multi-Arch: foreign Homepage: https://github.com/zitadel/oidc Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-oidc/golang-github-zitadel-oidc-dev_3.37.0-1~bpo12+1_all.deb Package: golang-github-zitadel-schema-dev Source: golang-github-zitadel-schema Version: 1.3.1-1~bpo12+1 Installed-Size: 110 Maintainer: Debian Go Packaging Team Architecture: all Size: 20588 SHA256: 2351ae58da25946d0a0b1276add99b3cc5675466bfd7f8f996edd490640d03cd SHA1: 22f95794213bcbee38455f1d01056a04b33af719 MD5sum: d9d179249c2f921284b4fec9a4539d23 Description: Library to fill a struct with form values Package zitadel/schema converts structs to and from form values. This is a maintained fork of gorilla/schema. Multi-Arch: foreign Homepage: https://github.com/zitadel/schema Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-schema/golang-github-zitadel-schema-dev_1.3.1-1~bpo12+1_all.deb Package: golang-go Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 69 Maintainer: Debian Go Compiler Team Architecture: arm64 Replaces: golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Depends: golang-1.23-go, golang-src (>= 2:1.23~2~bpo12+1) Suggests: git Conflicts: gccgo-go Breaks: gccgo-5 (<< 5.3.1-12~), gccgo-6 (<< 6-20160319-1~), golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Size: 44404 SHA256: 3fe4f9e3d3a430dc1830b801b2904dd9c44e0628cd3766297dd0de964bbb0b88 SHA1: 27364dde515eddfd52d7fb5562461217505fb1bb MD5sum: 261ac053273a3a5d4ed83760640909cb Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library. It is only built on architectures that have a native toolchain ("gc compiler"). Packages that want to build with whichever of gc or gccgo is available should depend on golang-any. Multi-Arch: same Homepage: https://golang.org Section: golang Priority: optional Filename: pool/main/g/golang-defaults/golang-go_1.23~2~bpo12+1_arm64.deb Package: golang-go.cypherpunks-recfile-dev Source: golang-go.cypherpunks-recfile Version: 2.0.0-1~bpo12+2 Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Size: 5276 SHA256: 337ee5945d33c4e4960f81aae3bb464acd2bed95e6c3d6888b6dd9a6553bc88b SHA1: 61dd9989d4950e713f48cc7d9775fb25ade866cd MD5sum: 3bf908ae790b81bda9eb40604b89a63d Description: Pure Go implementation of GNU recutils/recfile databases GNU recutils (see package recutils) databases are human-editable, text-based databases called recfiles. This package provides a Go interface to working with recfiles. Multi-Arch: foreign Homepage: http://www.git.cypherpunks.ru/?p=gorecfile.git;a=summary Section: golang Priority: optional Filename: pool/main/g/golang-go.cypherpunks-recfile/golang-go.cypherpunks-recfile-dev_2.0.0-1~bpo12+2_all.deb Package: golang-golang-x-crypto-dev Source: golang-go.crypto Version: 1:0.25.0-1~bpo12+1 Installed-Size: 5998 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.22.0), golang-golang-x-term-dev (>= 0.22.0), golang-golang-x-text-dev (>= 0.16.0) Size: 1681180 SHA256: b0318e8f26797e5531d4d6159f5800995fc4e5e14c9fdbd5c69ab5e070c15e09 SHA1: aff0a7f5f2b93522739036fa122708fea66620ad MD5sum: e9fb228372f3a95de9fc9c579142097a Description: Supplementary Go cryptography libraries This package contains cryptographic algorithms and protocols not packaged in the main Go distribution, such as: . - blowfish - nacl - openpgp - otr - sha3 - ssh . and many others. Multi-Arch: foreign Homepage: https://golang.org/x/crypto Section: golang Priority: optional Filename: pool/main/g/golang-go.crypto/golang-golang-x-crypto-dev_0.25.0-1~bpo12+1_all.deb Package: golang-golang-x-exp-dev Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 545 Maintainer: Debian Go Packaging Team Architecture: all Size: 115168 SHA256: 775321854b7d7a9b9d05f333d72b069770c59bc850d293fce7bb3c7050295a10 SHA1: 0948b7f2f54ef27f96437bbdb9f31b9182b76614 MD5sum: e4ea5c92d9f81db23b8219a80c80f187 Description: experimental and deprecated packages This subrepository holds experimental and deprecated (in the "old" directory) packages. . The idea for this subrepository originated as the "pkg/exp" directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to "go get" these packages. . Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether. . In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.) . Caveat emptor. Multi-Arch: foreign Homepage: https://golang.org/x/exp Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-exp/golang-golang-x-exp-dev_0.0~git20230522.2e198f4-1~bpo12+1_all.deb Package: golang-golang-x-oauth2-dev Source: golang-golang-x-oauth2 Version: 0.15.0-1~bpo12+1 Installed-Size: 234 Maintainer: Debian Go Packaging Team Architecture: all Size: 38112 SHA256: 584337d38d091806d66c365231977fae7a99d83372652fbb5332c9e7b2e39299 SHA1: df30c9c70573ae44aba4ad839451df1e04edc0dc MD5sum: ebf3d04cd81251d10e88e67eac71967b Description: make OAuth2 authorized and authenticated HTTP requests Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. It can additionally grant authorization with Bearer JWT. Multi-Arch: foreign Homepage: https://golang.org/x/oauth2 Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-oauth2/golang-golang-x-oauth2-dev_0.15.0-1~bpo12+1_all.deb Package: golang-golang-x-oauth2-google-dev Source: golang-golang-x-oauth2 Version: 0.15.0-1~bpo12+1 Installed-Size: 284 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-oauth2-dev (= 0.15.0-1~bpo12+1), golang-google-cloud-compute-metadata-dev (>= 0.56.0~) Suggests: golang-google-appengine-dev Size: 46056 SHA256: 726edc00ebb7ddfad8c642c499841eb8e364795ee27a60e0595e013653366b13 SHA1: 7f08c13ccee953ac4528649ad3ade4006cb4c80a MD5sum: 8895c1ce302a82ece47f814969762733 Description: Google APIs support for OAuth2 Package oauth2/google provides support for making OAuth2 authorized and authenticated HTTP requests against Google APIs. It can additionally grant authorization with Bearer JWT. Multi-Arch: foreign Homepage: https://golang.org/x/oauth2 Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-oauth2/golang-golang-x-oauth2-google-dev_0.15.0-1~bpo12+1_all.deb Package: golang-golang-x-sys-dev Source: golang-golang-x-sys Version: 0.22.0-1~bpo12+1 Installed-Size: 7455 Maintainer: Debian Go Packaging Team Architecture: all Size: 430932 SHA256: 5e6de555c97b3932a6fe1e021b04f480475540217702ee00cdfcae1849d30016 SHA1: 701522b6393343c33dbd4de8f5b74f9588cc45ca MD5sum: 368716f9e7962fd14b2df560c0f041f3 Description: Low-level interaction with the operating system This repository holds supplemental Go packages for low-level interactions with the operating system. . The primary use of this package is inside other packages that provide a more portable interface to the system, such as "os", "time" and "net". Use those packages rather than this one if you can. Multi-Arch: foreign Homepage: https://golang.org/x/sys Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-sys/golang-golang-x-sys-dev_0.22.0-1~bpo12+1_all.deb Package: golang-golang-x-term-dev Source: golang-golang-x-term Version: 0.22.0-1~bpo12+1 Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.22.0) Size: 14920 SHA256: c1a8f099d42a9d29fb16cd28ae0588b988bd1d08117ed45bd099f6abca1f4e03 SHA1: bd479846fb9a89ae4c2070fc96d6add51d11026c MD5sum: cd90f70f3439deb8b30394562e9c0b9e Description: Go terminal and console support (library) This repository provides Go terminal and console support packages. Multi-Arch: foreign Homepage: https://golang.org/x/term Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-term/golang-golang-x-term-dev_0.22.0-1~bpo12+1_all.deb Package: golang-golang-x-text-dev Source: golang-golang-x-text Version: 0.16.0-1~bpo12+1 Installed-Size: 40103 Maintainer: Debian Go Packaging Team Architecture: all Size: 4007148 SHA256: 461a66d59f930aea5d7548799818f4417c673f24bcdfe28afbd8c2fee3796286 SHA1: ef1856da912d790f828e90835bad4182e0f459d0 MD5sum: e071d6537346d843a028306e87fce182 Description: Supplementary Go text-related libraries golang.org/x/text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling. . - cases: Package cases provides general and language-specific case mappers. - cldr: Package cldr provides a parser for LDML and related XML formats. - collate: Package collate contains types for comparing and sorting Unicode strings according to a given collation order. - display: Package display provides display names for languages, scripts and regions in a requested language. - encoding: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. - encoding/charmap: Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. - encoding/japanese: Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. - encoding/korean: Package korean provides Korean encodings such as EUC-KR. - encoding/simplifiedchinese: Package simplifiedchinese provides Simplified Chinese encodings such as GBK. - encoding/traditionalchinese: Package traditionalchinese provides Traditional Chinese encodings such as Big5. - encoding/unicode: Package unicode provides Unicode encodings such as UTF-16. - internal/colltab: Package colltab contains functionality related to collation tables. - internal/gen: Package gen contains common code for the various code generation tools in the text repository. - internal/testtext: Package testtext contains test data that is of common use to the text repository. - internal/triegen: Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes. - internal/ucd: Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/. - language: Package language implements BCP 47 language tags and related functionality. - runes: Package runes provide transforms for UTF-8 encoded text. - search: Package search provides language-specific search and string matching. - transform: Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. - unicode/norm: Package norm contains types and functions for normalizing Unicode strings. - unicode/rangetable: Package rangetable creates new unicode.RangeTables. - width: Package width provides functionality for handling different widths in text. Multi-Arch: foreign Homepage: https://golang.org/x/text Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-text/golang-golang-x-text-dev_0.16.0-1~bpo12+1_all.deb Package: golang-golang.zx2c4-wireguard-dev Source: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 481 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-crypto-dev (>= 0.13.0), golang-golang-x-net-dev (>= 0.15.0), golang-golang-x-sys-dev (>= 0.12.0), golang-golang-x-time-dev, golang-gvisor-gvisor-dev (>= 0.0~20230927), golang-github-google-btree-dev (>= 1.0.1) Size: 88848 SHA256: 46c2d8954ff585441249a81aba00a4d00e047477b5677e1f3318fb1615cc0aa6 SHA1: b0f87d4dadaf76b9a5748190c57b7a53cefb617a MD5sum: 766778c34834cf26b6b0b4b20a06dc78 Description: Userspace implementation of WireGuard in Go (library) This is a userspace implementation of WireGuard in Go. . This package provides a library that is used by other programs for working with the kernel tun interface and related tasks. Multi-Arch: foreign Homepage: https://git.zx2c4.com/wireguard-go/about/ Section: golang Priority: optional Filename: pool/main/w/wireguard-go/golang-golang.zx2c4-wireguard-dev_0.0.20231211-1~bpo12+1_all.deb Package: golang-gomega-dev Source: golang-gomega Version: 1.27.10-1~bpo12+1 Installed-Size: 1005 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-golang-protobuf-1-5-dev | golang-github-golang-protobuf-1-3-dev, golang-github-google-go-cmp-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v3-dev Size: 156164 SHA256: eda1a3b89ae5a7c29d2877c844461a31c27a5c6f54eadd1acbe1467e43b65c5b SHA1: 8fef68c608cbc6426cb21518e48a4d8d63d1cb46 MD5sum: c329cb34bba70d51448e36233ab852b1 Description: Matcher/assertion library for the Go programming language Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD test framework, but can be adapted for use in other contexts too. Multi-Arch: foreign Homepage: https://github.com/onsi/gomega Section: golang Priority: optional Filename: pool/main/g/golang-gomega/golang-gomega-dev_1.27.10-1~bpo12+1_all.deb Package: golang-gopkg-vansante-go-ffprobe.v2-dev Source: golang-gopkg-vansante-go-ffprobe.v2 Version: 2.1.1-2~bpo12+1 Installed-Size: 1069 Maintainer: Debian Go Packaging Team Architecture: all Depends: ffmpeg Size: 1061528 SHA256: e6d1607f2264eed7d3eaadd8689718286c192afb5c5a6b5b3b447c22318f4ffc SHA1: 175d8d926cfc1ce4da6b3e734065cc79740fe173 MD5sum: 28011f981a635aabde8e23402302d327 Description: Library to easily get the ffprobe output of a given file (library) Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data. Homepage: https://github.com/vansante/go-ffprobe Section: golang Priority: optional Filename: pool/main/g/golang-gopkg-vansante-go-ffprobe.v2/golang-gopkg-vansante-go-ffprobe.v2-dev_2.1.1-2~bpo12+1_all.deb Package: golang-gvisor-gvisor-dev Source: golang-gvisor-gvisor Version: 0.0~20240729.0-4~bpo12+2 Installed-Size: 16406 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bits-and-blooms-bitset-dev, golang-github-cenkalti-backoff-dev, golang-github-cilium-ebpf-dev, golang-github-coreos-go-systemd-dev, golang-github-godbus-dbus-dev, golang-github-gofrs-flock-dev, golang-github-google-btree-dev, golang-github-google-subcommands-dev, golang-github-kr-pty-dev, golang-github-mohae-deepcopy-dev, golang-github-opencontainers-runtime-spec-dev, golang-github-vishvananda-netlink-dev, golang-gocapability-dev, golang-golang-x-exp-dev, golang-golang-x-mod-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.20.0), golang-golang-x-time-dev, golang-google-protobuf-dev Breaks: golang-github-containers-gvisor-tap-vsocks-dev (<< 0.7.3+ds1-2~), nncp (<< 8.8.2-4~) Size: 2082092 SHA256: d383e0a33e0a0bf7bf3c1232f218006f7786f7c7728bcabc03a8a6a25b09f199 SHA1: c0a2b9fcb8ae6372ad547a3df125daffa8de3554 MD5sum: 142b266a45e90d7d52c713fa6d0bd0f1 Description: Application Kernel for Containers (library) gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel. . This package provides development files. Multi-Arch: foreign Homepage: https://github.com/google/gvisor Section: golang Priority: optional Filename: pool/main/g/golang-gvisor-gvisor/golang-gvisor-gvisor-dev_0.0~20240729.0-4~bpo12+2_all.deb Package: golang-lukechampine-blake3-dev Source: golang-lukechampine-blake3 Version: 1.3.0-1~bpo12+1 Installed-Size: 255 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-klauspost-cpuid-dev Size: 31888 SHA256: 90eb13c5bf5c87749d99a25b0b7f7691ae3e66521e3a537bad6af3fa99848692 SHA1: a0891402537b799d70d69dddf56fcfc9902fc58a MD5sum: f2f145be0eac79f2bc3f3232972f1946 Description: Pure-Go implementation of BLAKE3 cryptographic hash blake3 implements the BLAKE3 cryptographic hash function (https://github.com/BLAKE3-team/BLAKE3). This implementation aims to be performant without sacrificing (too much) readability, in the hopes of eventually landing in x/crypto. . In addition to the pure-Go implementation, this package also contains AVX-512 and AVX2 routines (generated by avo (https://github.com/mmcloughlin/avo)) that greatly increase performance for large inputs and outputs. Multi-Arch: foreign Homepage: https://github.com/lukechampine/blake3 Section: golang Priority: optional Filename: pool/main/g/golang-lukechampine-blake3/golang-lukechampine-blake3-dev_1.3.0-1~bpo12+1_all.deb Package: golang-maunium-go-mauflag-dev Source: golang-maunium-go-mauflag Version: 1.0.0-2~bpo12+1 Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Size: 6932 SHA256: aeebcb9292df13ff7fe6a697bab7423a3434b25c9127df068bf61ed5e61cff4d SHA1: 8dc7ce6185de92be94f51f828700431a0a24c4b3 MD5sum: 1df0328f6357b51333f79211aa5dab7f Description: Extendable argument parser for Golang Mauflag is an extendable argument parser for golang that mostly follows GNU Program Argument Syntax Conventions. Multi-Arch: foreign Homepage: https://github.com/tulir/mauflag Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-mauflag/golang-maunium-go-mauflag-dev_1.0.0-2~bpo12+1_all.deb Package: golang-maunium-go-maulogger-dev Source: golang-maunium-go-maulogger Version: 2.4.1-2~bpo12+1 Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-rs-zerolog-dev, golang-github-tidwall-gjson-dev, golang-github-tidwall-sjson-dev Size: 8292 SHA256: dcc2108deb8b43d559fc56783eeecc0b2c9dc4a2b243020d98f2b4dd14e3e9ef SHA1: 0a47dc1bcffa7564760d1289ec4454987ac140cd MD5sum: c594e68c7170492178ae3b07f3c714a3 Description: Simple easy to use logger in go Maulogger is a simple and easy to use logger written in golang. Can be used in conjunction with zerolog. Multi-Arch: foreign Homepage: https://github.com/tulir/maulogger Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-maulogger/golang-maunium-go-maulogger-dev_2.4.1-2~bpo12+1_all.deb Package: golang-maunium-go-mautrix-dev Source: golang-maunium-go-mautrix Version: 0.11.1-2~bpo12+1 Installed-Size: 852 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gorilla-mux-dev, golang-github-mattn-go-sqlite3-dev, golang-github-stretchr-testify-dev, golang-github-tidwall-gjson-dev, golang-github-tidwall-sjson-dev, golang-github-yuin-goldmark-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v2-dev, golang-maunium-go-maulogger-dev, golang-websocket-dev, libolm-dev Size: 145004 SHA256: 4b0e6aa05455cb716881f03cb5b42361f6bff4864d6537f541e66b88e2475aeb SHA1: 0023d2f2860f20ba616e864849491e5c128c965c MD5sum: 1e189898596896bb44beb2ecafba40bc Description: Matrix framework in golang Mautrix is a Golang Matrix framework. Used by gomuks, go-neb, mautrix-whatsapp and others. Homepage: https://github.com/mautrix/go Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-mautrix/golang-maunium-go-mautrix-dev_0.11.1-2~bpo12+1_all.deb Package: golang-nhooyr-websocket-dev Source: golang-nhooyr-websocket Version: 1.8.12-4~bpo12+1 Installed-Size: 234 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gin-gonic-gin-dev, golang-github-google-go-cmp-dev, golang-github-gorilla-websocket-dev, golang-github-klauspost-compress-dev, golang-golang-x-time-dev Size: 42484 SHA256: 5ee7da54bfa71749b9a1589c08fae30abb95665db3b907d720dca12c0cd3dcfc SHA1: 346ace4e9b27fe4476b88403ccfab9d0c99bd8f2 MD5sum: e858fd9705aab0f8b2504995e74469c9 Description: Minimal and idiomatic WebSocket library for Go (library) websocket is a minimal and idiomatic WebSocket library for Go. . Highlights . * Minimal and idiomatic API * First class context.Context (https://blog.golang.org/context) support * Fully passes the WebSocket autobahn-testsuite (https://github.com/crossbario/autobahn-testsuite) * Single dependency (https://pkg.go.dev/nhooyr.io/websocket?tab=imports) * JSON and protobuf helpers in the wsjson (https://pkg.go.dev/nhooyr.io/websocket/wsjson) and wspb (https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages * Zero alloc reads and writes * Concurrent writes * Close handshake (https://pkg.go.dev/nhooyr.io/websocket#Conn.Close) * net.Conn (https://pkg.go.dev/nhooyr.io/websocket#NetConn) wrapper * Ping pong (https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API * RFC 7692 (https://tools.ietf.org/html/rfc7692) permessage-deflate compression * Compile to Wasm (https://pkg.go.dev/nhooyr.io/websocket#hdr-Wasm) . This is the library from https://github.com/coder/websocket. Multi-Arch: foreign Homepage: https://github.com/coder/websocket Section: golang Priority: optional Filename: pool/main/g/golang-nhooyr-websocket/golang-nhooyr-websocket-dev_1.8.12-4~bpo12+1_all.deb Package: golang-sigsum-sigsum-go-dev Source: sigsum-go Version: 0.11.1-1~bpo12+1 Installed-Size: 423 Maintainer: Debian Go Packaging Team Architecture: all Size: 73092 SHA256: 527559e235b350320a8e7a0726ca8f41360407015d6f8c92fe8a373a4406c4a2 SHA1: ed632d2699873a048454a2cdc6149dd9a3ac20a8 MD5sum: c4c61362425b173628c7f8bb4fe92819 Description: tools for public and transparent logging of signed checksums (library) The goal of Sigsum is to provide building blocks that can be used to enforce public logging of signed checksums. . This package contains the Go source code. Multi-Arch: foreign Homepage: https://git.glasklar.is/sigsum/core/sigsum-go Section: golang Priority: optional Filename: pool/main/s/sigsum-go/golang-sigsum-sigsum-go-dev_0.11.1-1~bpo12+1_all.deb Package: golang-src Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 13 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.23-src Size: 5200 SHA256: 39ff0a0cea48539e5f1a1797ed43fb73dab2dec34a48006085d944ce468b725b SHA1: 1bda38007f76b5712f2b2e63705b1378ea2f24d8 MD5sum: 6c4b3eb81edeea2246b81af8c7618378 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go standard library source code, which is needed for the go build process. Multi-Arch: foreign Homepage: https://golang.org Section: golang Priority: optional Filename: pool/main/g/golang-defaults/golang-src_1.23~2~bpo12+1_all.deb Package: golang-starlark-dev Source: golang-starlark Version: 0.0~git20240725.42030a7-1~bpo12+1 Installed-Size: 882 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-chzyer-readline-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev Size: 187544 SHA256: f7e1c6806ba1e8380581c9e9549d3bc380a15bbb6e5331bb1b3a7708cd644d11 SHA1: 05cd4a79dee47844c61580c896d5b1b2fba98e40 MD5sum: 0d19c9275c340b4375434184725c4c65 Description: Interpreter for the Starlark configuration language Starlark is a dialect of Python intended for use as a configuration language. Like Python, it is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and garbage collection. Unlike CPython, independent Starlark threads execute in parallel, so Starlark workloads scale well on parallel machines. Starlark is a small and simple language with a familiar and highly readable syntax. You can use it as an expressive notation for structured data, defining functions to eliminate repetition, or you can use it to add scripting capabilities to an existing application. . A Starlark interpreter is typically embedded within a larger application, and the application may define additional domain-specific functions and data types beyond those provided by the core language Multi-Arch: foreign Homepage: https://github.com/google/starlark-go Section: golang Priority: optional Filename: pool/main/g/golang-starlark/golang-starlark-dev_0.0~git20240725.42030a7-1~bpo12+1_all.deb Package: gomuks Version: 0.3.0-2~bpo12+1 Installed-Size: 19682 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libolm3 (>= 3.1.4), libsqlite3-0 (>= 3.12.0) Recommends: ffmpeg Size: 4638712 SHA256: da8bbbd942cc231012d3ac9cbc7ba5f1b806f1de9f32925b62572317e3fe277f SHA1: 86da2d8bffe90df4f1e466e526180441334ab156 MD5sum: 758fb2d05a44d9082f19832074608000 Description: Terminal based Matrix client written in Go Gomuks is a terminal based Matrix client written in Golang which uses mautrix and mauview. Homepage: https://github.com/tulir/gomuks Built-Using: golang-1.19 (= 1.19.8-2), golang-github-alecthomas-chroma (= 0.10.0-3), golang-github-coreos-bbolt (= 1.3.6-2), golang-github-disintegration-imaging (= 1.6.2-2), golang-github-dlclark-regexp2 (= 1.4.0+ds1-1), golang-github-gabriel-vasile-mimetype (= 1.4.1+dfsg1-2), golang-github-gdamore-encoding (= 1.0.0-3), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-kyokomi-emoji (= 2.2.12-1), golang-github-lithammer-fuzzysearch (= 1.1.3-1), golang-github-lucasb-eyer-go-colorful (= 1.2.0-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-petermattis-goid (= 0.0~git20180202.b0b1615-3), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-sasha-s-go-deadlock (= 0.3.1-1), golang-github-tidwall-gjson (= 1.14.4-2), golang-github-tidwall-match (= 1.1.1-2), golang-github-tidwall-pretty (= 1.0.5-1), golang-github-tidwall-sjson (= 1.2.5-2~bpo12+1), golang-github-yuin-goldmark (= 1.5.4-1), golang-github-zyedidia-clipboard (= 1.0.3-1), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-image (= 0.5.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-gopkg-vansante-go-ffprobe.v2 (= 2.1.1-2~bpo12+1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-maunium-go-maulogger (= 2.4.1-2~bpo12+1), golang-maunium-go-mautrix (= 0.11.1-2~bpo12+1), golang-mvdan-xurls (= 2.4.0-1), golang-yaml.v2 (= 2.4.0-4) Section: net Priority: optional Filename: pool/main/g/gomuks/gomuks_0.3.0-2~bpo12+1_arm64.deb Package: gpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 446 Maintainer: Gavin Lai (賴建宇) Architecture: arm64 Depends: libc6 (>= 2.34), libgpiod3 (>= 2.1) Size: 42704 SHA256: f53aeeda87b1d226e846c7480c800300c3b0dca451bdb3da45ad328edb802cfc SHA1: a4b63876c6f0c5acba377b3dff5d0f41d746be82 MD5sum: f3d9473006cb427e218a119527c88143 Description: Tools for interacting with Linux GPIO character device - binary libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the gpiod binary tools. Multi-Arch: foreign Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: misc Priority: optional Filename: pool/main/libg/libgpiod/gpiod_2.1.3-1~bpo12+1_arm64.deb Package: gpsprune Version: 25.2-1~bpo12+1 Installed-Size: 1875 Maintainer: Debian GIS Project Architecture: all Depends: default-jre | java8-runtime | java9-runtime | java10-runtime | java11-runtime Recommends: gnuplot-x11, gpsbabel, libimage-exiftool-perl, libjava3d-jni, libjava3d-java, libvecmath-java Size: 1738988 SHA256: eb6ce16dbdef835fbc03ffa548eaaded584e85e93ecfa33b963fdd7a35b4bd55 SHA1: 6e540e076e9ac3c303552753c3f0e4bfdbebd19b MD5sum: 4734df8df29f8e7f9a51dc95faea2767 Description: visualize, edit, convert and prune GPS data GpsPrune is an application for viewing, editing and converting coordinate data from GPS systems. It's a tool for preparing GPS data before you go on a trip, and for playing with your collected GPS data after you get home again. . It can load data from arbitrary text-based formats (for example, any tab-separated or comma-separated file) or XML, or directly from a GPS receiver. It can display the data (as map view using OpenStreetMap images and as altitude profile), edit this data (for example delete points and ranges, sort waypoints, compress tracks), and save the data (in various text-based formats). It can also export data as a GPX file, or as KML/KMZ for import into Google Earth, or send it to a GPS receiver. . Some example uses of GpsPrune include cleaning up tracks by deleting wayward points - either recorded by error or by unintended detours. It can also be used to compare and combine tracks, convert to and from various formats, compress tracks, export data to Google Earth, or to analyse data to calculate distances, altitudes and so on. . Furthermore, GpsPrune is able to display the tracks in 3d format and lets you spin the model round to look at it from various directions. You can also export the model in POV format so that you can render a nice picture using Povray. You can also create charts of altitudes or speeds. It can also load Jpegs and read their coordinates from the EXIF tags, and export thumbnails of these photos to Kmz format so that they appear as popups in Google Earth. If your photos don't have coordinates yet, GpsPrune can be used to connect them (either manually or automatically using the photo timestamps) to data points, and write these coordinates into the EXIF tags. Homepage: https://activityworkshop.net/software/gpsprune/index.html Section: utils Priority: optional Filename: pool/main/g/gpsprune/gpsprune_25.2-1~bpo12+1_all.deb Package: gramps Version: 5.1.6+dfsg-1~bpo12+1 Installed-Size: 44100 Maintainer: Ross Gammon Architecture: all Replaces: python-gramps, python3-gramps Depends: gir1.2-gtk-3.0 (>= 3.12.0), librsvg2-2, python3-gi (>= 3.12.0), python3-gi-cairo, python3-bsddb3, xdg-utils, python3:any Recommends: graphviz, gir1.2-gexiv2-0.10, gir1.2-osmgpsmap-1.0, python3-icu, gir1.2-geocodeglib-2.0 Suggests: fonts-freefont-ttf, gir1.2-goocanvas-2.0, gir1.2-gtkspell3-3.0, python3-pil, rcs, python3-numpy Conflicts: python-gramps, python3-gramps Size: 6740536 SHA256: aff1706e63c93fed855fc039bd1ddfe8a4403c08f4e0f3157a070883ba1b6546 SHA1: 9e2f6da5b0f01617d3c1fb24b2bcced9841daf4c MD5sum: 3151d60a338f5d49caaac6b3342558af Description: Genealogical research program Gramps is an Open Source genealogy program written in Python, using the GTK/GNOME interface. It is an extremely flexible program fitting the needs for both the amateur genealogist and serious genealogical researcher. Gramps has the ability to import GEDCOM files exported from many proprietary genealogy programs and can produce a large number of reports in many popular formats. Homepage: https://www.gramps-project.org/ Section: gnome Priority: optional Filename: pool/main/g/gramps/gramps_5.1.6+dfsg-1~bpo12+1_all.deb Package: graph-tool-doc Source: graph-tool Version: 2.91+ds-5~bpo12+1 Installed-Size: 209 Maintainer: Debian Python Team Architecture: all Suggests: python3-graph-tool Size: 198888 SHA256: b2ce12c848010fb3eb60fff9af32eff5a74200b4e7764835db98e21e828c70e3 SHA1: 12f1f44dfe8f8fca7a45ecdd9bbe82220579076e MD5sum: ba1f7e31ba82eef9ddbfd3ffbdcfa45f Description: Efficient network analysis -- doc graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the documentation and sample material. Multi-Arch: foreign Homepage: https://graph-tool.skewed.de/ Section: doc Priority: optional Filename: pool/main/g/graph-tool/graph-tool-doc_2.91+ds-5~bpo12+1_all.deb Package: grub-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 17667 Maintainer: GRUB Maintainers Architecture: arm64 Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4), init-select Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), libefiboot1 (>= 37), libefivar1 (>= 37), libfreetype6 (>= 2.2.1), libfuse3-3 (>= 3.2.3), liblzma5 (>= 5.1.1alpha+20120614), gettext-base Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, mtools, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup Conflicts: init-select Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55), mdadm (<< 2.6.7-2) Size: 2876660 SHA256: e3bb9d9e55f90e7e4fbef58a26ef63a3bfc65ee9a5003dfb9fdf42e9d1f2da0e SHA1: ddb57d8cbbfbde97fff084e94d83c231ea182754 MD5sum: 2810c74b5e2c074c492f132840bb1acb Description: GRand Unified Bootloader (common files) This package contains common files shared by the distinct flavours of GRUB. It is shared between GRUB Legacy and GRUB 2, although a number of files specific to GRUB 2 are here as long as they do not break GRUB Legacy. . grub-mkrescue needs the suggested packages mtools (for UEFI targets) and xorriso. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Built-Using: lzo2 (= 2.10-2) Section: admin Priority: optional Filename: pool/main/g/grub2/grub-common_2.12-1~bpo12+1_arm64.deb Package: grub-efi Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: arm64 Depends: grub-common (= 2.12-1~bpo12+1), grub-efi-arm64 (= 2.12-1~bpo12+1) Size: 2392 SHA256: 1e0e632255d9b05cd09fa4b4616e1ddbe68ab916a543618895ce3f5ebd9a014f SHA1: a3ff75fad285697fe4a36340b7eab999602d0917 MD5sum: a6d0fea392c234d4870cd4e8463a30d4 Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy package that depends on the grub-efi-$ARCH package most likely to be appropriate for each architecture. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-efi_2.12-1~bpo12+1_arm64.deb Package: grub-efi-arm64 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: arm64 Depends: debconf (>= 0.5) | debconf-2.0, grub-efi-arm64-bin (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), ucf Size: 45804 SHA256: d63433af8dce39102f15a8f601a4143c8655e9250107bccf1c416497e70841d0 SHA1: 93dd8f8dce0600fab020f69c382c7ec6f14f7195 MD5sum: a550062f28dd9de247e220cad0c3b8f5 Description: GRand Unified Bootloader, version 2 (ARM64 UEFI version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This is a dependency package for a version of GRUB that has been built for use on ARM64 systems with UEFI. Installing this package indicates that this version of GRUB should be the active boot loader. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-efi-arm64_2.12-1~bpo12+1_arm64.deb Package: grub-efi-arm64-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 13303 Maintainer: GRUB Maintainers Architecture: arm64 Depends: grub-common (= 2.12-1~bpo12+1) Recommends: grub-efi-arm64-signed, efibootmgr Breaks: grub-efi-arm64-signed (<< 1+2.12~rc1) Size: 1808572 SHA256: 0a284b8f4d79931f37c58f493abc62bba837dfc56f95782bbf19b68f71bac67f SHA1: 6ecd83175c9854abbf4e51a991b936c76160bf96 MD5sum: a6488ef74c05374b2a30af1aea1be340 Description: GRand Unified Bootloader, version 2 (ARM64 UEFI modules) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains GRUB modules that have been built for use on ARM64 systems with UEFI. It can be installed in parallel with other flavours, but will not automatically install GRUB as the active boot loader nor automatically update grub.cfg on upgrade unless grub-efi-arm64 is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Efi-Vendor: debian Section: admin Priority: optional Filename: pool/main/g/grub2/grub-efi-arm64-bin_2.12-1~bpo12+1_arm64.deb Package: grub-efi-arm64-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 15170 Maintainer: GRUB Maintainers Architecture: arm64 Depends: grub-efi-arm64-bin (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 3007068 SHA256: 1fad5248c1d24160e26b0def5e01757aec064037609fd6b5a2183cc8b82850c5 SHA1: 57105d5e846808617c08bdee9008d65ddef683ef MD5sum: 03013e48f18221bc1a4b2e1b61fb2181 Description: GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) This package contains debugging files for grub-efi-arm64-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: debug Priority: optional Filename: pool/main/g/grub2/grub-efi-arm64-dbg_2.12-1~bpo12+1_arm64.deb Package: grub-efi-arm64-signed Version: 1+2.12+1~bpo12+1 Installed-Size: 10088 Maintainer: GRUB Maintainers Architecture: arm64 Depends: grub-common (= 2.12-1~bpo12+1) Recommends: shim-signed Size: 1339980 SHA256: 8a16a77e980d1da4a53fa7179c2b43d8aa26522393a980926c848b14e1f22189 SHA1: ac0054090293f0b4b66bc2424972ab79cead5c65 MD5sum: 8918133ba9c11b3ddf7f6a2ae42c59c6 Description: GRand Unified Bootloader, version 2 (arm64 UEFI signed by Debian) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains the binaries signed by the Debian UEFI CA to be used by shim-signed. Built-Using: grub2 (= 2.12-1~bpo12+1) Protected: yes Section: admin Priority: optional Filename: pool/main/g/grub-efi-arm64-signed/grub-efi-arm64-signed_1+2.12+1~bpo12+1_arm64.deb Package: grub-efi-arm64-signed-template Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 347 Maintainer: GRUB Maintainers Architecture: arm64 Size: 316024 SHA256: e7f66883cffb1882f9d61abbeed36961c549be18024ff0acb36a9990eb1137c4 SHA1: 80a9ea24f05d11155257a8b31be4b97681c52d8a MD5sum: 70dceb896078f9ca794d5962a2fcb200 Description: GRand Unified Bootloader, version 2 (ARM64 UEFI signing template) This package contains template files for grub-efi-arm64-signed. This is only needed for Secure Boot signing. Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-efi-arm64-signed-template_2.12-1~bpo12+1_arm64.deb Package: grub-theme-starfield Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2782 Maintainer: GRUB Maintainers Architecture: arm64 Depends: grub-common (= 2.12-1~bpo12+1) Size: 2155704 SHA256: 520de0434051e1c165a54271946b118e963cabcd067d7982b37fc9690e89631b SHA1: ae094a91c3f9481899405ed1ae5931640b708c4f MD5sum: a38ca3171938833a01610cc01336135c Description: GRand Unified Bootloader, version 2 (starfield theme) This is the default theme for GRUB's graphical menu. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-theme-starfield_2.12-1~bpo12+1_arm64.deb Package: grub2-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1375 Maintainer: GRUB Maintainers Architecture: arm64 Replaces: grub, grub-cloud-amd64 (<< 0.0.4), grub-common (<< 1.99-1), grub-coreboot (<< 2.02+dfsg1-7), grub-doc (<< 0.97-32), grub-efi-amd64 (<< 2.02+dfsg1-7), grub-efi-arm (<< 2.02+dfsg1-7), grub-efi-arm64 (<< 2.02+dfsg1-7), grub-efi-ia32 (<< 2.02+dfsg1-7), grub-efi-ia64 (<< 2.02+dfsg1-7), grub-ieee1275 (<< 2.02+dfsg1-7), grub-legacy, grub-legacy-doc (<< 0.97-59), grub-pc (<< 2.02+dfsg1-7), grub-uboot (<< 2.02+dfsg1-7), grub-xen (<< 2.02+dfsg1-7), grub-yeeloong (<< 2.02+dfsg1-7) Depends: grub-common (= 2.12-1~bpo12+1), dpkg (>= 1.15.4), libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), libefiboot1 (>= 37), libefivar1 (>= 37), liblzma5 (>= 5.1.1alpha+20120614) Conflicts: grub-legacy Breaks: grub (<< 0.97-54), grub-cloud-amd64 (<< 0.0.4), grub-coreboot (<< 2.02+dfsg1-7), grub-doc (<< 0.97-32), grub-efi-amd64 (<< 2.02+dfsg1-7), grub-efi-arm (<< 2.02+dfsg1-7), grub-efi-arm64 (<< 2.02+dfsg1-7), grub-efi-ia32 (<< 2.02+dfsg1-7), grub-efi-ia64 (<< 2.02+dfsg1-7), grub-ieee1275 (<< 2.02+dfsg1-7), grub-legacy-doc (<< 0.97-59), grub-pc (<< 2.02+dfsg1-7), grub-uboot (<< 2.02+dfsg1-7), grub-xen (<< 2.02+dfsg1-7), grub-yeeloong (<< 2.02+dfsg1-7), shim (<< 0.9+1474479173.6c180c6-0ubuntu1~) Size: 600336 SHA256: 91dbcde6f62f0618fb4fe3bf5bccaca13a7187cf417cbe0c8df70234a6a421a0 SHA1: 45159b69e49353890d8494124f4531fbbd1846d3 MD5sum: 1d877bb31411829f630e67c643d229b1 Description: GRand Unified Bootloader (common files for version 2) This package contains common files shared by the distinct flavours of GRUB. The files in this package are specific to GRUB 2, and would break GRUB Legacy if installed on the same system. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub2-common_2.12-1~bpo12+1_arm64.deb Package: gstreamer1.0-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 197 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.12.0), libgstreamer1.0-0 (>= 1.18.0), libstdc++6 (>= 11) Breaks: libcamera0 (<< 0.0.3-1~) Size: 44908 SHA256: 0112b421892c5318b66407cfff335df4a453216d204b801ee7f4c8ba410282a2 SHA1: 7ee4e4d518a4c18f49559310fc0a5376a4282f68 MD5sum: 0ffddba08fb91a25be72b2e96330713f Description: complex camera support library (GStreamer plugin) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package contains the libcamera GStreamer plugin. Multi-Arch: same Homepage: https://libcamera.org/ Section: libs Priority: optional Filename: pool/main/libc/libcamera/gstreamer1.0-libcamera_0.3.2-1~bpo12+1_arm64.deb Package: gstreamer1.0-pipewire Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 292 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: pipewire (= 1.4.2-1~bpo12+1), libc6 (>= 2.29), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.6.0), libgstreamer1.0-0 (>= 1.16.0), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1) Size: 81600 SHA256: 681121dfa8caf7d0a2b443d919a556125ed1ae7d64bc693e5d0572a25fb57718 SHA1: 073dedb51e162651bea0b5c7f44debeafaf593f9 MD5sum: efe17b86b517de10717608b188475ac1 Description: GStreamer 1.0 plugin for the PipeWire multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make devices managed by the PipeWire server available as GStreamer sources and sinks. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/gstreamer1.0-pipewire_1.4.2-1~bpo12+1_arm64.deb Package: gthumb Version: 3:3.12.7-1~bpo12+1 Installed-Size: 6364 Maintainer: Debian QA Group Architecture: arm64 Replaces: gthumb-data (<< 3:3.4.4.1-4~) Provides: gthumb2 Depends: gsettings-desktop-schemas, gthumb-data (= 3:3.12.7-1~bpo12+1), libgl1-mesa-dri, libbrasero-media3-1 (>= 3.0.0), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcolord2 (>= 0.1.10), libexiv2-27 (>= 0.27.2), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.27.1), libglib2.0-0 (>= 2.55.1), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.21.5), libheif1 (>= 1.11~), libjpeg62-turbo (>= 1.3.1), libjxl0.7 (>= 0.6.1), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libraw20 (>= 0.16.0), librsvg2-2 (>= 2.32.0), libstdc++6 (>= 5.2), libtiff6 (>= 4.0.3), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libx11-6, zlib1g (>= 1:1.1.4) Conflicts: gthumb2 Breaks: gthumb-data (<< 3:3.4.4.1-4~) Size: 997748 SHA256: 27cf7eaa60587ecdecfd754715d8e7e5026a5c5311c71b3c467641bf94c78efa SHA1: 180e05f98667b99d0fa55cdac9c16a97985be42d MD5sum: 7c975f241dd12c5e156b60236ddb330f Description: image viewer and browser gThumb is an advanced image viewer and browser. It has many useful features, such as filesystem browsing, slide show, image catalogs, web album creation, camera import, image CD burning, batch file operations and quick image editing features like transformation and color manipulation. . It's designed for GNOME desktop environment and uses its platform. For camera import feature, the gPhoto2 library is used. Homepage: https://wiki.gnome.org/Apps/Gthumb Section: gnome Priority: optional Filename: pool/main/g/gthumb/gthumb_3.12.7-1~bpo12+1_arm64.deb Package: gthumb-data Source: gthumb Version: 3:3.12.7-1~bpo12+1 Installed-Size: 8277 Maintainer: Debian QA Group Architecture: all Replaces: gthumb (<< 3:2.10.8-1) Depends: dconf-gsettings-backend | gsettings-backend Recommends: yelp Breaks: gthumb (<< 3:2.10.8-1) Size: 1707208 SHA256: fbf5ff2ee07fa84b8d94608216c5b015216a31f8c31dd8e3fe2653cad8232a19 SHA1: a8440658e19480c56e9367000ae377a11c65a998 MD5sum: 046d761d34fa464545543cda5335b281 Description: image viewer and browser - arch-independent files gThumb is an advanced image viewer and browser. It has many useful features, such as filesystem browsing, slide show, image catalogs, web album creation, camera import, image CD burning, batch file operations and quick image editing features like transformation and color manipulation. . It's designed for GNOME desktop environment and uses its platform. For camera import feature, the gPhoto2 library is used. . This package contains the architecture-independent files needed by gthumb. Homepage: https://wiki.gnome.org/Apps/Gthumb Section: gnome Priority: optional Filename: pool/main/g/gthumb/gthumb-data_3.12.7-1~bpo12+1_all.deb Package: gthumb-dev Source: gthumb Version: 3:3.12.7-1~bpo12+1 Installed-Size: 564 Maintainer: Debian QA Group Architecture: arm64 Depends: gthumb (= 3:3.12.7-1~bpo12+1) Size: 72272 SHA256: c42d8647e23fea44644c0486cca207a88bd35c992f02fc89f50e8cf5b70ffd15 SHA1: fba9c5ef2385a548117097ed908924303611f9b4 MD5sum: 0e4198231f578ad5dc1af63be1500b20 Description: image viewer and browser - development files gThumb is an advanced image viewer and browser. It has many useful features, such as filesystem browsing, slide show, image catalogs, web album creation, camera import, image CD burning, batch file operations and quick image editing features like transformation and color manipulation. . It's designed for GNOME desktop environment and uses its platform. For camera import feature, the gPhoto2 library is used. . This package contains the files needed to develop third-party extensions. Homepage: https://wiki.gnome.org/Apps/Gthumb Section: devel Priority: optional Filename: pool/main/g/gthumb/gthumb-dev_3.12.7-1~bpo12+1_arm64.deb Package: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 612 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libguvcview-2.2 (>= 2.1.0) Recommends: uvcdynctrl Size: 116200 SHA256: faf6da3605126061592c49d3e610320f8028ea7a6cf7a797b1b611fd895f27fd SHA1: 39d6281682b8facbfe339fdbbc04c076f55a6f83 MD5sum: a8264408bfc743230044e8e19925e5c5 Description: GTK+ base UVC Viewer guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver. Homepage: https://guvcview.sourceforge.net/ Section: graphics Priority: optional Filename: pool/main/g/guvcview/guvcview_2.1.0-0.2~bpo12+1_arm64.deb Package: gwenhywfar-tools Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 905 Maintainer: Micha Lenk Architecture: arm64 Replaces: libgwenhywfar47-dev (<< 3.99.5beta-1) Depends: libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.1beta), libssl3 (>= 3.0.0) Breaks: libgwenhywfar47-dev (<< 3.99.5beta-1) Size: 182080 SHA256: 048a5497e52f0d64fc312a6fed46d116a4611b696568cd6904a94428b79dd8a2 SHA1: 7eed0eeea8578aa08988377ef7601137edf93e5c MD5sum: 0acf5174bc48e0a61e41c4e490f8d33f Description: helper applications for Gwenhywfar library This package contains some helper tools provided by Gwenhywfar and useful for applications making use of Gwenhywfar: mklistdoc, gct-tool, xmlmerge and typemaker. . Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: utils Priority: optional Filename: pool/main/libg/libgwenhywfar/gwenhywfar-tools_5.12.0-1~bpo12+1_arm64.deb Package: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 119 Maintainer: Debian Astronomy Maintainers Architecture: all Depends: gyoto-bin (>= 2.0.2-1~bpo12+1), yorick-gyoto (>= 2.0.2-1~bpo12+1), python3-gyoto (>= 2.0.2-1~bpo12+1), libgyoto9-dev (>= 2.0.2-1~bpo12+1) Recommends: mpi-default-bin Suggests: gyoto-doc Size: 114308 SHA256: e91957a6a9e8af29fa0e2c01acd35b939806a1bcf36b0a79388866b149ca45af SHA1: 5511b582cf430f021eeee85ff7f36ec07b233ac9 MD5sum: 0193fbb5b68a2b1777ac2916c176a85a Description: General relativistic geodesic integration and ray-tracing Gyoto is a framework for computing geodesics in curved space-times. The gyoto utility program uses this framework to compute images of astronomical objects in the vicinity of compact objects (e.g. black-holes). Such images are distorted by strong gravitational lensing. The gyoto program takes a scenery description in XML format, computes this scenery using relativistic ray-tracing, and saves the result in FITS format. . This metapackage depends on all the Gyoto interfaces (command-line, Python 3 and Yorick). . MPI parallelization requires the mpi-default-bin package. The Gyoto documentation is provided in the gyoto-doc package. Multi-Arch: allowed Homepage: http://gyoto.obspm.fr Section: science Priority: optional Filename: pool/main/g/gyoto/gyoto_2.0.2-1~bpo12+1_all.deb Package: gyoto-bin Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 327 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Replaces: gyoto (<< 1.1.0~) Depends: libboost-mpi1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcfitsio10 (>= 4.2.0~), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 5.2), libxerces-c3.2 Recommends: mpi-default-bin, python3-gyoto, python3-opencv Breaks: gyoto (<< 1.1.0~) Size: 145444 SHA256: 9160a2d90e7f51111c0ac9fd8d26aead76c2c50e0d9604783d79614b1cc3bc6b SHA1: d868d78297a2d5660851561490711b02e9571fa7 MD5sum: 614b99a2cfff91919ba75eea15f0bdae Description: General relativistic ray-tracing command-line interface Gyoto is a framework for computing geodesics in curved space-times. The gyoto utility program uses this framework to compute images of astronomical objects in the vicinity of compact objects (e.g. black-holes). Such images are distorted by strong gravitational lensing. The gyoto program takes a scenery description in XML format, computes this scenery using relativistic ray-tracing, and saves the result in FITS format. . This package contains the `gyoto' command-line utility. More complex uses of the Gyoto framework can be achieved using the python3-gyoto or yorick-gyoto packages. Gyoto can be extended with plug-ins (see libgyoto9-dev). . MPI parallelization requires the mpi-default-bin package. Producing videos requires the python3-gyoto and python3-opencv packages. Multi-Arch: allowed Homepage: http://gyoto.obspm.fr Section: science Priority: optional Filename: pool/main/g/gyoto/gyoto-bin_2.0.2-1~bpo12+1_arm64.deb Package: gyoto-doc Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 26492 Maintainer: Debian Astronomy Maintainers Architecture: all Replaces: gyoto (<< 1.3.0~) Breaks: gyoto (<< 1.3.0~) Size: 1727200 SHA256: a787c8f3030d7a939276bee8c753e4251eb1487e85ccac3f9d5195ff4dff95e9 SHA1: 76be7d8eebdd5878f60fbf49cbbcc798d04ed7e5 MD5sum: e5154680dc556d2ab2fbc0e2a03f0bd4 Description: documentation for the Gyoto library Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a library (libgyoto), utility programs, and a plug-in for the Yorick programming language. . This package contains the Gyoto Reference Manual. Multi-Arch: foreign Homepage: http://gyoto.obspm.fr Section: doc Priority: optional Filename: pool/main/g/gyoto/gyoto-doc_2.0.2-1~bpo12+1_all.deb Package: haproxy-cmd Version: 0.0.5~bpo12+1 Installed-Size: 42 Maintainer: Debian OpenStack Architecture: all Depends: python3-oslo.config, python3:any Size: 8192 SHA256: 46f3f9f34dbf2761cb1a9abefeeede6905922ceb73da6e4373dff1e4aacee5b4 SHA1: 09a85d728d7447e7ac4506c3ced00f81f0d1c9e8 MD5sum: a4776fff693baf7ba3c5e6ee6647575c Description: command line utility to control backends of haproxy This package contains a helper to send commands through the haproxy socket, so it is possible to maintain servers part of a cluster by draining, enabling and stopping servers part of a backend. . This utility is, in fact, a wrapper around the haproxy admin socket, so it is easier to use, with bash-completion and so on. Homepage: https://salsa.debian.org/openstack-team/third-party/haproxy-cmd Section: net Priority: optional Filename: pool/main/h/haproxy-cmd/haproxy-cmd_0.0.5~bpo12+1_all.deb Package: hardinfo Version: 2.2.7-1~bpo12+1 Installed-Size: 33 Maintainer: Boyuan Yang Architecture: all Depends: hardinfo2 Size: 9352 SHA256: 1c9762bb4da55700a3f3088779053f1bf2a1a646d691de19a4fd70799013afaa SHA1: 7c50c619c75d008394cf3b5d2e05e37874fae1f3 MD5sum: 8f424391d02e3ae0a81dc021b7889c0e Description: transitional package This is a transitional package. It can safely be removed. Homepage: https://github.com/hardinfo2/hardinfo2 Section: oldlibs Priority: optional Filename: pool/main/h/hardinfo/hardinfo_2.2.7-1~bpo12+1_all.deb Package: hardinfo2 Source: hardinfo Version: 2.2.7-1~bpo12+1 Installed-Size: 7644 Maintainer: Boyuan Yang Architecture: arm64 Replaces: hardinfo (<< 2.2.7-1~bpo12+1~) Provides: hardinfo Depends: gawk, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.51.0), libgtk-3-0 (>= 3.11.5), libjson-glib-1.0-0 (>= 1.5.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 5), libx11-6 Recommends: dmidecode, fwupd, iperf3, lm-sensors, mesa-utils, sysbench, udisks2, vulkan-tools, x11-xserver-utils, xdg-utils Suggests: pciutils Breaks: hardinfo (<< 2.2.7-1~bpo12+1~) Size: 2852940 SHA256: b2bd12607eff2b7f923017d39175bb82e24bfbe26b0ea240fe1913636e065a96 SHA1: 3f3cc956114812f6451ee6eae6f80c4a13459cc9 MD5sum: 552c45490a7c68f9723f8ac6ea067553 Description: System Information and Benchmark for Linux Systems Hardinfo offers System Information and Benchmark for Linux Systems. It is able to obtain information from both hardware and basic software. It can benchmark your system and compare to other machines online. Homepage: https://github.com/hardinfo2/hardinfo2 Section: x11 Priority: optional Filename: pool/main/h/hardinfo/hardinfo2_2.2.7-1~bpo12+1_arm64.deb Package: haruna Version: 0.12.3-1~bpo12+1 Installed-Size: 1832 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: qml-module-org-kde-kirigami2, qml-module-org-kde-qqc2desktopstyle, qml-module-qt-labs-platform, qml-module-qtquick-shapes, kio, libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libkf5configcore5 (>= 4.98.0), libkf5configgui5 (>= 5.74.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 5.53.1), libkf5filemetadata3 (>= 5.77.0), libkf5i18n5 (>= 5.17.0), libkf5kiocore5 (>= 5.77.0), libkf5kiowidgets5 (>= 5.100.0), libkf5windowsystem5 (>= 5.62.0), libmpv2 (>= 0.29), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.14.1), libqt5quick5 (>= 5.6.0~beta) | libqt5quick5-gles (>= 5.6.0~beta), libqt5quickcontrols2-5 (>= 5.9.0~rc), libqt5widgets5 (>= 5.0.2), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 5.2), libswscale6 (>= 7:5.0), qtdeclarative-abi-5-15-8 Recommends: yt-dlp | youtube-dl Size: 366580 SHA256: fc1027dd541b763ae082abf560cf215ee226b2d65233cb3174bddd39e3c1ffaa SHA1: 04574f68a8a8912d607d4cc469e04b365faf8b2f MD5sum: 484691bba08ebac03932553a397ff742 Description: Video player built with Qt/QML on top of libmpv Haruna is an open source video player built with Qt/QML on top of libmpv. . Compared with other video player frontends, it provides some special features, such as: * play online videos, through youtube-dl * toggle playlist with mouse-over, playlist overlays the video * auto skip chapter containing certain words * configurable shortcuts and mouse buttons * quick jump to next chapter by middle click on progress bar Homepage: https://invent.kde.org/multimedia/haruna Section: video Priority: optional Filename: pool/main/h/haruna/haruna_0.12.3-1~bpo12+1_arm64.deb Package: heif-gdk-pixbuf Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0) Size: 10688 SHA256: e9ca93da6ddea33f97e6585a2053d36e6309e2b332e440a1930f35cbf6248578 SHA1: c3860cd02f2fc17fd944d22a0ff4f5beec25a491 MD5sum: 9193dde06427a3f1723f79410a16fbe0 Description: HEIF and AVIF file format decoder and encoder - gdk-pixbuf loader libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . A gdk-pixbuf loader module for applications such as "gpicview" and "pcmanfm" is provided by this package. Multi-Arch: same Homepage: http://www.libheif.org Section: graphics Priority: optional Filename: pool/main/libh/libheif/heif-gdk-pixbuf_1.19.7-1~bpo12+1_arm64.deb Package: heif-thumbnailer Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 94 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5) Size: 17388 SHA256: def49195fb93948f276ab6a71f398a62bf609264d3b4d84781b51b114b63d8fb SHA1: b46c83e84001bc3de9a359f6392b25fe18323255 MD5sum: 59fbb907de4c4902a21db596af4c2231 Description: HEIF and AVIF file format decoder and encoder - thumbnailer libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . A thumbnailer for HEIF images that can be used by Nautilus is provided by this package. Multi-Arch: foreign Homepage: http://www.libheif.org Section: graphics Priority: optional Filename: pool/main/libh/libheif/heif-thumbnailer_1.19.7-1~bpo12+1_arm64.deb Package: hexwalk Version: 1.7.1-1~bpo12+1 Installed-Size: 939 Maintainer: Carmix Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.12.2), libstdc++6 (>= 11) Size: 280716 SHA256: e03793a5637128019eb369cd436f4f48a56399ab6beb439298820bce1ff2dce1 SHA1: 7c6e787e072f98157416d1916a11f39965990527 MD5sum: 28e2caed5b90f20104d7a4b7f873f339 Description: Hex analyzer, editor and viewer HexWalk is an Hex editor, viewer, analyzer based on opensource projects like qhexedit2, binwalk and QT It is cross platform and has plenty of features: - Advanced find patterns in binary files based on HEX, UTF8, UTF16 and regex - Binwalk integration - Entropy Analysis - Byte Map - Hash Calculator - Bin/Dec/Hex Converter - Hex file editing - Diff file analysis - Byte Patterns to parse headers Homepage: https://www.hexwalk.com Section: editors Priority: optional Filename: pool/main/h/hexwalk/hexwalk_1.7.1-1~bpo12+1_arm64.deb Package: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1272 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 429364 SHA256: 729ebdd92173f081872a11695c08efbe05fb125cae27d5b3c482969e9c423087 SHA1: 9bee90c778a25c78a8d3ae3f67f4b1fc86e928c3 MD5sum: fbfbd8513437b9119d5ad5c93b05961c Description: Universal source code to formatted text converter A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, XML or terminal escape sequences with syntax highlighting. It supports several programming and markup languages. Language descriptions are configurable and support regular expressions. The utility offers indentation and reformatting capabilities. It is easily possible to create new language definitions and colour themes. Homepage: http://www.andre-simon.de Section: devel Priority: optional Filename: pool/main/h/highlight/highlight_4.7-1~bpo12+1_arm64.deb Package: highlight-common Source: highlight Version: 4.7-1~bpo12+1 Installed-Size: 2033 Maintainer: Debian QA Group Architecture: all Replaces: highlight (<< 2.9) Breaks: gtk-doc-tools (<< 1.17-2), highlight (<< 3.2), libhighlight-perl (<< 3.2) Size: 296836 SHA256: 840ec03c718f380f776416e3d214326f14d01bbc83c0f30b7e6b8a76fb37b682 SHA1: ff665277e93ee240c2a8bd7686bc8191940937f5 MD5sum: 6f8bf1d2846dfd08b67823060e7de60d Description: source code to formatted text converter (architecture independent files) A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, XML or terminal escape sequences with syntax highlighting. It supports several programming and markup languages. Language descriptions are configurable and support regular expressions. The utility offers indentation and reformatting capabilities. It is easily possible to create new language definitions and colour themes. . These are the architecture independent files. Homepage: http://www.andre-simon.de Section: devel Priority: optional Filename: pool/main/h/highlight/highlight-common_4.7-1~bpo12+1_all.deb Package: hjson-go Version: 4.4.0-1~bpo12+1 Installed-Size: 1979 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 636612 SHA256: 4a0fa33d94b893466941ed1c343017970fdb87d55a23ccd8bce4153aef099d4a SHA1: c7d2898688867acde7be9e772ab2043a24875a37 MD5sum: d7d18d13d62960cafc7e218961216592 Description: Hjson for Go (program) HJSON is a derivative of JSON designed to be more easily editable by humans. This package provides the CLI tool for manipulating HJSON. Homepage: https://github.com/hjson/hjson-go Built-Using: golang-1.19 (= 1.19.8-2) Section: golang Priority: optional Filename: pool/main/h/hjson-go/hjson-go_4.4.0-1~bpo12+1_arm64.deb Package: hprof-conv Source: android-platform-tools Version: 34.0.5-12~bpo12+1 Installed-Size: 71 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34) Size: 25072 SHA256: c0126b7e5310abe4aff4dbe0a081a8cfcb4793429f96218030b1f35fe9eb2a72 SHA1: 1ed2adbded01f7257ac01ec04c8154f10c1d1b02 MD5sum: 65bce232cb48dd7b676e3554cdd3ed68 Description: HPROF Converter The hprof-conv tool converts the HPROF file that is generated by the Android SDK tools to a standard format so you can view the file in a profiling tool of your choice. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: devel Priority: optional Filename: pool/main/a/android-platform-tools/hprof-conv_34.0.5-12~bpo12+1_arm64.deb Package: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 1044 Maintainer: Samuel Thibault Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libhwloc15 (>= 2.12.0), libtinfo6 (>= 6), libx11-6 Size: 221184 SHA256: fd2e75f2b0f2bea04e1889bd9abd6436e23528c7ca8ad000819ff978a6d7ff12 SHA1: 0683ca545d38267ffa5b9d9c03b6732478330c23 MD5sum: 538e93cc62dce4a33fb734bd835c657e Description: Hierarchical view of the machine - utilities Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . hwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . hwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains utilities to show the topology of the machine (lstopo and hwloc-ls), manipulate cpu masks (hwloc-calc), and bind processes (hwloc-bind). Multi-Arch: foreign Homepage: https://www.open-mpi.org/projects/hwloc/ Section: admin Priority: optional Filename: pool/main/h/hwloc/hwloc_2.12.0-4~bpo12+1_arm64.deb Package: hwloc-nox Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 846 Maintainer: Samuel Thibault Architecture: arm64 Depends: libc6 (>= 2.34), libhwloc15 (>= 2.12.0), libtinfo6 (>= 6) Conflicts: hwloc Size: 205732 SHA256: 4baccd3f4c1aa470dfbd0e1e2ffe7c0d1f7c7c34a5253a818d0b1a0028d9a233 SHA1: a66e7f27b1fd7f1a521054d41e15156fb4f18ed0 MD5sum: dbc8eeb924560b344cbc8d0c36c364b1 Description: Hierarchical view of the machine - non-X version of utilities Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . hwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . hwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains utilities to show the topology of the machine (lstopo and hwloc-ls, without X support), manipulate cpu masks (hwloc-calc), and bind processes (hwloc-bind). Multi-Arch: foreign Homepage: https://www.open-mpi.org/projects/hwloc/ Section: admin Priority: optional Filename: pool/main/h/hwloc/hwloc-nox_2.12.0-4~bpo12+1_arm64.deb Package: hyperv-daemons Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 984 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34) Pre-Depends: init-system-helpers (>= 1.54~) Size: 763808 SHA256: 5b99397ab5aeb8221a8f0bb578cd3ec04bca7acdf47cb217e16f8225c282c5bd SHA1: a775a6adbb4ef31c4af2589e9f8af8c97a40763f MD5sum: 19f3b433d903e87564471e95217b0978 Description: Support daemons for Linux running on Hyper-V Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. . hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) . hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/hyperv-daemons_6.6.13-1~bpo12+1_arm64.deb Package: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 2152 Maintainer: Debian Input Method Team Architecture: arm64 Depends: init-system-helpers (>= 1.52), python3:any, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libdbusmenu-glib4 (>= 0.4.2), libdbusmenu-gtk3-4 (>= 0.4.2), libdconf1 (>= 0.14.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.68.0), libgtk-3-0 (>= 3.21.5), libibus-1.0-5 (>= 1.5.29~), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libwayland-client0 (>= 1.20.0), libx11-6, libxfixes3 (>= 1:6.0.0), libxi6 (>= 2:1.2.99.4), libxkbcommon0 (>= 0.5.0), adwaita-icon-theme, dconf-cli, ibus-data (= 1.5.31-1~bpo12+1), gir1.2-gtk-3.0 (>= 3.8.5), gir1.2-ibus-1.0 (= 1.5.31-1~bpo12+1), python3-gi, python3-ibus-1.0 (= 1.5.31-1~bpo12+1) Recommends: ibus-gtk, ibus-gtk3, ibus-gtk4, im-config Suggests: ibus-clutter, ibus-doc Size: 604216 SHA256: 8533b4a40eb805a6ff32607cb1e6b07e38e9241d252dee625355b94b4cd9121f SHA1: 9f183e71967fe06f33e163fdb2c9a6e8206f40ea MD5sum: c2e83b5fc3610a6a9b3ae70ad280cc45 Description: Intelligent Input Bus - core IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. Multi-Arch: foreign Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus_1.5.31-1~bpo12+1_arm64.deb Package: ibus-data Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 109266 Maintainer: Debian Input Method Team Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, librsvg2-common Suggests: ibus Size: 10586572 SHA256: 8e799c1b99e5c67babce3b399a1c2420a0ed6eac74d01af99096e01a119829c0 SHA1: b773efd5c5e8d5a3d0f12f600abf8d7fddcd97e5 MD5sum: 51cd65caac46a3d396d63ec8a1fdb94d Description: Intelligent Input Bus - data files IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains data files. Multi-Arch: foreign Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-data_1.5.31-1~bpo12+1_all.deb Package: ibus-doc Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 4886 Maintainer: Debian Input Method Team Architecture: all Size: 512360 SHA256: e0ff116a1bf9a21f79622fd7bc747a01e5a2548f26c6461a9d9e38322aeb3716 SHA1: 4948809e6e046a1d7060f98961570058e0121632 MD5sum: e78c6b9d00d31b099969bf26d41f02df Description: Intelligent Input Bus - development documentation IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the reference manual. Multi-Arch: foreign Homepage: https://github.com/ibus/ibus Section: doc Priority: optional Filename: pool/main/i/ibus/ibus-doc_1.5.31-1~bpo12+1_all.deb Package: ibus-gtk Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 379 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.67.3), libgtk2.0-0 (>= 2.24.0), libibus-1.0-5 (>= 1.5.28), libpango-1.0-0 (>= 1.14.0) Size: 309084 SHA256: 1df08c480c5fda17b83b40fc15a3cecd8d072156e6d22f2769cf112641bb40f6 SHA1: 9638cf3a5d38ebe209fcb571af1ec7796bae35f0 MD5sum: 26bcc1108005b9c4f42f9806feec5f6e Description: Intelligent Input Bus - GTK2 support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GTK2 IM module. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-gtk_1.5.31-1~bpo12+1_arm64.deb Package: ibus-gtk3 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 379 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.67.3), libgtk-3-0 (>= 3.9.10), libibus-1.0-5 (>= 1.5.28), libpango-1.0-0 (>= 1.14.0) Size: 309360 SHA256: 3caf320c954b3a84de8832a5402be856214fda5c078bb6259c932a8f53fdb955 SHA1: cfc1c26b62bd0b1ee547634087d1fe2748a21767 MD5sum: 5c8e814d24c4a8266e0928dd58a7c7e8 Description: Intelligent Input Bus - GTK3 support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GTK3 IM module. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-gtk3_1.5.31-1~bpo12+1_arm64.deb Package: ibus-gtk4 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 379 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.62.2-2), libgraphene-1.0-0 (>= 1.5.4), libgtk-4-1 (>= 4.3.1), libibus-1.0-5 (>= 1.5.28), libpango-1.0-0 (>= 1.14.0) Size: 308820 SHA256: 56d92914b1a1eff16242bd4774cef99e25aedb83383c1793fd7aedd6268d4805 SHA1: 14335210e6adb57279e6f28af489665e0ab46866 MD5sum: 0b6d279fdf3ce69da3b4aa53cec93736 Description: Intelligent Input Bus - GTK4 support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GTK4 IM module. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-gtk4_1.5.31-1~bpo12+1_arm64.deb Package: ibus-tests Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 1321 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.11.16+really1.11.16), libglib2.0-0 (>= 2.70.0), libgtk-4-1 (>= 4.0.0), libibus-1.0-5 (>= 1.5.29~beta2), libx11-6, libxtst6, dbus-x11, gnome-desktop-testing, gnome-session, gnome-shell, ibus (= 1.5.31-1~bpo12+1), locales-all, xvfb Size: 339096 SHA256: 48994f7159344965444d7de7c3e7db5d80ad7103b5f90366b386fd0f0507c5e8 SHA1: e0671bee43247a445b7fca044ef3858c6427868a MD5sum: 3bf8825f86fa1554a9266bf22fcd1721 Description: Intelligent Input Bus - installed tests IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains test programs, designed to be run as part of a regression testsuite. Multi-Arch: foreign Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-tests_1.5.31-1~bpo12+1_arm64.deb Package: ibus-wayland Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 379 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.62.2-2), libibus-1.0-5 (>= 1.5.28), libwayland-client0 (>= 1.20.0), libxkbcommon0 (>= 0.5.0) Size: 309916 SHA256: 4f685c6194c4d94a14296328c01f3e16f65bd21a6269fc617f289af049932736 SHA1: e49a37c09610b2048d53c085b3dc6ab5418fd858 MD5sum: 8be96991ccedd873d74ab4416321c49e Description: Intelligent Input Bus - Wayland support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the Wayland input method support. . This package is only needed if you are using a Wayland compositor which supports the "input-method-unstable-v1" protocol, and if you want to input text via this protocol. Note that even on Wayland compositors with no support of this protocol, IBus could still work using its own transport protocol and APIs. Multi-Arch: foreign Homepage: https://github.com/ibus/ibus Section: utils Priority: optional Filename: pool/main/i/ibus/ibus-wayland_1.5.31-1~bpo12+1_arm64.deb Package: igtf-policy-classic Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 955 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 143520 SHA256: 666dc779d4b7d6c5ff3f0253996ee78570351daa6a6e4d11f4f39bce077ce4f1 SHA1: c4776971cc606e0568b1e62eb3c8fb9684c68a3e MD5sum: abff4b520deed6661134ae8a4e1e271f Description: IGTF classic profile for Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains the trust anchors for the classic profile. See also: http://www.eugridpma.org/guidelines/classic Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-classic_1.134-1~bpo12+1_all.deb Package: igtf-policy-experimental Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 101 Maintainer: Dennis van Dok Architecture: all Recommends: openssl Size: 40200 SHA256: 18c9d5c781028bf210a4520d320554ef879d95d2f4d6662748e91db2222fd4be SHA1: 8b34e514e4577f5b224b4111316848e645c4819f MD5sum: 57db789e7962f867114de654675f90c4 Description: IGTF experimental Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains several experimental trust anchors. Use with caution, as they come without any guarantees. Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-experimental_1.134-1~bpo12+1_all.deb Package: igtf-policy-iota Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 130 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 47400 SHA256: a34877ae7df743c8d3b8181a18ae978ea7fecbfdd6989ada34eca02284fcf1e4 SHA1: 4ac567177e34728a02578acb5835c179db0a98c3 MD5sum: c3b3ffd5b119ec58637e7cdc2e5087b4 Description: IGTF IOTA profile for Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains the trust anchors for the IOTA (Identifier-Only Trust Assurance with Secured Infrastructure) profile. See also: http://www.eugridpma.org/guidelines/IOTA/ Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-iota_1.134-1~bpo12+1_all.deb Package: igtf-policy-mics Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 207 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 55800 SHA256: f6668bdc80a09a08f42cf97fd977f927144a610e134dd41f6bcb44330a672812 SHA1: ac9cb911ddda01c21b5e579e9fd0b14873b2e24c MD5sum: cfc9373eafd56c16c9184ff8622a887d Description: IGTF MICS profile for Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains the trust anchors for the MICS (Member Integrated Credential Services) profile. See also: http://www.eugridpma.org/guidelines/MICS/ Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-mics_1.134-1~bpo12+1_all.deb Package: igtf-policy-slcs Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 106 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 43648 SHA256: 53f5a27ca946b3b10048fb2895afa0c72949318d6bafa4e8fa0dcdc86c485c9f SHA1: a636b67815b686673c42d963aa2f1b2340cbb669 MD5sum: 75b9f9ca0b8389b5eccf774a35cec896 Description: IGTF SLCS profile for Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains the trust anchors for the SLCS (Short Lived Credential Services) profile. See also: http://www.eugridpma.org/guidelines/SLCS/ Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-slcs_1.134-1~bpo12+1_all.deb Package: igtf-policy-unaccredited Source: igtf-policy-bundle Version: 1.134-1~bpo12+1 Installed-Size: 116 Maintainer: Dennis van Dok Architecture: all Recommends: openssl Size: 41664 SHA256: adb4eb515acc2873289b0fd18a3680da57e195865fa31981e20266b8413426e4 SHA1: 4fb89ce4d32e0f8189831afdcb13c7c54c1028d8 MD5sum: bc1cfd63252737b525812324bfb7cd82 Description: IGTF unaccredited Certificate Authorities The Interoperable Global Trust Federation (IGTF) maintains a common trust base for the benefit of distributed science and research computing infrastructures. It provides a list of accredited trust anchors, with root certificates, certificate revocation list locations, contact information, and signing policies. . This package contains several unaccredited trust anchors. Use with caution, as they come without any guarantees. Homepage: https://www.igtf.net/ Section: misc Priority: optional Filename: pool/main/i/igtf-policy-bundle/igtf-policy-unaccredited_1.134-1~bpo12+1_all.deb Package: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: incus-agent (= 6.0.4-2~bpo12+1), incus-base (= 6.0.4-2~bpo12+1), qemu-system-arm (>= 1:8.0), swtpm Suggests: gdisk Size: 8480 SHA256: 457e6309ad8630120639bd7a36d185f622151959b050eefab6fb16013d128009 SHA1: 7ebebb6d7cdbdf5445ea331c2e734abf0dc07a78 MD5sum: a4db709ce8188afa46296bba2ac22e52 Description: Powerful system container and virtual machine manager - daemon Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . It's image based with pre-made images available for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. . This metapackage will install everything needed to run containers and VMs. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus_6.0.4-2~bpo12+1_arm64.deb Package: incus-agent Source: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 13171 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 3604552 SHA256: ce8aced4ea5fd7967d98c26ed518af23388cbb557593039a41795b0ba37fe7a5 SHA1: 7b2895759971bced30041d16c77179bb78f030fa MD5sum: d4a5963dcb5f094927fdaa10c76ed6e2 Description: Incus guest agent This package provides an agent to run inside Incus virtual machine guests. . It has to be installed on the Incus host if you want to allow agent injection capability when creating a virtual machine. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-agent_6.0.4-2~bpo12+1_arm64.deb Package: incus-base Source: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 54263 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: runit-helper (>= 2.14.0~), systemd | systemd-standalone-sysusers | systemd-sysusers, libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libcowsql0, libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2), libsqlite3-0 (>= 3.12.0), libudev1 (>= 199), attr, ca-certificates, liblxc-common, lxcfs, incus-client (= 6.0.4-2~bpo12+1), iproute2, nftables | iptables, rsync, squashfs-tools, squashfs-tools-ng, uidmap, xz-utils Pre-Depends: init-system-helpers (>= 1.54~) Recommends: apparmor, dnsmasq-base Suggests: btrfs-progs, ceph-common, lvm2, zfsutils-linux, incus-extra, lego, minio-client Conflicts: incus (<< 6.0.3-3~) Breaks: runit (<< 2.1.2-51~) Size: 14662376 SHA256: 30629c251484d61876a01ac4ed2286730210789f87118033c5ee565ae9654b14 SHA1: e18a26eed322ecb9b80309e228530707d0bc3cfb MD5sum: f4afa3d2b411d31fae8a69054457a76c Description: Powerful system container and virtual machine manager - daemon (container-only) Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . It's image based with pre-made images available for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. . This package contains only what is needed to run containers. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-base_6.0.4-2~bpo12+1_arm64.deb Package: incus-client Source: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 16179 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Suggests: bash-completion, spice-client-gtk | virt-viewer Size: 4425276 SHA256: 884db60bc5d0d87298aab422d887e8debae2c53e4a38a4e048bfa3c8ec511fe4 SHA1: 1ac25a9797999021d6075ed2b0cd353ba8363fad MD5sum: b64fd5fecfc104d65ca67674f0a6496b Description: Powerful system container and virtual machine manager - client Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . A REST API is offered by Incus to remotely manage containers over the network, using an image based work-flow and with support for live migration. . This package contains the Incus command line client. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-client_6.0.4-2~bpo12+1_arm64.deb Package: incus-extra Source: incus Version: 6.0.4-2~bpo12+1 Installed-Size: 60266 Maintainer: Debian Go Packaging Team Architecture: arm64 Replaces: incus-migrate (<< 6.0.3-3~), incus-tools (<< 6.0.3-3~) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2), rsync Conflicts: lxd-tools Breaks: incus-migrate (<< 6.0.3-3~), incus-tools (<< 6.0.3-3~) Size: 16307980 SHA256: 7805a0490ad547dec717ec909f2f1ff84aa35cc1cc9bfcf10f97e0ac71443a61 SHA1: a0388901972e33c7e9798a74c38073925beb9178 MD5sum: a81cebe5e16640902446034ff9d8d64b Description: Powerful system container and virtual machine manager - extra tools Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains extra tools provided with Incus. - fuidshift - A tool to map/unmap filesystem uids/gids - lxc-to-incus - A tool to migrate LXC containers to Incus - lxd-to-incus - A tool to migrate LXD containers to Incus - incus-benchmark - A benchmarking tool for Incus - incus-migrate - A tool to turn any filesystem into an Incus instance - incus-simplestreams - Maintain an Incus-compatible simplestreams tree Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.5-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.2-1~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-zitadel-logging (= 0.6.2-1~bpo12+1), golang-github-zitadel-oidc (= 3.37.0-1~bpo12+1), golang-github-zitadel-schema (= 1.3.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-extra_6.0.4-2~bpo12+1_arm64.deb Package: incus-migrate Source: incus Version: 6.0.3-2~bpo12+1 Installed-Size: 11551 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), rsync Size: 3180880 SHA256: 17b6e1dfb7d905d9c53618a61c8e1a568093e320a36781cb8bd55f22c2022072 SHA1: 9b08be10aa579c89c733b1d29fe9a20d9c53a562 MD5sum: f6455133b3067363a29546c5ce8deba1 Description: Incus physical to instance migration tool This tool lets you turn any Linux filesystem (including your current one) into a Incus instance on a remote Incus host. . It will setup a clean mount tree made of the root filesystem and any additional mount you list, then transfer this through Incus's migration API to create a new instance from it. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.11-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.34.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-migrate_6.0.3-2~bpo12+1_arm64.deb Package: incus-tools Source: incus Version: 6.0.3-2~bpo12+1 Installed-Size: 46081 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2) Conflicts: lxd-tools Size: 12510880 SHA256: b9b819c7c92c10b3c9d5f98f0cb0812225ea96416116a4c050d82ec5d9b6a328 SHA1: c1600f99c69a1b20b83d543ae962cf6fac79e53c MD5sum: 349d0d64457dc8be7463cb9abf1e1b34 Description: Powerful system container and virtual machine manager - extra tools Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains extra tools provided with Incus. - fuidshift - A tool to map/unmap filesystem uids/gids - lxc-to-incus - A tool to migrate LXC containers to Incus - lxd-to-incus - A tool to migrate LXD containers to Incus - incus-benchmark - A benchmarking tool for Incus - incus-simplestreams - Maintain an Incus-compatible simplestreams tree Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.11-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.34.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-tools_6.0.3-2~bpo12+1_arm64.deb Package: initscripts Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 188 Maintainer: Debian sysvinit maintainers Architecture: all Replaces: udev (<< 254.3-1) Depends: sysvinit-utils (>= 3.05-1), sysv-rc | file-rc | openrc Recommends: e2fsprogs, psmisc Breaks: udev (<< 254.3-1) Size: 64648 SHA256: d37b0aefc666837a0dbd429534c2942ac978c8b1df589546e5da4debe0d688a1 SHA1: 4f71fac2b7ba40891ef7912bbc00e827fe2ce903 MD5sum: ff8fad877b14a9dc5c1c459a420e4560 Description: scripts for initializing and shutting down the system The scripts in this package initialize a standard Debian system at boot time and shut it down at halt or reboot time. Multi-Arch: foreign Homepage: https://github.com/slicer69/sysvinit Section: admin Priority: optional Filename: pool/main/s/sysvinit/initscripts_3.08-3~bpo12+2_all.deb Package: inxi Version: 3.3.38-1-1~bpo12+1 Installed-Size: 1662 Maintainer: Unit 193 Architecture: all Depends: pciutils, procps, perl:any Recommends: bind9-dnsutils, dmidecode, file, iproute2 | net-tools, kmod, lm-sensors, mesa-utils, sudo | doas, tree, usbutils, x11-utils, x11-xserver-utils Suggests: libxml-dumper-perl, wget | curl | libhttp-tiny-perl Size: 622752 SHA256: d5201c93d2e3ad7e365d24aaab01030c0e514c292c38d22576633266d19a8c05 SHA1: 1e02683ded8f88d023566da69db9b96ecac79b5b MD5sum: 42b108e9821eae001cac06f803bd0679 Description: full featured system information script Inxi is a system information script that can display various things about your hardware and software to users in an IRC chatroom or support forum. It runs with the /exec command in most IRC clients. Multi-Arch: foreign Homepage: https://smxi.org/docs/inxi.htm Section: misc Priority: optional Filename: pool/main/i/inxi/inxi_3.3.38-1-1~bpo12+1_all.deb Package: iotop-c Version: 1.30-1~bpo12+1 Installed-Size: 160 Maintainer: Boian Bonev Architecture: arm64 Replaces: iotop (<= 0.6-24-g733f3f8-1) Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6) Breaks: iotop (<= 0.6-24-g733f3f8-1) Size: 49036 SHA256: d6605df79f12113b4deb03f156a9c857136cc45571aef77ed8417a187da6779e SHA1: dd970d529310acb89bd03bddbafd7d736982800e MD5sum: f665b2c654b896b1b72eee03d6342295 Description: simple top-like I/O monitor (implemented in C) iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". . iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS config options on. . iotop-c is an alternative re-implementation of iotop in C, optimized for performance. Normally a monitoring tool intended to be used on a system under heavy stress should use the least additional resources as possible. Homepage: https://github.com/Tomas-M/iotop Section: admin Priority: optional Filename: pool/main/i/iotop-c/iotop-c_1.30-1~bpo12+1_arm64.deb Package: iproute2 Version: 6.15.0-1~bpo12+1 Installed-Size: 4209 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: iproute2-doc Provides: arpd Depends: debconf (>= 0.5) | debconf-2.0, libbpf1 (>= 1:0.6.0), libbsd0 (>= 0.0), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 3.1~), libtirpc3 (>= 1.0.2), libxtables12 (>= 1.6.0+snapshot20161117), libcap2-bin Suggests: python3:any Conflicts: arpd Breaks: iproute2-doc Size: 1041848 SHA256: f214060a84fd5a98a797f9e220a38e2d0224da1880b9ec2c910f56c4018f66c9 SHA1: 83ac23dab225bce53786018215506eeb13f90c38 MD5sum: b620ac31c394f84624aa6710d685ce07 Description: networking and traffic control tools The iproute2 suite is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Multi-Arch: foreign Homepage: https://wiki.linuxfoundation.org/networking/iproute2 Section: net Priority: important Filename: pool/main/i/iproute2/iproute2_6.15.0-1~bpo12+1_arm64.deb Package: iproute2-doc Source: iproute2 Version: 6.7.0-2~bpo12+1 Installed-Size: 53 Maintainer: Debian Kernel Team Architecture: all Size: 18640 SHA256: 944f6c4e606526be5a1979aceb2b61637518c290f77a266051f18dc50d9a996d SHA1: f184b4d022b48ef7c4b71acb13979939fbf10dfc MD5sum: b7e8175ba7e96b9bc94b22f1457f01c5 Description: networking and traffic control tools - documentation The iproute2 suite is a collection of utilities for networking and traffic control. . This package contains the documentation for iproute. Multi-Arch: foreign Homepage: https://wiki.linuxfoundation.org/networking/iproute2 Section: doc Priority: optional Filename: pool/main/i/iproute2/iproute2-doc_6.7.0-2~bpo12+1_all.deb Package: iptux Version: 0.9.4-1~bpo12+1 Installed-Size: 1444 Maintainer: Debian Chinese Team Architecture: arm64 Depends: libayatana-appindicator3-1 (>= 0.4.90), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.51.0), libgoogle-glog0v6 (>= 0.6.0), libgtk-3-0 (>= 3.21.5), libjsoncpp25 (>= 1.9.5), libpango-1.0-0 (>= 1.14.0), libsigc++-2.0-0v5 (>= 2.8.0), libstdc++6 (>= 11) Size: 420332 SHA256: 89ce7c740f398420a1feb9bac37fd5594c43fd6bd5903f67d6a0b586916d1ecf SHA1: c22f8ddf7238d212af481173d36f66888a29527f MD5sum: 50c3950d874e90976dc35941a2cba574 Description: Intranet communication tool for Linux iptux is an “IP Messenger” client for Linux. . It can: - auto-detect other clients on the intranet. - send message to other clients. - send file to other clients. . It is (supposedly) compatible with 飞鸽传书 (Feige) and 飞秋 (FeiQ) from China, and with the original “IP Messenger” clients from Japan as listed on http://ipmsg.org/ including g2ipmsg and xipmsg in Debian. Homepage: https://github.com/iptux-src/iptux Section: net Priority: optional Filename: pool/main/i/iptux/iptux_0.9.4-1~bpo12+1_arm64.deb Package: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 2726 Maintainer: Rhonda D'Vine Architecture: arm64 Provides: irssi-abi-46 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.61.2), libperl5.36 (>= 5.36.0), libssl3 (>= 3.0.0), libtinfo6 (>= 6), perl (>= 5.36.0-7), perlapi-5.36.0 Suggests: irssi-scripts Size: 1142424 SHA256: e14dedfa99ef471b6a803df84fddc2f2ef13650a2388bea9a032bd64d61ed551 SHA1: 7f7ac903c243d2b9e73c87bdc9484d9881023280 MD5sum: 4839bfb26585bf6d8bf1cda230134eef Description: terminal based IRC client Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support Homepage: https://irssi.org/ Section: net Priority: optional Filename: pool/main/i/irssi/irssi_1.4.5-1~bpo12+1_arm64.deb Package: irssi-dev Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 769 Maintainer: Rhonda D'Vine Architecture: arm64 Depends: irssi (= 1.4.5-1~bpo12+1) Size: 551860 SHA256: c671b0f0793a8f8def034a1bcf6ab1c357a10a1c9a032a4088a0b530c5e94e4e SHA1: 7edbcc9ef01a353ae07996014fac8bce68359a3c MD5sum: 46fc76fedd2aa2d00563afc4960063ad Description: terminal based IRC client - development files Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support . This package includes the development files for the irssi client. Homepage: https://irssi.org/ Section: net Priority: optional Filename: pool/main/i/irssi/irssi-dev_1.4.5-1~bpo12+1_arm64.deb Package: irssi-plugin-otr Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 580 Maintainer: Rhonda D'Vine Architecture: arm64 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.14.0), libotr5 (>= 4.0.0), irssi (= 1.4.5-1~bpo12+1) Size: 521464 SHA256: 90aa970f7ec75cfd2f41cee7d14d87a14af2e5666cf658f3d076ac52c685b658 SHA1: 9824356bc35b5ec8ba60e6098fcd1671cf758ec2 MD5sum: f428faf001db6161629373f82dc5f45a Description: Off-The-Record messaging plugin for Irssi This plugin adds Off-The-Record (OTR) messaging support to the Irssi IRC client. Although primarily designed for use with the BitlBee IRC2IM gateway, it works within any query window, provided that your conversation partner's IRC client supports OTR. . OTR allows you to have private conversations over IM by providing: * Encryption - no one else can read your instant messages. * Authentication - you are assured the correspondent is who you think it is. * Deniability - the messages you send do _not_ have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, _during_ a conversation, correspondents are assured the messages they see are authentic and unmodified. * Forward secrecy - if you lose control of your private keys, no previous conversation is compromised. Multi-Arch: same Homepage: https://irssi.org/ Section: net Priority: optional Filename: pool/main/i/irssi/irssi-plugin-otr_1.4.5-1~bpo12+1_arm64.deb Package: iwgtk Version: 0.9-1~bpo12+1 Installed-Size: 195 Maintainer: Mark Hindley Architecture: arm64 Depends: init-system-helpers (>= 1.52), libc6 (>= 2.34), libcairo2 (>= 1.14.0), libglib2.0-0 (>= 2.55.1), libgtk-4-1 (>= 4.6.0), libpango-1.0-0 (>= 1.14.0), libqrencode4 (>= 3.2.0), iwd (>= 1.29), adwaita-icon-theme Size: 42272 SHA256: 9aed1f4e517288cb904b1cd93d909ea9244f0cb0857c4fc0d69d141f7803875c SHA1: e53b5da502135549ce6bfd7201434901a21b690e MD5sum: c0d4b8fbf284b2258d62f73256444a62 Description: lightweight graphical frontend to iwd providing similar functionality to that of iwctl. . Features include viewing and connecting to available networks, managing known networks, provisioning new networks via WPS or Wi-Fi Easy Connect, and an indicator (tray) icon displaying connection status and signal strength. Homepage: https://github.com/J-Lentz/iwgtk Section: net Priority: optional Filename: pool/main/i/iwgtk/iwgtk_0.9-1~bpo12+1_arm64.deb Package: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 1553 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libstdc++6 (>= 11) Suggests: iperf Size: 934600 SHA256: 75702097b17e952a10fc53c48023cb986313a983f5f25482565f688f937642f7 SHA1: 4fb63fa2a0eec4213d733b8ad9ccfed12221ac7b MD5sum: 441672280e97d03f91625860bdf4c206 Description: high-quality system for audio network performances (cmdline) JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming. . You can use it between any combination of Linux and Mac OS X systems (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. . This package contains the minimal command line version of jacktrip. Homepage: https://github.com/jacktrip/jacktrip/ Section: sound Priority: optional Filename: pool/main/j/jacktrip/jacktrip_2.4.1+ds-1~bpo12+1_arm64.deb Package: jacktrip-gui Source: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 2215 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: qml6-module-qt5compat-graphicaleffects, qml6-module-qtqml-workerscript, qml6-module-qtquick-controls, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, qml6-module-qtwebchannel, qml6-module-qtwebengine, libc6 (>= 2.34), libgcc-s1 (>= 4.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.4.0), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6quickcontrols2-6 (>= 6.2.0), libqt6svg6 (>= 6.2.0), libqt6webchannel6 (>= 6.2.1), libqt6webenginecore6 (>= 6.3.0), libqt6webenginecore6-bin (>= 6.3.0), libqt6webenginequick6 (>= 6.2.2), libqt6websockets6 (>= 6.2.1), libqt6widgets6 (>= 6.3.0), librtaudio6 (>= 5.2.0~ds1), libstdc++6 (>= 11), qt6-websockets-abi (= 6.4.2) Suggests: audacity, iperf, qjackctl Size: 879652 SHA256: 43274b5b514ee7422abe8ff073202ac6932582a4261b2b2334703d2137588ca3 SHA1: 2d89cd930d562b03e414d16211d0083ec2e8bcad MD5sum: 6cf2e23395e2664e494e88d9c9987606 Description: high-quality system for audio network performances (GUI) JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming. . You can use it between any combination of Linux and Mac OS X systems (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. . This package contains the GUI version of jacktrip, which also includes RtAudio support. Homepage: https://github.com/jacktrip/jacktrip/ Section: sound Priority: optional Filename: pool/main/j/jacktrip/jacktrip-gui_2.4.1+ds-1~bpo12+1_arm64.deb Package: jdupes Version: 1.27.3-5~bpo12+1 Installed-Size: 175 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.34), libjodycode3 (>= 3.0.1) Size: 60812 SHA256: 736d523b3d0589938ab1494f168c84ac6ae429f5df8120a59b5d2a0ee4b119c3 SHA1: 7142039bdb7dc0ce8692264ef475343d05aaf6f9 MD5sum: 15763ac670e6bafdb0138693b8663cb2 Description: identify and delete or link duplicate files jdupes is a program based in fdupes. The main goal of jdupes is identify and taking actions upon duplicate files. In comparison with fdupes, jdupes is heavily modified from and improved. . The biggest reason to use jdupes is raw speed. In testing on various data sets, jdupes is over 7 times faster than fdupes-1.51 on average. . Code in jdupes is written with data loss avoidance as the highest priority. If a choice must be made between being aggressive or careful, the careful way is always chosen. . jdupes includes features that are not found in fdupes. Examples of such features include btrfs block-level deduplication and control over which file is kept when a match set is automatically deleted. jdupes is not afraid of dropping features of low value; a prime example is the -1 switch which outputs all matches in a set on one line, a feature which was found to be useless in real-world tests and therefore thrown out. . jdupes can convert duplicate files in hardlinks or relative softlinks. It is useful in several scenarios, as in Debian packaging, to create relative symlinks to lots of duplicate files (it will substitute rdfind + symlinks commands, used to same purpose, when solving lintian duplicate-files). . Packages build for Linux versions have support to btrfs filesystem. Multi-Arch: foreign Homepage: https://www.jdupes.com/ Section: utils Priority: optional Filename: pool/main/j/jdupes/jdupes_1.27.3-5~bpo12+1_arm64.deb Package: jmapviewer Version: 2.24+dfsg-1~bpo12+1 Installed-Size: 168 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.8) | java8-runtime Breaks: freeplane (<< 1.3.15-3~) Size: 135148 SHA256: e8af85446dc88ce4c85b0a62bd785b692ef55a235ec6e8c5c060fe9a6cdb719d SHA1: ca7db0fb364f6911020dbe1d76bb16a307bbb745 MD5sum: a53c492e437e36625ea29035697b0e77 Description: Java OpenStreetMap Tile Viewer JMapViewer is a Java Swing component for integrating OSM maps in to your Java application. JMapViewer allows you to set markers on the map or zoom to a specific location on the map. . This package includes both the library and a demo application. Homepage: https://wiki.openstreetmap.org/wiki/JMapViewer Section: utils Priority: optional Filename: pool/main/j/jmapviewer/jmapviewer_2.24+dfsg-1~bpo12+1_all.deb Package: jose-util Source: golang-github-go-jose-go-jose Version: 4.0.5-1~bpo12+1 Installed-Size: 3370 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 1109796 SHA256: 53908abce201a9cb88337617ab20de323afd6d934cd7a764478ab35638b3b505 SHA1: 092fd78dc0f0a021bb21f5b360fc12b32a9d5b6f MD5sum: f0ebf2405a710a2a8cd9ae6be00245fd Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (program) go-jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards. . The implementation follows the JSON Web Encryption (http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature (http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token (http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables of supported algorithms are shown below. The library supports both the compact and JWS/JWE JSON Serialization formats, and has optional support for multiple recipients. It also comes with a small command-line utility (jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for dealing with JOSE messages in a shell. . This package contains the `jose-util` command line tool. Homepage: https://github.com/go-jose/go-jose Built-Using: golang-1.23 (= 1.23.5-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1) Section: golang Priority: optional Filename: pool/main/g/golang-github-go-jose-go-jose/jose-util_4.0.5-1~bpo12+1_arm64.deb Package: josm Version: 0.0.svn19369+dfsg-1~bpo12+1 Installed-Size: 32115 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.11) | java11-runtime, fonts-noto, jmapviewer (>= 2.24), libgettext-commons-java (>= 0.9.6), proj-data Recommends: josm-l10n (= 0.0.svn19369+dfsg-1~bpo12+1), openjfx Conflicts: josm-plugins Size: 17758944 SHA256: 7110f16b9c447e395d9bb537c7a9380055fc651c7b670a850d91fe2995caf51f SHA1: d540df23c19e7d6396a6519f3cfe1a78712a6953 MD5sum: 2b342335702fc70237451ae37ee397ad Description: Editor for OpenStreetMap JOSM is an editor for OpenStreetMap (OSM) written in Java. The current version supports stand alone GPX tracks, GPX track data from OSM database and existing nodes, line segments and metadata tags from the OSM database. . OpenStreetMap is a project aimed squarely at creating and providing free geographic data such as street maps to anyone who wants them. The project was started because most maps you think of as free actually have legal or technical restrictions on their use, holding back people from using them in creative, productive or unexpected ways. Homepage: https://josm.openstreetmap.de Section: utils Priority: optional Filename: pool/main/j/josm/josm_0.0.svn19369+dfsg-1~bpo12+1_all.deb Package: josm-l10n Source: josm Version: 0.0.svn19369+dfsg-1~bpo12+1 Installed-Size: 10422 Maintainer: Debian GIS Project Architecture: all Size: 2292264 SHA256: 052c10b7456f12a35be5c23c767c880d2fa39aa3b57c593ae50187b1a247e836 SHA1: d9c7f49f6381684a07939d6c135e53731c6c6436 MD5sum: bf189a27deee8dab1016929121cdad94 Description: Editor for OpenStreetMap - translation files JOSM is an editor for OpenStreetMap (OSM) written in Java. The current version supports stand alone GPX tracks, GPX track data from OSM database and existing nodes, line segments and metadata tags from the OSM database. . OpenStreetMap is a project aimed squarely at creating and providing free geographic data such as street maps to anyone who wants them. The project was started because most maps you think of as free actually have legal or technical restrictions on their use, holding back people from using them in creative, productive or unexpected ways. . This package contains the translation files for JOSM. Homepage: https://josm.openstreetmap.de Section: localization Priority: optional Filename: pool/main/j/josm/josm-l10n_0.0.svn19369+dfsg-1~bpo12+1_all.deb Package: kcov Version: 43+dfsg-1~bpo12+1 Installed-Size: 1969 Maintainer: William Desportes Architecture: arm64 Depends: python3, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libdw1 (>= 0.127), libelf1 (>= 0.142), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 444472 SHA256: da332c480172ec8135d24bf17f1367b48459e3ea13d967780c216567e2dd19fc SHA1: 6b5e9342bf43d8ec1ef122a8fe4726958724a4b5 MD5sum: 5ec0d031feb3a734a6cc05ba6d20f46b Description: Code coverage analysis using DWARF debugging information Kcov is a code coverage tester based on bcov by Thomas Neumann. It allows collecting code coverage information from executables without special command-line arguments, and continuosly produces output from long-running applications. . Kcov, like Bcov, uses DWARF debugging information to make this possible. Homepage: https://simonkagstrom.github.io/kcov/ Built-Using: binutils (= 2.40-2) Section: devel Priority: optional Filename: pool/main/k/kcov/kcov_43+dfsg-1~bpo12+1_arm64.deb Package: keepass2 Version: 2.57+dfsg-1~bpo12+1 Installed-Size: 3447 Maintainer: Debian CLI Applications Team Architecture: all Depends: mono-runtime (>= 3.0~), libargon2-1 (>= 0~20171227), libgcrypt20 (>= 1.10.1), libmono-corlib4.5-cil (>= 5.18.0.240), libmono-system-drawing4.0-cil (>= 5.12.0.309), libmono-system-security4.0-cil (>= 5.18.0.240), libmono-system-windows-forms4.0-cil (>= 5.16.0.220), libmono-system-xml4.0-cil (>= 4.6.1.3), libmono-system4.0-cil (>= 5.18.0.240), libx11-6 (>= 2:1.6.0) Recommends: xsel Suggests: keepass2-doc, mono-dmcs, xdg-utils, xdotool Size: 1492704 SHA256: 75ecdc818e1e6735eed0bd986196ee5c7dbf2b26d3a0634e7563c4f0a06c356d SHA1: 83eb45e5e16b520255fd69750bfc2290bd76a208 MD5sum: 3cbdab4b4adf6278dc642219c7734254 Description: Password manager KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and mobile devices. You can store your passwords in highly-encrypted databases, which can only be unlocked with one master password and/or a key file. A database consists of only one file that can be transferred from one computer to another easily. KeePass can import data from various file formats. The password list can be exported to various formats, including TXT, HTML, XML and CSV files. Homepage: http://keepass.info/ Section: utils Priority: optional Filename: pool/main/k/keepass2/keepass2_2.57+dfsg-1~bpo12+1_all.deb Package: keepass2-doc Source: keepass2 Version: 2.57+dfsg-1~bpo12+1 Installed-Size: 1249 Maintainer: Debian CLI Applications Team Architecture: all Depends: keepass2 (= 2.57+dfsg-1~bpo12+1) Size: 676468 SHA256: 9f7c12d3f28fe1ec435d4db593adb8fbf945d84521cb49e451255bf49e49c666 SHA1: 60fd45ce19a95e079183d4968b5b02c773d771f1 MD5sum: 71c4c714e33501c223a4cd6d44fe7eb4 Description: Password manager - Documentation KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and mobile devices. You can store your passwords in highly-encrypted databases, which can only be unlocked with one master password and/or a key file. A database consists of only one file that can be transferred from one computer to another easily. KeePass can import data from various file formats. The password list can be exported to various formats, including TXT, HTML, XML and CSV files. . This package contains the documentation. Homepage: http://keepass.info/ Section: doc Priority: optional Filename: pool/main/k/keepass2/keepass2-doc_2.57+dfsg-1~bpo12+1_all.deb Package: kernel-wedge Version: 2.105~bpo12+1 Installed-Size: 70 Maintainer: Debian Install System Team Architecture: all Depends: debhelper, make Size: 20984 SHA256: dad2e38badad2aeb422034411ec1216d820bae5749116c016939b46a7978422c SHA1: 621af82adb004f77f7b6ce76ea8599031e5c018d MD5sum: c3aac48fd6dd8efc81e0a3aabbdcc5a5 Description: udeb package builder for Debian-Installer kernel-wedge splits udeb packages out of a kernel image deb. The udebs are used by the Debian-Installer. Multi-Arch: foreign Section: utils Priority: optional Filename: pool/main/k/kernel-wedge/kernel-wedge_2.105~bpo12+1_all.deb Package: kernelshark Source: kernelshark (2.2.1-1~bpo12+1) Version: 2.9.3+really2.2.1-1~bpo12+1 Installed-Size: 586 Maintainer: Sudip Mukherjee Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libkshark2 (>= 2.2.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 11), libtraceevent1 (>= 5.4), trace-cmd (>= 2.9.3), fonts-freefont-ttf, pkexec Size: 70624 SHA256: f21a7aafa558e03373adaca032b4a57fd38ffb1cbc13295c2e697f44dc13f98a SHA1: d154abe8fe228020d5b7a18c28ab80493ad88da5 MD5sum: 622d77fd575355f9ae5910ada6f69341 Description: Utilities for graphically analyzing function tracing in the kernel KernelShark is a front end reader of trace-cmd output. It reads a trace-cmd.dat formatted file and produces a graph and list view of the data. Homepage: https://kernelshark.org/ Section: devel Priority: optional Filename: pool/main/k/kernelshark/kernelshark_2.9.3+really2.2.1-1~bpo12+1_arm64.deb Package: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 144488 Maintainer: Debian Electronics Team Architecture: arm64 Depends: libngspice0, python3-wxgtk4.0 (>= 4.2.0+dfsg-1~), python3:any, libc6 (>= 2.35), libcairo2 (>= 1.14.0), libcurl4 (>= 7.16.2), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 4.5), libgit2-1.5 (>= 1.5.0), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglib2.0-0 (>= 2.49.3), libglu1-mesa | libglu1, libgtk-3-0 (>= 3.19.12), libharfbuzz0b (>= 0.9.38), libnng1 (>= 1.5.2), libocct-data-exchange-7.6 (>= 7.6.3+dfsg1), libocct-foundation-7.6 (>= 7.6.3+dfsg1), libocct-modeling-algorithms-7.6 (>= 7.6.3+dfsg1), libocct-modeling-data-7.6 (>= 7.6.3+dfsg1), libocct-ocaf-7.6 (>= 7.6.3+dfsg1), libodbc2 (>= 2.3.1), libprotobuf32 (>= 3.21.12), libpython3.11 (>= 3.11.0), libsecret-1-0 (>= 0.7), libstdc++6 (>= 12), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: kicad-demos (>= 9.0.0~), kicad-libraries (>= 9.0.0~), xsltproc Suggests: extra-xdg-menus, kicad-doc-ca | kicad-doc-de | kicad-doc-en | kicad-doc-es | kicad-doc-fr | kicad-doc-id | kicad-doc-it | kicad-doc-ja | kicad-doc-pl | kicad-doc-ru | kicad-doc-zh, kicad-packages3d Breaks: kicad-footprints (<< 9.0.0~), kicad-libraries (<< 9.0.0~), kicad-packages3d (<< 9.0.0~), kicad-symbols (<< 9.0.0~), kicad-templates (<< 9.0.0~) Size: 35387460 SHA256: 3c7003b46df159e6a2292aae25a45781c79d42b5ed0b3d5d1f8d2776fc8302a9 SHA1: 6fe4c0dcdfc9585fa236060647b7b2eba77c0647 MD5sum: 724817c192851a87df3165ff4354f371 Description: Electronic schematic and PCB design software Kicad is a suite of programs for the creation of printed circuit boards. It includes a schematic editor, a PCB layout tool, support tools and a 3D viewer to display a finished & fully populated PCB. . Kicad is made up of 5 main components: . * kicad - project manager * eeschema - schematic editor * pcbnew - PCB editor * gerbview - GERBER viewer * cvpcb - footprint selector for components . Libraries: * Both eeschema and pcbnew have library managers and editors for their components and footprints * You can easily create, edit, delete and exchange library items * Documentation files can be associated with components, footprints and key words, allowing a fast search by function * Very large libraries are available for schematic components and footprints * Most components have corresponding 3D models Homepage: https://www.kicad.org Section: electronics Priority: optional Filename: pool/main/k/kicad/kicad_9.0.2+dfsg-1~bpo12+1_arm64.deb Package: kicad-demos Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 175742 Maintainer: Debian Electronics Team Architecture: all Suggests: kicad (>= 9.0.0~) Size: 43643760 SHA256: dacbb33a2cc7689d78e43c14d89a366eb71d328654e168e2c8a9d54e037caee6 SHA1: 2fe5a58dd4c5250b4d7184648073022e2b1bbe44 MD5sum: 6a44d2f75b1979928e5ea55233646f9c Description: Demo projects for kicad The KiCad projects within this package are various typical small use cases which can be used for study or also for build own projects on top of these existing projects. . The projects included are on one side easy and simple projects with classical through hole mounted components with one or two layers but also rather more complex projects based on surface mounted devices (SMD) with multiple layers. Multi-Arch: foreign Homepage: https://www.kicad.org Section: electronics Priority: optional Filename: pool/main/k/kicad/kicad-demos_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ca Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 4752 Maintainer: Debian Electronics Team Architecture: all Size: 4057564 SHA256: e518ef7fdb0a202ac629740c5f22b97d647a7593f9088fa1d91e42e678f2f8ab SHA1: 82414b51c6c0cf803503ca7722f540ee9b743e55 MD5sum: b027a66fbb288a208183aa2cef1246e1 Description: Kicad help files (Catalan) This package provides various documentation files for KiCad in Catalan, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * GSIK - Getting Started in KiCad * KiCad - The main project editor Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-ca_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-de Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 36949 Maintainer: Debian Electronics Team Architecture: all Size: 31686276 SHA256: 91b063bda3351413dcbec1fbe1649b6c2a86a2e3cec0645be4abedecca3911f0 SHA1: b14ad19609a08462fa961944d4cba7d2b7372d5a MD5sum: e1d969baba856e7063e72439e8622ec9 Description: Kicad help files (German) This package provides various documentation files for KiCad in German, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-de_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-en Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 30469 Maintainer: Debian Electronics Team Architecture: all Size: 25769492 SHA256: aa896365a0e850e7784d979b70bc5faaad4298d775bda90f657976a5602683e7 SHA1: d66582dbebe62172feca4dd9b79affb61c60a4d2 MD5sum: 5ea65de3ba5b0661592a51c0229d214a Description: Kicad help files (English) This package provides various documentation files for KiCad in English, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-en_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-es Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 25839 Maintainer: Debian Electronics Team Architecture: all Size: 21741184 SHA256: ddd58838fed2cbf7b36f3f8b4b7bb413d1cb9dfd007c889f4c9122bb84ac215b SHA1: d1bf16c6ed7f6b474bb3c2cb3c9092e1210f0603 MD5sum: a3e984e670f4f51382e2985961a5adf3 Description: Kicad help files (Spanish) This package provides various documentation files for KiCad in Spanish, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-es_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-fr Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 28883 Maintainer: Debian Electronics Team Architecture: all Size: 24873520 SHA256: 862e678d081eb6e2e025b64c2c5b4057c8643dc5797395fe9619782d78d9be3d SHA1: 08a7615cc3faac9d4ac4015ed4f9f867255ee1f8 MD5sum: 80af93df33a0f36953f62c8bd66bf7b1 Description: Kicad help files (French) This package provides various documentation files for KiCad in French, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GSIK - Getting Started in KiCad * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-fr_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-id Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 13906 Maintainer: Debian Electronics Team Architecture: all Size: 11716036 SHA256: 77038ce26462e0d7e752a90ab4d6a1163d972cf10a88bcfcdc4dd4abbf1a4538 SHA1: 485046c1798cd05df3f5f8637ae9b35c767a1236 MD5sum: 9dd3f06b869aadd4f02cf3d1d1453be1 Description: Kicad help files (Indonesian) This package provides various documentation files for KiCad in Indonesian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * Eeschema - schematic capture editor * GSIK - Getting Started in KiCad * KiCad - The main project editor Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-id_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-it Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 34108 Maintainer: Debian Electronics Team Architecture: all Size: 29568604 SHA256: 1eb5d8b9c24ac2878cb653812f7b22a193954584ded6c1f32f039ee91e6a6b48 SHA1: 860e7b9f9421abd4c30dfac78d06978ffc98273e MD5sum: 81b05e5b07459b41c1dc99201ddc71b4 Description: Kicad help files (Italian) This package provides various documentation files for KiCad in Italian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-it_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ja Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 42341 Maintainer: Debian Electronics Team Architecture: all Size: 33638624 SHA256: fa0af0fee9b7e0620ca140d7218f3709512d8f731d5d1dbe700d98e431cc2028 SHA1: 0b3a84140e1f217aa02e0e8866fbad31787ff569 MD5sum: 6ee119f01d436e9ea63fdea3c87514e2 Description: Kicad help files (Japanese) This package provides various documentation files for KiCad in Japanese, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-ja_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-pl Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 33583 Maintainer: Debian Electronics Team Architecture: all Size: 28571416 SHA256: 4e1ddf7faeb4855c156bd573bca52fa01b98b86027f521720d187c1bbaf2c381 SHA1: 75b8d7e5a6463fea5d47ec84a3b86c21ca998740 MD5sum: 1d3b6a1f37a82ce7ebf8b0b6a2a64120 Description: Kicad help files (Polish) This package provides various documentation files for KiCad in Polish, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-pl_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ru Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 38648 Maintainer: Debian Electronics Team Architecture: all Size: 33756928 SHA256: ac163cf15929ae2e11da8bad9f5f8ecb0033c6a76313c0974b02161285815054 SHA1: a85767e16312540794e5221f843a188d39f2946d MD5sum: 0cb94d41e80d2909d1c48f1d379c6f7e Description: Kicad help files (Russian) This package provides various documentation files for KiCad in Russian, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-ru_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-doc-zh Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 34341 Maintainer: Debian Electronics Team Architecture: all Size: 29549212 SHA256: fde45cd3e7e5a72eeb91141df5093c756fc238e9864fa8332b38d9a709e006bc SHA1: ff8067f95f8ee08b43eb9b6669061a4c7cd238a1 MD5sum: bd4145e0753c777b5032df29fb437f8e Description: Kicad help files (Chinese) This package provides various documentation files for KiCad in German, like the EPUB and the PDF files and also the OnLine HTML documentation for: . * CvPcb - Component association of Footprints * Eeschema - schematic capture editor * GerbView - Gerber file viewer (RS 274 X format) * GSIK - Getting Started in KiCad * GUI Translation - HowTo Help to do GUI translation * IDF Exporter - Export tool for IDFv3 boards and libraries * KiCad - The main project editor * PcbCalculator - A tool for typical calculations while PCB designing * Pcbnew - The printed circuit board software tool * PlEditor - The layout editor for custom title block * Plugins - Introduction to the KiCad plugin system Multi-Arch: foreign Homepage: https://www.kicad.org Section: doc Priority: optional Filename: pool/main/k/kicad/kicad-doc-zh_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-footprints Version: 9.0.2-1~bpo12+1 Installed-Size: 155399 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~) Size: 6959508 SHA256: 0f555c3cb7091191c5ffd60d2be69cb16f767a8866801e6b5cfdd7f6f69cd19f SHA1: 6414f8c448ec045e54457be2f005c39d31aab578 MD5sum: 1545572fda6d6ed552cb9d50dab605e2 Description: Footprint symbols for KiCad's Pcbnew Pcbnew is a powerful printed circuit board software and part of the KiCad suite. Pcbnew manages libraries of footprints for components or other abstract elements. Each footprint is a drawing of the physical component including its land pattern (e.g. the layout of pads on the circuit board). . This package is providing footprints for Pcbnew usable with KiCad >= 9.0.0. Multi-Arch: foreign Homepage: https://kicad.github.io/footprints Section: electronics Priority: optional Filename: pool/main/k/kicad-footprints/kicad-footprints_9.0.2-1~bpo12+1_all.deb Package: kicad-libraries Source: kicad Version: 9.0.2+dfsg-1~bpo12+1 Installed-Size: 129 Maintainer: Debian Electronics Team Architecture: all Depends: kicad-footprints (>= 9.0.0~), kicad-symbols (>= 9.0.0~), kicad-templates (>= 9.0.0~) Suggests: kicad-packages3d (>= 9.0.0~) Size: 31900 SHA256: d57993b40933fed5dcb88c320318daeddb14c0b212a87217ada7a5c143d052d0 SHA1: d20b8d1c037c60334f4890c7532f4bdfee0aad85 MD5sum: fec22f1e445c3dbe8656ba4d7e993b6a Description: Virtual package providing common used libraries by kicad This package contains dependencies on the component libraries (schematics and footprints), and also on the templates that are used in KiCad. . If you prefer to control the installation of the dependent packages * kicad-footprint * kicad-symbols * kicad-templates you should not install kicad-libraries and install one or more of the above packages. . Note! 3D model libraries are not set as a dependency due the installation size of this package, if you want to use the 3D models you need to install kicad-packages3d separately. Multi-Arch: foreign Homepage: https://www.kicad.org Section: metapackages Priority: optional Filename: pool/main/k/kicad/kicad-libraries_9.0.2+dfsg-1~bpo12+1_all.deb Package: kicad-packages3d Version: 9.0.2-1~bpo12+1 Installed-Size: 4904352 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Size: 348342196 SHA256: d948934c92e81f72891b2abba3d2cdf1d371e62661e09a5e2a6be03a3dbbc75e SHA1: 14fceeb472ed9b0eff56800e5fdd1a2baf8f8a78 MD5sum: 8909e2b6bce1be76ff2a998a7ad33f88 Description: 3D models for 3D viewer in KiCad's Pcbnew and Footprint Editor Pcbnew is a powerful printed circuit board software and part of the KiCad suite. Like Pcbnew the Footprint Editor is also part of KiCad. The 3D models are provided as *.step and *.wrl files and intended to be rendered by the Pcbnew and Footprint 3D viewer or other MCAD software. . The STEP files (*.step) are used for integration with MCAD software packages (e.g. by openscad or freecad). The WRL files (*.wrl) are used for photo-realistic rendering using KiCad's raytracing rendering engine. . The 3D models of this package are completely optional and not really needed for developing of any PCB layout but they give the user a impressive possibility to see how the PCB or the Footprint would look like. . This package is providing 3D Models for Pcbnew and the footprint editor usable for KiCad >= 9.0.0. . Please note this package will use about 5.7GB of disk space! Ensure you have enough free space on your PC or Laptop before you install the package. Multi-Arch: foreign Homepage: https://kicad.github.io/packages3d Section: electronics Priority: optional Filename: pool/main/k/kicad-packages3d/kicad-packages3d_9.0.2-1~bpo12+1_all.deb Package: kicad-symbols Version: 9.0.2-1~bpo12+1 Installed-Size: 215647 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~) Size: 3041744 SHA256: fc9c7b37be0a55e55fb8839e4a63c1d99d0f53f41678362779bf8355dbca8272 SHA1: a94621be5ec4b570d86d4f23c7a8c4ad648d8635 MD5sum: 6a26e8ad5ec9266dded3c58f0c72c2c4 Description: Schematic symbols for KiCad's Eeschema Eeschema is a powerful schematic capture software distributed as part of KiCad which get it's great and powerful efficiency from the usage of prepared schematics for the various needed schematic symbols. . This package is providing this schematic symbols for Eeschema usable with KiCad >= 9.0.0. Multi-Arch: foreign Homepage: https://kicad.github.io/symbols Section: electronics Priority: optional Filename: pool/main/k/kicad-symbols/kicad-symbols_9.0.2-1~bpo12+1_all.deb Package: kicad-templates Version: 9.0.0-1~bpo12+1 Installed-Size: 5373 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Size: 2700888 SHA256: 3bccf2c5d81a119bb5682bfcf7879f2c798d9776518d07d7ea3fcd3572724b9a SHA1: 41ab27f601c69d5674f01afba4fc82751b6f6968 MD5sum: 8245b7b4865d4b223f0bc8158afd1403 Description: Project templates for KiCad KiCad is a cross platform and Open Source EDA (Electronics Design Automation) suite which can be used for the creation of electronic schematic diagrams and PCB artwork. KiCad can load project templates where users can base their own projects on. This can save much time while working on own PCBs. This package is providing various templates built by the KiCad Community e.g. for common single-board computers like: * Raspberry PI * BeagleBone * Arduino (Mega, Micro, Mini, Nano, Pro Mini, Uno R3) . But also for other typical use cases like for * ABS Plastic Hand Held/Instrument Enclosures from Hammond Manufactoring * API (Automated Processes Incorporated) Series 500 Compatible Board * Edgeberry Hardware Cartridge * Minnowboard MAX or Turbot SBC * STM32 Nucleo-64 Morpho * STM32F100 discovery board (Cortex-M3™ Microcontroller Board) * STM32H7xx DevEBox * TI Launchpad board . This package also contains some worksheet files which are useful in case a user wanted to create new templates for KiCad. Please have a look into the documentation (available by packages kicad-doc-*) how to create new templates. . This package is providing Projects usable with KiCad >= 9.0.0. Multi-Arch: foreign Homepage: https://gitlab.com/kicad/libraries/kicad-templates Section: electronics Priority: optional Filename: pool/main/k/kicad-templates/kicad-templates_9.0.0-1~bpo12+1_all.deb Package: ksmbd-tools Version: 3.5.2-2~bpo12+1 Installed-Size: 186 Maintainer: Alex Myczko Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.21) Conflicts: samba Size: 62160 SHA256: 97fbfd936fec0d3c2929b786c7ebc51c8dabbfc5ec70df5ceec79a804c0f7905 SHA1: 367d3c9f49ab3a75954600d6d3eed3349fe0c5e9 MD5sum: 012db8feffc5f3b649dd0825fe4cc5bc Description: cifsd kernel server userspace utilities This is an alternative implementation of the CIFS/SMB3 control utilities. The ksmbd part is focused on delivering speedy SMB3 file serving performance and also supporting features more implemented in kernel-space, like RDMA support for SMB Direct. KSMBD doesn't aim to be as comprehensive as well known Samba for CIFS/SMB support in user-space but is just focused on the performance and kernel feature angle. . The tools can either be used with the kernel module built separately or right from in the Linux kernel. Homepage: https://github.com/cifsd-team/ksmbd-tools Section: utils Priority: optional Filename: pool/main/k/ksmbd-tools/ksmbd-tools_3.5.2-2~bpo12+1_arm64.deb Package: ksuid Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 2235 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 675540 SHA256: 2cc628577cce0e0d4ef311cd10a87c1583ff97f6389166270db96b1623a3bfc1 SHA1: b8184fbd93ac2e51de904858a2150e4a37596c5c MD5sum: 359d06bff3a2b06724ea5b2501b0c4ed Description: K-Sortable Globally Unique IDs (program) ksuid is an efficient, comprehensive, battle-tested Go library for generating and parsing a specific kind of globally unique identifier called a *KSUID*. This library serves as its reference implementation. . This package comes with a command-line tool ksuid, useful for generating KSUIDs as well as inspecting the internal components of existing KSUIDs. Machine-friendly output is provided for scripting use cases. . What is a KSUID? . KSUID is for K-Sortable Unique IDentifier. It is a kind of globally unique identifier similar to a RFC 4122 UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic. . In short, running a set of KSUIDs through the UNIX sort command will result in a list ordered by generation time. . Why use KSUIDs? . There are numerous methods for generating unique identifiers, so why KSUID? . 1. Naturally ordered by generation time 2. Collision-free, coordination-free, dependency-free 3. Highly portable representations . See https://segment.com/blog/a-brief-history-of-the-uuid/ Homepage: https://github.com/segmentio/ksuid Built-Using: golang-1.19 (= 1.19.8-2) Section: utils Priority: optional Filename: pool/main/g/golang-github-segmentio-ksuid/ksuid_1.0.4-2~bpo12+1_arm64.deb Package: kupfer Version: 327+git20240901-1~bpo12+1 Installed-Size: 3389 Maintainer: Debian QA Group Architecture: all Depends: gir1.2-gtk-3.0, gir1.2-keybinder-3.0, python3-dbus, python3-gi-cairo, python3-xdg, python3:any Recommends: gir1.2-wnck-3.0, yelp Suggests: gir1.2-ayatanaappindicator3-0.1, python3-setproctitle Size: 623740 SHA256: b57cc4bd49fe186ce3f0fcafc37e0f906d4ee248632921729950f927ea9496ae SHA1: c8fc35b8b97eae6f7e0816f0202b5dd0b7bf8852 MD5sum: c195f9f7fa3ea4151a76caeb5175fad4 Description: fast and lightweight desktop summoner/launcher Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It can search and browse your files, launch desired applications and object you need in a quicker way. . Kupfer is written in Python 3 and has a flexible architecture based on plugins to extend its features. Homepage: https://kupferlauncher.github.io/ Section: utils Priority: optional Filename: pool/main/k/kupfer/kupfer_327+git20240901-1~bpo12+1_all.deb Package: langford-dkms Source: langford Version: 0.0.20130228-7~bpo12+1 Installed-Size: 72 Maintainer: Simon Richter Architecture: all Depends: dkms (>= 3.0.3-4~) Size: 13932 SHA256: 4712c0593664a3aedef74d99b8f42c185718e19830ced5fe1b047fcad610e02f SHA1: d8057e64e5744e7318c4ebda39a32f18566e3548 MD5sum: dbf36d7f914ea6b30ef2e007283a7dbf Description: Kernel drivers for the Per Vices Noctar IQ demodulator board This package contains the source code and build scripts for the driver required to use the "Noctar" (formerly "Phi") IQ demodulator board from Per Vices. . If you are unsure whether you need this package, then you don't. Homepage: http://www.pervices.com/ Section: kernel Priority: optional Filename: pool/main/l/langford/langford-dkms_0.0.20130228-7~bpo12+1_all.deb Package: langford-utils Source: langford Version: 0.0.20130228-7~bpo12+1 Installed-Size: 311 Maintainer: Simon Richter Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Recommends: langford-dkms Suggests: gnuradio Size: 17320 SHA256: aa8de27b876a7b79a805b4a76c1fb11487739fb529c7a059f870d9513c375204 SHA1: d42c38f6418a76941ed9998cdb6a3f9bda0e68aa MD5sum: 2028bc76f02d0419be61a7be67fd1504 Description: Control programs for the Per Vices Noctar IQ demodulator board These utilities can be used to set up low level functions in the "Noctar" (formerly "Phi") IQ demodulator board from Per Vices. . If you are unsure whether you need this package, then you don't. Homepage: http://www.pervices.com/ Section: electronics Priority: optional Filename: pool/main/l/langford/langford-utils_0.0.20130228-7~bpo12+1_arm64.deb Package: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-3.6 Size: 34068 SHA256: 695a1e02bb9d2e613be571c5ac6d4546e1ebe2c7387ac740912aa8c905fbc2d8 SHA1: 5424c68d5ec36adc99216e5e0317ea11d98ae91f MD5sum: 9753ee143cab4cc251d37a9d8eca7b27 Description: IDE for Free Pascal - SDK dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the metapackage pulling in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 118 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus Depends: lazarus-ide (>= 3.0+dfsg1-8~bpo12+1), lazarus-src-3.0 (>= 3.0+dfsg1-8~bpo12+1), lcl-3.0 (>= 3.0+dfsg1-8~bpo12+1) Recommends: fpc, fpc-source, lazarus-doc-3.0 Suggests: fp-docs, fp-utils Size: 34004 SHA256: 17fd96634028a9f7230b4775196be0aac7d1c8e809a3712a8350d817680ad596 SHA1: 6acbb902f741ea739db75de3053583f221a47e07 MD5sum: 39acd61f52e70dbe2ec9470439ffbf22 Description: IDE for Free Pascal - suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage pulls in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 119 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus Depends: lazarus-ide (>= 3.6+dfsg1-4~bpo12+1), lazarus-src-3.6 (>= 3.6+dfsg1-4~bpo12+1), lcl-3.6 (>= 3.6+dfsg1-4~bpo12+1) Recommends: fpc, fpc-source, lazarus-doc-3.6 Suggests: fp-docs, fp-utils Size: 34672 SHA256: 11a691170a48bc2c403c8b0af491e7aa178c623281e0f24b53beea20c1f677f3 SHA1: a5a3aa025428aac7418b13e6636e34c2dab7c174 MD5sum: 6a40ee20453a55df977e3be7e8d181c7 Description: IDE for Free Pascal - suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage pulls in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-doc Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-doc-3.6 Size: 34184 SHA256: 7199476f093921613ef2b23065a33da13d9045be7d02225c90fea86bbde48c57 SHA1: a0e22fd1f360cb510105be09bfa08b343272f146 MD5sum: fb70e36955e39e0a1698f54ea38e7192 Description: IDE for Free Pascal - documentation dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package pulling in the documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help for that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-doc-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 170339 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-doc Suggests: lazarus-ide-3.0 Size: 20737492 SHA256: 8d1d9dbb9f8e5fbe04069d243a38dfca83054515ba4b89ac5e3200e5d96c5994 SHA1: d52b9443318175c67352dfbdaa2a736083b0fc23 MD5sum: a375783cac468f8239e9d3b1406206ed Description: IDE for Free Pascal - documentation Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help of that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-doc-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 170478 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-doc Suggests: lazarus-ide-3.6 Size: 20779196 SHA256: d3e4e807327691791ad3e02518d8ec7ad75c3c7975b6c879d4e54ff4abe0a503 SHA1: 633aa1bbe7a3834a60f823d4f46ca2be886f0396 MD5sum: 8aebefdf29ca7cf882817e368e222a52 Description: IDE for Free Pascal - documentation Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help of that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.6 | lazarus-ide-qt5-3.6 Size: 34064 SHA256: 47f1fca0273f6015c1bbe463eeba624c527011dd9b60e84ecff702264d1779df SHA1: 3e5360410ed453aadd2e032bdf5c469b92889ef4 MD5sum: 19e6acdfc928a2b7b9b8eda56ff9eb45 Description: IDE for Free Pascal - dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always pulls in the latest available version of one of the flavors of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 45122 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide Depends: fp-compiler, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libx11-6 Recommends: fpc, gdb Suggests: fp-utils Size: 6549532 SHA256: 8b73d81330ac6a428aafe4d51d04470896ec46ce74265cd967e72f8960b5a23d SHA1: 19d17b5f7a2cf50a7687e5f30ec32b9183204839 MD5sum: d6ae784a882aee19f4e85968f54e23fd Description: IDE for Free Pascal - common IDE files Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the common files required to run Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lazarus-ide-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 44800 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide Depends: fp-compiler, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libx11-6 Recommends: fpc, gdb Suggests: fp-utils Size: 6526668 SHA256: d7a7ad407646bb6e8a8bb8a83645d58818cf1f6dad57862ef3bb354df7c0ec5e SHA1: e284e7bece794cd934a49fbfe94d132351243564 MD5sum: 3b2ee13fcd95738a9753a5961cecb13d Description: IDE for Free Pascal - common IDE files Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the common files required to run Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lazarus-ide-gtk2 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.6, lcl-gtk2 Size: 34088 SHA256: 4b104804add2d6f3cad67c3cce14c443a82b00168f3ab94ef1a44b62e9838218 SHA1: 165c6e0bc8edd752799b890b47a4211516f7c8f1 MD5sum: 377aa3256b5267c27abf4dd0f507b5f1 Description: IDE for Free Pascal - Last GTK+ version dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the GTK+ version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-gtk2_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 55100 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide, lazarus-ide-gtk-3.0, lazarus-ide-gtk2 Depends: lazarus-ide-3.0, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Recommends: gdb, lcl-3.0 Suggests: fp-utils Size: 10483568 SHA256: 0869d6e33455126074474c9c195adc92825517a6b36c401611eeb701b9fe43f5 SHA1: 6d3ccc81a1066c67dc700bd131cec05cf47c1cb8 MD5sum: ea0ffd5aad645eed17437f2042559e4d Description: IDE for Free Pascal - GTK+ version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the GTK+ version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-gtk2-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lazarus-ide-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 55100 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide, lazarus-ide-gtk-3.6, lazarus-ide-gtk2 Depends: lazarus-ide-3.6, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Recommends: gdb, lcl-3.6 Suggests: fp-utils Size: 10471084 SHA256: ffa06e3c9a33255c9c4b4795d4e5f0571b59ac0a8806182de6c2c6b392b57b5b SHA1: 6ff9eab658c1394ba4a54a5933aa7bdb342fc573 MD5sum: 82653b37613cf9c2dbf39bdee1a2d0e3 Description: IDE for Free Pascal - GTK+ version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the GTK+ version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-gtk2-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lazarus-ide-qt5 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-qt5-3.6, lcl-qt5 Size: 34108 SHA256: 0b94b1289730c9d16607a90fbac38d2db89d705dae7b83558776c8403bd879f7 SHA1: 697cf0f6024c21ce0b2d13f07cb057757188e3e2 MD5sum: 152da15a15e2e5890283ecde222fd6cf Description: IDE for Free Pascal - Last Qt version dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the placeholder package for the Qt version of the Lazarus IDE, which currently just depends on the GTK+ version. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-qt5_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 54698 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide, lazarus-ide-qt-3.0, lazarus-ide-qt5 Depends: lazarus-ide-3.0, libc6 (>= 2.34), libqt5pas1 (>= 2.6~beta-1), libx11-6 Recommends: gdb, lcl-3.0 Suggests: fp-utils Size: 10369232 SHA256: bd38354c89d30604575ea32881b216c640730ed220d3a44d202430d77890ead5 SHA1: bf44faac130b47808cacaae97b6eb49e4c2b3695 MD5sum: 60ec31e542d6f0083d0e67620712d92b Description: IDE for Free Pascal - Qt version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the Qt version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-qt5-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lazarus-ide-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 54697 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lazarus-ide, lazarus-ide-qt-3.6, lazarus-ide-qt5 Depends: lazarus-ide-3.6, libc6 (>= 2.34), libqt5pas1 (>= 2.6~beta-1), libx11-6 Recommends: gdb, lcl-3.6 Suggests: fp-utils Size: 10359840 SHA256: 1a5676a1ddf49aa2f1c152acad39ef43f39eb309bc462d952ad60deb60daff60 SHA1: 19ea68d8820231b4e2d9826a3a7eb50dcd691c5c MD5sum: 85676058af955a6033c259297214c88f Description: IDE for Free Pascal - Qt version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the Qt version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-qt5-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lazarus-src Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-src-3.6 Suggests: fonts-freefont-ttf Size: 34140 SHA256: b8c332c3f639064bcc347ef1ff9a0f9ca9a5ec8b7c3b5eaf6f794d299c9a7a69 SHA1: df9f58c83e09a47bf9bcceaf6013d577a7c2df91 MD5sum: 5e8a478d4a9e1a08f39b7a32f7a630f6 Description: IDE for Free Pascal - LCL source code dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the IDE code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-src-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 167158 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-src Suggests: lazarus-ide-3.0 Size: 22551628 SHA256: 04805690f4f16ca1ffe540f84f73f32970e1d23c7b984fe83e06c194a483117e SHA1: 5a98cffa4c183ea47bf6b4d6842044846a0fb4b2 MD5sum: da2ee32d0fb0665da704dc797038e163 Description: IDE for Free Pascal - LCL source code Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the latest version of the source code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-src-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 162889 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-src Suggests: lazarus-ide-3.6 Size: 21434508 SHA256: 15c941e0fc3bcb87ada95a97c5c48b1ec48dc0f2ae018b54abc7c4c8e8f419b1 SHA1: f234295d74eb72b75bdf84033ef52ea9153bd44c MD5sum: bcbeb1be9904eee8af8244c539a7c9bf Description: IDE for Free Pascal - LCL source code Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the latest version of the source code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lcl Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: lcl-3.6 Size: 34076 SHA256: c668e2c337826e085e16286fc4a6a5890480ec9da6ab503bf2b261a661144d9b SHA1: ba441cd0c507d68c35e72f7a167084d249eb6c68 MD5sum: aca6166024253925d12db260fc983a97 Description: Lazarus Components Library - LCL dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the metapackage installing the full LCL and components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl Depends: lcl-units-3.0, lcl-utils-3.0 Recommends: fpc, lazarus-src-3.0 Suggests: gdb Size: 33496 SHA256: ff6181fc525011b8ca17bd304b4db89567b04119b38e767ad7eb90f72cfd0464 SHA1: 15cce8e216db4beb059f2a523c27c4c24414a11e MD5sum: 0286c9e082022f5649ad45d442ae11f4 Description: Lazarus Components Library - LCL suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage installs the full LCL and components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl Depends: lcl-units-3.6, lcl-utils-3.6 Recommends: fpc, lazarus-src-3.6 Suggests: gdb Size: 34128 SHA256: eb72654d8d67c463780b9e20a70f1b5ce7cc5d033a4337d46178d44564eb10e5 SHA1: 7410244e4a0c01990f73eeafa74fa0c9f35b81f9 MD5sum: 616a07b50b637138ca8766a53fdd53f4 Description: Lazarus Components Library - LCL suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage installs the full LCL and components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-gtk2 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: lcl-gtk2-3.6 Size: 34108 SHA256: 6a86d1395baeec02e1a4b8f0577780c13630ae058579d414604d772df48bd33a SHA1: a19d5d8b6d7e3b81a78901d595a190838d174c03 MD5sum: 26aac928b176701893d583a8cde7cac6 Description: Lazarus Components Library - GTK+ backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing GTK+ applications. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-gtk2_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 129237 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-gtk, lcl-gtk2 Depends: fp-units-base, fp-units-fcl, fp-units-gtk2, fp-units-rtl, lcl-nogui-3.0, fpc-abi-3.2.2 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 14381608 SHA256: d309deee80deb3e505aa1560aca1abdac48150f94c237a307867fe26a0744d41 SHA1: 4b318481fd6cdbb3929d7b1912a0b2a67ba61d82 MD5sum: 149ee689518920757bc9edc4b5ef4d47 Description: Lazarus Components Library - GTK+ backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing GTK+ applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-gtk2-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 129278 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-gtk, lcl-gtk2 Depends: fp-units-base, fp-units-fcl, fp-units-gtk2, fp-units-rtl, lcl-nogui-3.6, fpc-abi-3.2.2 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 14386660 SHA256: eedfbf8a1556128c2890b703c14360d15ba7aae85b73f913b773fc1d9d6fec69 SHA1: 4302fad4999e0b08ee32556c7cdbdf523033abb9 MD5sum: fafe723eb9cebbcb638540e35a39ff9f Description: Lazarus Components Library - GTK+ backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing GTK+ applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-gtk2-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-nogui Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: lcl-nogui-3.6 Size: 34112 SHA256: a67601c96bbbfa2d5bb9a5b20f204aa27b87e6024e4de28764abdcb8cfdf52c1 SHA1: a337eee4a8920d9fa14f16d93e0f5fc212ce3a66 MD5sum: 6a4aeadd1677f0d200ba68c346706e08 Description: Lazarus Components Library - no GUI backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing non-graphical applications and command line tools. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-nogui_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-nogui-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 84232 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-nogui Depends: fp-units-base, fp-units-fcl, fp-units-rtl, fpc-abi-3.2.2 Recommends: fpc, lazarus-ide-3.0 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 8696184 SHA256: 37fe2c44c23f3feba35e3baeb3cd0cb449b2449215e71da57028ac8098ed3c66 SHA1: 97b8fd0153a61e2ddbc122542ec6a0cbceb82827 MD5sum: 52de47baa20fa26e3f7ca5b6b02c7f3f Description: Lazarus Components Library - no GUI backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing non-graphical applications and command line tools. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-nogui-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-nogui-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 84118 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-nogui Depends: fp-units-base, fp-units-fcl, fp-units-rtl, fpc-abi-3.2.2 Recommends: fpc, lazarus-ide-3.6 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 8713724 SHA256: 874a717ebacef0f68277dc906d08c2de5d090c7d16960e142566e59262ff08ff SHA1: 4ffec96cdd023b2a64c183eb30cbf3c458db5797 MD5sum: e8fa42036b90d33e92272c5d5b7a919c Description: Lazarus Components Library - no GUI backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing non-graphical applications and command line tools. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-nogui-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-qt5 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: lcl-qt5-3.6 Size: 34088 SHA256: 0e81c35f936c27021737e8f946b78c0ac86c48a1f8a78d90b32a635812730acb SHA1: 221e564a5b657dfe6f76f2217e733cd9e7b00691 MD5sum: 0239720a3557a633944220815b6b6394 Description: Lazarus Components Library - Qt backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing Qt applications. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-qt5_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 66601 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl-qt, lcl-qt5 Depends: fp-units-base, fp-units-fcl, fp-units-rtl, libqt5pas-dev, lcl-gtk2-3.0, lcl-nogui-3.0, fpc-abi-3.2.2 Suggests: gdb Size: 6984484 SHA256: cf670f21a468b4cff50f3b1a199a9227eb18f2196b8ea7064d4611806249e08d SHA1: fd990a33b4a2f9fad8b36b8556da46aded36d4c5 MD5sum: 633a51d08306666b54b742fda8e5dca6 Description: Lazarus Components Library - Qt backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing Qt applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-qt5-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 66610 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl-qt, lcl-qt5 Depends: fp-units-base, fp-units-fcl, fp-units-rtl, libqt5pas-dev, lcl-gtk2-3.6, lcl-nogui-3.6, fpc-abi-3.2.2 Suggests: gdb Size: 6989720 SHA256: 79575dc2856aad90446dec1d20d167097a1701633b6fdd410b07dd55a997fe49 SHA1: c519ce316af3b170e95b59b33b64096a47e52271 MD5sum: 2fb6cb2a01e4a5534cc94faa8fa1594f Description: Lazarus Components Library - Qt backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing Qt applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-qt5-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-units Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: lcl-units-3.6 Size: 34092 SHA256: ea3149ad67db4dad6e9fec2dbf9fbea0ad418f418cc70fc8e379e5c1d4f96164 SHA1: af16dd460486b4109d1a2ce7d4448dedf67b174b MD5sum: 53e1d37e624ea132f168aaa2cc1b6676 Description: Lazarus Components Library - backend independent components dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing common components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-units_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-units-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 184116 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Provides: lcl-units Depends: lcl-gtk2-3.0 (= 3.0+dfsg1-8~bpo12+1) | lcl-qt5-3.0 (= 3.0+dfsg1-8~bpo12+1), fpc-abi-3.2.2 Recommends: fpc Suggests: gdb Breaks: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Size: 19880192 SHA256: b257d83ef8ec76d6157aff211528c86b78ab6d9439ac29f17e9c27bd6ebf6e14 SHA1: 7397307cb6435f26a5d32f49aa2afdf78021e247 MD5sum: 7ec11820791b20b92f539a0e228fbd6d Description: Lazarus Components Library - backend independent components Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains common components of the LCL. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-units-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-units-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 184149 Maintainer: Pascal Packaging Team Architecture: arm64 Replaces: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Provides: lcl-units Depends: lcl-gtk2-3.6 (= 3.6+dfsg1-4~bpo12+1) | lcl-qt5-3.6 (= 3.6+dfsg1-4~bpo12+1), fpc-abi-3.2.2 Recommends: fpc Suggests: gdb Breaks: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Size: 19865548 SHA256: 0ed26b1742d8deaca12746c26750f0000c89a9150cba28ad4dcab00d186e8d63 SHA1: daa8904b92e560d3e3d16abe68c743c4d811f274 MD5sum: 45cc4a2e1a6542387a470ddc8a5e9365 Description: Lazarus Components Library - backend independent components Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains common components of the LCL. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-units-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: lcl-utils Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lcl-utils-3.6 Size: 34084 SHA256: 1b1879662e043f13776851fadd4ab5b74156c5647caf5c2156341ad350ce9706 SHA1: 631249a9197eda09d43bbc769af94b6a4003b3c5 MD5sum: 22e070d43f4fc6a07b6289b4442b3d40 Description: Lazarus Components Library - command line build tools dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package pulling in the command line tools to ease building LCL applications. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-utils_3.6+dfsg1-4~bpo12+1_all.deb Package: lcl-utils-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 30737 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.0, lcl-3.0 Size: 4474192 SHA256: 4f5c6c47a742253b54884b6912d1ebd63fdee57e3adf1971e13c164604a5742d SHA1: 9e21c0deeb4381141007f2b041982756a7778779 MD5sum: cb32c5677f2e28ee170a92cf6633345a Description: Lazarus Components Library - command line build tools Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains command line tools to ease building LCL based applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-utils-3.0_3.0+dfsg1-8~bpo12+1_arm64.deb Package: lcl-utils-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 30672 Maintainer: Pascal Packaging Team Architecture: arm64 Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.6, lcl-3.6 Size: 4456128 SHA256: cbe7121988917201ff2fbe85c95f91d840fbb2a99b59f2432d05bb4ff76fd80c SHA1: e7464abaa1f2c646fb54f04b6a60529c32d2bf99 MD5sum: dad282b818cdb83900a0487d57507168 Description: Lazarus Components Library - command line build tools Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains command line tools to ease building LCL based applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-utils-3.6_3.6+dfsg1-4~bpo12+1_arm64.deb Package: ldb-tools Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 551 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libldb2 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213) Size: 68280 SHA256: 5a8ef263175c10a08b42c744f8eea47a4e7b144ab9347369662fa0fa5c40bfbb SHA1: 9f1db87b03669e5a6aa5034ffd0e852d49fd4d46 MD5sum: b2f1c39089cb187f6b43b909e166a261 Description: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries Homepage: https://www.samba.org Section: utils Priority: optional Filename: pool/main/s/samba/ldb-tools_2.11.0+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 188 Maintainer: Debian Perl Group Architecture: all Provides: openid-connect-provider, openid-connect-relying-party, saml-identity-provider, saml-service-provider Depends: lemonldap-ng-handler (= 2.21.0+ds-2~bpo12+1), liblemonldap-ng-manager-perl (= 2.21.0+ds-2~bpo12+1), liblemonldap-ng-portal-perl (= 2.21.0+ds-2~bpo12+1) Size: 89880 SHA256: a091206258d79c298b356cd94008d160540b98d337a60db752557e65465345fe SHA1: a24e2b6a32fdc4a0c7d6eff342d5b164c621d65e MD5sum: f3ceb0eebcd16d7a136e0873f083f475 Description: OpenID-Connect, CAS and SAML compatible Web-SSO system Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package is a metapackage that install handler, manager and portal. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng_2.21.0+ds-2~bpo12+1_all.deb Package: lemonldap-ng-doc Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 16755 Maintainer: Debian Perl Group Architecture: all Size: 6067792 SHA256: 1319d65394fe60d6194bdc18c10dc96fc14da261ad4581b0be698a538748a4b8 SHA1: 0cc0bb6a19332898e8c8f57cb295565ad4e7ecaf MD5sum: c9e81f122ad732ed396df72db26c90cc Description: Lemonldap::NG Web-SSO system documentation Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package contains html documentation. Multi-Arch: foreign Homepage: https://lemonldap-ng.org/ Section: doc Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-doc_2.21.0+ds-2~bpo12+1_all.deb Package: lemonldap-ng-fastcgi-server Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 214 Maintainer: Debian Perl Group Architecture: all Depends: libfcgi-perl, libfcgi-procmanager-perl, liblemonldap-ng-handler-perl (= 2.21.0+ds-2~bpo12+1), libplack-perl, perl:any Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libhttp-parser-xs-perl, libnginx-mod-http-lua, nginx-extras | nginx Size: 96996 SHA256: dab7789d7b8debf0dd35a340d9c1afd553a74d5e8d1c4908b6179f0ae3b2fed1 SHA1: 7a15d562cf9de150a7f3a1a81bc16b9c3160ce06 MD5sum: 91be073dddd93bb2b98f1edfa345aaa5 Description: Lemonldap::NG FastCGI server Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG FastCGI server provides a Nginx auth_request server that handles also LLNG Portal and Manager. Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-fastcgi-server_2.21.0+ds-2~bpo12+1_all.deb Package: lemonldap-ng-handler Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 250 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.21.0+ds-2~bpo12+1) Recommends: lemonldap-ng-fastcgi-server (= 2.21.0+ds-2~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.21.0+ds-2~bpo12+1) | libapache2-mod-perl2 Suggests: libcache-memcached-perl, libdigest-hmac-perl, libsoap-lite-perl Size: 98864 SHA256: b2255e04dd1fca46f6366783d63498a46864342aab98587f0fb4f44f2224cb9b SHA1: 23007a1e22b0d5c50141c7608de7aae115ead7de MD5sum: 9b0ae2f8759d2fc1a140b10ccfcee1b6 Description: Lemonldap::NG handler part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package provides configuration files for Apache and Nginx used to protect web areas. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-handler_2.21.0+ds-2~bpo12+1_all.deb Package: lemonldap-ng-uwsgi-app Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 181 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.21.0+ds-2~bpo12+1) Recommends: libhttp-parser-xs-perl, uwsgi-plugin-psgi Suggests: nginx-extras | nginx Size: 88180 SHA256: 00e7cbf224030b953f955f9eb2e99e6ec8a37f3f4fd23d893cac6b13b448a1d2 SHA1: a6b517d2ebef389303f243dbde00e9d4bf7d3e42 MD5sum: 29e95aee9f9b1c36057a9ea0e6bc7ece Description: Lemonldap::NG uWSGI server Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorization are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG uWSGI server provides a replacement to Lemonldap::NG FastCGI server, using uWSGI instead of Plack FCGI. Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-uwsgi-app_2.21.0+ds-2~bpo12+1_all.deb Package: lgogdownloader Version: 3.15-1~bpo12+1 Installed-Size: 1111 Maintainer: Debian Games Team Architecture: arm64 Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libqt6webenginecore6 (>= 6.2.2), libqt6webenginecore6-bin (>= 6.2.2), libqt6webenginewidgets6 (>= 6.2.2), libqt6widgets6 (>= 6.1.2), librhash0 (>= 1.2.6), libstdc++6 (>= 11), libtidy5deb1 (>= 1:5.2.0), libtinyxml2-9 (>= 8.0.0) Size: 332884 SHA256: d06a5a5e46434b98778a5a9de37c3de872c70521300e8a08ac0d91a04c99a685 SHA1: ebf4f8310cf79a3304a242e2a7871d6bed63a2cc MD5sum: e8686427f3b41a34d63fde9fda1a95db Description: downloader for GOG.com files lgogdownloader is a client for the GOG.com download API, allowing simple downloads and updates of games and other files from GOG.com. . This package is only useful if you own games on GOG.com. There are a few free-as-in-beer games available for Linux, but the DFSG-free games available on GOG.com are not provided for Linux and are available in Debian anyway (lure-of-the-temptress, beneath-a-steel-sky, flight-of-the-amazon-queen). Multi-Arch: foreign Homepage: https://sites.google.com/site/gogdownloader/ Section: web Priority: optional Filename: pool/main/l/lgogdownloader/lgogdownloader_3.15-1~bpo12+1_arm64.deb Package: libanyevent-xspromises-perl Version: 0.005-2~bpo12+1 Installed-Size: 101 Maintainer: Debian Perl Group Architecture: arm64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libanyevent-perl Size: 16220 SHA256: 88dd0bc47184475991b95201c599def5ef5156d5d8a848ef557baaa3f82f7248 SHA1: 8e25dc1bf30625f5ecde50dcd77c74a2e2c2a1b7 MD5sum: 18eec598e22b39023cf6d8a19f8b6c65 Description: Another Promises library, implemented in XS for performance AnyEvent::XSPromises provides a Promises interface, written in XS for performance, conforming to the Promises/A+ specification. Homepage: https://metacpan.org/release/AnyEvent-XSPromises Section: perl Priority: optional Filename: pool/main/liba/libanyevent-xspromises-perl/libanyevent-xspromises-perl_0.005-2~bpo12+1_arm64.deb Package: libapache-session-browseable-perl Version: 1.3.16-1~bpo12+1 Installed-Size: 186 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libapache-session-perl, libjson-perl Suggests: libdbd-cassandra-perl, libdbi-perl, libnet-ldap-perl, libredis-fast-perl | libredis-perl Size: 62644 SHA256: 61659254e8066d68d0b534e78b015282f52672750cef9c79cdb674599946df89 SHA1: 9ea368c582621126c91bc9ba392566d6dfdcb1e9 MD5sum: edca6d12fd34b4b09dc8100eca4fb64a Description: module adding index and search methods to Apache::Session Apache::Session::Browseable provides some class methods to manipulate all sessions and add the capability to index some fields to make research faster. . This module is recommended as session backend for LemonLDAP::NG. Multi-Arch: foreign Homepage: https://metacpan.org/release/Apache-Session-Browseable Section: perl Priority: optional Filename: pool/main/liba/libapache-session-browseable-perl/libapache-session-browseable-perl_1.3.16-1~bpo12+1_all.deb Package: libapache2-mod-apreq2 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 131 Maintainer: Debian QA Group Architecture: arm64 Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.17), apache2-api-20120211, apache2-bin (>= 2.4.16) Size: 26036 SHA256: d987c310a305ce438dbc87436838098ce24c82d486a0f94b0a86e9070722017b SHA1: 0197ce8777a7be1679819b5068f4bfcbd8edd17a MD5sum: 5f2ca1451d59908f75776d90c4023ad4 Description: generic Apache request library - Apache module The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Apache module itself. Homepage: https://httpd.apache.org/apreq/ Section: httpd Priority: optional Filename: pool/main/liba/libapreq2/libapache2-mod-apreq2_2.17-3~bpo12+1_arm64.deb Package: libapache2-mod-mapcache Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 140 Maintainer: Debian GIS Project Architecture: arm64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.17), libmapcache1 (>= 1.14.0), apache2-api-20120211, apache2-bin (>= 2.4.16) Size: 23972 SHA256: e37dcb5e81032eceb7833b903bc8ea771ea7f08723209171efee4fae03805440 SHA1: d88bd901968c8300eea96b21d698e1f6035ccba4 MD5sum: d5ac874acf4cb6966445b640c5e2af6e Description: tile caching server - Apache module This is the MapCache module for the Apache web server implementing OGC web services. An alternative mapcache FastCGI program is available in mapcache-cgi. . MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. Homepage: http://www.mapserver.org/mapcache/ Section: httpd Priority: optional Filename: pool/main/m/mapcache/libapache2-mod-mapcache_1.14.1-1~bpo12+1_arm64.deb Package: libapache2-mod-qos Version: 11.74-1~bpo12+1 Installed-Size: 1128 Maintainer: Debian QA Group Architecture: arm64 Depends: libapr1 (>= 1.3.2), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libpng16-16 (>= 1.6.2-1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), apache2-api-20120211, apache2-bin (>= 2.4.16) Size: 218928 SHA256: 670391e3163e589f66a9c1b12359dc7ef8db66e37d7eb3bc5d441e778ce77a4a SHA1: 6872a4b97f0b0c2bebb854df3611cdd8ff1827e2 MD5sum: db72084aeda1ec5dd0235c053c391383 Description: quality of service module for the apache2 This is a quality of service module (QoS) for the Apache web server implementing control mechanisms that can provide different priority to different HTTP requests. . It may be used to determine which requests should be served and which shouldn't in order to avoid resource oversubscription. The module collects different attributes such as the request URL, HTTP request and response headers, the IP source address, the HTTP response code, history data (user session and on per source IP address basis), the number of concurrent requests to the server (total or requests having similar attributes), the number of concurrent TCP connections (total or from a single source IP), and so forth. . Counteractive measures to enforce the defined rules are: request blocking, dynamic timeout adjustment, request delay, response throttling, and dropping of TCP connections. Homepage: http://mod-qos.sourceforge.net/ Section: httpd Priority: optional Filename: pool/main/liba/libapache2-mod-qos/libapache2-mod-qos_11.74-1~bpo12+1_arm64.deb Package: libapache2-mod-r-base Source: rapache Version: 1.2.10-1~bpo12+1 Installed-Size: 157 Maintainer: Debian R Packages Maintainers Architecture: arm64 Depends: r-base-core, apache2-api-20120211, apache2-bin (>= 2.4.16), libapreq2-3 (>= 2.13-2), libc6 (>= 2.17) Size: 28136 SHA256: 59e59c03f182535ca140d9c0b2b5ffa9211b655419cb162fff5694701126d6ec SHA1: 1952c871871c551bd510fbccbc65fb5f9697a563 MD5sum: 094f2ad5486c53519f2819dfedfd8fe5 Description: server-side R integration with Apache 2 This package provides the R module that adds support for embedding the R interpreter inside Apache 2 webserver. Homepage: https://jeffreyhorner.github.io/rapache Section: httpd Priority: optional Filename: pool/main/r/rapache/libapache2-mod-r-base_1.2.10-1~bpo12+1_arm64.deb Package: libapache2-request-perl Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 672 Maintainer: Debian QA Group Architecture: arm64 Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapache2-mod-apreq2 (= 2.17-3~bpo12+1), libapache2-mod-perl2, perl (>= 5.36.0-7), perlapi-5.36.0, libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.17) Size: 62856 SHA256: 07842cd5642a4a93acc8a226bd26a9bf16c068d14206a8128f7ddb412b411027 SHA1: 1901083acd609106dbfd0afaffff8f9176844302 MD5sum: 19c142555bffec44967f819720ae653e Description: generic Apache request library - Perl modules The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Perl bindings, which are simply a thin XS layer on top of libapreq, making them a lighter and faster alternative to CGI.pm and CGI::Cookie. Homepage: https://httpd.apache.org/apreq/ Section: perl Priority: optional Filename: pool/main/liba/libapreq2/libapache2-request-perl_2.17-3~bpo12+1_arm64.deb Package: libapreq2-3 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 97 Maintainer: Debian QA Group Architecture: arm64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.17) Recommends: libapache2-mod-apreq2 Size: 38460 SHA256: 19d125e8b310d47e697f09d855c92c03efbf551e23e057c4c65faf84c0924c78 SHA1: b4b2c137b27def005b1ce8b4d24516fcbcea5553 MD5sum: 9d763198d72186176c0dafa1a1fafcaf Description: generic Apache request library The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the main library. Homepage: https://httpd.apache.org/apreq/ Section: libs Priority: optional Filename: pool/main/liba/libapreq2/libapreq2-3_2.17-3~bpo12+1_arm64.deb Package: libapreq2-dev Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 215 Maintainer: Debian QA Group Architecture: arm64 Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1-dev Recommends: libapreq2-doc Size: 58136 SHA256: 85b7e5fe5c0136c88e342451132f2a0e321d2bad9c2e2cec7d52b6ed406db549 SHA1: 083467a0486569c568d5bc83ffa4b83ddab800c9 MD5sum: 96911b8fd02b81a6c3f0e231e73e0503 Description: generic Apache request library - development files The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the development library and C headers required for compiling programs against the library. Homepage: https://httpd.apache.org/apreq/ Section: libdevel Priority: optional Filename: pool/main/liba/libapreq2/libapreq2-dev_2.17-3~bpo12+1_arm64.deb Package: libapreq2-doc Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 1229 Maintainer: Debian QA Group Architecture: all Recommends: libapreq2-dev Size: 199444 SHA256: 3b9905ea4c0a677ec0469de282ce579ec9380af4ca15f0be0a40daeec59da4cc SHA1: 9183cc5d8a9b26436f0d648bfd9f002b9d1be481 MD5sum: e27f6af8f03ab0e1d80e9619127e0f75 Description: generic Apache request library - documentation The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the programming documentation for the library. Homepage: https://httpd.apache.org/apreq/ Section: doc Priority: optional Filename: pool/main/liba/libapreq2/libapreq2-doc_2.17-3~bpo12+1_all.deb Package: libaqbanking-data Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 5221 Maintainer: Micha Lenk Architecture: all Recommends: libaqbanking44 Size: 402584 SHA256: c9705f98c35f3cb1b3556bb77264d12e3bb33d0a5d664d8e285a4c7ee7cd24f7 SHA1: 0cbd5ceb5d720d2153f51d11b039713deb5e56b6 MD5sum: c69ef872eac989d67e35bf1c9b98070b Description: configuration files for libaqbanking AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains data files for AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-data_6.6.0-1~bpo12+1_all.deb Package: libaqbanking-dev Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 320 Maintainer: Micha Lenk Architecture: arm64 Depends: libaqbanking44 (= 6.6.0-1~bpo12+1), libgwenhywfar-core-dev Size: 47228 SHA256: 55c1e5483f5df05300530f307074c3927bfb307b0008805440385816626662ce SHA1: 9d78f3df2efbd2bf635e8b61105b65e769ca1da7 MD5sum: 67657696d3bbcfeb3b2557d8242bf723 Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains the development files for AqBanking. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libdevel Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-dev_6.6.0-1~bpo12+1_arm64.deb Package: libaqbanking44 Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 2519 Maintainer: Micha Lenk Architecture: arm64 Depends: libc6 (>= 2.33), libgmp10 (>= 2:6.2.1+dfsg1), libgwenhywfar79 (>= 5.11.2), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.31), zlib1g (>= 1:1.1.4), libaqbanking-data (>= 6.6.0-1~bpo12+1) Suggests: aqbanking-tools Size: 624604 SHA256: c3e142103ef7e123f6fdaf773a72646143f449dd1d8649700ddf6a7cc6b2f7ef SHA1: 44e3ed08d87fc05866aa33afdcefcaf7f32c3b12 MD5sum: 33da439186bae9d74a26b47008a37aec Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking44_6.6.0-1~bpo12+1_arm64.deb Package: libasm-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 117 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libasm1 (= 0.192-4~bpo12+1), libelf-dev Conflicts: libasm0-dev, libelfsh0-dev Size: 31560 SHA256: da32caa6dde0bd64a61bd64b596f49757fc92e6cb4e148343e79dd8f8bbf3e3d SHA1: 22c5c0d9d5496279aa6f37bcda3edbb6e0c2c7d2 MD5sum: 5fddd3e0b4981719a0135fb68f5c4e06 Description: libasm development libraries and header files libasm1 allows you to create ELF files on a low level. . This package contains development libraries and header files for libasm1. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libdevel Priority: optional Filename: pool/main/e/elfutils/libasm-dev_0.192-4~bpo12+1_arm64.deb Package: libasm1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 103 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libdw1 (= 0.192-4~bpo12+1), libelf1 (= 0.192-4~bpo12+1) Size: 27964 SHA256: 8246088342305a8e4867303272a4aa9359e987984124f8773de0f311064bb2fe SHA1: 7e7286c7527d3eaf7e9a7263698b6d3fc1189429 MD5sum: b4b02ac3f46c63a4e9b0b39da7906272 Description: library with a programmable assembler interface The libasm1 package provides a library with a programmable assembler interface. It allows you to create ELF files on a low level. . This library is part of elfutils. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libs Priority: optional Filename: pool/main/e/elfutils/libasm1_0.192-4~bpo12+1_arm64.deb Package: libatk-adaptor Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 110 Maintainer: Debian Accessibility Team Architecture: arm64 Replaces: at-spi Provides: at-spi Depends: libatk-bridge2.0-0 (= 2.56.2-1~bpo12+1), libglib2.0-0 (>= 2.62) Conflicts: at-spi Size: 11752 SHA256: 8c7b4e5c48aa11653e7aec63750502cfb86b2a388f5b920a264546923d337587 SHA1: a70bd5d2e8c253d2fa0ab4a81d6bd7bf8b10f9bb MD5sum: 2d58fd22bd4231865be63d95fe16809c Description: AT-SPI 2 toolkit bridge This package includes a gtk-module that bridges ATK to the new D-Bus based AT-SPI. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: misc Priority: optional Filename: pool/main/a/at-spi2-core/libatk-adaptor_2.56.2-1~bpo12+1_arm64.deb Package: libatk-bridge2.0-0 Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 300 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libatk1.0-0 (= 2.56.2-1~bpo12+1), libatspi2.0-0 (= 2.56.2-1~bpo12+1), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62) Size: 64768 SHA256: 02b9b9c45715cccfe0517b0e9de20354fac58bd7ad3e7847f1a09b8847e44b1e SHA1: 82e359f5244a592fda8a1c3c137050fd16a8ed27 MD5sum: 83bc4e3a1dcc9f4fabaa406734058ca6 Description: AT-SPI 2 toolkit bridge - shared library This package contains the ATK bridge shared library. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libs Priority: optional Filename: pool/main/a/at-spi2-core/libatk-bridge2.0-0_2.56.2-1~bpo12+1_arm64.deb Package: libatk-bridge2.0-dev Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 34 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libatk-bridge2.0-0 (= 2.56.2-1~bpo12+1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev (= 2.56.2-1~bpo12+1) Size: 10128 SHA256: a7399d0b1c65be6f394136b97037a28d6af6fcb18869342dae5820b041818f0f SHA1: 28e1feb22d7f63c0a0c6e7f1e1ecbb05a1d59479 MD5sum: 0fe47a1b94f8872f0f45d0fd7c489104 Description: Development files for the AT-SPI 2 toolkit bridge These are the development files for libatk-bridge2.0, needed for compilation of programs which use it. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libdevel Priority: optional Filename: pool/main/a/at-spi2-core/libatk-bridge2.0-dev_2.56.2-1~bpo12+1_arm64.deb Package: libatk1.0-0 Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 238 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.62), at-spi2-common Size: 50188 SHA256: 5f10d766feedb75d29179aaf33bd32fe84205c9f8a323cfaf637ad8f140280e5 SHA1: 0b2d83c1d0ba7cbac3719383b87f450c04830b5a MD5sum: 1234994056923d10782bc4a5864afcee Description: ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libs Priority: optional Filename: pool/main/a/at-spi2-core/libatk1.0-0_2.56.2-1~bpo12+1_arm64.deb Package: libatk1.0-dev Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 1346 Maintainer: Debian Accessibility Team Architecture: arm64 Replaces: gir-repository-dev Depends: libatk1.0-0 (= 2.56.2-1~bpo12+1), gir1.2-atk-1.0 (= 2.56.2-1~bpo12+1), pkgconf, libglib2.0-dev Size: 105340 SHA256: 866b9bce34a8467e94df85047ceddfcd6b4c6fb4dcd58efe6f08322d4a1225e6 SHA1: 4a23d399d0440a99f2b7b9a7759a39583d63714e MD5sum: 0b1386417a0824784d1304b5a5fb7919 Description: Development files for the ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . These are the development files for ATK, needed for compilation of programs or toolkits which use it. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libdevel Priority: optional Filename: pool/main/a/at-spi2-core/libatk1.0-dev_2.56.2-1~bpo12+1_arm64.deb Package: libatk1.0-doc Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 4918 Maintainer: Debian Accessibility Team Architecture: all Suggests: libglib2.0-doc, libgtk-3-doc, devhelp Size: 202864 SHA256: 06829f6bedfe550d69320514d47420b24a43808f231f0cbc63c1f48da8ec6c4b SHA1: 0fbcdf919065f83aa449e7cb047fb6b36280cbfb MD5sum: 47d157b1bba34f963b541267cccf69c2 Description: Documentation files for the ATK toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the HTML documentation for the ATK library in /usr/share/doc/libatk1.0-doc/ . Multi-Arch: foreign Homepage: https://wiki.gnome.org/Accessibility Section: doc Priority: optional Filename: pool/main/a/at-spi2-core/libatk1.0-doc_2.56.2-1~bpo12+1_all.deb Package: libatspi2.0-0 Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 291 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4) Recommends: at-spi2-core (= 2.56.2-1~bpo12+1) Size: 76596 SHA256: d94a97466bf7808ca9cf441e54aea8707628aec04f0354929cd4f04a51c1af8b SHA1: 08039bb471fad28f4360d9ebc00732e764f4dd6b MD5sum: 694ce2a98236ea0606de84150ffdff81 Description: Assistive Technology Service Provider Interface - shared library This package contains the shared library for applications that wish to use the at-spi interface. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libs Priority: optional Filename: pool/main/a/at-spi2-core/libatspi2.0-0_2.56.2-1~bpo12+1_arm64.deb Package: libatspi2.0-dev Source: at-spi2-core Version: 2.56.2-1~bpo12+1 Installed-Size: 868 Maintainer: Debian Accessibility Team Architecture: arm64 Replaces: gir-repository-dev Depends: gir1.2-atspi-2.0 (= 2.56.2-1~bpo12+1), libatspi2.0-0 (= 2.56.2-1~bpo12+1), libglib2.0-dev, libdbus-1-dev, libxtst-dev Size: 83548 SHA256: b9cadfd98fb025bda37f037d7b0c809f3be099f2ae0c2b3e359c504364a9e98b SHA1: dfd55d3717cb240762509b2dfbfa580261a46a30 MD5sum: 4e0caf5aef764348e6b65d8c2609cf5c Description: Development files for the assistive technology service provider These are the development files for at-spi2, needed for compilation of programs which use it. Multi-Arch: same Homepage: https://wiki.gnome.org/Accessibility Section: libdevel Priority: optional Filename: pool/main/a/at-spi2-core/libatspi2.0-dev_2.56.2-1~bpo12+1_arm64.deb Package: libboost-atomic1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2163 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-atomic1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-atomic1.53-dev, libboost-atomic1.54-dev, libboost-atomic1.55-dev, libboost-atomic1.57-dev, libboost-atomic1.58-dev, libboost-atomic1.60-dev, libboost-atomic1.61-dev, libboost-atomic1.62-dev, libboost-atomic1.63-dev, libboost-atomic1.65-dev, libboost-atomic1.67-dev, libboost-atomic1.70-dev, libboost-atomic1.71-dev, libboost-atomic1.74-dev, libboost-atomic1.80-dev, libboost-atomic1.81-dev Size: 234584 SHA256: 6e5e37910a8dc3acc2869d31eddce1f5e6baac93979fc2421854ae4792ba9af8 SHA1: d90679189e5c8120b1d05e6d6639004f040c18a6 MD5sum: dc564d5d0f944037e04269171a8c9b73 Description: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Multi-Arch: same Homepage: http://www.boost.org/libs/atomic/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-atomic1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-atomic1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libstdc++6 (>= 5) Size: 233656 SHA256: 5325ba20c8a23c663455f942f96afb341706235340b30e6bde08eec8806e1721 SHA1: cfd84be186d4b4f62229745571ae160e0d38d66f MD5sum: 160c24c355619d3428f5d75a30c0aa02 Description: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Multi-Arch: same Homepage: http://www.boost.org/libs/atomic/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-atomic1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-chrono1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2315 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-chrono1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-chrono1.48-dev, libboost-chrono1.49-dev, libboost-chrono1.50-dev, libboost-chrono1.52-dev, libboost-chrono1.53-dev, libboost-chrono1.54-dev, libboost-chrono1.55-dev, libboost-chrono1.57-dev, libboost-chrono1.58-dev, libboost-chrono1.60-dev, libboost-chrono1.61-dev, libboost-chrono1.62-dev, libboost-chrono1.63-dev, libboost-chrono1.65-dev, libboost-chrono1.67-dev, libboost-chrono1.70-dev, libboost-chrono1.71-dev, libboost-chrono1.74-dev, libboost-chrono1.80-dev, libboost-chrono1.81-dev Size: 243700 SHA256: 284369207da4ffdff2a3ce8cd251fa7aa3104cf7bf02cd7708f905592d8ab7f3 SHA1: a56df275994b8b4723d12140f86c927249816944 MD5sum: c79e55fe25e06320dfab91eb63ba3e42 Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Multi-Arch: same Homepage: http://www.boost.org/libs/chrono/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-chrono1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-chrono1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2137 Maintainer: Debian Boost Team Architecture: arm64 Size: 229828 SHA256: a0f5a5cb5f6c54a36fc088f1edcb8c8ccddd82c94e47986152d28c32ea0fa9bc SHA1: 6f49581b8bd5a705dc069c2955f426867b690b90 MD5sum: 04b706653368508b819447d0334399c9 Description: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Multi-Arch: same Homepage: http://www.boost.org/libs/chrono/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-chrono1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-container1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2308 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-container1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-container1.65-dev, libboost-container1.67-dev, libboost-container1.70-dev, libboost-container1.71-dev, libboost-container1.74-dev, libboost-container1.80-dev, libboost-container1.81-dev Size: 264584 SHA256: ed45f7c9fe7b8e889fc942e80d8d50d19809ef3f32b68939c18d0c83174a2150 SHA1: ed79b8ce6ca5f269053a0591060430918b6fb752 MD5sum: f258dd1ad711510b55ce7fbaf7a037b3 Description: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Multi-Arch: same Homepage: http://boost.org/libs/container/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-container1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-container1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2274 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 258216 SHA256: 047697b5f799facc7d3429e52fe014be378a429deb4659ccb82fe42e7c4c51d3 SHA1: fa9bc790fdd28e9c4621a2e5c120f52352d9b519 MD5sum: 3f462206ff733fed70debf9f9509911d Description: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Multi-Arch: same Homepage: http://boost.org/libs/container/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-container1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-context1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2160 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-thread1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-context1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-context1.53-dev, libboost-context1.54-dev, libboost-context1.55-dev, libboost-context1.57-dev, libboost-context1.58-dev, libboost-context1.60-dev, libboost-context1.61-dev, libboost-context1.62-dev, libboost-context1.63-dev, libboost-context1.65-dev, libboost-context1.67-dev, libboost-context1.70-dev, libboost-context1.71-dev, libboost-context1.74-dev, libboost-context1.80-dev, libboost-context1.81-dev Size: 232844 SHA256: a30961401045359d0d8aa3954ce482031e35831685fdba6381499b6d8f6c7642 SHA1: e6945f54960f6b5a8425be209ba2226b0e3888a4 MD5sum: bb07eb681c41de93fd3a7de62f99d21c Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Multi-Arch: same Homepage: http://www.boost.org/libs/context/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-context1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-context1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1) Size: 231696 SHA256: d048f1f16a8379d9068c29c409a70964dfe6a2555c571cfd04c81d0e0bd4c793 SHA1: e2399e4f57d18ac0cd10e8a97385ffd94aa281a0 MD5sum: 9c753171d8335afbf1c3259cbf1cc741 Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Multi-Arch: same Homepage: http://www.boost.org/libs/context/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-context1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-contract1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2436 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-contract1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-contract1.67-dev, libboost-contract1.70-dev, libboost-contract1.71-dev, libboost-contract1.74-dev, libboost-contract1.80-dev, libboost-contract1.81-dev Size: 263916 SHA256: 4bc2abd733270bfa040da1ef28284eccc84b57bd534a366c3946818fcc179562 SHA1: 2cc997d9ef269c86fb487b26d347440ca4011bdb MD5sum: ab6ca157da1b01046c5ff6621d815d16 Description: Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Multi-Arch: same Homepage: http://boost.org/libs/contract/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-contract1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-contract1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2275 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 253692 SHA256: 86d2dfb010af33ab8e5d018bb0e714ec8136815cf7d1450289e3e264e26437cd SHA1: 586438c7128266466843fc27a28b63d1773d9f2d MD5sum: 229a9ebd46b564f08527bc24d58f5ef5 Description: Contract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Multi-Arch: same Homepage: http://boost.org/libs/contract/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-contract1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-coroutine1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2187 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-context1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-coroutine1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-coroutine1.54-dev, libboost-coroutine1.55-dev, libboost-coroutine1.57-dev, libboost-coroutine1.58-dev, libboost-coroutine1.60-dev, libboost-coroutine1.61-dev, libboost-coroutine1.62-dev, libboost-coroutine1.63-dev, libboost-coroutine1.65-dev, libboost-coroutine1.67-dev, libboost-coroutine1.70-dev, libboost-coroutine1.71-dev, libboost-coroutine1.74-dev, libboost-coroutine1.80-dev, libboost-coroutine1.81-dev Size: 236748 SHA256: a5251a0905de199b086e08c1429e7126b7c47dd5bea6c8a870535ba593a741fc SHA1: d0dbd1d3295a35e931cd8d6e55e8627592971337 MD5sum: 7cf07c1d5e5ba34dac57064c44d9488d Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Multi-Arch: same Homepage: http://www.boost.org/libs/coroutine/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-coroutine1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-coroutine1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-context1.83.0 (>= 1.83.0), libc6 (>= 2.34), libstdc++6 (>= 5.2) Size: 234592 SHA256: b9936f593c4f86681d4d62a9e97a5cd8799cf02212be7a3881d86bf104150833 SHA1: 0fa2009d4bb3ac830a874b88946922a84babc8b6 MD5sum: ea20e7af9fc340ad313987a11474b274 Description: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Multi-Arch: same Homepage: http://www.boost.org/libs/coroutine/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-coroutine1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-date-time1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2164 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-date-time1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev, libboost-date-time1.49-dev, libboost-date-time1.50-dev, libboost-date-time1.52-dev, libboost-date-time1.53-dev, libboost-date-time1.54-dev, libboost-date-time1.55-dev, libboost-date-time1.57-dev, libboost-date-time1.58-dev, libboost-date-time1.60-dev, libboost-date-time1.61-dev, libboost-date-time1.62-dev, libboost-date-time1.63-dev, libboost-date-time1.65-dev, libboost-date-time1.67-dev, libboost-date-time1.70-dev, libboost-date-time1.71-dev, libboost-date-time1.74-dev, libboost-date-time1.80-dev, libboost-date-time1.81-dev Size: 239444 SHA256: 85aa625fc971afc8e5b17e7dd88bc6ae6d5381523bffff70bbabbaeccd70c892 SHA1: f8bf373bdcc31b3a065ee6bee823ec9bca5cb9c8 MD5sum: 798f9deac68c474d7c3b9be79c674ea2 Description: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Multi-Arch: same Homepage: http://www.boost.org/libs/date_time/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-date-time1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-date-time1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Size: 230660 SHA256: dc8aaa851a29da146a63e571a81e9814c19b537a69e84e0b5c0038035498c574 SHA1: b5b9ea688ec798f08a646b390f874892293cbd8d MD5sum: ed367daf72570778cf82f2249e1dfead Description: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Multi-Arch: same Homepage: http://www.boost.org/libs/date_time/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-date-time1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-exception1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2146 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-exception1.50-dev, libboost-exception1.52-dev, libboost-exception1.53-dev, libboost-exception1.54-dev, libboost-exception1.55-dev, libboost-exception1.57-dev, libboost-exception1.58-dev, libboost-exception1.60-dev, libboost-exception1.61-dev, libboost-exception1.62-dev, libboost-exception1.63-dev, libboost-exception1.65-dev, libboost-exception1.67-dev, libboost-exception1.70-dev, libboost-exception1.71-dev, libboost-exception1.74-dev, libboost-exception1.80-dev, libboost-exception1.81-dev Size: 230228 SHA256: 4289e0752c686cfd33588323d3cc02a36fa067b2d5882718793acbc24d126555 SHA1: b647621f61627660d8acd2c1b0ccbc35cdc6d49b MD5sum: c20ecce09c02ea87456c3d7b5ea7604d Description: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Multi-Arch: same Homepage: http://www.boost.org/libs/exception/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-exception1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-fiber1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2407 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-context1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-filesystem1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-fiber1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev, libboost-fiber1.71-dev, libboost-fiber1.74-dev, libboost-fiber1.80-dev, libboost-fiber1.81-dev Size: 264352 SHA256: 19cf31180e68618b183feb2adb83932b9d719f850fec3c5b0edad6cc7c7f1618 SHA1: ccf38c70eb37d9d4877c17ae5342a4df538a7590 MD5sum: eab43998a6757ad730613bc349233b25 Description: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Multi-Arch: same Homepage: http://www.boost.org/libs/fiber/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-fiber1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-fiber1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2275 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-context1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12) Size: 252400 SHA256: 597eac61a99359d432ac86f77690aa5019de3cf7d2f3d25d3c9f482540b396dd SHA1: dddb63dbea66ff704f5dad273d14f6d3fa340027 MD5sum: 43139156f36b0c5e8286c94379a12cfa Description: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Multi-Arch: same Homepage: http://www.boost.org/libs/fiber/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-fiber1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-filesystem1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2559 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-atomic1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-filesystem1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev, libboost-filesystem1.49-dev, libboost-filesystem1.50-dev, libboost-filesystem1.52-dev, libboost-filesystem1.53-dev, libboost-filesystem1.54-dev, libboost-filesystem1.55-dev, libboost-filesystem1.57-dev, libboost-filesystem1.58-dev, libboost-filesystem1.60-dev, libboost-filesystem1.61-dev, libboost-filesystem1.62-dev, libboost-filesystem1.63-dev, libboost-filesystem1.65-dev, libboost-filesystem1.67-dev, libboost-filesystem1.70-dev, libboost-filesystem1.71-dev, libboost-filesystem1.74-dev, libboost-filesystem1.80-dev, libboost-filesystem1.81-dev Size: 288616 SHA256: cdcf344616b9c6fca1c4e5056579c989af37f52a99fae19bf5564477b8bfe0e1 SHA1: 257d6188eadb789091ca6025c55c58d769b9bc83 MD5sum: f94f31c472e1f7fdc82a56f361618809 Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Multi-Arch: same Homepage: http://boost.org/libs/filesystem/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-filesystem1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-filesystem1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2275 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 270892 SHA256: ef6472b768001d9da1ba8fa16870ef185a9fb4529b17f4fdce3a0e6189e9b143 SHA1: e283bdb3c7832c4c85a512661ce0aa4f10101683 MD5sum: 2a0dd8db4e54414a01e152127bf6c83a Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Multi-Arch: same Homepage: http://boost.org/libs/filesystem/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-filesystem1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-graph-parallel1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2556 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-graph-parallel1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-test1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-graph-parallel1.42-dev, libboost-graph-parallel1.46-dev, libboost-graph-parallel1.48-dev, libboost-graph-parallel1.49-dev, libboost-graph-parallel1.50-dev, libboost-graph-parallel1.52-dev, libboost-graph-parallel1.53-dev, libboost-graph-parallel1.54-dev, libboost-graph-parallel1.55-dev, libboost-graph-parallel1.57-dev, libboost-graph-parallel1.58-dev, libboost-graph-parallel1.60-dev, libboost-graph-parallel1.61-dev, libboost-graph-parallel1.62-dev, libboost-graph-parallel1.63-dev, libboost-graph-parallel1.65-dev, libboost-graph-parallel1.67-dev, libboost-graph-parallel1.70-dev, libboost-graph-parallel1.71-dev, libboost-graph-parallel1.74-dev, libboost-graph-parallel1.80-dev, libboost-graph-parallel1.81-dev Size: 281824 SHA256: ba8132676dacb1c1b92760e8ea5ef594a2be91a37da64676e6e9225d225bf68b SHA1: ce0638a388dfff42686279de680d5728f2063be4 MD5sum: 6c385a070af689fb918787843b62a85f Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Homepage: http://www.boost.org/libs/graph_parallel/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-graph-parallel1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-graph-parallel1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2338 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-mpi1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 11) Suggests: graphviz Size: 274716 SHA256: fc0539e1ea922685d5efe53559bd17b9c9cd182b92fa84cf7d6d4150dfac94ad SHA1: 5ef800f05a42038ceedae70dcf870eeaaa27591d MD5sum: 0558286a3f2ba53860cadd2b6d326682 Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Homepage: http://www.boost.org/libs/graph_parallel/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-graph-parallel1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-graph1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 3162 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-graph1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-regex1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-test1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev, libboost-graph1.49-dev, libboost-graph1.50-dev, libboost-graph1.52-dev, libboost-graph1.53-dev, libboost-graph1.54-dev, libboost-graph1.55-dev, libboost-graph1.57-dev, libboost-graph1.58-dev, libboost-graph1.60-dev, libboost-graph1.61-dev, libboost-graph1.62-dev, libboost-graph1.63-dev, libboost-graph1.65-dev, libboost-graph1.67-dev, libboost-graph1.70-dev, libboost-graph1.71-dev, libboost-graph1.74-dev, libboost-graph1.80-dev, libboost-graph1.81-dev Size: 375892 SHA256: a57ad59ca52ddc1a055dcc2e93ef4d74e135da8d6fa26dc9ce30544f6fea65c2 SHA1: 931fcac694fda4bd546bf65c337a22e333f32530 MD5sum: ce16cb3e4780ed26cbd63342d8307eae Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Multi-Arch: same Homepage: http://www.boost.org/libs/graph/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-graph1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-graph1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2532 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: graphviz Size: 344532 SHA256: fd58a90d56b9924f311664f3438a55cb126e8fb6304de05c562bbd76263c1f11 SHA1: 3cae59831bb70aab381c87a9d4b9a6a5eb91b4e8 MD5sum: 9d63fbc8aae0b654fd91d649352bb87e Description: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Multi-Arch: same Homepage: http://www.boost.org/libs/graph/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-graph1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-iostreams1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2442 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-regex1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-iostreams1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev, libboost-iostreams1.49-dev, libboost-iostreams1.50-dev, libboost-iostreams1.52-dev, libboost-iostreams1.53-dev, libboost-iostreams1.54-dev, libboost-iostreams1.55-dev, libboost-iostreams1.57-dev, libboost-iostreams1.58-dev, libboost-iostreams1.60-dev, libboost-iostreams1.61-dev, libboost-iostreams1.62-dev, libboost-iostreams1.63-dev, libboost-iostreams1.65-dev, libboost-iostreams1.67-dev, libboost-iostreams1.70-dev, libboost-iostreams1.71-dev, libboost-iostreams1.74-dev, libboost-iostreams1.80-dev, libboost-iostreams1.81-dev Size: 260132 SHA256: 3571fd2b53a614a299816470ff831fc1b35e5051e1b3b4a4ac00f429be96bf11 SHA1: bfb934b3c18ecc67921cb2d64559f0f575f6a834 MD5sum: e80251c4dd64df40437cc91f4e871640 Description: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Multi-Arch: same Homepage: http://www.boost.org/libs/iostreams/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-iostreams1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-iostreams1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2274 Maintainer: Debian Boost Team Architecture: arm64 Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblzma5 (>= 5.2.2), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 250912 SHA256: c1735ca237fb51440da01fa02885fcc99955d81e658a78856da8941f3c1a67a0 SHA1: eeb914b22437faca811aa699c6689c5f58361991 MD5sum: aac6ffb2837a12bcaeec40f6fe1ed7a2 Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Multi-Arch: same Homepage: http://www.boost.org/libs/iostreams/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-iostreams1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-json1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2904 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-container1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-json1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-json1.80-dev, libboost-json1.81-dev Size: 366044 SHA256: ecc31809cd4ef414935240dba8deb98765b0135c6537c426c4302bc13819ee1d SHA1: 4038240fc65f6cfca5ce21b0a62d34f85ee51125 MD5sum: c42ffd1c4cc650fd0d75e73f17573699 Description: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Multi-Arch: same Homepage: https://www.boost.org/doc/libs/release/libs/json/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-json1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-json1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2531 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 344728 SHA256: 61ebc01ecbbf4df422702a2959433f5adab385c65276eab1330dc58894df0d8e SHA1: 4f97517f3eba317297d2380943499e1cf7a63d6d MD5sum: 42f6b23e5f3b9c554c11fdd580e790fa Description: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Multi-Arch: same Homepage: https://www.boost.org/doc/libs/release/libs/json/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-json1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-locale1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 4959 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-thread1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-locale1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-locale1.48-dev, libboost-locale1.49-dev, libboost-locale1.50-dev, libboost-locale1.52-dev, libboost-locale1.53-dev, libboost-locale1.54-dev, libboost-locale1.55-dev, libboost-locale1.57-dev, libboost-locale1.58-dev, libboost-locale1.60-dev, libboost-locale1.61-dev, libboost-locale1.62-dev, libboost-locale1.63-dev, libboost-locale1.65-dev, libboost-locale1.67-dev, libboost-locale1.70-dev, libboost-locale1.71-dev, libboost-locale1.74-dev, libboost-locale1.80-dev, libboost-locale1.81-dev Size: 525484 SHA256: c72dc0701804308734433546a3200d6b0740cb70c297797bdb14c50511c3c4b3 SHA1: d6274529f779cd0496329b2927896dabb86e5768 MD5sum: e695712f649452a4ead0037dcb620de4 Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Multi-Arch: same Homepage: http://www.boost.org/libs/math/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-locale1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-locale1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2979 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11) Size: 425764 SHA256: 0ed6ed4fe585c1826536468d420a5b99a9e657ffd24822bd0151ea76506324b3 SHA1: 95a44dcff62a9351bc66cdc3020df71069393b86 MD5sum: 758f79fe9b049ea0f01738b0ff98d2b9 Description: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Multi-Arch: same Homepage: http://www.boost.org/libs/locale/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-locale1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-log1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 8385 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-log1.83.0 (= 1.83.0-4.2~bpo12+1), libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-atomic1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-date-time1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-filesystem1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-regex1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-thread1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-log1.54-dev, libboost-log1.55-dev, libboost-log1.57-dev, libboost-log1.58-dev, libboost-log1.60-dev, libboost-log1.61-dev, libboost-log1.62-dev, libboost-log1.63-dev, libboost-log1.65-dev, libboost-log1.67-dev, libboost-log1.70-dev, libboost-log1.71-dev, libboost-log1.74-dev, libboost-log1.80-dev, libboost-log1.81-dev Size: 831348 SHA256: b438955fb96dd4ad42bd592d80c91060d01effd30c2dfdaef9174a4952ca6109 SHA1: 0ac9877ea0f94da98fdfe48d4beb6c147c7fc72d MD5sum: 3b9cb81cd95c13d66c36137a2caabee2 Description: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Homepage: http://www.boost.org/libs/log/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-log1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-log1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 3879 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 627252 SHA256: 7f6849e48463a8bf1bd311ef3cf4c73a9734f7afb7801cfc6e404f6563f05959 SHA1: a4b7e45c4608c4c60d8c4e0a55e18387f4aeecf7 MD5sum: 02893ee44783ad0d35989dcd0d8c3ca7 Description: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Homepage: http://www.boost.org/libs/log/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-log1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-math1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 5063 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-math1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev, libboost-math1.49-dev, libboost-math1.50-dev, libboost-math1.52-dev, libboost-math1.53-dev, libboost-math1.54-dev, libboost-math1.55-dev, libboost-math1.57-dev, libboost-math1.58-dev, libboost-math1.60-dev, libboost-math1.61-dev, libboost-math1.62-dev, libboost-math1.63-dev, libboost-math1.65-dev, libboost-math1.67-dev, libboost-math1.70-dev, libboost-math1.71-dev, libboost-math1.74-dev, libboost-math1.80-dev, libboost-math1.81-dev Size: 527348 SHA256: 449c027e115e3c5836aa9653f5dae352d9d549ddafc76412a183be2ba039e4f3 SHA1: 1c720e859ba433a0eb985af6b7fbb26a8f83de5a MD5sum: 8c5d956bf4ddca490eec7347b2e34dda Description: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Multi-Arch: same Homepage: http://www.boost.org/libs/math/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-math1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-math1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 3114 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.5), libstdc++6 (>= 5.2) Size: 470380 SHA256: 1e20dccf96c96ddd2bb0beedbc82018b93f6c0f6d74af1513b0620bb125d9c1f SHA1: 63182f2742db27a8a255cb2a4150f8a0cdce4a5e MD5sum: c97e7bc46e397d63352144a0685acd0e Description: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Multi-Arch: same Homepage: http://www.boost.org/libs/math/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-math1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-mpi-python1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2182 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-mpi1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-mpi-python1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-mpi-python1.42-dev, libboost-mpi-python1.46-dev, libboost-mpi-python1.48-dev, libboost-mpi-python1.49-dev, libboost-mpi-python1.50-dev, libboost-mpi-python1.52-dev, libboost-mpi-python1.53-dev, libboost-mpi-python1.54-dev, libboost-mpi-python1.55-dev, libboost-mpi-python1.57-dev, libboost-mpi-python1.58-dev, libboost-mpi-python1.60-dev, libboost-mpi-python1.61-dev, libboost-mpi-python1.62-dev, libboost-mpi-python1.63-dev, libboost-mpi-python1.65-dev, libboost-mpi-python1.67-dev, libboost-mpi-python1.70-dev, libboost-mpi-python1.71-dev, libboost-mpi-python1.74-dev, libboost-mpi-python1.80-dev, libboost-mpi-python1.81-dev Size: 236980 SHA256: abfd09750a448221a693c23ee3794d268d533d9226678425fd52430f8fa5f9b3 SHA1: 6a6b8ceb6a3adf2cf46903b90eebf415e05f9311 MD5sum: 16eafe49f2a08e6ee46e9f5ee17e427c Description: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Homepage: http://www.boost.org/doc/html/mpi/python.html Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-mpi-python1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-mpi-python1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2674 Maintainer: Debian Boost Team Architecture: arm64 Provides: libboost-mpi-python1.83.0-py311 Depends: libboost-mpi1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 11), python3 (<< 3.12), python3 (>= 3.11~), python3:any, mpi-default-bin Conflicts: libboost-mpi-python1.40.0, libboost-mpi-python1.41.0, libboost-mpi-python1.42.0, libboost-mpi-python1.46.0, libboost-mpi-python1.46.1, libboost-mpi-python1.48.0, libboost-mpi-python1.49.0, libboost-mpi-python1.50.0, libboost-mpi-python1.52.0, libboost-mpi-python1.53.0, libboost-mpi-python1.54.0, libboost-mpi-python1.55.0, libboost-mpi-python1.57.0, libboost-mpi-python1.58.0, libboost-mpi-python1.60.0, libboost-mpi-python1.61.0, libboost-mpi-python1.62.0, libboost-mpi-python1.63.0, libboost-mpi-python1.65.1, libboost-mpi-python1.67.0, libboost-mpi-python1.70.0, libboost-mpi-python1.71.0, libboost-mpi-python1.74.0, libboost-mpi-python1.80.0, libboost-mpi-python1.81.0 Size: 341600 SHA256: c15b30e755c9791d9e1504277611a269b219c3b251964c58125644cb7d3905c7 SHA1: 142cd6f033ee807a486bb7108d8845fc72511154 MD5sum: 03e5e247e2b45eb17b3d7df8622c36d1 Description: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Homepage: http://www.boost.org/doc/html/mpi/python.html Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-mpi-python1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-mpi1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2774 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-mpi1.83.0 (= 1.83.0-4.2~bpo12+1), mpi-default-dev Suggests: libboost-graph1.83-dev Conflicts: libboost-mpi1.42-dev, libboost-mpi1.46-dev, libboost-mpi1.48-dev, libboost-mpi1.49-dev, libboost-mpi1.50-dev, libboost-mpi1.52-dev, libboost-mpi1.53-dev, libboost-mpi1.54-dev, libboost-mpi1.55-dev, libboost-mpi1.57-dev, libboost-mpi1.58-dev, libboost-mpi1.60-dev, libboost-mpi1.61-dev, libboost-mpi1.62-dev, libboost-mpi1.63-dev, libboost-mpi1.65-dev, libboost-mpi1.67-dev, libboost-mpi1.70-dev, libboost-mpi1.71-dev, libboost-mpi1.74-dev, libboost-mpi1.80-dev, libboost-mpi1.81-dev Size: 289680 SHA256: aa359d5c840163e1398322e19864d5d12f867e767b496b392954954a087acce1 SHA1: 4e5a315af1b9c282222df57515bddf9cc8c4e59b MD5sum: 28843524376e64682930886f73125e64 Description: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Homepage: http://www.boost.org/doc/html/mpi.html Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-mpi1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-mpi1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2338 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 6) Size: 266672 SHA256: 1911859983c369b8f9237dfc881b02744a48ef2ed3cf9a90887e871f0487d26a SHA1: b4ed4a35df23d555bf7060505bf91533b3635168 MD5sum: e56c561e102d85646ae28c33352be702 Description: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Homepage: http://www.boost.org/doc/html/mpi.html Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-mpi1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-nowide1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2175 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-nowide1.83.0 (= 1.83.0-4.2~bpo12+1) Suggests: libboost1.83-doc Conflicts: libboost-nowide1.74-dev, libboost-nowide1.80-dev, libboost-nowide1.81-dev, libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev Size: 236320 SHA256: 765e289127362d3c93c9a21716beb996fb0a190272440124cf5a59ed78f11cd5 SHA1: 8b95bc852200f2b715d5a879d3fd711f2450e25d MD5sum: 48b68f9216a889038d9995c9a2717218 Description: Standard library functions with UTF-8 API on Windows development files This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Homepage: http://www.boost.org/libs/python/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-nowide1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-nowide1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: python3 Size: 234876 SHA256: 86f0236199d57237c8eeaedc37c6c65baa0e84bf146493d48c56c758c29a006c SHA1: cc42def4549761c2e0c38db686e85d1b25f62903 MD5sum: eac01ab34f8a8f859080cba4c1fc8179 Description: Standard library functions with UTF-8 API on Windows This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Homepage: http://www.boost.org/libs/python/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-nowide1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-numpy1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2261 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-numpy1.83.0 (= 1.83.0-4.2~bpo12+1) Suggests: libboost1.83-doc Conflicts: libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev, libboost-numpy1.74-dev, libboost-numpy1.80-dev, libboost-numpy1.81-dev Size: 245404 SHA256: de8ed8571df2b7b0b5743de77821534f3801a47989b181bcca522c1fdbc03f7a SHA1: ef0bd386a8611d4eaa2fd773388df28e4f696924 MD5sum: 438a8e0aceea280d65b29348140915a0 Description: Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Homepage: http://www.boost.org/libs/python/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-numpy1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-numpy1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Provides: libboost-numpy1.83.0-py311 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: python3 Size: 240656 SHA256: b7c77c7c1c57c8071a472a96e0c0b2ee086cf2a5310794fc8885cacc181bf471 SHA1: 35cffc004a51eeed7e790151e62127f9d1a0239c MD5sum: 96080f53cf449b7280b9dda3f198787d Description: Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. Homepage: http://www.boost.org/libs/python/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-numpy1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-program-options1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 3341 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-program-options1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev, libboost-program-options1.49-dev, libboost-program-options1.50-dev, libboost-program-options1.52-dev, libboost-program-options1.53-dev, libboost-program-options1.54-dev, libboost-program-options1.55-dev, libboost-program-options1.57-dev, libboost-program-options1.58-dev, libboost-program-options1.60-dev, libboost-program-options1.61-dev, libboost-program-options1.62-dev, libboost-program-options1.63-dev, libboost-program-options1.65-dev, libboost-program-options1.67-dev, libboost-program-options1.70-dev, libboost-program-options1.71-dev, libboost-program-options1.74-dev, libboost-program-options1.80-dev, libboost-program-options1.81-dev Size: 366596 SHA256: c44b0cec979acfe4b2e50a20b8b4525e3d5aba3cca12f7534048fa6771a6443d SHA1: da8b0d80d51cf28d914cc0834a9bd7ace0550cd4 MD5sum: ea7c78a49bd04f158a3bdb1ff8a60e57 Description: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Multi-Arch: same Homepage: http://www.boost.org/libs/program_options/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-program-options1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-program-options1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2594 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 330132 SHA256: 4455f59361e40ab494bfe3d28713e295b032863710ce8a1e5650b5c107da79e1 SHA1: f44aac3e6db16df8ad674cafba7c11fa547db0d8 MD5sum: 2ae6749004eb3ded9bd07df50ddf90d8 Description: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Multi-Arch: same Homepage: http://www.boost.org/libs/program_options/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-program-options1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-python1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2791 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-python1.83.0 (= 1.83.0-4.2~bpo12+1), libpython3-dev, python3-dev:any Suggests: libboost1.83-doc, gccxml Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev, libboost-python1.49-dev, libboost-python1.50-dev, libboost-python1.52-dev, libboost-python1.53-dev, libboost-python1.54-dev, libboost-python1.55-dev, libboost-python1.57-dev, libboost-python1.58-dev, libboost-python1.60-dev, libboost-python1.61-dev, libboost-python1.62-dev, libboost-python1.63-dev, libboost-python1.65-dev, libboost-python1.67-dev, libboost-python1.70-dev, libboost-python1.71-dev, libboost-python1.74-dev, libboost-python1.80-dev, libboost-python1.81-dev Size: 318796 SHA256: 422048edfb980c9e35f9777b957fa9a81bf771f36109f220cc38e9165226f0bd SHA1: 23554a794daad2822b67ac37a7e585a561ef5676 MD5sum: 069ff26bc4b11ecdab381babe5f0e863 Description: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Homepage: http://www.boost.org/libs/python/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-python1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-python1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2406 Maintainer: Debian Boost Team Architecture: arm64 Provides: libboost-python1.83.0-py311 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: python3 Size: 294112 SHA256: 9bb07378b3f19829d4990361247c2ee48f26608d989b774f742cec9bd176fbf7 SHA1: 5855c54fc5e88acb1dcb446d1b11a198652da105 MD5sum: 51a49097e8abdb8a9b2e41cfd3fb03ad Description: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Homepage: http://www.boost.org/libs/python/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-python1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-random1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-random1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev, libboost-random1.49-dev, libboost-random1.50-dev, libboost-random1.52-dev, libboost-random1.53-dev, libboost-random1.54-dev, libboost-random1.55-dev, libboost-random1.57-dev, libboost-random1.58-dev, libboost-random1.60-dev, libboost-random1.61-dev, libboost-random1.62-dev, libboost-random1.63-dev, libboost-random1.65-dev, libboost-random1.67-dev, libboost-random1.70-dev, libboost-random1.71-dev, libboost-random1.74-dev, libboost-random1.80-dev, libboost-random1.81-dev Size: 240668 SHA256: 425f6e78560eb733a5c82fe9e29710694cfcafb8978023ff8106038eb7f85774 SHA1: 3e0a93e92a1c07e5e93ee804519449d09c4dc422 MD5sum: 8da53f4af8f52c7d251368eaed8782f2 Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Multi-Arch: same Homepage: http://www.boost.org/libs/random/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-random1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-random1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 237776 SHA256: 5b5695148e8dd5e63eed68aa0c20045dff0829a7761fbe08786dea9daa30a3b4 SHA1: 15e4a4fd7403c0ebe37ed51b16b7e4d8a88a92cb MD5sum: 0739b33f5b46242c920b3ed25255dd9b Description: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Multi-Arch: same Homepage: http://www.boost.org/libs/random/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-random1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-regex1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2841 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-regex1.83.0 (= 1.83.0-4.2~bpo12+1), libicu-dev Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-dev, libboost-regex1.62-dev, libboost-regex1.63-dev, libboost-regex1.65-dev, libboost-regex1.67-dev, libboost-regex1.70-dev, libboost-regex1.71-dev, libboost-regex1.74-dev, libboost-regex1.80-dev, libboost-regex1.81-dev Size: 331460 SHA256: 4dffed35373b263cece0fcbc757f456bd7508caa582e363165048aa0d2aab02d SHA1: 1e654ca85ce0a95459510296f773f69d34758298 MD5sum: ddb2a66b4affa880dd088fc2b911c275 Description: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Multi-Arch: same Homepage: http://www.boost.org/libs/regex/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-regex1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-regex1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2468 Maintainer: Debian Boost Team Architecture: arm64 Provides: libboost-regex1.83.0-icu72 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 311224 SHA256: 52d3cd63c03ce91923842568acaf53e2e2de564dd8418c3e166f519ab1b347a3 SHA1: d95627fcb98012193c99782351fd403e04dc949f MD5sum: 911bc45b57d5648e067d936a4a76336c Description: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Multi-Arch: same Homepage: http://www.boost.org/libs/regex/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-regex1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-serialization1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 4203 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev, libboost-serialization1.49-dev, libboost-serialization1.50-dev, libboost-serialization1.52-dev, libboost-serialization1.53-dev, libboost-serialization1.54-dev, libboost-serialization1.55-dev, libboost-serialization1.57-dev, libboost-serialization1.58-dev, libboost-serialization1.60-dev, libboost-serialization1.61-dev, libboost-serialization1.62-dev, libboost-serialization1.63-dev, libboost-serialization1.65-dev, libboost-serialization1.67-dev, libboost-serialization1.70-dev, libboost-serialization1.71-dev, libboost-serialization1.74-dev, libboost-serialization1.80-dev, libboost-serialization1.81-dev Size: 369708 SHA256: 7b64b9df69f5f8320044a5152058f5897bda29c8267fa7d8eb8fdd49f747398a SHA1: dd3ed46af33f784526afed3cd5990b6704a26090 MD5sum: c5c606f1107f13157deed160f5e42345 Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Multi-Arch: same Homepage: http://www.boost.org/libs/serialization/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-serialization1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-serialization1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2662 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 321288 SHA256: 760df9837baa1770dc4db82a2e31bdf265c8a2915eee81519cc1696a8d8f40b9 SHA1: bc8c4d4b86ea26a2d18404c5e2e89c241afbcb83 MD5sum: 609e0dd9da7a09533b8e5ed3ddd27c66 Description: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Multi-Arch: same Homepage: http://www.boost.org/libs/serialization/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-serialization1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-stacktrace1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2252 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-stacktrace1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-stacktrace1.65-dev, libboost-stacktrace1.67-dev, libboost-stacktrace1.70-dev, libboost-stacktrace1.71-dev, libboost-stacktrace1.74-dev, libboost-stacktrace1.80-dev, libboost-stacktrace1.81-dev Size: 244332 SHA256: 69abf5b8f6edfc83b5e74cf2d88281b2833d796115ca05a866654b04de0c5069 SHA1: d005dfdeffea84d926ffa738728ca6a528549cac MD5sum: 1514e168001e23bcd28ba4a2c3255c00 Description: library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Multi-Arch: same Homepage: http://boost.org/libs/stacktrace/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-stacktrace1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-stacktrace1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2475 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2) Size: 268312 SHA256: d615dc02909dffd6c1fdf2afcd3ec7c2b7e8fea13f5b18b7376a6143035037f5 SHA1: 1aaca9bc834a02958c6e87f7df9ca725c4e09383 MD5sum: dbda33195f98f459cdc8f49a3bcd36e5 Description: library to capture and print stack traces This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Multi-Arch: same Homepage: http://boost.org/libs/stacktrace/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-stacktrace1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-system1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2155 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev, libboost-system1.49-dev, libboost-system1.50-dev, libboost-system1.52-dev, libboost-system1.53-dev, libboost-system1.54-dev, libboost-system1.55-dev, libboost-system1.57-dev, libboost-system1.58-dev, libboost-system1.60-dev, libboost-system1.61-dev, libboost-system1.62-dev, libboost-system1.63-dev, libboost-system1.65-dev, libboost-system1.67-dev, libboost-system1.70-dev, libboost-system1.71-dev, libboost-system1.74-dev, libboost-system1.80-dev, libboost-system1.81-dev Size: 231876 SHA256: 77c8947c701a86debcf4b8e767b74049cc23f41a37ce2bfdb1d41a55f9cea784 SHA1: fc52151a79f10660c1a53bbd743fd14c875b1060 MD5sum: e9161a517464694b55dfe159b284d1f0 Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Multi-Arch: same Homepage: http://www.boost.org/libs/system/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-system1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-system1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Size: 230776 SHA256: f79a88cf718a3b4e40ac71446006fbaa2534efdaf707d2d6b1f32d210b68da2d SHA1: c636b0d4b1f735c2162f70186478b6e634fa81c2 MD5sum: f217e18a39fb25f71460d2cf87ba2d0e Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Multi-Arch: same Homepage: http://www.boost.org/libs/system/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-system1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-test1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 6951 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-test1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev, libboost-test1.49-dev, libboost-test1.50-dev, libboost-test1.52-dev, libboost-test1.53-dev, libboost-test1.54-dev, libboost-test1.55-dev, libboost-test1.57-dev, libboost-test1.58-dev, libboost-test1.60-dev, libboost-test1.61-dev, libboost-test1.62-dev, libboost-test1.63-dev, libboost-test1.65-dev, libboost-test1.67-dev, libboost-test1.70-dev, libboost-test1.71-dev, libboost-test1.74-dev, libboost-test1.80-dev, libboost-test1.81-dev Size: 526300 SHA256: 20fd5ddbdc884b24f9bee8bc963ba2e7f28466ca20ae09f4b3c6c5d7623dc765 SHA1: 1a27d5a5d74e770e7aacb9ce7de381ed4ab75768 MD5sum: b30a665fb4ecdc8e28ec5d9d5b36e2cf Description: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Multi-Arch: same Homepage: http://www.boost.org/libs/test/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-test1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-test1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2982 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 436256 SHA256: 01e81ddc726947d15e4a27395a9cc2540a1d9eca1b8c6863c9e5749cb02bce56 SHA1: d5c83fd88659a5781e9a1a98b82cbc301ecc07a2 MD5sum: ccb48c2a5f2f0fca8ee41db6032f14a7 Description: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Multi-Arch: same Homepage: http://www.boost.org/libs/test/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-test1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-thread1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2515 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-atomic1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-chrono1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-date-time1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-thread1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev, libboost-thread1.49-dev, libboost-thread1.50-dev, libboost-thread1.52-dev, libboost-thread1.53-dev, libboost-thread1.54-dev, libboost-thread1.55-dev, libboost-thread1.57-dev, libboost-thread1.58-dev, libboost-thread1.60-dev, libboost-thread1.61-dev, libboost-thread1.62-dev, libboost-thread1.63-dev, libboost-thread1.65-dev, libboost-thread1.67-dev, libboost-thread1.70-dev, libboost-thread1.71-dev, libboost-thread1.74-dev, libboost-thread1.80-dev, libboost-thread1.81-dev Size: 275448 SHA256: ede47ee5f768313022fd99fe14bbf370c85157f17d063e947feb2940e21b1a06 SHA1: 163f4ddac2f007c5f5727e187f5ece7d1223b76c MD5sum: ed31a2da58c25f16314dcf2fdae5cb17 Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Multi-Arch: same Homepage: http://www.boost.org/libs/thread/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-thread1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-thread1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2275 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 264424 SHA256: 357aa856e039249c4a5a24906bc9451e24da2ea686f87a643981348e89944c25 SHA1: 3f5a241639104dc3b356d1fed5e350497229bb77 MD5sum: ebcb6b43528ff3dc7f2dc37835bf86fa Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Multi-Arch: same Homepage: http://www.boost.org/libs/thread/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-thread1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-timer1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2175 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-chrono1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-timer1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev, libboost-timer1.49-dev, libboost-timer1.50-dev, libboost-timer1.52-dev, libboost-timer1.53-dev, libboost-timer1.54-dev, libboost-timer1.55-dev, libboost-timer1.57-dev, libboost-timer1.58-dev, libboost-timer1.60-dev, libboost-timer1.61-dev, libboost-timer1.62-dev, libboost-timer1.63-dev, libboost-timer1.65-dev, libboost-timer1.67-dev, libboost-timer1.70-dev, libboost-timer1.71-dev, libboost-timer1.74-dev, libboost-timer1.80-dev, libboost-timer1.81-dev Size: 236676 SHA256: 05211e7c101e546bafeb7f3369633ece17013042da6532c926f629d9fb37b3fc SHA1: e7c1a79b2c6e529f2a06a1391c78277ea3be2e2b MD5sum: b0e83005c9a73453d8f061c98c99a0bc Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Multi-Arch: same Homepage: http://www.boost.org/libs/timer/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-timer1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-timer1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 234796 SHA256: fd5b54ebf2d0736022135d23267338d2d1a70d708402282977efce4f41a262e9 SHA1: 680c409a63f0359255a665379e7b4cae8bc34073 MD5sum: 5cfc824a895bf46cbeec848c4ba1fd83 Description: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Multi-Arch: same Homepage: http://www.boost.org/libs/timer/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-timer1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-type-erasure1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2269 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-thread1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-type-erasure1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-type-erasure1.60-dev, libboost-type-erasure1.61-dev, libboost-type-erasure1.62-dev, libboost-type-erasure1.63-dev, libboost-type-erasure1.65-dev, libboost-type-erasure1.67-dev, libboost-type-erasure1.70-dev, libboost-type-erasure1.71-dev, libboost-type-erasure1.74-dev, libboost-type-erasure1.80-dev, libboost-type-erasure1.81-dev Size: 247428 SHA256: a8c183b8b49ed611ef3824c59f5b2105391aaaccc5e74d1b28e618994fd19331 SHA1: 85fbd25e9e35ccaccfe00ebf44e7569e2b3a4eba MD5sum: 0f1c15a391b3e44fd46f477428bc1b4d Description: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Multi-Arch: same Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-type-erasure1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-type-erasure1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2210 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 242944 SHA256: 4aba7e4cf58dafc49837d110c477c9ae499379b68054eb9a5f77ed33451c9241 SHA1: 1f9d7269cd32481f26961e41372acb16bd1cef7a MD5sum: 25ec09d622c340f2ed62b16092aabd2c Description: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Multi-Arch: same Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-type-erasure1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-url1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 4617 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-system1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-url1.83.0 (= 1.83.0-4.2~bpo12+1) Conflicts: libboost-json1.80-dev, libboost-url1.81-dev Size: 419156 SHA256: f6b11816c8fab92fbb4dd7f99d0ec0b3c836097fc61f947a16975e047c4b78a4 SHA1: a37052c86872e4777fc6a0478037a60a77343a44 MD5sum: b53b0ff66cc13c7aebc471db9d23e6ac Description: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Multi-Arch: same Homepage: https://www.boost.org/doc/libs/release/libs/url/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-url1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-url1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2531 Maintainer: Debian Boost Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Size: 324480 SHA256: bdd031217553c82aad21d0317838c3375d608263b6eb744f40320b53e3c71bf7 SHA1: bd2255678f673a542a77fa2213dbdf6553529d85 MD5sum: d4125c05f44f586444b7e11dc79ebbc8 Description: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Multi-Arch: same Homepage: https://www.boost.org/doc/libs/release/libs/url/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-url1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-wave1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 6703 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-serialization1.83-dev (= 1.83.0-4.2~bpo12+1), libboost-wave1.83.0 (= 1.83.0-4.2~bpo12+1), libboost-filesystem1.83-dev (= 1.83.0-4.2~bpo12+1) Conflicts: libboolibboost1.6-dev, libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev, libboost-wave1.49-dev, libboost-wave1.50-dev, libboost-wave1.52-dev, libboost-wave1.53-dev, libboost-wave1.54-dev, libboost-wave1.55-dev, libboost-wave1.57-dev, libboost-wave1.58-dev, libboost-wave1.60-dev, libboost-wave1.62-dev, libboost-wave1.63-dev, libboost-wave1.65-dev, libboost-wave1.67-dev, libboost-wave1.70-dev, libboost-wave1.71-dev, libboost-wave1.74-dev, libboost-wave1.80-dev, libboost-wave1.81-dev Size: 481644 SHA256: 72f213f3d051cdfd7e5a38fd55730202292a511d4d4fdef9f54f8d003bd74191 SHA1: a4bf7e8f7a46672efb7d2696f1cb4f01e49408a7 MD5sum: 175e893187f128fd5beb21e24d893bf0 Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Multi-Arch: same Homepage: http://www.boost.org/libs/wave/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost-wave1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost-wave1.83.0 Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 3107 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 411740 SHA256: 2f2a6daa503e5fe0cc7d8dfd708cdd47cee8f4c000b33748eaf036d445dfc000 SHA1: 2f2a2113d6f65d05e356783f3451c7c6dcebdeec MD5sum: 9fffdc457c478f867dcae7eba70b326e Description: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Multi-Arch: same Homepage: http://www.boost.org/libs/wave/ Section: libs Priority: optional Filename: pool/main/b/boost1.83/libboost-wave1.83.0_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost1.83-all-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 2137 Maintainer: Debian Boost Team Architecture: arm64 Depends: libboost1.83-dev, libboost1.83-tools-dev, libboost-atomic1.83-dev, libboost-chrono1.83-dev, libboost-container1.83-dev, libboost-context1.83-dev, libboost-coroutine1.83-dev, libboost-date-time1.83-dev, libboost-exception1.83-dev, libboost-fiber1.83-dev, libboost-filesystem1.83-dev, libboost-graph-parallel1.83-dev, libboost-graph1.83-dev, libboost-iostreams1.83-dev, libboost-json1.83-dev, libboost-locale1.83-dev, libboost-log1.83-dev, libboost-math1.83-dev, libboost-mpi-python1.83-dev, libboost-mpi1.83-dev, libboost-nowide1.83-dev, libboost-numpy1.83-dev, libboost-program-options1.83-dev, libboost-python1.83-dev, libboost-random1.83-dev, libboost-regex1.83-dev, libboost-serialization1.83-dev, libboost-stacktrace1.83-dev, libboost-system1.83-dev, libboost-test1.83-dev, libboost-thread1.83-dev, libboost-timer1.83-dev, libboost-type-erasure1.83-dev, libboost-url1.83-dev, libboost-wave1.83-dev Size: 229544 SHA256: 4878f79b53cbaa8915252a87ddefd5d13aee9a26cb1afd9c3260d6c4735dbcb3 SHA1: d17033811d0be01d7af9704cc17f498e942b549e MD5sum: ff9bc969f7d96801011c5a09eb804982 Description: Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. Homepage: https://www.boost.org/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost1.83-all-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost1.83-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 157221 Maintainer: Debian Boost Team Architecture: arm64 Replaces: libleatherman-dev (<< 1.12.1+dfsg-1.1~) Depends: libstdc++-12-dev Suggests: libboost1.83-doc, libboost-atomic1.83-dev, libboost-chrono1.83-dev, libboost-container1.83-dev, libboost-context1.83-dev, libboost-contract1.83-dev, libboost-coroutine1.83-dev, libboost-date-time1.83-dev, libboost-exception1.83-dev, libboost-fiber1.83-dev, libboost-filesystem1.83-dev, libboost-graph-parallel1.83-dev, libboost-graph1.83-dev, libboost-iostreams1.83-dev, libboost-json1.83-dev, libboost-locale1.83-dev, libboost-log1.83-dev, libboost-math1.83-dev, libboost-mpi-python1.83-dev, libboost-mpi1.83-dev, libboost-nowide1.83-dev, libboost-numpy1.83-dev, libboost-program-options1.83-dev, libboost-python1.83-dev, libboost-random1.83-dev, libboost-regex1.83-dev, libboost-serialization1.83-dev, libboost-stacktrace1.83-dev, libboost-system1.83-dev, libboost-test1.83-dev, libboost-thread1.83-dev, libboost-timer1.83-dev, libboost-type-erasure1.83-dev, libboost-url1.83-dev, libboost-wave1.83-dev, libboost1.83-tools-dev, libmpfrc++-dev, libntl-dev Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev, libboost1.49-dev, libboost1.50-dev, libboost1.52-dev, libboost1.53-dev, libboost1.54-dev, libboost1.55-dev, libboost1.57-dev, libboost1.58-dev, libboost1.60-dev, libboost1.61-dev, libboost1.62-dev, libboost1.63-dev, libboost1.65-dev, libboost1.67-dev, libboost1.70-dev, libboost1.71-dev, libboost1.74-dev, libboost1.80-dev, libboost1.81-dev Breaks: libleatherman-dev (<< 1.12.1+dfsg-1.1~) Size: 10587364 SHA256: 7b95f941c99a7177bb349ac7b5fc4a66875342b39029d6642dd98b61841ae536 SHA1: f4432d29d1152a1aafc90b41ea2b77117d68187e MD5sum: e2724c7c6da58934bfee04b8017aed83 Description: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. Multi-Arch: same Homepage: https://www.boost.org/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost1.83-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libboost1.83-doc Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 76292 Maintainer: Debian Boost Team Architecture: all Depends: libjs-mathjax Suggests: libboost1.83-dev (>= 1.83.0-4.2~bpo12+1) Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc, libboost1.49-doc, libboost1.50-doc, libboost1.52-doc, libboost1.53-doc, libboost1.54-doc, libboost1.55-doc, libboost1.57-doc, libboost1.58-doc, libboost1.60-doc, libboost1.61-doc, libboost1.62-doc, libboost1.63-doc, libboost1.65-doc, libboost1.67-doc, libboost1.70-doc, libboost1.71-doc, libboost1.74-doc, libboost1.80-doc, libboost1.81-doc Size: 7426212 SHA256: 7693c62e37173989e2f7cdd11547967b2bad031c8034b23a9f604645b63481a9 SHA1: d786390924d377e57ce40da021381987f2bbebfe MD5sum: 3c997c04e886f5480ded614a8e9f60ba Description: Boost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org. Homepage: http://www.boost.org/libs/ Section: doc Priority: optional Filename: pool/main/b/boost1.83/libboost1.83-doc_1.83.0-4.2~bpo12+1_all.deb Package: libboost1.83-tools-dev Source: boost1.83 Version: 1.83.0-4.2~bpo12+1 Installed-Size: 7604 Maintainer: Debian Boost Team Architecture: arm64 Replaces: bjam, boost-build, libboost1.49-dev, libboost1.53-dev, libboost1.53-tools-dev Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94) Conflicts: bjam, boost-build, libboost1.49-dev, libboost1.53-tools-dev, libboost1.54-tools-dev, libboost1.55-tools-dev, libboost1.57-tools-dev, libboost1.58-tools-dev, libboost1.60-tools-dev, libboost1.61-tools-dev, libboost1.62-tools-dev, libboost1.63-tools-dev, libboost1.65-tools-dev, libboost1.67-tools-dev, libboost1.70-tools-dev, libboost1.71-tools-dev, libboost1.74-tools-dev, libboost1.80-tools-dev, libboost1.81-tools-dev Size: 1378752 SHA256: 0c6c6a1ddae64339f6d270afc7f27c1dbea42d9f01cea2705f37cafe8fd0d82e SHA1: c5016e3293418b332a8a69cc036b8873a1bcb1c4 MD5sum: a26f0bfd704dd0e5849b54209aea8193 Description: Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Multi-Arch: foreign Homepage: https://www.boost.org/ Section: libdevel Priority: optional Filename: pool/main/b/boost1.83/libboost1.83-tools-dev_1.83.0-4.2~bpo12+1_arm64.deb Package: libbpf-dev Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 1086 Maintainer: Sudip Mukherjee Architecture: arm64 Depends: libbpf1 (= 1:1.4.6-1~bpo12+1), libelf-dev, zlib1g-dev Size: 244036 SHA256: 70d6710c384f58a201efc4f2a2ab750d48dc2c152f706d3d48371dfc6e6b5c73 SHA1: 8c92603b646f3c0c5b2e12b71c1b9f697cd263f5 MD5sum: e68a5714f83f76e625831b73d97a6cf0 Description: eBPF helper library (development files) libbpf is a library for loading eBPF programs and reading and manipulating eBPF objects from user-space. . This package is needed to compile programs against libbpf. Multi-Arch: same Section: libdevel Priority: optional Filename: pool/main/libb/libbpf/libbpf-dev_1.4.6-1~bpo12+1_arm64.deb Package: libbpf1 Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 488 Maintainer: Sudip Mukherjee Architecture: arm64 Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 150964 SHA256: c8af8e7ebe8c14aad2bd8f59a97a49d1092d97090a92d618306bc81696486b53 SHA1: 343e2743a73e8f3516d3f4a5bc44dca92163d8bc MD5sum: 06f16c98fde401a06e9d6b62b2d1e87e Description: eBPF helper library (shared library) libbpf is a library for loading eBPF programs and reading and manipulating eBPF objects from user-space. . This package contains the shared library. Multi-Arch: same Section: libs Priority: optional Filename: pool/main/libb/libbpf/libbpf1_1.4.6-1~bpo12+1_arm64.deb Package: libbrlapi-dev Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 749 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libbrlapi0.8 (= 6.7-3.1~bpo12+1) Conflicts: libbrlapi1-dev (<< 3.8) Size: 225372 SHA256: 860c42ed820c20e0b1e5714eaeb1618521e71a543f50a5aaa87f84fb5b6d2bc0 SHA1: 490584471f5e5c60898e12b7615aa07630f7f969 MD5sum: 583b6a3bc2ba26e6ea9ac857640ee7f1 Description: Library for communication with BRLTTY - static libs and headers BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the static library libbrlapi.a and header files in /usr/include/brltty/ necessary to compile programs for BrlAPI, a client-server based mechanism to remotely access a braille display. Multi-Arch: same Homepage: https://brltty.com Section: libdevel Priority: optional Filename: pool/main/b/brltty/libbrlapi-dev_6.7-3.1~bpo12+1_arm64.deb Package: libbrlapi-java Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 4008 Maintainer: Debian Accessibility Team Architecture: all Depends: libbrlapi-jni (>= 6.7-3.1~bpo12+1) Size: 309508 SHA256: 4ae7ad68895c62dcbef6e4b79b984a866cd5fe2153ec056e58e80de4a65c9cc3 SHA1: 53f57a65e2b9328eab44879dbe6d44272a8e028f MD5sum: 5db04f58c7e344cf54965a4ff6cb477c Description: Java bindings for BrlAPI BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides java classes to access a braille display via BrlAPI. Multi-Arch: foreign Homepage: https://brltty.com Section: java Priority: optional Filename: pool/main/b/brltty/libbrlapi-java_6.7-3.1~bpo12+1_all.deb Package: libbrlapi-jni Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 149 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34) Size: 82848 SHA256: 69974919d92ac19337790b395cfc86335e26c7b8d6633a4354ca4df14b2d2cee SHA1: c54d69377fa73f7931329a14a664d6a27eef9f26 MD5sum: 162a2af75a4a41da82de7eb7b6f487c1 Description: Java bindings for BrlAPI (native library) BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides the architecture-dependant files required to access a braille terminal via BrlAPI from Java. Multi-Arch: same Homepage: https://brltty.com Section: java Priority: optional Filename: pool/main/b/brltty/libbrlapi-jni_6.7-3.1~bpo12+1_arm64.deb Package: libbrlapi0.8 Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 148 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.34), libsystemd0 Size: 91476 SHA256: cdd6a35c35f6049f5925f0af4324ecbd73bfdd4155cfa11a3c96a56459067f2c SHA1: 0b92673d1b3c8897f813631f658fcbe337648ef2 MD5sum: d7c0ecfeece58e82d6e06ac841dc9172 Description: braille display access via BRLTTY - shared library BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the shared library necessary to run programs which need to communicate with a braille display. Multi-Arch: same Homepage: https://brltty.com Section: libs Priority: optional Filename: pool/main/b/brltty/libbrlapi0.8_6.7-3.1~bpo12+1_arm64.deb Package: libbtrfs-dev Source: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 211 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libbtrfs0 (= 6.14-1~bpo12+1) Size: 69776 SHA256: c5f4dbff4ee3fd0da4f4f6b9397a8b9d4f51f824716fd185105d861f8be17a3a SHA1: 94942fa33625a530c5e98e46d968301315269ebf MD5sum: 578c580d0842bbf1eba9212199b61508 Description: Checksumming Copy on Write Filesystem utilities (development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfs library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs-dev_6.14-1~bpo12+1_arm64.deb Package: libbtrfs0 Source: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 119 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libc6 (>= 2.17) Size: 43832 SHA256: 58d93a93096885a6f455447548a1ca28c112cb89165070dc16c328ac881b95eb SHA1: af9b0080cef41bbf82770f7f969a4cf23cf6b0af MD5sum: ba33d4e2b9a2a5a56690edba847cc0a3 Description: Checksumming Copy on Write Filesystem utilities (runtime library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfs. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs0_6.14-1~bpo12+1_arm64.deb Package: libbtrfsutil-dev Source: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 126 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libbtrfsutil1 (= 6.14-1~bpo12+1) Size: 48416 SHA256: 787724f833c410e035caa68d8bf6611d6c8bf6952ec9b2ac06a173c517721750 SHA1: 4c5ab0ad23489cb7f0a2532298fab02f44960442 MD5sum: 2057eca6d7c46050353a8380f4ca3308 Description: Checksumming Copy on Write Filesystem utilities (util development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfsutil library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil-dev_6.14-1~bpo12+1_arm64.deb Package: libbtrfsutil1 Source: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 123 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libc6 (>= 2.33) Size: 44880 SHA256: 3a9aef4b4d5bf9493ddb849852c2c6e79f416d1e91254e272d4904c15d4a3c65 SHA1: ac454ecf4b58702db1595919baa38ad5261fe487 MD5sum: d543380668baab2a529ddf94e712b702 Description: Checksumming Copy on Write Filesystem utilities (runtime util library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfsutil. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil1_6.14-1~bpo12+1_arm64.deb Package: libcamera-dev Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 188 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libcamera0.3 (= 0.3.2-1~bpo12+1) Size: 32876 SHA256: 0164b55b53e61fbafb4008c4069f5f0470d914115a42115b74708cf610a4bea9 SHA1: 28731a479df2bd634d0be2264fcb796d750577e3 MD5sum: e9b0ea24821a343bb3e81930de126c5c Description: complex camera support library (development files) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package provides the necessary files needed for development Homepage: https://libcamera.org/ Section: libdevel Priority: optional Filename: pool/main/libc/libcamera/libcamera-dev_0.3.2-1~bpo12+1_arm64.deb Package: libcamera-doc Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 33817 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: libjs-jquery, libjs-sphinxdoc, libjs-underscore Recommends: libcamera-dev Size: 14037328 SHA256: 182e83c0c4dc31f0f6c3c0f191afa79a64712449b5c164fb37c11599057b3ec1 SHA1: 87976fb41698cfddd0fe81c2289b38a00f554829 MD5sum: 13e4010f643960b2260fca07b2b1abc3 Description: complex camera support library (documentation) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package contains the documentation developing with libcamera. Multi-Arch: foreign Homepage: https://libcamera.org/ Section: doc Priority: optional Filename: pool/main/libc/libcamera/libcamera-doc_0.3.2-1~bpo12+1_all.deb Package: libcamera-ipa Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 2202 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 4.2), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 383868 SHA256: c6ad85818b51777575a7f130bd8c6eb4a4014025eddecfe5a48c4d7d05f88532 SHA1: 31ad17bacf5d2d6f0ee6ec9662f0398151259e5c MD5sum: 6476c9f1d9765d3ccbcd6d3b307f8aab Description: complex camera support library (IPA modules) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package contains the libcamera IPA (Image Processing Algorithms) modules. Multi-Arch: same Homepage: https://libcamera.org/ Section: libs Priority: optional Filename: pool/main/libc/libcamera/libcamera-ipa_0.3.2-1~bpo12+1_arm64.deb Package: libcamera-tools Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1292 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libdrm2 (>= 2.4.62), libevent-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), libsdl2-2.0-0 (>= 2.0.16), libstdc++6 (>= 11), libtiff6 (>= 4.5.0~rc1), libyaml-0-2 Size: 286944 SHA256: 916b5cde3ffed0f8bee8b8075382e909b260c189adcef7b02dbed4f844970997 SHA1: 0cf9ef4411a0dfdb24f0533ac1f00290408c1573 MD5sum: 43d486b06813283d99b2e31c31fe4d1d Description: complex camera support library (tools) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package provides cam and qcam, libcamera "Swiss army knife" tools. Multi-Arch: foreign Homepage: https://libcamera.org/ Section: video Priority: optional Filename: pool/main/libc/libcamera/libcamera-tools_0.3.2-1~bpo12+1_arm64.deb Package: libcamera-v4l2 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 195 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 4.2), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 43692 SHA256: 529463db2c85458e0929cd00deb348546ac571c924579d4d6162118ce507d6ba SHA1: 35b1ed04066dfd85488af8c0d75376b98fb36251 MD5sum: bfdbdd378f2dde6cd7508f63ed32e7dc Description: complex camera support library (V4L2 module) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package contains the libcamera V4L2 module. Multi-Arch: same Homepage: https://libcamera.org/ Section: libs Priority: optional Filename: pool/main/libc/libcamera/libcamera-v4l2_0.3.2-1~bpo12+1_arm64.deb Package: libcamera0.3 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 2126 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.3), liblttng-ust1 (>= 2.13.0), libstdc++6 (>= 12), libudev1 (>= 183), libunwind8, libyaml-0-2 Recommends: libcamera-ipa (= 0.3.2-1~bpo12+1) Breaks: libcamera0 (<< 0.0.3-1~) Size: 527580 SHA256: 50bebc4a16e2019c7b39cbf6db0e3e18aa761e065a565e08766f4acd72d7d5c6 SHA1: 10ecbb925b395b01f61bf9086101a80a6e14f041 MD5sum: 03dedaf142b3c06b3a46d721f7e37673 Description: complex camera support library libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. Multi-Arch: same Homepage: https://libcamera.org/ Section: libs Priority: optional Filename: pool/main/libc/libcamera/libcamera0.3_0.3.2-1~bpo12+1_arm64.deb Package: libcassandra-client-perl Version: 0.20-1~bpo12+1 Installed-Size: 276 Maintainer: Debian Perl Group Architecture: arm64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.17), libanyevent-perl, libanyevent-xspromises-perl, libclone-perl, libdevel-globaldestruction-perl, libencode-perl, libev-perl, libio-socket-inet6-perl, libnet-ssleay-perl, libref-util-perl, libscalar-list-utils-perl, libsocket-perl Size: 75376 SHA256: 7025beefe0ff4492cb6e1c91fade0b4a427a4b6a1e6e949ac6f256537c6343f4 SHA1: 62c455cf854f79f58fe217d27e810749e45b8eca MD5sum: 4e8d260cf81b9de7084a76331f8ac8eb Description: Perl library for accessing Cassandra using its binary network protocol Cassandra::Client is a Perl library giving its users access to the Cassandra database, through the native protocol. Both synchronous and asynchronous querying is supported, through various common calling styles. Homepage: https://metacpan.org/release/Cassandra-Client Section: perl Priority: optional Filename: pool/main/libc/libcassandra-client-perl/libcassandra-client-perl_0.20-1~bpo12+1_arm64.deb Package: libcatch2-dev Source: catch2 Version: 3.7.1-0.4~bpo12+1 Installed-Size: 3300 Maintainer: Mathieu Mirmont Architecture: arm64 Replaces: catch2 (<< 3.4.0-2~) Breaks: catch2 (<< 3.4.0-2~) Size: 569420 SHA256: 8b1fc3ea6458ebf82a0cf78a33839643d23cd929f1e17deb724feb02c677c052 SHA1: e17614f3b725c7b48e0372bcbcc9135e19cac157 MD5sum: 1c327792dace8aba429cb515b9b24862 Description: C++ Automated Test Cases in Headers Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros. . Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. . If you've been using Catch2 v2, please see the migrate-v2-to-v3.md file in the package documentation. v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation. Homepage: https://github.com/catchorg/Catch2 Section: devel Priority: optional Filename: pool/main/c/catch2/libcatch2-dev_3.7.1-0.4~bpo12+1_arm64.deb Package: libcext-dev Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 80 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libcext0 (= 7.3.2+ds-1~bpo12+1) Suggests: libcpl-dev Size: 23852 SHA256: cd45fcf6efd6431934d8efffc53fd6ca7bec30530721ececa6033255590128fc SHA1: 5d5c0a51ef214b91f3a7dc89690c89405beaf699 MD5sum: c5b51254e3d874ff29aca07bd04a8fbc Description: Commonly used utility functions for C programs (development files) This is a C utility library, which is used to implement ESO's Common Pipeline Library (CPL). The library contains a basic collections framework (maps, linked lists, queues), memory management, strings, logging and others. . The package contains the static library and the C header files. Homepage: https://www.eso.org/sci/software/cpl/ Section: libdevel Priority: optional Filename: pool/main/c/cpl/libcext-dev_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcext-doc Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 1232 Maintainer: Debian Astronomy Maintainers Architecture: all Size: 106844 SHA256: 9965119d76725f93c89b473bd7ef4a2a893a62a6e0f7b704de17f9114413ad0c SHA1: 0d9e6feb341af42557d8b541c524ce85b785dc01 MD5sum: af21a0f977a4b18d8e0c112f34bf9055 Description: API documentation for ESO's C utility library libcext The libcext is a C utility library, which is used to implement ESO's Common Pipeline Library (CPL). The library contains a basic collections framework (maps, linked lists, queues), memory management, strings, logging and others. . The package contains the API documentation for libcpl. Multi-Arch: foreign Homepage: https://www.eso.org/sci/software/cpl/ Section: doc Priority: optional Filename: pool/main/c/cpl/libcext-doc_7.3.2+ds-1~bpo12+1_all.deb Package: libcext0 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 167 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.34) Size: 40468 SHA256: 76e8afae15a459e7cc40c2b2b2f9d3fec175ee8d515a946e8355b5ed021c0bb6 SHA1: 16c9194434a582ee8e97cf1e63088b9ee4a82807 MD5sum: 67bc10906efeb8e907255e4a688d16b6 Description: Commonly used utility functions for C programs This is a C utility library, which is used to implement ESO's Common Pipeline Library (CPL). The library contains a basic collections framework (maps, linked lists, queues), memory management, strings, logging and others. Multi-Arch: same Homepage: https://www.eso.org/sci/software/cpl/ Section: libs Priority: optional Filename: pool/main/c/cpl/libcext0_7.3.2+ds-1~bpo12+1_arm64.deb Package: libclaws-mail-dev Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 1067 Maintainer: Ricardo Mones Architecture: arm64 Depends: libssl-dev, libenchant-2-dev Size: 414272 SHA256: 12fc94f3316f0cc704d63e4b23c1037fe005b4e6b6e1a38dba742482f9bbe9f2 SHA1: fcc61c4a4b624af0f27b04fe255a5e4f2db2cd0c MD5sum: 6530982aaf046c84f2c99cb6ea1ccf77 Description: Development files for Claws Mail plugins This package provides the development headers needed to build plugins for Claws Mail client. Plugins are loadable modules which extend Claws Mail capabilities. Multi-Arch: same Homepage: https://www.claws-mail.org Section: devel Priority: optional Filename: pool/main/c/claws-mail/libclaws-mail-dev_4.3.1-1~bpo12+1_arm64.deb Package: libcloudflare-ddns-dev Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: arm64 Depends: libcloudflare-ddns2 (= 2.1.0-2~bpo12+1), libcurl4-openssl-dev | libcurl-dev Size: 18468 SHA256: 316be4435e20fa072a82f969b4189e11aab79166e7bcf2398113dd948a6e1944 SHA1: 2c500fb9789c78dbda36096585636b3207e196c0 MD5sum: df40520a7959715861fb60552115e981 Description: dynamically update a DNS record using Cloudflare - development files cloudflare-ddns is a oneshot program: you run it, it updates the DNS record, and it terminates. This uses Cloudflare's API, so to run the tool you'll need an API token and the Zone ID of the DNS zone that you want to update. . This package contains the development files. Multi-Arch: same Homepage: https://github.com/Tachi107/cloudflare-ddns Section: libdevel Priority: optional Filename: pool/main/c/cloudflare-ddns/libcloudflare-ddns-dev_2.1.0-2~bpo12+1_arm64.deb Package: libcloudflare-ddns2 Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 117 Maintainer: Andrea Pappacoda Architecture: arm64 Depends: libc6 (>= 2.17), libcurl4 (>= 7.16.2) Size: 18668 SHA256: 0a1271ca8e1a6586efbe1228cbddfdc9897c800739ddb9bd86392068e9599471 SHA1: 5fcb931cd5ca1b3256ed6701a629041060cefae3 MD5sum: 277923353c4ef41c97c618653e32765e Description: dynamically update a DNS record using Cloudflare - runtime library cloudflare-ddns is a oneshot program: you run it, it updates the DNS record, and it terminates. This uses Cloudflare's API, so to run the tool you'll need an API token and the Zone ID of the DNS zone that you want to update. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/Tachi107/cloudflare-ddns Section: libs Priority: optional Filename: pool/main/c/cloudflare-ddns/libcloudflare-ddns2_2.1.0-2~bpo12+1_arm64.deb Package: libcom-err2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 111 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: libcomerr2 (<< 1.43.9-1~) Provides: libcomerr2 (= 1.47.2~rc1-2~bpo12+2) Depends: libc6 (>= 2.17) Breaks: libcomerr2 (<< 1.43.9-1~) Size: 23624 SHA256: 9b9ad9b5fa0b2c586b0fb2a8626b4a1ee2ef0073ea305fc12564a138ce4cdf8c SHA1: cf8a5a8f543625d47a60b03cfc755f47b719fb9d MD5sum: 2b30adb291c0900496801702ceabfe22 Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libcom-err2_1.47.2~rc1-2~bpo12+2_arm64.deb Package: libcos4-3 Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 9761 Maintainer: Freexian Packaging Team Architecture: arm64 Replaces: libcos4-2 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 5) Conflicts: libcos4-2 Size: 1124452 SHA256: 96d42cad4c3c72bd04794b8206a919dfedc4625f64c599f1cb3bb678309d99e9 SHA1: 8db9a01414905d6e0c46d6157c9c2906010259b3 MD5sum: 04724bb0db3f714b2d06468c54e360a3 Description: omniORB CORBA services stubs omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-3_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libcos4-dev Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 19144 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libcos4-3 (= 4.3.3+ds1-1~bpo12+1), libomniorb4-dev (= 4.3.3+ds1-1~bpo12+1), pkgconf Size: 1249764 SHA256: 01a3a3bab265a986eb5cb7b91efc43635b5ee4225dc4c8fed2daca6bab90d8a2 SHA1: a44336e7c881e481c89944eb0627923378fdd7da MD5sum: fbc09c1a04674a9d4ecc6792957b4990 Description: omniORB CORBA services stubs development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-dev_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libcotp-dev Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 20 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: arm64 Depends: libcotp3 (= 3.0.0-1~bpo12+1) Size: 4092 SHA256: 35484318dd530617176c3f2c4d51566f452b7362f4bd1eb12bfa4f72cb63311c SHA1: 7a50615fdf180b7bb9eab298fe21c4f6906b19b1 MD5sum: 59f978109ee7b2afd1f6aee58176e970 Description: C library that generates TOTP and HOTP (development) C library that generates TOTP and HOTP according to RFC-6238. . This package contains the files needed to compile and link programs which use this library. Multi-Arch: same Homepage: https://github.com/paolostivanin/libcotp Section: libdevel Priority: optional Filename: pool/main/libc/libcotp/libcotp-dev_3.0.0-1~bpo12+1_arm64.deb Package: libcotp3 Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 83 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: arm64 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.10.0) Size: 9068 SHA256: 68485fbd8afd345f5d041cc08acfe6ff7ff3b3dee8710c85842051ed599eea0b SHA1: 2b56877851d1965484976de056ba9693de802fc8 MD5sum: 04f70bd2eb6dbba595b2807de1ce3924 Description: C library that generates TOTP and HOTP C library that generates TOTP and HOTP according to RFC-6238. . This package contains the shared library object. Multi-Arch: same Homepage: https://github.com/paolostivanin/libcotp Section: libs Priority: optional Filename: pool/main/libc/libcotp/libcotp3_3.0.0-1~bpo12+1_arm64.deb Package: libcowsql-dev Source: cowsql Version: 1.15.8-1~bpo12+1 Installed-Size: 524 Maintainer: Free Ekanayaka Architecture: arm64 Depends: libcowsql0 (= 1.15.8-1~bpo12+1), libsqlite3-dev (>= 3.22.0~) Size: 93020 SHA256: b841bf7c1ee806b7eef4b0a3cd0db37ef2b3e8437e41bd6956eb0f655700198e SHA1: 37df2b840d2da884fc7cef63c657dca9c9893e08 MD5sum: 14b1482c39d093551c3b986e035b3625 Description: Embeddable, replicated and fault tolerant SQL engine - development files Embeddable SQL database engine with high availability and automatic failover. . The cowsql library extends SQLite with a network protocol that can connect together various instances of your application and have them act as a highly-available cluster, with no dependency on external databases. The name "cowsql" loosely refers to the "pets vs. cattle" concept, since it's generally fine to delete or rebuild a particular node of an application that uses cowsql for data storage. . This package contains the development headers and library files needed to compile programs using cowsql. Multi-Arch: same Homepage: https://github.com/cowsql/cowsql Section: libdevel Priority: optional Filename: pool/main/c/cowsql/libcowsql-dev_1.15.8-1~bpo12+1_arm64.deb Package: libcowsql0 Source: cowsql Version: 1.15.8-1~bpo12+1 Installed-Size: 278 Maintainer: Free Ekanayaka Architecture: arm64 Depends: libc6 (>= 2.34), libraft0 (>= 0.20), libsqlite3-0 (>= 3.8.7), libuv1 (>= 1.8.0~) Size: 66020 SHA256: 683da63099c61278d1f9ecee4a855013441925d989a1824d6dfe5b649f99781b SHA1: c125e9150f1d3f62accc41958c700648679489fe MD5sum: a465f20a3961397bea40b259396cb1e9 Description: Embeddable, replicated and fault tolerant SQL engine - shared library Embeddable SQL database engine with high availability and automatic failover. . The cowsql library extends SQLite with a network protocol that can connect together various instances of your application and have them act as a highly-available cluster, with no dependency on external databases. The name "cowsql" loosely refers to the "pets vs. cattle" concept, since it's generally fine to delete or rebuild a particular node of an application that uses cowsql for data storage. . This package contains the C library needed to run executables that use cowsql. Multi-Arch: same Homepage: https://github.com/cowsql/cowsql Section: libs Priority: optional Filename: pool/main/c/cowsql/libcowsql0_1.15.8-1~bpo12+1_arm64.deb Package: libcpl-dev Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 448 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libcext-dev, libcfitsio-dev, libcplcore26 (= 7.3.2+ds-1~bpo12+1), libcpldfs26 (= 7.3.2+ds-1~bpo12+1), libcpldrs26 (= 7.3.2+ds-1~bpo12+1), libcplui26 (= 7.3.2+ds-1~bpo12+1), wcslib-dev Suggests: libcpl-doc Size: 72936 SHA256: 3f13263bda5fa8a7c59673d6ebf135cd5f0b5446ef5328de60b93dd71f40e42c SHA1: 0a47c1fb2584ecf346f4820e8807455ce50a8172 MD5sum: 3182e4ea122e0bdd83e50ca8e4fdc595 Description: ESO library for automated astronomical data-reduction The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). . The CPL was developed to standardise the way instrument pipelines are built, to shorten their development cycle and to ease their maintenance. However, it may be more generally applied to any similar application, and the details of the CPL code have been engineered in a way to make the library portable and flexible, as well as minimising external dependencies. . The CPL provides a host of functionality, presented in a clear, generic and uniform manner. Among its many features, the CPL offers: . * many useful low-level data types (images, tables, matrices, strings, property lists, ...), * many fundamental statistic, arithmetic and conversion operations for these data types. * medium-level data access methods (e.g. a data abstraction layer for FITS files), * data table organisation and manipulation, * keyword/value handling and management, * a standardised application interface for pipeline recipes, and, * support for dynamic loading of recipe modules. . Despite the current bias towards instrument pipeline development, the library also provides a variety of general-purpose image- and signal-processing functions, making it an excellent framework for the creation of more generic data-handling packages. . This package contains the static library and the C header files. Homepage: https://www.eso.org/sci/software/cpl/ Section: libdevel Priority: optional Filename: pool/main/c/cpl/libcpl-dev_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcpl-doc Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 6469 Maintainer: Debian Astronomy Maintainers Architecture: all Size: 389480 SHA256: e014e0ee257bc3cac02889deb593b188f680d5dd2283733357b8ab00825e115f SHA1: 47fcaec54046ed617d64e9a6dcdd5d381abeddbd MD5sum: 1936292303aa6878d1b5a3973706c68f Description: API documentation for the Common Pipeline Library The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). . This package contains the API documentation for libcpl. Multi-Arch: foreign Homepage: https://www.eso.org/sci/software/cpl/ Section: doc Priority: optional Filename: pool/main/c/cpl/libcpl-doc_7.3.2+ds-1~bpo12+1_all.deb Package: libcplcore26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 1429 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), libcext0 (>= 5.3.1), libcfitsio10 (>= 4.2.0~), libfftw3-double3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10), libgomp1 (>= 4.2.1) Size: 391588 SHA256: 3cc7047ac061a89a98398184c67ad26d69b96391d0331184a784b68f4348abae SHA1: a0a442d5ef238453678677b63432016dd92c7b09 MD5sum: 9e6c1073ee75fd8d76682c6822fbbcbb Description: Fundamental CPL data types and functions The CPLCORE library provides the fundamental CPL data types (such as cpl image, cpl table, cpl vector, cpl matrix etc.), the operations defined on these data types, and elementary utility functions. There should not be any physical units associated with any of the data types or functions of that library. . The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). Multi-Arch: same Homepage: https://www.eso.org/sci/software/cpl/ Section: libs Priority: optional Filename: pool/main/c/cpl/libcplcore26_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcpldfs26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 165 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libcext0 (>= 6.6), libcfitsio10 (>= 4.2.0~), libcplcore26 (>= 7.2.2), libcplui26 (>= 6.4) Size: 48268 SHA256: e5783461249a462bceb39cc0cf49e35d224691b94c9b47a99df1bc255e73a687 SHA1: 88b4cacf7ae396a2c34d19aa34c4fc8a9bf1d942 MD5sum: 43705fdda536b2c4b6b72623009e4e43 Description: CPL functions for Data Flow System compatibility The functions of this library ensure the compliance of pipeline products with the Data Flow System (DFS) of the European Southern Observatory (ESO). . The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). Multi-Arch: same Homepage: https://www.eso.org/sci/software/cpl/ Section: libs Priority: optional Filename: pool/main/c/cpl/libcpldfs26_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcpldrs26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 229 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), libcext0 (>= 5.3.1), libcplcore26 (>= 7.3.2), libwcs7 (>= 4.8.2) Size: 68956 SHA256: 55204411b88e1fdd64ac96a164120d5fe4f737a13b729fb8288c6b0b5b50b940 SHA1: 191bbc95291b707d819e7724c34e0ea0c877e3f2 MD5sum: e982954652525bdcd1571adc5e1db1ac Description: CPL higher level data processing algorithms The CPLDRS (DRS for Data Reduction System) implements higher level data processing algorithms (such as wavelength calibration, image recombination, dark-frame correction and so on). . The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). Multi-Arch: same Homepage: https://www.eso.org/sci/software/cpl/ Section: libs Priority: optional Filename: pool/main/c/cpl/libcpldrs26_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcplui26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 168 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libcext0 (>= 5.3.1), libcfitsio10 (>= 4.2.0~), libcplcore26 (>= 6.0) Size: 46608 SHA256: 0861c05c023f4cc05525299b281801b5e72ea79e2871c80508841fc244ddb047 SHA1: 790aed1ad2e2280ff0675ba26d39048dce69d0b4 MD5sum: 8947d8b556ce3ff5b18ee82a1a2e2abd Description: CPL framework interface library The CPLUI (UI for User Interface) provides services defining the standard interface for recipes and provides more complex data reduction related utilities and services. In particular, it contains the necessary types to handle the plugin interface, the parameters used to handle command-line options and the (set of) frames used to store the input list of files. . The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). Multi-Arch: same Homepage: https://www.eso.org/sci/software/cpl/ Section: libs Priority: optional Filename: pool/main/c/cpl/libcplui26_7.3.2+ds-1~bpo12+1_arm64.deb Package: libcppdap-dev Source: cppdap Version: 1.58.0a-6~bpo12+1 Installed-Size: 4925 Maintainer: Timo Röhling Architecture: arm64 Depends: libjsoncpp-dev (>= 1.9.5), libjsoncpp-dev (<< 1.9.6~) Size: 376500 SHA256: edea99f11903cf1da6a6f3b55f224b9100207c22a76aebe7a360d024c8d2ac08 SHA1: 210596ec77015a4822d59d744975259e1494deb0 MD5sum: d9da3371d6b92237126f6fe20abbd850 Description: C++11 implementation of the Debug Adapter Protocol cppdap is a C++11 library to implement a Debug Adapter Protocol (DAP) client or server. It provides C++ type-safe structures for the full DAP specification, and provides a simple way to add custom protocol messages. Multi-Arch: same Homepage: https://github.com/google/cppdap Section: libdevel Priority: optional Filename: pool/main/c/cppdap/libcppdap-dev_1.58.0a-6~bpo12+1_arm64.deb Package: libcpupower-dev Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1018 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: libcpufreq-dev Provides: libcpufreq-dev Depends: libcpupower1 (= 6.12.27-1~bpo12+1) Conflicts: libcpufreq-dev Size: 1018312 SHA256: 5b3f5a146b1aa5d657adb275663902e6b3d3a67905d5bda65ef0426173393c65 SHA1: 894c9ac1f3c61fe32988e09ff20fa405035d4de1 MD5sum: 9bed0bad43fda8abc9e23b49347793ec Description: CPU frequency and voltage scaling tools for Linux (development files) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package is needed to compile programs against libcpupower. Homepage: https://www.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/l/linux/libcpupower-dev_6.12.27-1~bpo12+1_arm64.deb Package: libcpupower1 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1083 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 1025748 SHA256: 772a3f4fc00bb3b1bb159ebda24e52492ef1a3ad88fd2b0cc00db2b9265c0f6b SHA1: e5ffd2ab3fb55ead07aabdc21f9608b74c97bff0 MD5sum: 36ffb34867e364195c59e8b09d31bf7d Description: CPU frequency and voltage scaling tools for Linux (libraries) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package contains the shared library. Homepage: https://www.kernel.org/ Section: libs Priority: optional Filename: pool/main/l/linux/libcpupower1_6.12.27-1~bpo12+1_arm64.deb Package: libcurl3-gnutls Source: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 964 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), libldap-2.5-0 (>= 2.5.4), libnettle8, libnghttp2-14 (>= 1.50.0), libnghttp3-9 (>= 0.15.0), libngtcp2-16 (>= 1.1.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libpsl5 (>= 0.16.0), librtmp1 (>= 2.3), libssh2-1 (>= 1.7.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.4) Recommends: ca-certificates Size: 340912 SHA256: fac0514981b95226f251618cb0142e52c345739d13e623032eb55634c99a1bc1 SHA1: 204f11707e9a5fdb9ed39cdb8df0ac5ab04f9ee4 MD5sum: 6a77c66298eb561840d98298b56c998f Description: easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by GnuTLS. Multi-Arch: same Homepage: https://curl.se/ Section: libs Priority: optional Filename: pool/main/c/curl/libcurl3-gnutls_8.13.0-5~bpo12+1_arm64.deb Package: libcurl4 Source: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 960 Maintainer: Debian Curl Maintainers Architecture: arm64 Replaces: libcurl3 Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), libldap-2.5-0 (>= 2.5.4), libnghttp2-14 (>= 1.50.0), libpsl5 (>= 0.16.0), librtmp1 (>= 2.3), libssh2-1 (>= 1.7.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.4) Recommends: ca-certificates Conflicts: libcurl3 Size: 333068 SHA256: 4b7cd30c28fa420704cd2a66256f9170c7c01a40dbae1e0aceb5c9d801b73129 SHA1: 1c366e28912bfe5d7bb7a309e430b7a815110d63 MD5sum: 072367d2b38e1e2ebdfa4a0dddd5b8ca Description: easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by OpenSSL. Multi-Arch: same Homepage: https://curl.se/ Section: libs Priority: optional Filename: pool/main/c/curl/libcurl4_8.13.0-5~bpo12+1_arm64.deb Package: libcurl4-doc Source: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 1679 Maintainer: Debian Curl Maintainers Architecture: all Size: 886340 SHA256: 4bb853c476f1ff6a2dbc0ad59f326161b9de07a1c59bccf8df76bdf6170abdf8 SHA1: 68dbb146e56d3d751b1434cdaf2f0b20d596a228 MD5sum: 24006b173eeaf5b7d522426df47fbfa1 Description: documentation for libcurl libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the documentation files for libcurl. Multi-Arch: foreign Homepage: https://curl.se/ Section: doc Priority: optional Filename: pool/main/c/curl/libcurl4-doc_8.13.0-5~bpo12+1_all.deb Package: libcurl4-gnutls-dev Source: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 2101 Maintainer: Debian Curl Maintainers Architecture: arm64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libbrotli-dev, libcurl3-gnutls (= 8.13.0-5~bpo12+1), libgnutls28-dev, libidn2-dev, libkrb5-dev, libldap-dev, libnghttp2-dev, libnghttp3-dev (>= 1.1.0), libngtcp2-crypto-gnutls-dev (>= 1.2.0), libngtcp2-dev (>= 1.2.0), libpsl-dev, librtmp-dev, libssh2-1-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, pkgconf Conflicts: libcurl4-openssl-dev Size: 471452 SHA256: 5fdaddeff005b276dc53631381ffac3335469523abd1b8c516e8af23cb320554 SHA1: 352ce1c42b308e133f736c3aac152065a6340c13 MD5sum: ad9062d7ee80ef45f20d911f383f5067 Description: development files and documentation for libcurl (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by GnuTLS. Multi-Arch: same Homepage: https://curl.se/ Section: libdevel Priority: optional Filename: pool/main/c/curl/libcurl4-gnutls-dev_8.13.0-5~bpo12+1_arm64.deb Package: libcurl4-openssl-dev Source: curl Version: 8.13.0-5~bpo12+1 Installed-Size: 2056 Maintainer: Debian Curl Maintainers Architecture: arm64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libbrotli-dev, libcurl4 (= 8.13.0-5~bpo12+1), libidn2-dev, libkrb5-dev, libldap-dev, libnghttp2-dev, libpsl-dev, librtmp-dev, libssh2-1-dev, libssl-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, pkgconf Conflicts: libcurl4-gnutls-dev, libssl1.0-dev Size: 460788 SHA256: fab1bbe489101244e8c469164ce145d2d471ebc5366559eedad27b775578d941 SHA1: 04ed0161e2603eb565fd5e9cec8ebde15a39d7b3 MD5sum: 63bae31e25322b5ea70403d360e8e33f Description: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by OpenSSL. Multi-Arch: same Homepage: https://curl.se/ Section: libdevel Priority: optional Filename: pool/main/c/curl/libcurl4-openssl-dev_8.13.0-5~bpo12+1_arm64.deb Package: libcyrus-imap-perl Source: cyrus-imapd Version: 3.10.1-3~bpo12+1 Installed-Size: 1541 Maintainer: Debian Cyrus Team Architecture: arm64 Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.33), libpcre2-posix3 (>= 10.34), libpq5, libsasl2-2 (>= 2.1.28+dfsg), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Recommends: libterm-readline-gnu-perl Size: 267436 SHA256: cd1f104117a59c8e594b1504b9233c3427ccc6cf6504177d489f5981e4d7b5b0 SHA1: 3022d80c45a978524dce38c708633e7a7915d9e4 MD5sum: 3a32a72ea8183365399f3e9e9dc8f758 Description: Interface to Cyrus imap client imclient library The Cyrus::IMAP module provides an interface to the Cyrus imclient library. These are primarily useful for implementing cyradm operations within a Perl script; there are easier ways to implement general client operations, although they may be more limited in terms of authentication options when talking to a Cyrus imapd. . The modules that compose Cyrus::SIEVE are also included, but they are undocumented upstream. . For more information, please see the cyrus-common package. Homepage: https://www.cyrusimap.org/ Section: perl Priority: optional Filename: pool/main/c/cyrus-imapd/libcyrus-imap-perl_3.10.1-3~bpo12+1_arm64.deb Package: libd3dadapter9-mesa Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 25282 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3), libudev1 Size: 5948988 SHA256: 2ca4ad473a33830ce902e7b4392f4307d8a18c5eb65ffdedbd8710bf4a2b245d SHA1: 3791c73dd8a66986702d5fccb0dc37436c6a614b MD5sum: 23a4f2d924a84ee0dc66ea81cb97838c Description: state-tracker for Direct3D9 This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libd3dadapter9-mesa_25.0.4-1~bpo12+1_arm64.deb Package: libd3dadapter9-mesa-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 65 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libd3dadapter9-mesa (= 25.0.4-1~bpo12+1), libudev1 Size: 23444 SHA256: 0b03266fabd2e04ee98692210b5483ef16d7e15e2297d5321040c3e003602aa2 SHA1: 18593129cf427abdaba3751b50b07a48d995c3cb MD5sum: 456e950814f0b96781c1b870a269c8b0 Description: state-tracker for Direct3D9 -- development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. . Development files Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libd3dadapter9-mesa-dev_25.0.4-1~bpo12+1_arm64.deb Package: libdar-dev Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 10233 Maintainer: John Goerzen Architecture: arm64 Depends: libdar64-6000 (= 2.7.15-2~bpo12+1), zlib1g-dev, libbz2-dev, libzstd-dev, liblzo2-dev, liblzma-dev, liblz4-dev, libgcrypt20-dev, libgpg-error-dev, libassuan-dev, libargon2-dev Size: 1253236 SHA256: 7a0772465fd23cdd4ac16bcd1a0bdd3d6eb517b8390b047a63345f6a5e990df6 SHA1: ae7bc27791c99b7716334a3f9f551965b06faa91 MD5sum: d9cb1d3ff8b7908e118ab871709cba6f Description: Disk ARchive: Development files for shared library Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Homepage: http://dar.linux.free.fr/ Section: libdevel Priority: optional Filename: pool/main/d/dar/libdar-dev_2.7.15-2~bpo12+1_arm64.deb Package: libdar64-6000 Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 2680 Maintainer: John Goerzen Architecture: arm64 Depends: libargon2-1 (>= 0~20171227), libbz2-1.0, libc6 (>= 2.34), libcap2 (>= 1:2.10), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), libgpgme11 (>= 1.2.0), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), librsync2 (>= 1.0.0), libstdc++6 (>= 11), libthreadar1000 (>= 1.5.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Size: 779084 SHA256: c3cae344f6d35a71dffb3447b7c2fe3a22c285e5d06f2de19ef57736717b8dd1 SHA1: 690f2b7c90253b925b5b84047e78999827cb6775 MD5sum: a388247d5a4caa95de2fed712d80ffb1 Description: Disk ARchive: Shared library Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the shared library for accessing archives. Multi-Arch: same Homepage: http://dar.linux.free.fr/ Section: libs Priority: optional Filename: pool/main/d/dar/libdar64-6000_2.7.15-2~bpo12+1_arm64.deb Package: libdatatype99-dev Source: datatype99 Version: 1.6.4-3~bpo12+1 Installed-Size: 71 Maintainer: Roland Mas Architecture: all Depends: libmetalang99-dev Size: 22388 SHA256: 022e3909c5c8d91171a0283914b45142fdcc20b480c51a5f8feb693dd42af0f2 SHA1: 4a8c6701191b7c65c383289f3d8de7e8de2e7f8c MD5sum: 214a0ec5598cd6de4219ac0815f31ffd Description: Algebraic data types for C99 Safe, intuitive algebraic data types with exhaustive pattern matching & compile-time introspection facilities. No external tools required, pure C99. Homepage: https://github.com/Hirrolot/datatype99 Section: devel Priority: optional Filename: pool/main/d/datatype99/libdatatype99-dev_1.6.4-3~bpo12+1_all.deb Package: libdbd-cassandra-perl Version: 0.57-2~bpo12+1 Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libcassandra-client-perl (>= 0.10), libdbi-perl, libdevel-globaldestruction-perl Size: 18144 SHA256: e2924d83007f35034542eb6141b4f9d3977b6b20ca3f4fc897bc6f39541151ee SHA1: 13f9da3522945d12988aecbc72e7e48e25fef47d MD5sum: c53d6627818b3892744d869fcdf9c796 Description: Perl DBI database backend for Cassandra DBD::Cassandra is a Perl5 Database Interface driver for Cassandra, using the CQL3 query language. Homepage: https://metacpan.org/release/DBD-Cassandra Section: perl Priority: optional Filename: pool/main/libd/libdbd-cassandra-perl/libdbd-cassandra-perl_0.57-2~bpo12+1_all.deb Package: libdebhelper-perl Source: debhelper Version: 13.23~bpo12+1 Installed-Size: 352 Maintainer: Debhelper Maintainers Architecture: all Replaces: debhelper (<< 12.6~) Depends: perl:any Breaks: debhelper (<< 12.6~) Size: 90812 SHA256: 6356cb46c5e40ce6d170cab1b3cd46b7efc8281b20c798c86e29e3a76fb9687d SHA1: 5e5913994e8aadbc6980ec2f5fb924fabce732fb MD5sum: 75a5b8998d732ec1ba3f08c1b48b37ba Description: debhelper perl modules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. . This package provides the perl modules used by the scripts in debhelper. Multi-Arch: foreign Section: perl Priority: optional Filename: pool/main/d/debhelper/libdebhelper-perl_13.23~bpo12+1_all.deb Package: libdebuginfod-common Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 53 Maintainer: Debian Elfutils Maintainers Architecture: all Depends: debconf (>= 0.5) | debconf-2.0, ucf Pre-Depends: debconf Size: 23828 SHA256: d407493763f194392e056bd7631bcdaf407de71e50d7341253e021a58b53b9cd SHA1: 3114c6b83626770a5dd57ca49e8cf9862eb4a6e4 MD5sum: e8ea5cd9289e3cae5a5645fff69100cc Description: configuration to enable the Debian debug info server This package asks if it should enable use of the Debian debug info server with debugging tools that use libdebuginfo such as GDB. . When this is allowed by the sysadmin, a snippet will be added to the shell configuration. You will need to restart your shell after installing this package before the snippet will work. . The Debian debug info server will be contacted every time debugging tools attempt to look up debug info for binaries or libraries but the server does not log requests for debug info. . The Debian debug info server uses https to securely transfer debugging files but does not offer OpenPGP signing of debug info. Multi-Arch: foreign Homepage: https://sourceware.org/elfutils/ Section: devel Priority: optional Filename: pool/main/e/elfutils/libdebuginfod-common_0.192-4~bpo12+1_all.deb Package: libdebuginfod-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 60 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libdebuginfod1 (= 0.192-4~bpo12+1), libelf-dev Size: 23336 SHA256: a6a50f8c56e200ea2ce3ec217b6b7f9cca3034d753275d21c4576974069f3fc8 SHA1: 897c38535a81075a8c845c4905bdadb6d0fac1b1 MD5sum: f54b0f47ed9e9ce50e8fcb0871eca90d Description: libdebuginfod development libraries and header files libasm1 allows you to interact with debuginfod. . This package contains development libraries and header files for libdebuginfod1. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libdevel Priority: optional Filename: pool/main/e/elfutils/libdebuginfod-dev_0.192-4~bpo12+1_arm64.deb Package: libdebuginfod1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 102 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.28.0), libelf1 (= 0.192-4~bpo12+1), libjson-c5 (>= 0.15), libdw1 (= 0.192-4~bpo12+1), libdebuginfod-common (>= 0.192-4~bpo12+1) Size: 30880 SHA256: 08c2bc5a23a37d88f23a57022023168bb32d84673532207356a3aebf1e93aae8 SHA1: d6f1a98aeed5f3d2d893a663ffeca6e6e0fc7cde MD5sum: d9468f59f3bbb8b2612066cefbd9f6d9 Description: library to interact with debuginfod (development files) The libdebuginfo1 package provides a library with an interface to interact with debuginfod. . This library is part of elfutils. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libs Priority: optional Filename: pool/main/e/elfutils/libdebuginfod1_0.192-4~bpo12+1_arm64.deb Package: libdisplay-info-bin Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 96 Maintainer: Marc Dequènes (Duck) Architecture: arm64 Depends: libc6 (>= 2.34), libdisplay-info2 (>= 0.2.0) Size: 26812 SHA256: 62cf6a214e9d58a885f7fe0f92b8bee9f7fb947dc16f93c4e93868ba3be38d41 SHA1: 3e5fcd9b30de83a25a8852a90f7fd0d70f43301b MD5sum: ad4e0665790c00d38403520f8ebdd524 Description: EDID and DisplayID library (utils) This library parse EDID and DisplayID and focus on: * Providing a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. * Simplicity and correctness over performance and resource usage. * Well-tested and fuzzed. . This package contains the di-edid-decode binary. Multi-Arch: foreign Homepage: https://gitlab.freedesktop.org/emersion/libdisplay-info Section: video Priority: optional Filename: pool/main/libd/libdisplay-info/libdisplay-info-bin_0.2.0-2~bpo12+1_arm64.deb Package: libdisplay-info-dev Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 124 Maintainer: Marc Dequènes (Duck) Architecture: arm64 Depends: libdisplay-info2 (= 0.2.0-2~bpo12+1) Size: 26204 SHA256: 932da7f4dc19cc3f988208d87cf9142dfd8d9be3ffa1cee29b437d761afa974b SHA1: 2e204ab03414ef914ddb63949f87e6e778114353 MD5sum: 70da47a853cd55c537df3b983cc83d68 Description: EDID and DisplayID library (development files) This library parse EDID and DisplayID and focus on: * Providing a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. * Simplicity and correctness over performance and resource usage. * Well-tested and fuzzed. . This package contains the development files, including headers and pkgconf configuration. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/emersion/libdisplay-info Section: libdevel Priority: optional Filename: pool/main/libd/libdisplay-info/libdisplay-info-dev_0.2.0-2~bpo12+1_arm64.deb Package: libdisplay-info1 Source: libdisplay-info Version: 0.1.1-2~bpo12+1 Installed-Size: 230 Maintainer: Marc Dequènes (Duck) Architecture: arm64 Depends: libc6 (>= 2.27) Size: 71096 SHA256: 294690246107d0a13d0ccdd01c5f11bbad670cf427b4110389c3cd6bc1a45f13 SHA1: b823083291654e3a63cce0d0b103f238f5ca2af9 MD5sum: 194c92127b0c64099e053191e8dc6eff Description: EDID and DisplayID library (shared library) This library parse EDID and DisplayID and focus on: * Providing a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. * Simplicity and correctness over performance and resource usage. * Well-tested and fuzzed. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/emersion/libdisplay-info Section: libs Priority: optional Filename: pool/main/libd/libdisplay-info/libdisplay-info1_0.1.1-2~bpo12+1_arm64.deb Package: libdisplay-info2 Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 295 Maintainer: Marc Dequènes (Duck) Architecture: arm64 Depends: libc6 (>= 2.27) Size: 74888 SHA256: 6c97b722984400c229d291d6c74d4b5e3eb3705921a4e73e749cb9e0df0b3f57 SHA1: d7928a532991982ded5c9b04d10ead20efe38c6e MD5sum: fc843b70a87d95de8b3d728ba0a263e5 Description: EDID and DisplayID library (shared library) This library parse EDID and DisplayID and focus on: * Providing a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. * Simplicity and correctness over performance and resource usage. * Well-tested and fuzzed. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/emersion/libdisplay-info Section: libs Priority: optional Filename: pool/main/libd/libdisplay-info/libdisplay-info2_0.2.0-2~bpo12+1_arm64.deb Package: libdjinterop-dev Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 216 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libdjinterop0 (= 0.21.0+ds-2~bpo12+1) Size: 31960 SHA256: a29784543a6673050b4e56433fe1b3ca76c096a2a58a82c3e69e5b3b22d85bce SHA1: 3de09da13cb39bc97598f5d469c2f2028e0a32dc MD5sum: 87120f032edcf139934e65fe23907af7 Description: C++ library to allow access to DJ record database formats (dev) The libdjinterop library is a C++ library that allows access to database formats used to store information about DJ record libraries. . This library currently supports: - Engine Library, as used on "Prime"-series DJ equipment. . This package provides the development files for the library. Homepage: https://github.com/xsco/libdjinterop Section: libdevel Priority: optional Filename: pool/main/libd/libdjinterop/libdjinterop-dev_0.21.0+ds-2~bpo12+1_arm64.deb Package: libdjinterop0 Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 1553 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 326680 SHA256: 5813413cd1c1839933b2b17bd41ddd640697efade069dd29b2ccf30dba6889c4 SHA1: baa22549b3735402549258c4a636dc6445526526 MD5sum: d30cc6fe8aab47574e3e43ab2f4e5312 Description: C++ library to allow access to DJ record database formats (shared library) The libdjinterop library is a C++ library that allows access to database formats used to store information about DJ record libraries. . This library currently supports: - Engine Library, as used on "Prime"-series DJ equipment. . This package provides the shared library files. Multi-Arch: same Homepage: https://github.com/xsco/libdjinterop Section: libs Priority: optional Filename: pool/main/libd/libdjinterop/libdjinterop0_0.21.0+ds-2~bpo12+1_arm64.deb Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 101 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 21356 SHA256: 4460164bf165eb51f16b7308c2b94420c36a4924c320906dc8d6a4d3c4fd4791 SHA1: f98828fa7b03d36493a6e9cf1dad773969629a26 MD5sum: ccc7bd6dbbe1537b75be34f3ca05774c Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-amdgpu1_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-common Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 45 Maintainer: Debian X Strike Force Architecture: all Size: 8164 SHA256: 5f37e8608d172fe6881d8ab149fe325af122a83ab8b13a5cd8d02022a9397ffc SHA1: 1cc484e7ad562d161d802bf586562d2bd6605160 MD5sum: b91ff8b4a94ae722d91eabf5a3039209 Description: Userspace interface to kernel DRM services -- common files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides common files for libdrm. Multi-Arch: foreign Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-common_2.4.123-1~bpo12+1_all.deb Package: libdrm-dev Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 1506 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libdrm2 (= 2.4.123-1~bpo12+1), libdrm-radeon1 (= 2.4.123-1~bpo12+1), libdrm-nouveau2 (= 2.4.123-1~bpo12+1), libdrm-amdgpu1 (= 2.4.123-1~bpo12+1), libdrm-freedreno1 (= 2.4.123-1~bpo12+1), libdrm-tegra0 (= 2.4.123-1~bpo12+1), libdrm-etnaviv1 (= 2.4.123-1~bpo12+1), libpciaccess-dev Size: 316608 SHA256: 624c3ceb4b6c6c2d7d8de87b954ad85857e32180d6a9f1c033ccdd816ecbb2a7 SHA1: 1e8fde7450ece98bb074aa256ed541bf596ea214 MD5sum: 2330925efe36d208d79d6413aeb10847 Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libdevel Priority: optional Filename: pool/main/libd/libdrm/libdrm-dev_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-etnaviv1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 14128 SHA256: 1d84d510cce814416c9099203e4b33260dadd559ef5caf3aacc211405f74d698 SHA1: 820c805b1b9227cce149adcbc159e4fed99c9a94 MD5sum: d6689ccb834265ac6d4ecfbb6133a50c Description: Userspace interface to etnaviv-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-etnaviv1_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-freedreno1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 20756 SHA256: 37b1361b60f97964181125ad5b72f51a80872e653f37d61295bf8e42d3db3db3 SHA1: f6bb424191fa013a56392db1e5d7c409e56e38df MD5sum: c4762c0891c5526d8161fea654fb5ab5 Description: Userspace interface to msm/kgsl kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-freedreno1_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-intel1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 230 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108), libpciaccess0 Size: 60148 SHA256: 443bfb710c64a2f11cf6c9662b2f6acbec9b23517807296e49ef6acfe9e4ab32 SHA1: b627001051cb51fd9e8bc65b4be60c194e1cd8ba MD5sum: 56b1d05012954589c43898f3a9232451 Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-intel1_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-nouveau2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 18748 SHA256: 32de4f3800f0bbf1804595d6d6f00dc874cb41102ca2ac596cc7bd2c3387db9f SHA1: 55e11bb8379e74863fdd4565cd6381469bd59a25 MD5sum: a00161baf4748e598d43a3e2c0617452 Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-nouveau2_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-radeon1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 21308 SHA256: d96cde82fb5dc47e8235e0985ddad819a8b0f8a3b8aa884dc03f98dc7043eaf6 SHA1: ff916e158cf2c8b94bcee93d82716da52e2c4756 MD5sum: d0807fa693aec61de60e2adf36260f06 Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-radeon1_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-tegra0 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 99 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 11520 SHA256: 6ac65fa21d571b4bae28ba527465819780de562822552276d06ebe7cb3434185 SHA1: d8e1c32ae20e3b43224a6ac6c243eb3405da4df6 MD5sum: 9fe19d3c2a12d7a8d95d6c9292ee2135 Description: Userspace interface to tegra-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-tegra0_2.4.123-1~bpo12+1_arm64.deb Package: libdrm-tests Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 1163 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libdrm2 (= 2.4.123-1~bpo12+1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77), libdrm-etnaviv1, libdrm-tegra0 (>= 2.4.112) Size: 69240 SHA256: 5d5d1ed68932304efbca75858cab9bac30452f931e0172361c3bbacbffb6ffb7 SHA1: cccb3c35de23c14c942b6c768464eff5f40e835e MD5sum: 6f4cdba1afea4296fe0ec5e4369f8b1f Description: Testing tools from the libdrm project This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package contains a variety of tools for testing from the libdrm project. Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-tests_2.4.123-1~bpo12+1_arm64.deb Package: libdrm2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 169 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libdrm-common (>= 2.4.123-1~bpo12+1), libc6 (>= 2.33) Size: 37792 SHA256: 01c5fcaa68f4e45b6367ff3e69757b176a61284ab1fdd817a1a829c102f70088 SHA1: a73df85303a8eb1c12bffd67009a633b76ccc0aa MD5sum: e89a682ea55058289427b7a8699fa21d Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm2_2.4.123-1~bpo12+1_arm64.deb Package: libdw-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 1746 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libelf-dev, libdw1 (= 0.192-4~bpo12+1), zlib1g-dev, liblzma-dev Size: 316244 SHA256: f8c782147419f01697a87fafd883ba70c481472f623363ef45727e1b8868dac2 SHA1: cc848ec59e87a7d0860d9a1e15cb9ff2a302404d MD5sum: 87ae3224f1c6e5c0bdf1197351c6df2d Description: libdw1 development libraries and header files libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This package contains development libraries and header files for libdw1. . It also contains a static version of libdw. Only link to the static version for special cases and when you don't need anything from the ebl backends. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libdevel Priority: optional Filename: pool/main/e/elfutils/libdw-dev_0.192-4~bpo12+1_arm64.deb Package: libdw1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 754 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libbz2-1.0, libc6 (>= 2.34), libelf1 (= 0.192-4~bpo12+1), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.2.3) Size: 233664 SHA256: f5588e8ff68159ef581a142608f6e4ac9ab613b42278b878b817eea63c53be76 SHA1: c0d2bd0d02b813e38b047bd36ff26ce2c39e33f1 MD5sum: ddd0fbf3599cd8b377a45a598751f903 Description: library that provides access to the DWARF debug information libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This library is part of elfutils. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libs Priority: optional Filename: pool/main/e/elfutils/libdw1_0.192-4~bpo12+1_arm64.deb Package: libegl-mesa0 Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 438 Maintainer: Debian X Strike Force Architecture: arm64 Provides: libegl-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgbm1 (= 25.0.4-1~bpo12+1), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.3), libxcb-shm0, libxcb-xfixes0, libxcb1 (>= 1.6), mesa-libgallium (= 25.0.4-1~bpo12+1) Size: 119168 SHA256: 3dd38f4a31f915cae1105ced3f238b70fbcb0f3a1dbeea6cebd4e19a0237751d SHA1: 77720bb0cf5a70b561a6d03b89a638e0704ca868 MD5sum: 1ac78908d658cf18196331adca367a6b Description: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libegl-mesa0_25.0.4-1~bpo12+1_arm64.deb Package: libegl1-mesa-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libegl-dev, libglvnd-dev Size: 23684 SHA256: f38491966052a5815982ac88c42873f4f7acf7e4cd5029b3c5091ab26b56d0b4 SHA1: cc94086b49c386e14c40175da1ad9bbeee04a50c MD5sum: 5eb70bda79a79cf9568224e2b183ac25 Description: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libegl1-mesa-dev_25.0.4-1~bpo12+1_arm64.deb Package: libelf-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 412 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libelf1 (= 0.192-4~bpo12+1), zlib1g-dev, libzstd-dev Conflicts: libelfg0-dev Size: 92576 SHA256: d5d1020c7af19ed4a10f82d489df47e9111c8198f81148842e293e7149d46bf5 SHA1: 01c884253cc0c4e05d972898d748d760e441431b MD5sum: 657d2429cfa96f9c21d0db6c9ad61a68 Description: libelf1 development libraries and header files libelf1 provides a shared library which allows reading and writing of ELF files on a high level. . This package contains development libraries and header files for libelf1. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libdevel Priority: optional Filename: pool/main/e/elfutils/libelf-dev_0.192-4~bpo12+1_arm64.deb Package: libelf1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 1245 Maintainer: Debian Elfutils Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 187084 SHA256: 603ae70a5672b32175dfe6cfdb9ff3f00a2d18fafab430b3461942585d0f529d SHA1: 7465e60425cf88775bc919271307c8067facf03b MD5sum: 425e19ce0918b1936fd5f9d7aa6d6462 Description: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Multi-Arch: same Homepage: https://sourceware.org/elfutils/ Section: libs Priority: optional Filename: pool/main/e/elfutils/libelf1_0.192-4~bpo12+1_arm64.deb Package: libengine-tpm2-tss-openssl Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 85 Maintainer: Luca Boccassi Architecture: arm64 Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0), libtss2-esys-3.0.2-0 (>= 2.3.1), libtss2-mu0 (>= 3.0.1), libtss2-tctildr0 (>= 3.0.1) Size: 21300 SHA256: 083ddca79fd8628d082921061234d7cfd113e575fec4a8cd8f6ae76bbf6b5277 SHA1: 5a545559cf07943427565d70fb087b3d4112778c MD5sum: c584cefada93cf8e84a05997c18136c1 Description: OpenSSL engine for tpm2-tss With this engine for OpenSSL you can use OpenSSL library and command line tools with any TPM2 implementation as backend for the crypto operations. . This package contains the OpenSSL engine shared objects. Multi-Arch: same Homepage: https://github.com/tpm2-software/tpm2-tss-engine Section: libs Priority: optional Filename: pool/main/t/tpm2-tss-engine/libengine-tpm2-tss-openssl_1.2.0-2~bpo12+1_arm64.deb Package: libespeak-ng-dev Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 900 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libespeak-ng1 (= 1.52.0+dfsg-5~bpo12+1) Size: 226540 SHA256: 8c2b0b88a51aba572688e19ddb698c33962d1fc8f969e2692df686d17b85920b SHA1: 1f583158f6d3cc18ecc8a8b5de86fab02e116260 MD5sum: c005a14c0f72a0bbd921543af24776ae Description: Multi-lingual software speech synthesizer: development files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains the eSpeak NG development files needed to build against the espeak-ng shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libdevel Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-dev_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: libespeak-ng-libespeak-dev Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 52 Maintainer: Debian Accessibility Team Architecture: arm64 Provides: libespeak-dev (= 1.48.04+dfsg) Depends: libespeak-ng-dev (= 1.52.0+dfsg-5~bpo12+1) Conflicts: libespeak-dev Size: 19988 SHA256: f5150292aee4a157092883cde8ee79742b3edbb618fd046fc528d1cb025ce74e SHA1: da679c21d01b798510a60700c85a97532de73620 MD5sum: 8fea3352e4ae4feef40568637ae641d9 Description: Multi-lingual software speech synthesizer: development files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the libespeak-dev package. Building against this package thus allows one to migrate to using eSpeak NG without any source code change. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libdevel Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-libespeak-dev_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: libespeak-ng-libespeak1 Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 23 Maintainer: Debian Accessibility Team Architecture: arm64 Provides: libespeak1 (= 1.48.04+dfsg) Depends: libespeak-ng1 (= 1.52.0+dfsg-5~bpo12+1) Conflicts: libespeak1 Size: 12880 SHA256: 37d3c7682ee5476293acff93e71bd0996536cb0f68f12a95de7abc8ae5c9cc18 SHA1: 88d071b40b04f84ee815ae5be83ce6f3d83073a8 MD5sum: 346b3f7b80a7402357121acc3953a442 Description: Multi-lingual software speech synthesizer: shared library eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the libespeak1 package. Installing this package thus allows one to make applications linked against libespeak1 use eSpeak NG without any modification or rebuild. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libs Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-libespeak1_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: libespeak-ng1 Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 605 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.34), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10), espeak-ng-data (= 1.52.0+dfsg-5~bpo12+1) Size: 186060 SHA256: 95c33e92af689173af35c88127c745b3d9a2ba2a4231e30bf474712b0bf4ae44 SHA1: 5a11a62599b60c1dc119ba02e9a0a1c8fe616779 MD5sum: 0d55f4fef4f660545548b23c1de37301 Description: Multi-lingual software speech synthesizer: shared library eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains the espeak NG program in a shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libs Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng1_1.52.0+dfsg-5~bpo12+1_arm64.deb Package: libext2fs-dev Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1186 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: e2fslibs-dev (<< 1.43.9-1~) Provides: e2fslibs-dev (= 1.47.2~rc1-2~bpo12+2) Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= 1.47.2~rc1-2~bpo12+2) Suggests: doc-base Breaks: e2fslibs-dev (<< 1.43.9-1~) Size: 292704 SHA256: 6e482b00773b2c69c855bf0c8afd378d861b77519b6eb50eb6607a6096b8aa13 SHA1: 3bdffd8aa996d4eb31260d084391c2ffb6a6ea15 MD5sum: a49dc7936af341bea245d9a0f739497a Description: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains the development environment for the ext2fs and e2p libraries. Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs-dev_1.47.2~rc1-2~bpo12+2_arm64.deb Package: libext2fs2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 591 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: e2fslibs (<< 1.43.9-1~), libext2fs2 Provides: e2fslibs (= 1.47.2~rc1-2~bpo12+2) Depends: libc6 (>= 2.34) Breaks: e2fslibs (<< 1.43.9-1~) Size: 201408 SHA256: 7bdc8e6c6e609ce0e217553d179ee7a37f06003e8b6bd27c66b0b88d7e239526 SHA1: 0d49106ed1c68b6505704cf761c7243dfbb5e67f MD5sum: 699e18477ea9b79634d8bd91600dd425 Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs2_1.47.2~rc1-2~bpo12+2_arm64.deb Package: libfcitx5-qt-data Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 72 Maintainer: Debian Input Method Team Architecture: all Size: 13404 SHA256: 018fd4d1763ab01c49367269f6b7ea3b68be7911083f1c96dd930d4cafd6a70a SHA1: 2272060d471dd9bddc5dda9de53fcd62949222cf MD5sum: b3b787031f30b81683cfefa83e325737 Description: Qt library and IM module for fcitx5 (data files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the shared data files for fcitx5-qt. Multi-Arch: foreign Homepage: https://github.com/fcitx/fcitx5-qt Section: libs Priority: optional Filename: pool/main/f/fcitx5-qt/libfcitx5-qt-data_5.1.6-1~bpo12+1_all.deb Package: libfcitx5-qt-dev Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: arm64 Depends: qtbase5-dev, libfcitx5-qt1 (= 5.1.6-1~bpo12+1) Size: 14276 SHA256: 89a33946ec4890b6777e34d10729ea0c4977349845f9f798007e6e0b1a6b44e2 SHA1: ba83df314e17c0b3600d019b79d93871ab4635fb MD5sum: f71b393dcc64d823323235f695d448da Description: Qt library and IM module for fcitx5 (development files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the development files for fcitx5-qt. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5-qt Section: libdevel Priority: optional Filename: pool/main/f/fcitx5-qt/libfcitx5-qt-dev_5.1.6-1~bpo12+1_arm64.deb Package: libfcitx5-qt1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 431 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.17), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5.2) Size: 88928 SHA256: 5b9a6d607dddee5e25cd36a4b24cefb3ad40807d6525b07b8a41ee5653ae2ea4 SHA1: fb932f7ce7017a7c54d842e700867aefb60c37c6 MD5sum: 938ca9c9ae67f3779ce1da19e432f312 Description: Qt library and IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt5 support for fcitx5. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5-qt Section: libs Priority: optional Filename: pool/main/f/fcitx5-qt/libfcitx5-qt1_5.1.6-1~bpo12+1_arm64.deb Package: libfcitx5-qt6-1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 543 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.17), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Size: 114560 SHA256: 3b3222ec3f93febf2ee92618019477e9f6f4baaaa8d84f93075ed8c936a03651 SHA1: e8788941b5a782d3fd95a618ad950e9a882c8362 MD5sum: 171328c30bcadb2ab1f3aeca6a9a38a7 Description: Qt6 library and IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt6 support for fcitx5. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5-qt Section: libs Priority: optional Filename: pool/main/f/fcitx5-qt/libfcitx5-qt6-1_5.1.6-1~bpo12+1_arm64.deb Package: libfcitx5-qt6-dev Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: arm64 Depends: qt6-base-dev, libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1) Size: 14284 SHA256: 7ea77be8421dcacde4b3fd164a138841a59331a44f469973873cda41ef16d2f0 SHA1: 6bce5c6ae998dc201b848fc97c315447ac64ac1f MD5sum: e3f7196015b25800bc0ed55dcaba4ef7 Description: Qt6 library and IM module for fcitx5 (development files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the development files for fcitx5-qt (qt6). Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5-qt Section: libdevel Priority: optional Filename: pool/main/f/fcitx5-qt/libfcitx5-qt6-dev_5.1.6-1~bpo12+1_arm64.deb Package: libfcitx5config-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 87 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5config6 (= 5.1.12-1~bpo12+1) Size: 19564 SHA256: 3eed314dd9738ef7707ae840c4d6d0dd1b80fd5dc1287d384eb8db8ee9662a7c SHA1: 696aa69fa7b1691c2e19aa29ca2f74084dae73c5 MD5sum: 50628f6e935a1757390b397fd2735835 Description: Fcitx Input Method Framework v5 (config library dev files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides development files for fcitx5 config libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libdevel Priority: optional Filename: pool/main/f/fcitx5/libfcitx5config-dev_5.1.12-1~bpo12+1_arm64.deb Package: libfcitx5config6 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 219 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 51048 SHA256: b7829e8492e2152216784f2758917cf0cf9c6d12ccc3e0480f76804e11e1499c SHA1: 62b0bc31ebaf1c58ed37e87a920c7917994b5416 MD5sum: fa27be067a0f9ed88d23f745e2c81f6d Description: Fcitx Input Method Framework v5 (config library) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides fcitx5 config libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libs Priority: optional Filename: pool/main/f/fcitx5/libfcitx5config6_5.1.12-1~bpo12+1_arm64.deb Package: libfcitx5core-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 193 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5config-dev (= 5.1.12-1~bpo12+1), libfcitx5core7 (= 5.1.12-1~bpo12+1), libfcitx5utils-dev (= 5.1.12-1~bpo12+1) Size: 38948 SHA256: 157e3f0458c6a5d9d968c4708c2a6c111c02a9ff3bf492b17ad3df83cb76d936 SHA1: 65626416424e1c76ade87949af601344e3f201b0 MD5sum: ff8fbc0cc440965d0e4217f358c0aba4 Description: Fcitx Input Method Framework v5 (core library dev files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides development files for fcitx5 core libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libdevel Priority: optional Filename: pool/main/f/fcitx5/libfcitx5core-dev_5.1.12-1~bpo12+1_arm64.deb Package: libfcitx5core7 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 1053 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.33), libfcitx5config6 (>= 5.1.12), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 4.5), libstdc++6 (>= 11), libuuid1 (>= 2.16), libxkbcommon0 (>= 0.5.0) Size: 288248 SHA256: 67aeab2e03330917868282c7fe1305eb8550dfe5b8d765127ee980367c85b019 SHA1: 11a8cfa2e9b41980629fc5a694ddcd2ef4fb8535 MD5sum: 5f677797b598207358767d296cbe95ba Description: Fcitx Input Method Framework v5 (core library) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides fcitx5 core libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libs Priority: optional Filename: pool/main/f/fcitx5/libfcitx5core7_5.1.12-1~bpo12+1_arm64.deb Package: libfcitx5utils-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 437 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libfcitx5utils2 (= 5.1.12-1~bpo12+1) Size: 75356 SHA256: 032c3f20bdc159a5286b4340c6dcfa2da97492d6fcf19576031e955e9856569c SHA1: 87a08d982640acd8f8afd074aedb5d8e7b77139d MD5sum: 07b9406479c15b92c21a37af2b77bba9 Description: Fcitx Input Method Framework v5 (utils library dev files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides development files for fcitx5 utils libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libdevel Priority: optional Filename: pool/main/f/fcitx5/libfcitx5utils-dev_5.1.12-1~bpo12+1_arm64.deb Package: libfcitx5utils2 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 795 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11), libsystemd0 (>= 243) Size: 198668 SHA256: 0eda332a9eb274e5e434602a1442da11f8526ad9415438e913aa75218dd7cf05 SHA1: ee41ac02f0aa0a4991d62a446742cb166eec1f0e MD5sum: 07dfd7858642df1fd84c0d73d79d40f1 Description: Fcitx Input Method Framework v5 (utils library) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, D-Bus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides fcitx5 utils libraries. Multi-Arch: same Homepage: https://github.com/fcitx/fcitx5 Section: libs Priority: optional Filename: pool/main/f/fcitx5/libfcitx5utils2_5.1.12-1~bpo12+1_arm64.deb Package: libflatpak-dev Source: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 636 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: gir1.2-glib-2.0, gir1.2-flatpak-1.0 (= 1.16.1-1~bpo12+1), libarchive-dev (>= 2.8.0), libcurl4-gnutls-dev | libcurl-dev, libdconf-dev, libflatpak0 (= 1.16.1-1~bpo12+1), libglib2.0-dev, libgpgme-dev (>= 1.1.8), libjson-glib-dev, libmalcontent-0-dev (>= 0.4.0), libostree-dev (>= 2020.8), libpolkit-agent-1-dev, libseccomp-dev (>= 2.5.2), libsystemd-dev, libwayland-dev, libxau-dev, libxml2-dev (>= 2.4), libzstd-dev, pkgconf, python3:any Recommends: flatpak Suggests: gdb, ostree, python3-gi, systemd-coredump Size: 70304 SHA256: d523cf377efbc998fca9c04ba85948657dc32ace5776e46a096aa8a560ea24ce SHA1: 715ff0a0b49e7bdeadd41a1686f705551db51595 MD5sum: c90f63ded88c181ff78e1911aaa172fc Description: Application deployment framework for desktop apps (development) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains development headers and pkg-config metadata for libflatpak0, and the flatpak-coredump and flatpak-bisect scripts used to debug Flatpak applications. Multi-Arch: same Homepage: https://flatpak.org/ Section: libdevel Priority: optional Filename: pool/main/f/flatpak/libflatpak-dev_1.16.1-1~bpo12+1_arm64.deb Package: libflatpak-doc Source: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 1112 Maintainer: Utopia Maintenance Team Architecture: all Suggests: devhelp Size: 136904 SHA256: da7ff1f30aa2d79828fb782b1643066d9000e359729242af3590c45d037854d1 SHA1: 03f7cbaf753ac3912ecbef5bde81604466af3f7e MD5sum: 2cfe7472536766907d313ea721fcb65b Description: Application deployment framework for desktop apps (documentation) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains reference documentation for libflatpak0. Multi-Arch: foreign Homepage: https://flatpak.org/ Section: doc Priority: optional Filename: pool/main/f/flatpak/libflatpak-doc_1.16.1-1~bpo12+1_all.deb Package: libflatpak0 Source: flatpak Version: 1.16.1-1~bpo12+1 Installed-Size: 1011 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: bubblewrap (>= 0.8.0-2+deb12u1~), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libglib2.0-0 (>= 2.67.3+git20210214), libgpgme11 (>= 1.1.8), libjson-glib-1.0-0 (>= 1.5.2), libmalcontent-0-0 (>= 0.6.0), libostree-1-1 (>= 2020.8), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2) Size: 328264 SHA256: 4c7af2d4fad39eef7e469359dd9954f0b2c22cc4fa4da5485941fe04a79d8d2a SHA1: a4d0d61719492c699420900400ae20ebde3ada79 MD5sum: e944011e0c118aabf0a1821c8c4b6505 Description: Application deployment framework for desktop apps (library) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains the flatpak shared library, used by higher level package management tools like gnome-software. Multi-Arch: same Homepage: https://flatpak.org/ Section: libs Priority: optional Filename: pool/main/f/flatpak/libflatpak0_1.16.1-1~bpo12+1_arm64.deb Package: libfreeipmi-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 2460 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libfreeipmi17 (= 1.6.13-2~bpo12+1) Size: 332236 SHA256: 438c14b06f84bad6b3d2ef7b62cd9e3d6f2799f6c1be82af17731c8f6a7d0cc9 SHA1: 37d16ac704580e8b158063190f4da4e9c9feb357 MD5sum: e579887f1f54e2aea981df67ae6ce23b Description: GNU IPMI - development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libfreeipmi. Homepage: https://www.gnu.org/software/freeipmi/ Section: libdevel Priority: optional Filename: pool/main/f/freeipmi/libfreeipmi-dev_1.6.13-2~bpo12+1_arm64.deb Package: libfreeipmi17 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 5768 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (>= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0) Size: 962596 SHA256: 071f9263b33dab056b4938615f74140b83772f0d7955fb0a236ec086b0d0e19f SHA1: 1e6f64ff373b61c216fd2a8dca4a8a2d97b71383 MD5sum: a6eb3ff80479558ffafee4a09a24b374 Description: GNU IPMI - libraries FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . OpenIPMI, KCS, SMIC, SSIF, LAN drivers, and an IPMI API in a C Library. Homepage: https://www.gnu.org/software/freeipmi/ Section: libs Priority: optional Filename: pool/main/f/freeipmi/libfreeipmi17_1.6.13-2~bpo12+1_arm64.deb Package: libfreeradius-dev Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 1223 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: freeradius-dhcp (= 3.2.7+dfsg-1~bpo12+1), libfreeradius3 (= 3.2.7+dfsg-1~bpo12+1) Size: 272644 SHA256: 6bcbe47750cbe52e022b3f43c0ffce91cbb2ce01d3624121f47049af7e5a0db0 SHA1: 13dcfb587346210658e7af3a81b261a595b9209b MD5sum: 39c51c76a98ec9118b03bc5a6560631f Description: FreeRADIUS shared library development files The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. . This package contains the development headers and static library version. Homepage: http://www.freeradius.org/ Section: libdevel Priority: optional Filename: pool/main/f/freeradius/libfreeradius-dev_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: libfreeradius3 Source: freeradius Version: 3.2.7+dfsg-1~bpo12+1 Installed-Size: 617 Maintainer: Debian FreeRADIUS Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpcap0.8 (>= 1.0.0), libssl3 (>= 3.0.0), libtalloc2 (>= 2.0.4~git20101213) Size: 185004 SHA256: 396ab11ba66b248ee613ccaef3b2f733e4af68e01a24f2e3e3bc58802559c812 SHA1: f10fe5d27cd371fa44820c30fb3b6622994e36b9 MD5sum: a980977446a7be2d10a2f3dd30bbfcce Description: FreeRADIUS shared library The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. Homepage: http://www.freeradius.org/ Section: libs Priority: optional Filename: pool/main/f/freeradius/libfreeradius3_3.2.7+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp-client3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 866 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.28), libcups2 (>= 1.7.0), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libfuse3-3 (>= 3.2.3), libpulse0 (>= 0.99.1), libusb-1.0-0 (>= 2:1.0.19), libwinpr3-3 (>= 3.10.2) Size: 256280 SHA256: 8f54f37191e69e63aa8c885b9d0035b724809f5019bb2ead6dc9855b63b62850 SHA1: c8978bd6ef0055491e5a18f6f0811780322bcbc2 MD5sum: aeafd414ba67142a55735a7ffbb5e9b5 Description: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for common client functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-client3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp-server-proxy3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 283 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 72204 SHA256: 8d24bae7c64da213c8f44daa44cb09ae06cfef9100ad78ca3a105f95893876bc SHA1: cf746dcb64f763bbe02122296489100fb85d0f94 MD5sum: 83f39527b81d109873246674b1062059 Description: Free Remote Desktop Protocol library (proxy library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for proxying RDP connections. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server-proxy3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp-server3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 476 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 119936 SHA256: 630277261a691e7006e0191e37988f0be1a581ab1030e03239d712737e8f6029 SHA1: 1972a05076c01cc2264d699a4e5adc9fbd1fc26a MD5sum: 98af0e7405d821a4645ccf5b66761162 Description: Free Remote Desktop Protocol library (server library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with common server functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp-shadow-subsystem3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 218 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libfreerdp-shadow3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.6.2), libpam0g (>= 0.99.7.1), libwinpr3-3 (>= 3.0.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4), libxtst6 Size: 43852 SHA256: 8391fbc6dffb83e5ad1e43e05ae1e2cac5ed653e2d987f95ca19fdb66978002a SHA1: 2802907df980a0fdc476a5c102e4dd02eeee860d MD5sum: 25f88039601a337cc5204aba72ade0fa Description: FreeRDP Remote Desktop Protocol shadow subsystem libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow subsystem libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow-subsystem3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp-shadow3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 347 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libfreerdp-server3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.6.2), libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.10.2) Size: 69816 SHA256: fe72ea14a7a73946f5ad4685b70f3b6b93c58444d031df506bd85287efe32c93 SHA1: 2d92d88dbcb01aa64bcb7c7ef077184739d73c82 MD5sum: 22cd6913715ffda0e2f914103db95a3b Description: FreeRDP Remote Desktop Protocol shadow libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libfreerdp3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 2114 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.32), libssl3 (>= 3.0.0), libswresample4 (>= 7:5.0), libswscale6 (>= 7:5.0), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1), libx11-6, libxkbfile1 (>= 1:1.1.0), zlib1g (>= 1:1.1.4) Suggests: freerdp3-x11 Size: 660884 SHA256: 37de1e83f3f2ddd9ddba4a684e8bef617bd21dd91929f345fa8453e2b3b31583 SHA1: c1b5f1beb9529fc158278806eaef226113bafb07 MD5sum: 72ab2005e3ba9b135a76c372306389e2 Description: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with all core functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libgbm-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libgbm1 (= 25.0.4-1~bpo12+1) Size: 23508 SHA256: a0ccb8d7bf96f852e025cbbabc17f01531f5e20dfc587a390fabc1a0d66aa8e0 SHA1: a9317b0a44a003f0187c5a656caf950b3b6f7e1a MD5sum: a94c207a8b9dd2199517d67df110ea41 Description: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libgbm-dev_25.0.4-1~bpo12+1_arm64.deb Package: libgbm1 Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 184 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0), mesa-libgallium (= 25.0.4-1~bpo12+1) Size: 43264 SHA256: a9b6fbbdacd575b8ac48ecd366fd6921b03dcdeb9cda930349813eb6ec26ff10 SHA1: 024e3592984466c462f918b0aeca2f3790379849 MD5sum: 4d86161c14216145d878aaf61be8cde0 Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libgbm1_25.0.4-1~bpo12+1_arm64.deb Package: libgenometools0 Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 3681 Maintainer: Debian Med Packaging Team Architecture: arm64 Depends: libbz2-1.0, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libsqlite3-0 (>= 3.5.9), libtre5 (>= 0.8.0), lua-md5, zlib1g (>= 1:1.2.3.3), genometools-common Size: 1189228 SHA256: 9a7f283102d632486036478217724955a8c24c7bc293d79d5f68510f4c2d8f3d SHA1: c5764e318067452bcf51c066e0f50765013570d2 MD5sum: 8e2e4757b6847156efa312d40a5b305a Description: versatile genome analysis library This package contains the GenomeTools shared library and header files. It offers efficient sequence analysis components, available via an object-oriented interface. . Besides basic bioinformatics data structures, the library contains components for sequence and annotation handling, sequence compression, index structure generation and access, efficient matching, annotation visualization and much more. Homepage: http://genometools.org Section: libs Priority: optional Filename: pool/main/g/genometools/libgenometools0_1.6.5+ds-2~bpo12+1_arm64.deb Package: libgenometools0-dev Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 710 Maintainer: Debian Med Packaging Team Architecture: arm64 Depends: libgenometools0 (= 1.6.5+ds-2~bpo12+1) Size: 95088 SHA256: a39c00bbe9652c7db544544449f4c6d49c50f7a481c2a4b8fef30e1a99d486f3 SHA1: b55ce59c378d3bc686b55e4a41b02d87684363fe MD5sum: 4853b05d4aa3fb7f214cf0a0813723af Description: development files for GenomeTools This package contains the GenomeTools static library and necessary header files. . Besides basic bioinformatics data structures, the library contains components for sequence and annotation handling, sequence compression, index structure generation and access, efficient matching, annotation visualization and much more. Homepage: http://genometools.org Section: libdevel Priority: optional Filename: pool/main/g/genometools/libgenometools0-dev_1.6.5+ds-2~bpo12+1_arm64.deb Package: libgensio-dev Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1606 Maintainer: Marc Haber Architecture: arm64 Depends: libgensio6 (= 2.8.6-1~bpo12+2) Size: 264092 SHA256: c74d952d197fa7a711cbecbea58a84be20c36a7d1e80be99128d1ea3a95208f7 SHA1: e446ff14df3370bb4df80bd13a9509edb7f11781 MD5sum: 46e60c6fe4104e9d5d0fe0765d5dcfe1 Description: abstract stream I/O (development files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the development headers and static libraries. Multi-Arch: same Homepage: https://github.com/cminyard/gensio Section: libdevel Priority: optional Filename: pool/main/g/gensio/libgensio-dev_2.8.6-1~bpo12+2_arm64.deb Package: libgensio6 Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 2806 Maintainer: Marc Haber Architecture: arm64 Replaces: libgensio4 Depends: libasound2 (>= 1.0.16), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libopenipmi0 (>= 2.0.33), libpython3.11 (>= 3.11.0), libsctp1 (>= 1.0.19+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Conflicts: libgensio4 Size: 299584 SHA256: b7aa861f02ae90b68660c8bb83bfd5350b365ebdfa3528fd2945f7289d7d75f4 SHA1: 0f8456b4fa2c80d0f1d2040ee5caeee10c959bab MD5sum: f3c52814562d22f135a0f883f191552d Description: abstract stream I/O (runtime files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the shared libraries. Multi-Arch: same Homepage: https://github.com/cminyard/gensio Section: libs Priority: optional Filename: pool/main/g/gensio/libgensio6_2.8.6-1~bpo12+2_arm64.deb Package: libgfapi0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3371 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-common (<< 5.2-2) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.17), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3235676 SHA256: 179d6a447c9e584f909e53883f6447708ac32f963df3a35ac55ab30357b0abef SHA1: 43281a5e372802e05be38ae35f071bd2e2d66178 MD5sum: 0fd9e1387641d4ff652e33f59ce14e9a Description: GlusterFS gfapi shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfapi. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfapi0_11.1-3~bpo12+1_arm64.deb Package: libgfchangelog0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3316 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3190468 SHA256: 911c59e6aac42718259a55d31e1b4178be0c53309dab29ad2ebddc0519637e83 SHA1: 33f22bd5eeb112e3ce881b59051c05c51ec748a4 MD5sum: f56b13bd79a0e23ba5117a21adab6606 Description: GlusterFS gfchangelog shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfchangelog. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfchangelog0_11.1-3~bpo12+1_arm64.deb Package: libgfrpc0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3379 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3203184 SHA256: b92064f011734ba87b698595a545f4d083be3d51198830a62085a525fe05f751 SHA1: bd003bb266f9c8a6ba1f2f489084488b8f5060d3 MD5sum: 10cb76710295d2e4c7ea799899165b04 Description: GlusterFS libgfrpc shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfrpc. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfrpc0_11.1-3~bpo12+1_arm64.deb Package: libgfxdr0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3178 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.17), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3180216 SHA256: 9dd629d1623f8664a79ff2edc034bdc5db61012c23f7b5aec6debab4282aa194 SHA1: dd9ed7ae27f440e0683a408820f0aa1474dd081d MD5sum: 3dc1c9324c1f9990840332eaf7815e2c Description: GlusterFS libgfxdr shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfxdr. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfxdr0_11.1-3~bpo12+1_arm64.deb Package: libgit2-1.8 Source: libgit2 Version: 1.8.4+ds-3~bpo12+1 Installed-Size: 1335 Maintainer: Utkarsh Gupta Architecture: arm64 Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libhttp-parser2.9 (>= 2.1), libmbedcrypto7 (>= 2.28.0), libmbedtls14 (>= 2.28.0), libmbedx509-1 (>= 2.28.0), libpcre2-8-0 (>= 10.22), libssh2-1 (>= 1.7.0), zlib1g (>= 1:1.1.4) Size: 490324 SHA256: 5a7168b5cb5ef24c34e3b3ecf230c6a6a0dc7dc5220262a1c74b9e1b471d1993 SHA1: ff3572d78dd7933551edcf98992a6a8a4267036d MD5sum: 58588a547d8658abd60827ee3629b75d Description: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Multi-Arch: same Homepage: https://libgit2.github.com/ Section: libs Priority: optional Filename: pool/main/libg/libgit2/libgit2-1.8_1.8.4+ds-3~bpo12+1_arm64.deb Package: libgit2-dev Source: libgit2 Version: 1.8.4+ds-3~bpo12+1 Installed-Size: 3784 Maintainer: Utkarsh Gupta Architecture: arm64 Depends: libgit2-1.8 (= 1.8.4+ds-3~bpo12+1), libhttp-parser-dev, libmbedtls-dev, libpcre2-dev, libssh2-1-dev, zlib1g-dev Size: 812208 SHA256: c86f5d8637c096d910dc01bcc51c2e93dd956419fc2ca4d50f7fcc9e4a533554 SHA1: 581f82e770e2ef20e18f4ea8a3a6c68fdbfbd453 MD5sum: efe9af7d099dc8ec18510b89b744cc3c Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the development files for libgit2. Multi-Arch: same Homepage: https://libgit2.github.com/ Section: libdevel Priority: optional Filename: pool/main/libg/libgit2/libgit2-dev_1.8.4+ds-3~bpo12+1_arm64.deb Package: libgit2-fixtures Source: libgit2 Version: 1.8.4+ds-3~bpo12+1 Installed-Size: 17889 Maintainer: Utkarsh Gupta Architecture: all Size: 2645136 SHA256: 8cb064c2186b1b6ba4954163a0942b02a98544cc0fa3e6701fe5e6c7535f35cd SHA1: 960509a2e24e06c3c40d4a24f848db7874e2ab34 MD5sum: 05306ea5db98d5c5b5f16492b57a2e29 Description: low-level Git library - test suite examples libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package provides the test examples of the library, which can be useful for other pieces of software relying on libgit2, for testing purposes. Multi-Arch: foreign Homepage: https://libgit2.github.com/ Section: libs Priority: optional Filename: pool/main/libg/libgit2/libgit2-fixtures_1.8.4+ds-3~bpo12+1_all.deb Package: libgl1-mesa-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 39 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libgl-dev, libglvnd-dev Size: 19516 SHA256: 48ef92651190d8e03f045833fb2668d2a8a9bb2fd096af5ede630d3dae29d6fe SHA1: 674b27347709896f75a23a14968dbd14f9b7416f MD5sum: f3fb31fa5aad5bc476e76ed4be49b6c5 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Multi-Arch: same Homepage: https://mesa3d.org/ Section: oldlibs Priority: optional Filename: pool/main/m/mesa/libgl1-mesa-dev_25.0.4-1~bpo12+1_arm64.deb Package: libgl1-mesa-dri Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 306 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libgbm1 (= 25.0.4-1~bpo12+1), libvulkan1, libc6 (>= 2.34) Size: 45456 SHA256: 03a6b50ceb6f666480f67dae727531776c5a834f336c0b21c9aeba70fd72eb66 SHA1: 96d4e7041f57d71104b15bb2f5b1871630d38e41 MD5sum: 9b53784a573c331f70ee6d410d31f2f1 Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libgl1-mesa-dri_25.0.4-1~bpo12+1_arm64.deb Package: libgl4es-dev Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 23 Maintainer: Bo YU Architecture: arm64 Depends: libgl4es0 (= 1.1.6+ds-2~bpo12+1) Size: 8568 SHA256: 92b0405a80b64fc1b5382791247ebdb9817d644377ef910728e17c25cda75ccb SHA1: 0a581cdec017af2fd5884bb414855a066aeae6eb MD5sum: e374d188b92440a4f08b27d4ccd410de Description: GL4ES - OpenGL for GLES Hardware -- development files This is a headers provide OpenGL 2.x functionality for GLES2.0 accelerated Hardware (and of course also support OpenGL 1.5 function, so metimes better than when using GLES 1.1 backend) There is also support for GLES 1.1 Hardware, emulating OpenGL 1.5, and some OpenGL 2.x + extensions. . This package contains the development files. Multi-Arch: same Homepage: https://github.com/ptitSeb/gl4es Section: libdevel Priority: optional Filename: pool/main/g/gl4es/libgl4es-dev_1.1.6+ds-2~bpo12+1_arm64.deb Package: libgl4es0 Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 1540 Maintainer: Bo YU Architecture: arm64 Depends: libc6 (>= 2.34), libx11-6 Size: 395344 SHA256: 721e099aaa48f608cbf8514dee59594bde516c38aadf78ba788c8907bfa0e3e7 SHA1: a7498693412c004d33d4ba64b9193e1dbce16e34 MD5sum: 657011cfbbd5e7af7c5ce04b0624e2e0 Description: GL4ES - OpenGL for GLES Hardware -- runtime library This is a library provide OpenGL 2.x functionality for GLES2.0 accelerated Hardware (and of course also support OpenGL 1.5 function, so metimes better than when using GLES 1.1 backend) There is also support for GLES 1.1 Hardware, emulating OpenGL 1.5, and some OpenGL 2.x + extensions. . This package contains the shared libraries. Multi-Arch: same Homepage: https://github.com/ptitSeb/gl4es Section: libs Priority: optional Filename: pool/main/g/gl4es/libgl4es0_1.1.6+ds-2~bpo12+1_arm64.deb Package: libglapi-mesa Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 369 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34) Size: 47900 SHA256: bb2227cf5dec6a0051dab2f951685b1278851ad1fd0e6544ceedcb5103fa9dc6 SHA1: 398c55efb98e668b5146ccd5a4241d99ac45df5d MD5sum: a0e5413db25bfbb7e66f427e1f315de9 Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libglapi-mesa_24.2.8-1~bpo12+1_arm64.deb Package: libgles2-mesa-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 39 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libgles-dev, libglvnd-dev Size: 19512 SHA256: badf4cc7b55fd61e847c3c2348d01492ce313d62117551f94442b7d874d3f2d3 SHA1: e69e04ebe55163d71c81f30701cc8648ca763035 MD5sum: 1238403a9416205652ece1db0dc6205a Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Multi-Arch: same Homepage: https://mesa3d.org/ Section: oldlibs Priority: optional Filename: pool/main/m/mesa/libgles2-mesa-dev_25.0.4-1~bpo12+1_arm64.deb Package: libglusterfs-dev Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3976 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: gluster-common (<< 5.2-2) Depends: libgfapi0 (= 11.1-3~bpo12+1), libgfchangelog0 (= 11.1-3~bpo12+1), libgfrpc0 (= 11.1-3~bpo12+1), libgfxdr0 (= 11.1-3~bpo12+1), libglusterfs0 (= 11.1-3~bpo12+1), libacl1-dev Size: 3305040 SHA256: b91f70ea399ab6fe8b507cf21cc7af258040d4849212732a9c5d34f1d74e88bd SHA1: 900ce504a952154be3118fdda18d05a16e01f6ac MD5sum: 220e3044f70f65e2b8a6dfe06cfd0b0c Description: Development files for GlusterFS libraries GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains the development files. Homepage: https://www.gluster.org/ Section: libdevel Priority: optional Filename: pool/main/g/glusterfs/libglusterfs-dev_11.1-3~bpo12+1_arm64.deb Package: libglusterfs0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 4018 Maintainer: Patrick Matthäi Architecture: arm64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3392168 SHA256: 340fe11d6d50f69ab773ed4cf826285c98a35df7d9820ba03b209d8b15ad3258 SHA1: ead377162f8f5fa6d305381741b9f073cbfbad5b MD5sum: 42be146bd9014c5a8b4a44375aa32e95 Description: GlusterFS shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libglusterfs. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libglusterfs0_11.1-3~bpo12+1_arm64.deb Package: libglx-mesa0 Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 596 Maintainer: Debian X Strike Force Architecture: arm64 Provides: libglx-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-shm0, libxcb-xfixes0, libxcb1, libxext6, libxxf86vm1, mesa-libgallium (= 25.0.4-1~bpo12+1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Size: 140236 SHA256: 56f3d89ee8dafdea2c5cec2fb20c40fd5baebf45be50e199cc80f3454f01d58e SHA1: 523fe1f0963504d71fbbaf9cc4d0b49840563c9b MD5sum: 4bd911427f9dce05ee8ea92bdd146823 Description: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libglx-mesa0_25.0.4-1~bpo12+1_arm64.deb Package: libgovarnam-dev Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 80 Maintainer: DebianOnMobile Maintainers Architecture: arm64 Depends: libgovarnam1 (= 1.9.0-2~bpo12+1) Size: 20660 SHA256: 22377b0737e062d5b25e88fc01512eb7e6ed8d7517227353d88243dce50c0fdd SHA1: d4a6a2a568b09b6385d1afa1daf94d53b7ae6f36 MD5sum: a83218bb66c000399f1d13720ba9faf5 Description: Development files for libgovarnam Govarnam is a transliteration library to type Indic languages. . This package contains development files and Vala bindings to use when writing applications that interface with GThd. Multi-Arch: same Homepage: https://github.com/varnamproject/govarnam Built-Using: golang-1.19 (= 1.19.8-2), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1) Section: libdevel Priority: optional Filename: pool/main/g/govarnam/libgovarnam-dev_1.9.0-2~bpo12+1_arm64.deb Package: libgovarnam1 Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 3128 Maintainer: DebianOnMobile Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.12.0) Recommends: varnam-schemes | varnam-schemes-ml | varnam-schemes-ta | varnam-schemes-hi Size: 873724 SHA256: 2cd2da79e7202664c1a8fd4255315cd33c12f90ab4e028f5765e4908a61d7c9a SHA1: 3c65f33ce01720d2cb070d7a3b6c2c0205768e5b MD5sum: 9d886787721400752853341dd9085863 Description: Transliteration library to type Indic languages Govarnam is a transliteration library to type Indic languages. . This package contains the shared libraries for applications interfacing with govarnam. Multi-Arch: same Homepage: https://github.com/varnamproject/govarnam Built-Using: golang-1.19 (= 1.19.8-2), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1) Section: libs Priority: optional Filename: pool/main/g/govarnam/libgovarnam1_1.9.0-2~bpo12+1_arm64.deb Package: libgpiod-dev Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 734 Maintainer: Gavin Lai (賴建宇) Architecture: arm64 Depends: libgpiod3 (= 2.1.3-1~bpo12+1) Suggests: libgpiod-doc Size: 96336 SHA256: 319ef28b0a6c873a7fe44f9f3f9741735409f960f086406dc149165ce58ea5d5 SHA1: fb8eeb1eec9c31fe0bca96e9a87909d4e1574cb1 MD5sum: 550208d4f2f237fa4d3d958262c3d5a1 Description: C library for interacting with Linux GPIO device - static libraries and headers libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required static libraries, headers, and C++ bindings. Multi-Arch: same Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: libdevel Priority: optional Filename: pool/main/libg/libgpiod/libgpiod-dev_2.1.3-1~bpo12+1_arm64.deb Package: libgpiod-doc Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 2376 Maintainer: Gavin Lai (賴建宇) Architecture: all Size: 531040 SHA256: 1f41d4beb7d0f4d0fd6b615bd1175abe37917638ccabe3b36a9356798a4802c0 SHA1: d1cae69fbbf58da76f583bf9b9fff86c1c7594b3 MD5sum: 7f6fdb507b335bde54b4cc4660f60bfd Description: C library for interacting with Linux GPIO device - library documentation libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the doxygen generated HTML documentation for the libraries. Multi-Arch: foreign Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: doc Priority: optional Filename: pool/main/libg/libgpiod/libgpiod-doc_2.1.3-1~bpo12+1_all.deb Package: libgpiod3 Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 314 Maintainer: Gavin Lai (賴建宇) Architecture: arm64 Replaces: libgpiod2, libgpiod2t64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9) Breaks: libgpiod2 (<< 2.1.3-1~bpo12+1), libgpiod2t64 (<< 2.1.3-1~bpo12+1) Size: 58188 SHA256: bda30f0bc2926902e4d2034fc91d0127c990dc3dce43590366e117c7fe3be6c7 SHA1: f26db1a630b616e5a0fda8984a5d4acfd7bae24a MD5sum: a9e60c491a43f70e7a475730bf67f85d Description: C library for interacting with Linux GPIO device - shared libraries libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required shared libraries. Multi-Arch: same Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: libs Priority: optional Filename: pool/main/libg/libgpiod/libgpiod3_2.1.3-1~bpo12+1_arm64.deb Package: libguvcview-2.2 Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 497 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Replaces: libguvcview-2.0-2, libguvcview-2.1-2, libguvcview-2.1-2t64 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgsl27 (>= 2.7.1), libpng16-16 (>= 1.6.2-1), libportaudio2 (>= 19+svn20101113), libpulse0 (>= 0.99.1), libsdl2-2.0-0 (>= 2.0.12), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.8), libv4l-0 (>= 0.5.0) Breaks: libguvcview-2.0-2, libguvcview-2.1-2 (<< 2.1.0-0.2~bpo12+1), libguvcview-2.1-2t64 (<< 2.1.0-0.2~bpo12+1) Size: 110476 SHA256: 67a319b8451f72af386072485da006e140341b4634972e32028ba5315e3abcf6 SHA1: 8b8c33c6d9de84e13e2f941e61c1b7e5ff91ddc5 MD5sum: 88414191bf179e38469c12c19721f195 Description: GTK+ base UVC Viewer - runtime guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver. . This package includes the shared library. Multi-Arch: same Homepage: https://guvcview.sourceforge.net/ Section: libs Priority: optional Filename: pool/main/g/guvcview/libguvcview-2.2_2.1.0-0.2~bpo12+1_arm64.deb Package: libguvcview-dev Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 662 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libguvcview-2.2 (= 2.1.0-0.2~bpo12+1) Recommends: uvcdynctrl Size: 137732 SHA256: 89b077aec8e37e019bd7955f7bc018009c04197cae7309e5c68f7446c455efe3 SHA1: ee111ac88cdd2e3a80dbb6c58c61e6c80571f058 MD5sum: 66edc13a01d2df275272b5da6f587648 Description: GTK+ base UVC Viewer - development files guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver. . This package contains files that are needed to build applications. Multi-Arch: same Homepage: https://guvcview.sourceforge.net/ Section: libdevel Priority: optional Filename: pool/main/g/guvcview/libguvcview-dev_2.1.0-0.2~bpo12+1_arm64.deb Package: libgwengui-fox16-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 219 Maintainer: Micha Lenk Architecture: arm64 Depends: libc6 (>= 2.17), libfox-1.6-0, libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.8.0), libstdc++6 (>= 5) Size: 47744 SHA256: 5011785814c77386b06d8feec68467d33c5eeb57e7426bbc02eaa65050746e27 SHA1: 5c586bbcaaa0da2bd34f5539c5d0e041400e288e MD5sum: c928e042fde487bfeaa007e018dff71e Description: Gwenhywfar GUI implementation for the FOX Toolkit Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-79_5.12.0-1~bpo12+1_arm64.deb Package: libgwengui-fox16-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 42 Maintainer: Micha Lenk Architecture: arm64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-fox16-79 (= 5.12.0-1~bpo12+1) Size: 13840 SHA256: 893bd3a837d698047d687fda994eefc289dacce90291336833ff48aa0024e0cd SHA1: 700df9acc752fb215b58247253e69cb744c4e04a MD5sum: 79e8e102fe6bf7a551ce65fa00f0df39 Description: Gwenhywfar GUI implementation for the FOX Toolkit (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-dev_5.12.0-1~bpo12+1_arm64.deb Package: libgwengui-gtk3-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 154 Maintainer: Micha Lenk Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libgwenhywfar79 (>= 3.99.16) Size: 31688 SHA256: 58dec247ca55f8d18dcbbf9e51244db17f9a42e49809055d6d8079d2502ece2f SHA1: 0a898b93ddcae74cea1b0298dc18df1dceb445af MD5sum: 6587a25048bb445cda7b357a622a3922 Description: Gwenhywfar GUI implementation for GTK3 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-79_5.12.0-1~bpo12+1_arm64.deb Package: libgwengui-gtk3-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 25 Maintainer: Micha Lenk Architecture: arm64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-gtk3-79 (= 5.12.0-1~bpo12+1) Size: 10572 SHA256: f2b7d52d12294525fddec3b4c0c19e09ad3fc62f492fffa612c4d30495437822 SHA1: 7858e76be5e1d40a5129cdf7dfb570676c6d3e36 MD5sum: 825a660e37050ebc7ed526e4fdccdb56 Description: Gwenhywfar GUI implementation for GTK3 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-dev_5.12.0-1~bpo12+1_arm64.deb Package: libgwengui-qt5-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 153 Maintainer: Micha Lenk Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.2.0), libstdc++6 (>= 5) Size: 32940 SHA256: ac8d11c13d17a43abc0ff7768f79e18787cd14a931a3b33ed832ec50edaf1aa2 SHA1: 923df6611dde7c32b4afb4b262e606daa45506d5 MD5sum: d0b1b3eeb4d8a0bf3c96d63eaa72b9c6 Description: Gwenhywfar GUI implementation for Qt5 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for Qt5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-79_5.12.0-1~bpo12+1_arm64.deb Package: libgwengui-qt5-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 35 Maintainer: Micha Lenk Architecture: arm64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-qt5-79 (= 5.12.0-1~bpo12+1) Size: 12468 SHA256: 24e9c71da894efddee0a5c6fa268cadf354cda64629243c4969b6fc0c6e1a3ae SHA1: 9b3eae46e05001650fd2630059f9c45e76414354 MD5sum: 4877a76f1af985955176d02108cd7bb8 Description: Gwenhywfar GUI implementation for Qt 5 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for Qt 5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-dev_5.12.0-1~bpo12+1_arm64.deb Package: libgwenhywfar-core-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 1001 Maintainer: Micha Lenk Architecture: arm64 Depends: libgwenhywfar79 (= 5.12.0-1~bpo12+1) Suggests: libgwenhywfar-doc Size: 132212 SHA256: d2efcf579d4d4ddc2077463626b601388546410258530b1f6a508b2790e695d0 SHA1: 20d3beb29986c90612799fcc4b309a376397a169 MD5sum: ea8cfe3ec308af5da8b21a4565b2088a Description: OS abstraction layer (core development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the core development files without GUI components. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-core-dev_5.12.0-1~bpo12+1_arm64.deb Package: libgwenhywfar-data Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 217 Maintainer: Micha Lenk Architecture: all Depends: ca-certificates Recommends: libgwenhywfar79 Size: 30200 SHA256: 5fd5c42c25cf71527413aa77e549dc3935e8dddef1bd388b22750d3ae2feb53a SHA1: b17fe6e92bb1c3f7bda3975ad642bd3778ddbce2 MD5sum: 7bb880690d8a6dfab157fc52a8b8bc86 Description: OS abstraction layer - data files Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains data files needed by Gwenhywfar. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-data_5.12.0-1~bpo12+1_all.deb Package: libgwenhywfar-doc Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 19299 Maintainer: Micha Lenk Architecture: all Depends: libjs-jquery Enhances: libgwenhywfar-dev Size: 1003228 SHA256: c3ea5cb50e45a0ce424df02805102499153b5e6b81240d0fe1fc2f55b0a8db00 SHA1: f7d3b0aaa817abf88e5262ecc93208e3c8c8d2af MD5sum: 01b0ad02b271664b4f7835bdf5223852 Description: OS abstraction layer (API documentation) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the API documentation. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: doc Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-doc_5.12.0-1~bpo12+1_all.deb Package: libgwenhywfar79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 2072 Maintainer: Micha Lenk Architecture: arm64 Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libgpg-error0 (>= 1.14), libstdc++6 (>= 5), libxml2 (>= 2.7.4), libgwenhywfar-data (>= 5.12.0-1~bpo12+1) Suggests: gwenhywfar-tools Size: 446256 SHA256: 091c0c54bdab24a8027b47dc9baf2796b72835835e0d0db81f73d8afe6b6a29a SHA1: 5f8b1039f8e3782cbf32bd25020f7469f58273e1 MD5sum: ee651d92edde4f19b20c6f2a7a57f681 Description: OS abstraction layer Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar79_5.12.0-1~bpo12+1_arm64.deb Package: libgyoto9 Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 3776 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libboost-mpi1.74.0 (>= 1.74.0+ds1), libboost-serialization1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcfitsio10 (>= 4.2.0~), libflint-arb2 (>= 1:2.23.0), libgcc-s1 (>= 4.5), liblorene-debian1, libstdc++6 (>= 11), libudunits2-0 (>= 2.2.14), libxerces-c3.2, python3-numpy (>= 1:1.22.0), python3-numpy-abi9 Recommends: gyoto-bin (>= 2.0.2-1~bpo12+1), mpi-default-bin Size: 1131256 SHA256: fadd20e35e09bfc1451d42d7495c11025907b5154d11fdae778bc34a6c92afb4 SHA1: 0fb6f43b82495a7fddef5346784d486a0cc9615c MD5sum: 4aebb173088ccb612c80e54bf83926ac Description: Gyoto framework main library an standard plug-in Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a shared library (this package), utility programs (in the gyoto package), and a plug-in for the Python 3 and Yorick programming languages (in python3-gyoto and yorick-gyoto respectively). Gyoto can be extended with plug-ins (see libgyoto9-dev). . The standard plugin (stdplug) is included in this package. A plug-in for extending Gyoto in the Python 3 language is shipped in the python3-gyoto packages. . MPI parallelization requires the gyoto-bin and mpi-default-bin packages. Multi-Arch: same Homepage: http://gyoto.obspm.fr Section: libs Priority: optional Filename: pool/main/g/gyoto/libgyoto9_2.0.2-1~bpo12+1_arm64.deb Package: libgyoto9-dev Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 11232 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Replaces: libgyoto8-dev Depends: libgyoto9 (= 2.0.2-1~bpo12+1), libc-dev, libxerces-c-dev, libcfitsio-dev, libudunits2-dev, libboost-dev (>= 1.53.1), libboost-mpi-dev, mpi-default-dev, pkg-config Breaks: libgyoto8-dev Size: 1355128 SHA256: 11e5fa754a034af9108753ba4f34ef145bbb547233a780055d719a2f8a5b3888 SHA1: 78f0cf72638686820e1753f6939f5e514f978314 MD5sum: 69552888fa29a8aea867b4b18ec98f7d Description: development files for libgyoto Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package provides the files necessary to compile Gyoto plugins and codes using the libgyoto library. Multi-Arch: same Homepage: http://gyoto.obspm.fr Section: libdevel Priority: optional Filename: pool/main/g/gyoto/libgyoto9-dev_2.0.2-1~bpo12+1_arm64.deb Package: libheif-dev Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 261 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libz-dev Size: 51328 SHA256: d23d54cd34ee8a9e1b4c4d0925e76698a68bb1e799126198e40fa0f99d3e9250 SHA1: 92a42bec36bd05c14cbea6985a2fc6fd090a61f4 MD5sum: 29295587ee0005c35de4164882486fb4 Description: HEIF and AVIF file format decoder and encoder - development files libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . The development headers for compiling programs that use libheif are provided by this package. Multi-Arch: same Homepage: http://www.libheif.org Section: libdevel Priority: optional Filename: pool/main/libh/libheif/libheif-dev_1.19.7-1~bpo12+1_arm64.deb Package: libheif-examples Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 361 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1:2.0.2), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libtiff6 (>= 4.0.3) Size: 99700 SHA256: a79f4d8db91e31507d410198ac5f3a96284a7566c26f9de459450c4919b03838 SHA1: c65b10f47e04c9964f27ecf9b4a307688a239be7 MD5sum: 1096c9490fb2870f1765db805c5888bb Description: HEIF and AVIF file format decoder and encoder - examples libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . Sample applications using libheif are provided by this package. Homepage: http://www.libheif.org Section: video Priority: optional Filename: pool/main/libh/libheif/libheif-examples_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-aomdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.17), libstdc++6 (>= 5) Size: 11088 SHA256: 292730403e5eb693b32d4d42abed64419c1ecc1b7fcc4df4ef7e6bfa6790eddb SHA1: 463d1789840f776afab5e3ac000195c1e10a4a4c MD5sum: 439a9d8b8c44546096e538120b2d444f Description: HEIF and AVIF file format decoder and encoder - aomdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the aomdec plugin that uses libaom to decode AV1 images. . libaom: https://aomedia.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-aomdec_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-aomenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 22324 SHA256: eb444d10cc40cf718abfaab858becf540c56497b93f2cca0a06561ee2b77d60f SHA1: c5420711e4700003973217b30d0916c35ca8bf2e MD5sum: 84dac65da055cbccf129e0cb6f1b9304 Description: HEIF and AVIF file format decoder and encoder - aomenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the aomenc plugin that uses libaom to encode AV1 images. . libaom: https://aomedia.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-aomenc_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-dav1d Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libdav1d6 (>= 0.1.0), libstdc++6 (>= 5) Size: 11640 SHA256: 4151217cbb9a2505c7a0bc37075089c60c97d21c20884d998c177b2b498e6d22 SHA1: 4bf9565d5ce27f28a5d542cdb4537bab1dc84a1d MD5sum: 3390fbe430386d7bad69d8676b3bf653 Description: HEIF and AVIF file format decoder and encoder - dav1d plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the dav1d plugin that uses dav1d to decode AV1 images. . dav1d: https://www.videolan.org/projects/dav1d.html Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-dav1d_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-ffmpegdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 17444 SHA256: 2f73e561cb31b0153bfc55384c31f4eee6b818b406b4aaa8ead33e3effae10e5 SHA1: 71be564c4c0a7b0f376182095c0069f03a9a9571 MD5sum: f87eda642d41862fbbce50b2d2192b67 Description: HEIF and AVIF file format decoder and encoder - ffmpegdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the ffmpegdec plugin that uses FFmpeg to decode HEVC images. It can make use of H265 hardware decoders if available in FFmpeg. . FFmpeg: https://www.ffmpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-ffmpegdec_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-j2kdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 12152 SHA256: bb16bd690571229bde66618306d973f08633697cfa65f37d46421ff435914db1 SHA1: f09002bfdc34170209f7ac2ea794929551e14433 MD5sum: f46edf2d585b4f080c35722bb42a2d01 Description: HEIF and AVIF file format decoder and encoder - j2kdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the j2kdec plugin that uses OpenJPEG to decode JPEG2000 images. . OpenJPEG: https://www.openjpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-j2kdec_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-j2kenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 12812 SHA256: 2607f0254298d04ae5fc3a0b6fcb25a03cbddc58e336d23378a8d268e6f3d570 SHA1: c130a86bac284dc19decf52e3cedfe7c64ca43f5 MD5sum: c8598b0f71f53ae4a88cdd9da751cf60 Description: HEIF and AVIF file format decoder and encoder - j2kenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the j2kenc plugin that uses OpenJPEG to encode JPEG2000 images. . OpenJPEG: https://www.openjpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-j2kenc_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-jpegdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 11188 SHA256: 8c9676c7d3d4c31e5ed2ed42b76667dc858e764fd7333b8ef56d43e4ece18a4b SHA1: f9c3998c52f7cf244f78ce004e7aa8415fe7d9ab MD5sum: a5421f808c29685f95aec01a3d2ba004 Description: HEIF and AVIF file format decoder and encoder - jpegdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the jpegdec plugin that uses libjpeg to decode JPEG images. . libjpeg: https://www.libjpeg-turbo.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-jpegdec_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-jpegenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 11812 SHA256: 54c32d3297e9b46b1ed90d4fef38f496b1961df49b05bd19f02ea102f8acb130 SHA1: c956ecec19e7d565df83d693e8c6ad82573ba99c MD5sum: c61fc52ac17022c7723e5201cf6db45c Description: HEIF and AVIF file format decoder and encoder - jpegenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the jpegenc plugin that uses libjpeg to encode JPEG images. . libjpeg: https://www.libjpeg-turbo.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-jpegenc_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-libde265 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libde265-0 (>= 1.0.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 15224 SHA256: 4a31ebfc84b1b957f07617ae0ea8ece48629c7b582126e731888633fdc232706 SHA1: cf073f853d3ecb5a5f9e9e829bc537366cb3ef13 MD5sum: c021b6e8f3569b2445ce265070c69b5e Description: HEIF and AVIF file format decoder and encoder - libde265 plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the libde265 plugin that uses libde265 to decode HEVC images. . libde265: https://www.libde265.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-libde265_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-rav1e Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), librav1e0 (>= 0.5.1), libstdc++6 (>= 5.2) Size: 17956 SHA256: 27886cd9d6ffa5cc4b87d5006ded7f4ab9a598fba8a7a955a29a89189e57576a SHA1: a7f461e8c34124c8a2bb30b61af76de357fa59c3 MD5sum: 980a528a9dbb2afa84af25d216f5c0a1 Description: HEIF and AVIF file format decoder and encoder - rav1e plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the rav1e plugin that uses rav1e to encode AV1 images. . rav1e: https://github.com/xiph/rav1e Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-rav1e_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-svtenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libsvtav1enc1 (>= 1.4.1+dfsg) Size: 14524 SHA256: ec974a201b1f95c569f90d3bdbac50db6e7aefaea0f82b8ee549f16ec9185e1d SHA1: e95f987a12405e19a1229bfa6b378bee95b17786 MD5sum: e134379ae76d77e9123147b302d74a29 Description: HEIF and AVIF file format decoder and encoder - svtenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the svtenc plugin that uses SVT-AV1 to encode AV1 images. . SVT-AV1: https://gitlab.com/AOMediaCodec/SVT-AV1 Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-svtenc_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugin-x265 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libx265-199 (>= 3.5) Size: 21064 SHA256: c88948a396e5e8b34e50611a01996f5e00b4b9839207c82beeb5521de458e81c SHA1: 046ec46bd8eafec1c7902c158f2e327107a6e4b1 MD5sum: 9a9fb35f770613d9c6f6fe4bf4f0c1b5 Description: HEIF and AVIF file format decoder and encoder - x265 plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the x265 plugin that uses x265 to encode HEVC images. . x265: https://www.videolan.org/developers/x265.html Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-x265_1.19.7-1~bpo12+1_arm64.deb Package: libheif-plugins-all Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 21 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libheif-plugin-aomdec (>= 1.19.7-1~bpo12+1), libheif-plugin-aomenc (>= 1.19.7-1~bpo12+1), libheif-plugin-dav1d (>= 1.19.7-1~bpo12+1), libheif-plugin-ffmpegdec (>= 1.19.7-1~bpo12+1), libheif-plugin-j2kdec (>= 1.19.7-1~bpo12+1), libheif-plugin-j2kenc (>= 1.19.7-1~bpo12+1), libheif-plugin-jpegdec (>= 1.19.7-1~bpo12+1), libheif-plugin-jpegenc (>= 1.19.7-1~bpo12+1), libheif-plugin-libde265 (>= 1.19.7-1~bpo12+1), libheif-plugin-rav1e (>= 1.19.7-1~bpo12+1), libheif-plugin-svtenc (>= 1.19.7-1~bpo12+1), libheif-plugin-x265 (>= 1.19.7-1~bpo12+1) Size: 7684 SHA256: f673156c4af8500de3ba99010872bf1fbf95d538c005de3a84bcde22bbc85f27 SHA1: 9f91dbb4154ee54e22880622252a810d0be65183 MD5sum: a5728f8665dee750f36c2a7e5a02653d Description: HEIF and AVIF file format decoder and encoder - plugins metapackage libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This is a metapackage depending on all available plugins for libheif. Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugins-all_1.19.7-1~bpo12+1_arm64.deb Package: libheif1 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 1458 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4), libheif-plugin-dav1d (= 1.19.7-1~bpo12+1) | libheif-plugin-aomdec (= 1.19.7-1~bpo12+1), libheif-plugin-libde265 (= 1.19.7-1~bpo12+1) Recommends: libheif-plugin-x265 (= 1.19.7-1~bpo12+1), libheif-plugin-aomenc (= 1.19.7-1~bpo12+1) Suggests: libheif-plugin-ffmpegdec (= 1.19.7-1~bpo12+1), libheif-plugin-jpegdec (= 1.19.7-1~bpo12+1), libheif-plugin-jpegenc (= 1.19.7-1~bpo12+1), libheif-plugin-j2kdec (= 1.19.7-1~bpo12+1), libheif-plugin-j2kenc (= 1.19.7-1~bpo12+1), libheif-plugin-rav1e (= 1.19.7-1~bpo12+1), libheif-plugin-svtenc (= 1.19.7-1~bpo12+1) Size: 414140 SHA256: dd0cb7f82fcc6818ac75191712a6c89fd77c7e9a1967b400a8d4ea7605c1dd70 SHA1: 90ea6f76384e01f68e9c7943758cb2a742fd2122 MD5sum: d161f07b0826d2ec6f61a1fba5c1b589 Description: HEIF and AVIF file format decoder and encoder - shared library libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the shared library. Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif1_1.19.7-1~bpo12+1_arm64.deb Package: libhighlight-perl Source: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1923 Maintainer: Debian QA Group Architecture: arm64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 447576 SHA256: e89a332f92bc3e40a8ac686e9cdd9ee58ca8145ced119416872be9f9792b5331 SHA1: 244221081aa08d4c313c269c99bbc95b15da1b61 MD5sum: 9c3965864222908cb2320ab70b829299 Description: perl bindings for highlight source code to formatted text converter A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, XML or terminal escape sequences with syntax highlighting. It supports several programming and markup languages. Language descriptions are configurable and support regular expressions. The utility offers indentation and reformatting capabilities. It is easily possible to create new language definitions and colour themes. This package contains the perl bindings. Homepage: http://www.andre-simon.de Section: perl Priority: optional Filename: pool/main/h/highlight/libhighlight-perl_4.7-1~bpo12+1_arm64.deb Package: libhiredict-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 295 Maintainer: Debian Redict Maintainers Architecture: arm64 Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1) Size: 59888 SHA256: a5d5a7fb1fcb4b8eb45374faced3497b29c8b0d22037d5840143cba2f60151a4 SHA1: fd81c89bdf037a4bd789b5a00c99d6f5b4a4f11b MD5sum: 336a555272f5fbeb869c114c143aa382 Description: minimalistic C client library for Redict (development files) hiredict is a minimalistic C client library for the Redict database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redict command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the development files for hiredict. Multi-Arch: same Homepage: https://codeberg.org/redict/hiredict Section: libdevel Priority: optional Filename: pool/main/h/hiredict/libhiredict-dev_1.3.1-2~bpo12+1_arm64.deb Package: libhiredict-shims-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Redict Maintainers Architecture: arm64 Replaces: libhiredis-dev Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1), libhiredict-dev (= 1.3.1-2~bpo12+1) Conflicts: libhiredis-dev Size: 10640 SHA256: 4e4b36180a75c17d82c7e0649a784362ac927ecc0ffdc08907b1ced6a3f87598 SHA1: f81bf8d62ae04b275e00850638a77a4907c44c56 MD5sum: ef88533e99630563b48b5ba644a6263a Description: minimalistic C client library for Redict (hiredis compat shims) hiredict is a minimalistic C client library for the Redict database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redict command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides hiredis compatibility shims for hiredict. Multi-Arch: same Homepage: https://codeberg.org/redict/hiredict Section: libdevel Priority: optional Filename: pool/main/h/hiredict/libhiredict-shims-dev_1.3.1-2~bpo12+1_arm64.deb Package: libhiredict1.3.1 Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 219 Maintainer: Debian Redict Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0) Size: 35136 SHA256: c47d2c5d421f7c895ca5827017a6749f8cf651820bc9e85e15c967b6cd9d2556 SHA1: da5df71b4f0cebd87f645a3ed8476a8fe8b74809 MD5sum: 6214edb63bdfe2bc362afa89eaeeb102 Description: minimalistic C client library for Redict hiredict is a minimalistic C client library for the Redict database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redict command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. Multi-Arch: same Homepage: https://codeberg.org/redict/hiredict Section: libs Priority: optional Filename: pool/main/h/hiredict/libhiredict1.3.1_1.3.1-2~bpo12+1_arm64.deb Package: libhkl-dev Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 275 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: gir1.2-hkl-5.0 (= 5.1.3-1~bpo12+1), libglib2.0-dev, libgsl-dev | libgsl0-dev, libhkl5 (= 5.1.3-1~bpo12+1) Size: 27028 SHA256: 4ab78febc65fbc1306b5c4c52e5623df33d3a2b386f69d1c8e348e7e28f1525f SHA1: 3cc38fb9c49423f97e503f6e293fc6f913451eb6 MD5sum: 60d59932817ffd5a18e2ec27587ad9a2 Description: diffractometer computation control library - development files The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides everything needed to link against hkl. Homepage: https://repo.or.cz/hkl.git Section: libdevel Priority: optional Filename: pool/main/h/hkl/libhkl-dev_5.1.3-1~bpo12+1_arm64.deb Package: libhkl-doc Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 1297 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax Size: 98040 SHA256: 397b297ac788fe66090a88c83062e18421b861bfa86b5cc1fb84a17937ea3d9a SHA1: 3e15138cb056d31d3f8aedf00e658189ec513cd3 MD5sum: a217438fdf561a29cfdd9acd44d86e19 Description: diffractometer computation control library - documentation The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides the documentation for hkl. Multi-Arch: foreign Homepage: https://repo.or.cz/hkl.git Section: doc Priority: optional Filename: pool/main/h/hkl/libhkl-doc_5.1.3-1~bpo12+1_all.deb Package: libhkl5 Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 504 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.24.0), libgsl27 (>= 2.7.1) Suggests: libhkl-doc Size: 89904 SHA256: 14b7ae52c2a11fe61a66e22e3cd3eff43b586ff1711f717e70f47b197fea2cd9 SHA1: 0dad5aba51ae2f30ddb1efcfa497911d2fd35fa7 MD5sum: 32eef3b4a46cbdf51b794f85378989b3 Description: diffractometer computation control library The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides the runtime hkl library. Multi-Arch: same Homepage: https://repo.or.cz/hkl.git Section: libs Priority: optional Filename: pool/main/h/hkl/libhkl5_5.1.3-1~bpo12+1_arm64.deb Package: libhtmlparser-java Version: 1.6.20060610.dfsg0-10~bpo12+1 Installed-Size: 332 Maintainer: Debian Java Maintainers Architecture: all Suggests: libhtmlparser-java-doc Size: 294184 SHA256: f6156c0390cc1f6b5ad1e21bb59cd5a9af8b3660a43ba9a0bf75932331be40ba SHA1: d40ce5646286722de031ffc3d0591e9f5cd5719c MD5sum: 9e5718357bd6fb07992fec4987cd4050 Description: java library to parse html HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. . The two fundamental use-cases that are handled by the parser are extraction and transformation (the syntheses use-case, where HTML pages are created from scratch, is better handled by other tools closer to the source of data). . In general, to use the HTMLParser you will need to be able to write code in the Java programming language. Although some example programs are provided that may be useful as they stand, it's more than likely you will need (or want) to create your own programs or modify the ones provided to match your intended application. Multi-Arch: foreign Homepage: http://htmlparser.sourceforge.net Section: java Priority: optional Filename: pool/main/libh/libhtmlparser-java/libhtmlparser-java_1.6.20060610.dfsg0-10~bpo12+1_all.deb Package: libhtmlparser-java-doc Source: libhtmlparser-java Version: 1.6.20060610.dfsg0-10~bpo12+1 Installed-Size: 10012 Maintainer: Debian Java Maintainers Architecture: all Suggests: libhtmlparser-java Size: 694732 SHA256: 28397ead91d190406590a5878b4c661b27b1c660a09968f5acf83bf0331b33f3 SHA1: e95a1b0d283e1cbf5378b394c98db837868bd62c MD5sum: 956c7fbc271f9e0c3d18326ae3bd26f9 Description: java library to parse html - doc HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. . This package contains the documentation for the library. Multi-Arch: foreign Homepage: http://htmlparser.sourceforge.net Section: doc Priority: optional Filename: pool/main/libh/libhtmlparser-java/libhtmlparser-java-doc_1.6.20060610.dfsg0-10~bpo12+1_all.deb Package: libhtp-dev Source: libhtp Version: 1:0.5.50-1~bpo12+1 Installed-Size: 474 Maintainer: Sascha Steinbiss Architecture: arm64 Depends: libhtp2 (= 1:0.5.50-1~bpo12+1) Size: 100068 SHA256: 650e4a7fab38be02b5636c64b6a536e6d20fef916c172a0d6e2311310ab4dccd SHA1: fc5d9eb38888ce75fd07555ab10f435cf30e88d5 MD5sum: 5fbd38f01a9bf4f10094dfd617b9b818 Description: HTTP normalizer and parser library (devel) The HTP Library is an HTTP normalizer and parser. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools. . This package provides the development files for libhtp. Homepage: http://openinfosecfoundation.org/ Section: libdevel Priority: optional Filename: pool/main/libh/libhtp/libhtp-dev_0.5.50-1~bpo12+1_arm64.deb Package: libhtp2 Source: libhtp Version: 1:0.5.50-1~bpo12+1 Installed-Size: 232 Maintainer: Sascha Steinbiss Architecture: arm64 Depends: libc6 (>= 2.17), zlib1g (>= 1:1.1.4) Size: 66988 SHA256: ca77ef8cc968a4abe74e1732856b46393b217abf18d6b519b0f28590ee890f52 SHA1: e09fc28e2d454b5f60c05dc5f8cc0638f6e9a3a5 MD5sum: 2d68de80981c1b38b5b1c8fc0fe8f7a0 Description: HTTP normalizer and parser library The HTP Library is an HTTP normalizer and parser. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools. . This package provides the runtime files for libhtp. Homepage: http://openinfosecfoundation.org/ Section: libs Priority: optional Filename: pool/main/libh/libhtp/libhtp2_0.5.50-1~bpo12+1_arm64.deb Package: libhwloc-common Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 61 Maintainer: Samuel Thibault Architecture: all Size: 15880 SHA256: 25908a95267cb46f028b435e2a67de8629e9c3e902f697b811c68323363e3086 SHA1: 3796d0de70fccd1ec07cd56f041af207d39b2da0 MD5sum: f7c4c6c08b0f77f78798aa3c18eb1cda Description: Hierarchical view of the machine - common files Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains the XML DTD of the lstopo XML output. Multi-Arch: foreign Homepage: https://www.open-mpi.org/projects/hwloc/ Section: libs Priority: optional Filename: pool/main/h/hwloc/libhwloc-common_2.12.0-4~bpo12+1_all.deb Package: libhwloc-dev Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 1198 Maintainer: Samuel Thibault Architecture: arm64 Depends: libhwloc15 (= 2.12.0-4~bpo12+1), libnuma-dev, libltdl-dev Size: 236688 SHA256: 649515caa1e9cbfd10a647fe6a18a14e6ba88e2b07c41a3564cd6f50a1a678ea SHA1: 16e3f2d76ac8bbe458b8ddeb397d7d1efb59311a MD5sum: abcb753968fe73caf1b183a4d6cdfdb6 Description: Hierarchical view of the machine - static libs and headers Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains static libraries and development headers. Multi-Arch: same Homepage: https://www.open-mpi.org/projects/hwloc/ Section: libdevel Priority: optional Filename: pool/main/h/hwloc/libhwloc-dev_2.12.0-4~bpo12+1_arm64.deb Package: libhwloc-doc Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 4015 Maintainer: Samuel Thibault Architecture: all Depends: libjs-jquery Size: 586352 SHA256: f895acf49fa8310e8f7380a4825ea955ebb105cdbbc56db3be219b0959fe8f3f SHA1: 44305c01c73965b874695b4aecb769729b357a4b MD5sum: 461b25ea36d71ec00b7d04d1e6160336 Description: Hierarchical view of the machine - documentation Hardware Locality (hwloc) provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains documentation. Multi-Arch: foreign Homepage: https://www.open-mpi.org/projects/hwloc/ Section: doc Priority: optional Filename: pool/main/h/hwloc/libhwloc-doc_2.12.0-4~bpo12+1_all.deb Package: libhwloc-plugins Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 284 Maintainer: Samuel Thibault Architecture: arm64 Replaces: libhwloc-contrib-plugins (<< 2.1.0+dfsg-3~) Depends: libc6 (>= 2.34), libpciaccess0, libx11-6, libxml2 (>= 2.7.4), libxnvctrl0, ocl-icd-libopencl1 | libopencl1, libhwloc15 (>= 2.12.0~), libhwloc15 (<< 2.12.0A) Breaks: libhwloc-contrib-plugins (<< 2.1.0+dfsg-3~) Size: 18036 SHA256: 71d3151246b9eda999d43f0e780528a0462bfd1535a8dcf5dbf5ce28959f819e SHA1: 4802e630b2989ac9215b6304b2ecbae7251ae53f MD5sum: 97362a504dd10201560f24e6909ca314 Description: Hierarchical view of the machine - plugins libhwloc provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains plugins to add more discovery support. This includes - PCI support - libxml support Multi-Arch: same Homepage: https://www.open-mpi.org/projects/hwloc/ Section: libs Priority: optional Filename: pool/main/h/hwloc/libhwloc-plugins_2.12.0-4~bpo12+1_arm64.deb Package: libhwloc15 Source: hwloc Version: 2.12.0-4~bpo12+1 Installed-Size: 406 Maintainer: Samuel Thibault Architecture: arm64 Depends: libc6 (>= 2.34), libudev1 (>= 183) Recommends: libhwloc-plugins Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~) Size: 140044 SHA256: e473e1f3441187bcb90dd0956926ec96200de78fef0b3a7d6f0568c8d2d50878 SHA1: db47d0944483f3b01961ae229f42000639f5008a MD5sum: 1322f47bd7e4f074569f9c21b8f37058 Description: Hierarchical view of the machine - shared libs libhwloc provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures. It primarily aims at helping high-performance computing applications with gathering information about the hardware so as to exploit it accordingly and efficiently. . libhwloc provides a hierarchical view of the machine, NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various attributes such as cache and memory information. . libhwloc supports old kernels not having sysfs topology information, with knowledge of cpusets, offline cpus, and Kerrighed support . This package contains shared libraries. Multi-Arch: same Homepage: https://www.open-mpi.org/projects/hwloc/ Section: libs Priority: optional Filename: pool/main/h/hwloc/libhwloc15_2.12.0-4~bpo12+1_arm64.deb Package: libibus-1.0-5 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 913 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62.2-2) Size: 441996 SHA256: 452bd0e93cac9411ee390eb111e38132cf3811b781a82391f81c5ace783342f4 SHA1: dc7c804a6c297cd8a235793c4b03e397686a93c7 MD5sum: c49c82d136843027e6a39d697bcfc4f8 Description: Intelligent Input Bus - shared library IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: libs Priority: optional Filename: pool/main/i/ibus/libibus-1.0-5_1.5.31-1~bpo12+1_arm64.deb Package: libibus-1.0-dev Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 3061 Maintainer: Debian Input Method Team Architecture: arm64 Depends: gir1.2-ibus-1.0 (= 1.5.31-1~bpo12+1), libdbus-1-dev, libglib2.0-dev, libibus-1.0-5 (= 1.5.31-1~bpo12+1) Size: 482996 SHA256: c04303c9369186ddad917662cdb1288e779b84b7110e2602693dd071a6d08a32 SHA1: 4c362b88b1ffe347b28df236ab95f0435a6074b7 MD5sum: 570d826e46361944ae351cc9b2083d32 Description: Intelligent Input Bus - development file IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the header files and static libraries which are needed for developing the IBus applications. Multi-Arch: same Homepage: https://github.com/ibus/ibus Section: libdevel Priority: optional Filename: pool/main/i/ibus/libibus-1.0-dev_1.5.31-1~bpo12+1_arm64.deb Package: libigraph-dev Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 6616 Maintainer: Debian Med Packaging Team Architecture: arm64 Depends: libigraph3t64 (= 0.10.15+ds-3~bpo12+1), libxml2-dev Suggests: libigraph-doc, pkgconf Size: 1061528 SHA256: d8096712a2cbfee98e4d127005e0036b14207c12d802d833981f48a290535fda SHA1: 465082b4516ce426904c92c5310e33711e1d2ef7 MD5sum: 9828210792dff27b9413b0f028726fa4 Description: library for creating and manipulating graphs - development files igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package contains the include files and static library for the igraph C library. Multi-Arch: same Homepage: https://igraph.org/c/ Section: libdevel Priority: optional Filename: pool/main/i/igraph/libigraph-dev_0.10.15+ds-3~bpo12+1_arm64.deb Package: libigraph-doc Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 8902 Maintainer: Debian Med Packaging Team Architecture: all Replaces: libigraph-examples (<< 0.9) Depends: fonts-font-awesome Suggests: libigraph-dev (= 0.10.15+ds-3~bpo12+1), libsuitesparse-dev, www-browser Breaks: libigraph-examples (<< 0.9) Size: 2907396 SHA256: 8f53c35aa5c42bb5919643ce89d11c77fb1755302465defe75b6436ccd5e026e SHA1: 674fadb622594bfed349f2de4ad9e0f176c1e169 MD5sum: 6248f47928b3f8fb0ac7ea404adf9d3c Description: library for creating and manipulating graphs - reference manual igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package provides the reference manual for the igraph C library; it also contains examples and tutorial material. Multi-Arch: foreign Homepage: https://igraph.org/c/ Section: doc Priority: optional Filename: pool/main/i/igraph/libigraph-doc_0.10.15+ds-3~bpo12+1_all.deb Package: libigraph-examples Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 62 Maintainer: Debian Med Packaging Team Architecture: all Depends: libigraph-doc Size: 46864 SHA256: 4bd1e9a858b1ca39b61c70b991ec31f8bac71353ec571b1f874d803d2803ce88 SHA1: d2f2f971c860b4f35a68de709684d40daee47146 MD5sum: 7e48971c090b7e519d390989cc6babf6 Description: transitional package This is a transitional package. It can safely be removed. Multi-Arch: foreign Homepage: https://igraph.org/c/ Section: oldlibs Priority: optional Filename: pool/main/i/igraph/libigraph-examples_0.10.15+ds-3~bpo12+1_all.deb Package: libigraph3 Source: igraph Version: 0.10.10+ds-1~bpo12+1 Installed-Size: 2645 Maintainer: Debian Med Packaging Team Architecture: arm64 Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 4.2), libglpk40 (>= 4.59), libgmp10 (>= 2:6.2.1+dfsg1), libgomp1 (>= 6), liblapack3 | liblapack.so.3, libplfit0 (>= 0.8.2), libstdc++6 (>= 11), libxml2 (>= 2.7.4) Size: 766264 SHA256: 6926da040a7dbf00bf9aaa1e1b78f97fee8f35ab56c1057ba7038c50dc750e88 SHA1: bcc733247e0c09d43dafd8a3fc2accc0b92e1e21 MD5sum: f9bc979a0ad622082a54b651c5e14c37 Description: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This is the runtime library package. Multi-Arch: same Homepage: https://igraph.org/c/ Section: libs Priority: optional Filename: pool/main/i/igraph/libigraph3_0.10.10+ds-1~bpo12+1_arm64.deb Package: libigraph3t64 Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 2721 Maintainer: Debian Med Packaging Team Architecture: arm64 Replaces: libigraph3 Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 4.2), libglpk40 (>= 4.59), libgmp10 (>= 2:6.2.1+dfsg1), libgomp1 (>= 6), liblapack3 | liblapack.so.3, libplfit0 (>= 0.8.2), libstdc++6 (>= 11), libxml2 (>= 2.7.4) Breaks: libigraph3 (<< 0.10.15+ds-3~bpo12+1) Size: 788600 SHA256: 120425a14ce00819b8de26229cbb52af033d2999600c27cc85eafc63ad298f60 SHA1: 2fcdeae3414e430a23f45f5d29d09819570c0448 MD5sum: 426c8e9bdf3fdf61999c3e6f51c8a34a Description: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This is the runtime library package. Multi-Arch: same Homepage: https://igraph.org/c/ Section: libs Priority: optional Filename: pool/main/i/igraph/libigraph3t64_0.10.15+ds-3~bpo12+1_arm64.deb Package: libime-bin Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 997 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libimecore0 (= 1.1.10-1~bpo12+1), libimepinyin0 (= 1.1.10-1~bpo12+1), libimetable0 (= 1.1.10-1~bpo12+1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 196256 SHA256: d426d85844ac6a14f78804cce05400fa730b4b1cf9aefe934a7ba3860aa8264e SHA1: 8ade3d3d01d15493f167f04328e2e6208280c406 MD5sum: 852932b015596d86059f0bb945f45866 Description: Generic Input Method Implementation (tools) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides tools provided by libime. Homepage: https://github.com/fcitx/libime Section: utils Priority: optional Filename: pool/main/libi/libime/libime-bin_1.1.10-1~bpo12+1_arm64.deb Package: libime-data Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 16639 Maintainer: Debian Input Method Team Architecture: all Depends: libime-data-language-model (<< 1.1.10-1~bpo12+1.1~), libime-data-language-model (>= 1.1.10-1~bpo12+1) Size: 16615552 SHA256: 27e11590b01559332d360caa7d48f746e1254a4fc2d29263135a06db3ca76cd7 SHA1: 175920614fbbd35d2cacd4342353fde5ebf948ca MD5sum: 8b1851591d48e93ae02ef7ff151b7061 Description: Generic Input Method Implementation library (data files) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides architecture-independent data files. Multi-Arch: foreign Homepage: https://github.com/fcitx/libime Section: utils Priority: optional Filename: pool/main/libi/libime/libime-data_1.1.10-1~bpo12+1_all.deb Package: libime-data-language-model Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 27875 Maintainer: Debian Input Method Team Architecture: arm64 Replaces: libimecore0 (<< 1.0.1-2) Breaks: libimecore0 (<< 1.0.1-2) Size: 20009940 SHA256: 0a17b5b100df778122fde8835750647ec6b8ac20e4ddceb675e7bea59f9b114b SHA1: b16336ffebb5e86f399ed9a3b5151296bb3fac6e MD5sum: 4f4b75b972ec40af3faf0f2ee86bea60 Description: Generic Input Method Implementation library (language model) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides architecture-dependent language models. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: utils Priority: optional Filename: pool/main/libi/libime/libime-data-language-model_1.1.10-1~bpo12+1_arm64.deb Package: libimecore-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libimecore0 (= 1.1.10-1~bpo12+1) Size: 18916 SHA256: a8c64c8a31616cf8602a52c11b192cce80da310f33e3b17c8598a5cd22863c44 SHA1: 17c9cc06ccaa9f37f8a1947fdc500cf0cb29031d MD5sum: ca47bd6d6232160f31ba965cab8c920f Description: Generic Input Method Implementation (core dev files) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides development files for core library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libdevel Priority: optional Filename: pool/main/libi/libime/libimecore-dev_1.1.10-1~bpo12+1_arm64.deb Package: libimecore0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 855 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libime-data (= 1.1.10-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 233912 SHA256: b9ca9c02e5422e05b7e37a6c0b0a6c7f8f3070afbcd7aabc1bcf3d55dc90e404 SHA1: de2fbdaef076509294b4107847842df73633b5c0 MD5sum: 1b2fe0cc550d016ea38c992399157200 Description: Generic Input Method Implementation (core library) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides its core library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libs Priority: optional Filename: pool/main/libi/libime/libimecore0_1.1.10-1~bpo12+1_arm64.deb Package: libimepinyin-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 79 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libimepinyin0 (= 1.1.10-1~bpo12+1) Size: 16676 SHA256: d3e3e88b159e1a1f4314c367db36e22df647b0bf293c185b9a7af92af5f7d0b2 SHA1: b5edac2431133c412a82da08d5b40c60055a71e7 MD5sum: 9697eed9df46c7baac40e3b58a03322a Description: Generic Input Method Implementation (pinyin dev files) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides development files for pinyin library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libdevel Priority: optional Filename: pool/main/libi/libime/libimepinyin-dev_1.1.10-1~bpo12+1_arm64.deb Package: libimepinyin0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 599 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.0), libimecore0 (>= 1.1.10), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 175716 SHA256: 0850a38f1a79b96f3bacf9bf7d512ab4d16c77e36e4274f34725866406543e93 SHA1: f941e9cc25b5493b8d407443c1241d1fb40307e2 MD5sum: e451eb7d4fe5a616286f00b4ed9e0fac Description: Generic Input Method Implementation (pinyin library) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides its pinyin library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libs Priority: optional Filename: pool/main/libi/libime/libimepinyin0_1.1.10-1~bpo12+1_arm64.deb Package: libimetable-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 56 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libimetable0 (= 1.1.10-1~bpo12+1) Size: 13076 SHA256: 92bd11dcbb6592d9a1ce19dd4796f49cb0a594d58fa48de65bf476528f7a6b87 SHA1: 5ef6333ecfc7b85fa324345c8da2c6192f240dea MD5sum: fcc060ca08bda03b81f775faf5c0e4d0 Description: Generic Input Method Implementation (table dev files) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides development files for table library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libdevel Priority: optional Filename: pool/main/libi/libime/libimetable-dev_1.1.10-1~bpo12+1_arm64.deb Package: libimetable0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 535 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.0), libimecore0 (>= 1.1.10), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 141272 SHA256: bc532c717d863de1e6ac3f2bf7e99c0caa4c7a854e05b78ceb22b6374da8c4a1 SHA1: aeba83d817c5f581fca37f46909565f0ddefb68f MD5sum: ce7af9b706f9d39cbbf071a4f79d55f8 Description: Generic Input Method Implementation (table library) Libime is a generic input method implementation library. It is mainly used by fcitx5, the next generation of fcitx input method framework. . This package provides its table library. Multi-Arch: same Homepage: https://github.com/fcitx/libime Section: libs Priority: optional Filename: pool/main/libi/libime/libimetable0_1.1.10-1~bpo12+1_arm64.deb Package: libipmiconsole-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 223 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmiconsole2 (= 1.6.13-2~bpo12+1) Size: 178212 SHA256: 768040a3050f67b10994670b330d9703c0a3dd89cd0b1f3fb848d831a726d25a SHA1: 9c61861b430556f3feb3863dc0db5a18927988b6 MD5sum: 78dc75aaee78399bca1b862de8434f45 Description: GNU IPMI - ipmiconsole development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmiconsole. Homepage: https://www.gnu.org/software/freeipmi/ Section: libdevel Priority: optional Filename: pool/main/f/freeipmi/libipmiconsole-dev_1.6.13-2~bpo12+1_arm64.deb Package: libipmiconsole2 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 438 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 242340 SHA256: 6a316bb20c5784f76d864031c2cb69cd95ef1178823b02d6bd08b8573782b6b6 SHA1: 6c0a8db413f4e27f78cab6317feb44059e473bbd MD5sum: b22c8af6ded50fc96862fa007b29a38d Description: GNU IPMI - Serial-over-Lan library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for Serial-over-Lan (SOL). Homepage: https://www.gnu.org/software/freeipmi/ Section: libs Priority: optional Filename: pool/main/f/freeipmi/libipmiconsole2_1.6.13-2~bpo12+1_arm64.deb Package: libipmidetect-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 190 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmidetect0 (= 1.6.13-2~bpo12+1) Size: 170152 SHA256: 50e3f41d04cc357fdbff252fd8d00996d94958ef1bbae112fc5c953c48cdc6a5 SHA1: 56d089b3c6b17c253241941512be80cd520d3f14 MD5sum: 673b17ddaa3f5c1e3bc4f0c620e80a91 Description: GNU IPMI - ipmidetect development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmidetect. Homepage: https://www.gnu.org/software/freeipmi/ Section: libdevel Priority: optional Filename: pool/main/f/freeipmi/libipmidetect-dev_1.6.13-2~bpo12+1_arm64.deb Package: libipmidetect0 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 246 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.17) Size: 192276 SHA256: 5677051d77392af8dc62bee49a1936a02b84f58cb7aed7c52b3cddaa4384c805 SHA1: 3d0a9aa42f4b224e5781bcb303e5ad50f7d33935 MD5sum: d168ca26739d32505fa019170fe59684 Description: GNU IPMI - IPMI node detection library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for IPMI node detection. Homepage: https://www.gnu.org/software/freeipmi/ Section: libs Priority: optional Filename: pool/main/f/freeipmi/libipmidetect0_1.6.13-2~bpo12+1_arm64.deb Package: libipmimonitoring-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 291 Maintainer: Fabio Fantoni Architecture: arm64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmimonitoring6 (= 1.6.13-2~bpo12+1) Size: 180972 SHA256: 3309fd64af236609605794455dcce8bf770ed7624435be0f5125795793859464 SHA1: b316d4c9de48b435d207f3ccecbfd6aca244d92a MD5sum: 8810b1d3f896df3ed1e8b55b327bac8b Description: GNU IPMI - ipmimonitoring development package FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This is the development package for libipmimonitoring. Homepage: https://www.gnu.org/software/freeipmi/ Section: libdevel Priority: optional Filename: pool/main/f/freeipmi/libipmimonitoring-dev_1.6.13-2~bpo12+1_arm64.deb Package: libipmimonitoring6 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 312 Maintainer: Fabio Fantoni Architecture: arm64 Replaces: libipmimonitoring5a Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.33), libfreeipmi17 (>= 1.4.4) Breaks: libipmimonitoring5a Size: 206608 SHA256: 3762b4f38b9f7ad9e4f51d615e18eb77adf85bd3cc2dd1cd7d28c8ae26c27e6c SHA1: 2ecb4cbb01eb08ee8c2b3e93748a1290d9417585 MD5sum: d524bd834300193f1ed06d1da944f00b Description: GNU IPMI - Sensor monitoring library FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . A library for sensor monitoring. Homepage: https://www.gnu.org/software/freeipmi/ Section: libs Priority: optional Filename: pool/main/f/freeipmi/libipmimonitoring6_1.6.13-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-4.0-18 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 27495 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 6989180 SHA256: 43284136cebacc8d9909848d6e7ca9c41e488e1faa94f16b3f911a7aef29bd7d SHA1: cb39df59f94851b157cf2384f0d662b15f3c1d34 MD5sum: d04d0e5e85b4c91ad47d9a759033b2b7 Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-4.0-bin Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 614 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), libc6 (>= 2.34), libstdc++6 (>= 4.4) Conflicts: libjavascriptcoregtk-bin Size: 140816 SHA256: 7ab41c0f8468adfdc66112663929551416220f76b54f08c497e7fe6fbb0c96b7 SHA1: 6a9a8b688fc4b6424adaf797772d5c294509490a MD5sum: f2826046790f9d84e8a8f52b3b08bdb9 Description: JavaScript engine library from WebKitGTK - command-line interpreter JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This package provides jsc, a command-line JavaScript interpreter. Homepage: https://webkitgtk.org/ Section: interpreters Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-bin_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-4.0 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 80904 SHA256: c4c51fe3ad09adaca1e9a04275ee35342773f6b2af3ef610419a680b2a450054 SHA1: ef9cecf21efd4c06e32ca57e72ecb020f61a2f50 MD5sum: 583a5e10ff12416e6547114c31376cbe Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-dev_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-4.1-0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 27495 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 6988096 SHA256: 48397f57b2e3a6882e7bc0fd5a44c93b1f03df093b0283f8a6ee957f8ff2c975 SHA1: e098f8c89d68ea2e480329f7788a6192a27c3a60 MD5sum: 3979f62ae875ace4b52ecbe23c9df69a Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.1-0_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-4.1 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 80952 SHA256: c929778f5b966ba8120f99874c03218810fc8e59e20e278e242d60a6318640f4 SHA1: b105dc8c1bbe832f3ef6308ab305f89d2aa613d5 MD5sum: 0ca22d109c12f479be3eba52a2fc0696 Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.1-dev_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-6.0-1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 27495 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 6984144 SHA256: 6b96ec503030abc77dca8da46809d131088f8b18082aac53f13c4e75b299913d SHA1: 0eb8e3b55b86c48409488d794f76a7cf10d9f78b MD5sum: 0ed2a8c03cb4df85bd520e22aa371277 Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-6.0-1_2.46.1-2~bpo12+1_arm64.deb Package: libjavascriptcoregtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 603 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-6.0 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 66520 SHA256: 3dbec05fd80648021294996bb596f554448f5049b23e18712c65ead3e3f7141e SHA1: c711b4d3c83463bddae57318485be081c49f9f4b MD5sum: 6c87256630816eb87054e744d76f9a3f Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-6.0-dev_2.46.1-2~bpo12+1_arm64.deb Package: libjodycode-dev Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 53 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Replaces: libjodycode2-dev (<= 2.0.1-4), libjodycode3-dev (<= 3.0.1-2) Depends: libjodycode3 (= 3.1-3~bpo12+1) Breaks: libjodycode2-dev (<= 2.0.1-4), libjodycode3-dev (<= 3.0.1-2) Size: 13320 SHA256: c41b3c57f9c57d2e3a4743a6f528bf5ec9591a1c192ef50b112a3523c38ebf43 SHA1: e244e6c3bd0d37ac457473af1a60621521a3ec82 MD5sum: f6f3d4c596f98bde4977832597c97448 Description: shared lib for programs written by Jody Bruchon (development files) libjodycode is a software code library containing code shared among several of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs, and zeromerge. These shared pieces of code were copied between each program as they were updated. As the number of programs increased and keeping these pieces of code synced became more annoying, the decision was made to combine all of them into a single reusable shared library. . This package provides the development files for libjodycode. Multi-Arch: same Homepage: https://github.com/jbruchon/libjodycode Section: libdevel Priority: optional Filename: pool/main/libj/libjodycode/libjodycode-dev_3.1-3~bpo12+1_arm64.deb Package: libjodycode3 Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 92 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Replaces: libjodycode2 (<= 2.0.1-4) Depends: libc6 (>= 2.17) Breaks: libjodycode2 (<= 2.0.1-4) Size: 14004 SHA256: 7d2a6e96ee304383f8aa1b5deac4af81b3c78787f1510f0687d6cf767cad9b78 SHA1: a2ad6989857a5e7e17f4a44f11d5cbe379ad8c26 MD5sum: 336965dad8533fd5c0ee892cc4e390d8 Description: shared lib for programs written by Jody Bruchon (runtime) libjodycode is a software code library containing code shared among several of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs, and zeromerge. These shared pieces of code were copied between each program as they were updated. As the number of programs increased and keeping these pieces of code synced became more annoying, the decision was made to combine all of them into a single reusable shared library. . This package provides the runtime for libjodycode. Multi-Arch: same Homepage: https://github.com/jbruchon/libjodycode Section: libs Priority: optional Filename: pool/main/libj/libjodycode/libjodycode3_3.1-3~bpo12+1_arm64.deb Package: libjs-bootstrap5 Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 4021 Maintainer: Daniel Baumann Architecture: all Depends: libjs-popper.js Suggests: bootstrap-icons, libjs-bootstrap5-doc Size: 291560 SHA256: a29a238f47df8295fe9bdc0441d91daafc5dab56a7ed9fdaf4e9e4256db1bc76 SHA1: f55ad3c9a97afc9b6048bb6ffb0659241b73bd20 MD5sum: f677c600e01f797fd5b9ccbe68a76eb7 Description: HTML front-end framework (version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/libjs-bootstrap5_5.3.3+dfsg-1~bpo12+3_all.deb Package: libjs-bootstrap5-doc Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 1849 Maintainer: Daniel Baumann Architecture: all Size: 1141432 SHA256: 466f3f077b207edc11a28f604645390c7cea4e0509319cfff545ac97b9429b4b SHA1: bb5d8e15a6ccc30f24a96cdaf94da84e231b4095 MD5sum: 7f16fef74177762cce17fd16233a1dd5 Description: HTML front-end framework (documentation, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the documentation for bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/libjs-bootstrap5-doc_5.3.3+dfsg-1~bpo12+3_all.deb Package: libkdsingleapplication-qt6-1.0 Source: kdsingleapplication Version: 1.1.0-2~bpo12+1 Installed-Size: 87 Maintainer: Pierre-Elliott Bécue Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.1.2), libstdc++6 (>= 5) Breaks: libkdsingleapplication-qt6-dev (<< 1.1.0-1) Size: 17688 SHA256: f45f299a1d8927bc286ead8f97d62ba6c6faabcfa96e193ccb63a75a87107216 SHA1: 0bb5d38890e96b6be47725f799f6ac38fe69a563 MD5sum: 3cfd5e4dfeb642e8013c422bc4eb4d9e Description: KDAB's helper class for single-instance policy applications (lib) KDSingleapplication provides a helper class to make sure that an application is single-instance, that is, can't be started more than once for an user. . This package provides the QT Helper class as a library. Multi-Arch: same Homepage: https://www.kdab.com/kdsingleapplication/ Section: libs Priority: optional Filename: pool/main/k/kdsingleapplication/libkdsingleapplication-qt6-1.0_1.1.0-2~bpo12+1_arm64.deb Package: libkdsingleapplication-qt6-dev Source: kdsingleapplication Version: 1.1.0-2~bpo12+1 Installed-Size: 62 Maintainer: Pierre-Elliott Bécue Architecture: arm64 Replaces: libkdsingleapplication-qt6-1.0 (<< 1.1.0-1) Depends: libkdsingleapplication-qt6-1.0 (= 1.1.0-2~bpo12+1) Breaks: libkdsingleapplication-qt6-1.0 (<< 1.1.0-1) Size: 10428 SHA256: 7a010422ad2d9542f82bf09d2835360e8eee34e34ad5956403a60de45c3b8383 SHA1: 1cdc7c7dea5eb44ce1dec204524b0e8078cbbc64 MD5sum: ee6448a918664d56b12e6a23e60cdf76 Description: KDAB's helper class for single-instance policy applications (dev) KDSingleapplication provides a helper class to make sure that an application is single-instance, that is, can't be started more than once for an user. . This package provides the development files for KDSingleApplication Multi-Arch: same Homepage: https://www.kdab.com/kdsingleapplication/ Section: libdevel Priority: optional Filename: pool/main/k/kdsingleapplication/libkdsingleapplication-qt6-dev_1.1.0-2~bpo12+1_arm64.deb Package: libkshark-dev Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 314 Maintainer: Sudip Mukherjee Architecture: arm64 Depends: libkshark2 (= 2.2.1-1~bpo12+1) Size: 64708 SHA256: 23b2f13bc15940f7f1801c61070c58920631c90f4d2dd9491793596224070340 SHA1: b7091b6d30ac508a39929d460bbc57d9ba21c7c1 MD5sum: 2c61dfa99605066b0707295c8587b12c Description: Library for accessing ftrace file system (development files) Library for accessing ftrace file system and provides API for processing of tracing data. . This package is needed to compile programs against libkshark2. Homepage: https://kernelshark.org/ Section: libdevel Priority: optional Filename: pool/main/k/kernelshark/libkshark-dev_2.2.1-1~bpo12+1_arm64.deb Package: libkshark2 Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 1211 Maintainer: Sudip Mukherjee Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgl1, libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libjson-c5 (>= 0.15), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 12), libtracecmd1 (>= 3.0.3), libtraceevent1 (>= 5.9~rc1), libtracefs1 (>= 0.0~git20201221.74d7273) Size: 288500 SHA256: 7beeec3ee4faaf69e6610093a53810ec5baa7e609c4ef45d4a3344fe7deff0e1 SHA1: b74bf4468ff74a6703ae2e225e6f0c747b23131c MD5sum: bb60152dea14e0513f519a86a58aa171 Description: Library for accessing ftrace file system (shared library) Library for accessing ftrace file system and provides API for processing of tracing data. . This package contains the shared library. Homepage: https://kernelshark.org/ Section: libs Priority: optional Filename: pool/main/k/kernelshark/libkshark2_2.2.1-1~bpo12+1_arm64.deb Package: libldb-dev Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 189 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6-dev, libldb2 (= 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1), libtalloc-dev, libtevent-dev, libtdb-dev Size: 68348 SHA256: 06a6fc6e1f893bcbce264fbbc23ddf966168856f1a6105d84dba926ec3cd244f SHA1: 94ef322202734f74f23d84652e94eef5e66f26ba MD5sum: e3c0e815cd59500d05b6448c863a0fd7 Description: LDAP-like embedded database - development files ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libldb-dev_2.11.0+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libldb2 Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 1343 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), liblmdb0 (>= 0.9.9), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Breaks: samba-libs (<< 2:4.19.0~) Size: 167084 SHA256: 7e0fcc75c614eb754bdcd90128323ce0330f7f6ac180a30527d723fdcbd1cf55 SHA1: 692eb5163f93db9dc9affb14e368b8bcde2167dd MD5sum: 5e3e5f88fc396af6f7e6c85eca040922 Description: LDAP-like embedded database - shared library ldb is a LDAP-like embedded database built on top of TDB. . It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libldb2_2.11.0+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: liblemonldap-ng-common-perl Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 914 Maintainer: Debian Perl Group Architecture: all Depends: debconf, libapache-session-perl, libcache-cache-perl, libclass-xsaccessor-perl, libconfig-inifiles-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-x509-perl, libconvert-pem-perl, libcrypt-rijndael-perl, libcrypt-urandom-perl, libhtml-template-perl, libjson-perl, libjson-xs-perl, libmouse-perl, libnet-cidr-perl, libnet-ssleay-perl, libplack-perl, liburi-perl, libwww-perl, debconf (>= 0.5) | debconf-2.0, perl:any Recommends: libapache-session-browseable-perl, libcookie-baker-xs-perl, libdbi-perl, libemail-sender-perl, libhttp-parser-xs-perl, liblwp-protocol-https-perl, libstring-random-perl Suggests: libconvert-base32-perl, liblog-log4perl-perl, libnet-ldap-perl, libsoap-lite-perl, libxml-libxml-perl Size: 251056 SHA256: d92bd0764fa1245dc2abefb31dd1fe9a820fb9d988d3d471c8005b1c389ccb0e SHA1: 650e4d2d790fd5a5e26f6b9f8f358893400daffb MD5sum: 54ca6732958782c17e65d6ac1f93b340 Description: Lemonldap::NG common files Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Common contains common files used by other Lemonldap::NG modules. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-common-perl_2.21.0+ds-2~bpo12+1_all.deb Package: liblemonldap-ng-handler-perl Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 440 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-common-perl (= 2.21.0+ds-2~bpo12+1), perl:any Size: 138028 SHA256: 0273320dbdeafde8999b23d1fa7636a67f3205305df370ff2d050b8d98e40d35 SHA1: 545678e7d62c747c48a9cc1b8d17bbca2d195b0a MD5sum: 0282728a5bbcd9f864640c7b67b40e18 Description: Lemonldap::NG handler common libraries Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Handler provides Perl libraries used by web server handlers. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-handler-perl_2.21.0+ds-2~bpo12+1_all.deb Package: liblemonldap-ng-manager-perl Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 4826 Maintainer: Debian Perl Group Architecture: all Depends: lemonldap-ng-fastcgi-server (= 2.21.0+ds-2~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.21.0+ds-2~bpo12+1) | apache2 | httpd-cgi, libconvert-pem-perl, libcrypt-openssl-rsa-perl, libemail-date-format-perl, libhash-merge-simple-perl, libjs-angularjs, libjs-bootstrap, libjs-es5-shim, libjs-jquery, liblemonldap-ng-handler-perl (= 2.21.0+ds-2~bpo12+1), libregexp-common-perl, perl:any Pre-Depends: debconf Recommends: lemonldap-ng-doc (= 2.21.0+ds-2~bpo12+1), libxml-libxml-perl, libxml-libxslt-perl Suggests: libclone-perl, libregexp-assemble-perl Size: 1022680 SHA256: fbf9a45edc31c84e5a4873955394e3e2c83b8ef390fa95e0ce44022caf3f9d07 SHA1: 9a7963cc67a5570e6fe6feb10bbb28b631b46ddb MD5sum: 259cf1e2ab4345d5169b96ee9c380164 Description: Lemonldap::NG manager part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Manager provides the administration interface. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-manager-perl_2.21.0+ds-2~bpo12+1_all.deb Package: liblemonldap-ng-portal-perl Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 5971 Maintainer: Debian Perl Group Architecture: all Depends: fonts-font-awesome, lemonldap-ng-fastcgi-server (= 2.21.0+ds-2~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.21.0+ds-2~bpo12+1) | apache2 | httpd-cgi, libclone-perl, libconvert-base32-perl, libdigest-hmac-perl, libemail-date-format-perl, libhtml-formattext-withlinks-perl, libjs-bootstrap4, libjs-jquery, libjs-jquery-cookie, libjs-jquery-ui, liblemonldap-ng-handler-perl (= 2.21.0+ds-2~bpo12+1), liblist-moreutils-perl, libregexp-assemble-perl, libtext-unidecode-perl, perl:any Pre-Depends: debconf Recommends: fonts-urw-base35, libauthen-webauthn-perl, libcrypt-jwt-perl, libcrypt-openssl-bignum-perl, libdata-password-zxcvbn-perl, libgd-securityimage-perl, libio-socket-timeout-perl, libio-string-perl, libipc-run-perl, libmime-tools-perl, libnet-ldap-perl Suggests: crowdsec, gpg, libauthen-radius-perl, libdbi-perl, libgeoip2-perl, libglib-perl, libgssapi-perl, libhttp-browserdetect-perl, libimage-magick-perl, liblasso-perl, libnet-facebook-oauth2-perl, libnet-oauth-perl, libnet-openid-consumer-perl, libnet-openid-server-perl, libsoap-lite-perl, libweb-id-perl, slapd Size: 3118332 SHA256: 0ab55e25b05dfc476c00cc64c3f4832985e0095fcc78d47d71387013812d7700 SHA1: 5ec3727fcc6c3ba7b864ac5afa877cf62da7ad93 MD5sum: 2bf6f249d4b238750612116c5b8fbe82 Description: Lemonldap::NG authentication portal part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Portal provides the authentication portal. . You may have to install some suggested packages depending on plugins you enabled. For example, libgd-securityimage-perl and fonts-urw-base35 are needed if you want to use Captcha,... Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-portal-perl_2.21.0+ds-2~bpo12+1_all.deb Package: liblemonldap-ng-ssoaas-apache-client-perl Source: lemonldap-ng Version: 2.21.0+ds-2~bpo12+1 Installed-Size: 191 Maintainer: Debian Perl Group Architecture: all Depends: perl:any Breaks: liblemonldap-ng-handler-perl (<< 2.0.14~) Size: 91844 SHA256: a871a9f4b98a6b00bf276dadc4f79a17f6979f726d7f56c3483938ebeba2d42c SHA1: 25c3d025a368c6147e002458a57d0888cd158b71 MD5sum: dbf7003fbf3abf5f8006e682ad7a43d5 Description: Lemonldap::NG SSOaaS client for Apache Lemonldap::NG is a complete Web-SSO system that provides a SSO-as-a-Service system, natively usable with Nginx. Lemonldap::NG::SSOaaS::Apache::Client permits one to enroll an Apache server into Lemonldap::NG's SSOaaS service. Multi-Arch: foreign Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-ssoaas-apache-client-perl_2.21.0+ds-2~bpo12+1_all.deb Package: liblibreoffice-java Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2295 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libjuh-java (<< 1:7.1.0~), libjurt-java (<< 1:7.1.0~), libridl-java (<< 1:7.1.0~), libunoil-java (<< 1:7.1.0~) Provides: libjuh-java, libjurt-java, libridl-java, libunoil-java Depends: libunoloader-java, ure-java Breaks: libjuh-java (<< 1:7.1.0~), libjurt-java (<< 1:7.1.0~), libridl-java (<< 1:7.1.0~), libunoil-java (<< 1:7.1.0~) Size: 1655368 SHA256: d878dbd7a0f910578f736c7f57e3a6b68ce114e118185fc0c6d30330d6f873a8 SHA1: f10f2c6950fe18f90954174586327ba571d45344 MD5sum: 7de321591a293316fac1a8b8f6ca5fea Description: LibreOffice UNO runtime environment -- Java library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package contains the public Java libraries. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: java Priority: optional Filename: pool/main/libr/libreoffice/liblibreoffice-java_25.2.3-2~bpo12+1_all.deb Package: liblibreofficekitgtk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 266 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-gtk3 (<< 1:5.2.0~) Depends: libreofficekit-data, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (>= 3.9.10), libstdc++6 (>= 11) Recommends: libreoffice-gtk3 Breaks: libreoffice-gtk3 (<< 1:5.2.0~) Size: 105456 SHA256: a2fb60536680c1cbda4ded4e97a836c1a176520582ebeeae3bec5e8143f630a7 SHA1: a5ea16ce20066ce02305ba114b54f618f142d2b0 MD5sum: c62e01ad619b47c062ccd36e4cd916fb Description: GTK+ 3 widget wrapping LibreOffice functionality This package contains a (basic) GTK+ document viewer widget (used by e.g. LOKDocView) Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: gnome Priority: optional Filename: pool/main/libr/libreoffice/liblibreofficekitgtk_25.2.3-2~bpo12+1_arm64.deb Package: liblouis-bin Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 576 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.34), liblouis20 (>= 3.33.0), libyaml-0-2 Size: 60632 SHA256: 0f4f3da84352871e9625f6d18d2cc293355628c7aaa2cf5662f23321b0b80de8 SHA1: b35b63c203e6f9650f242c3dbb7a59fad8a0dc44 MD5sum: 46d5dfc4f9bb9e24f017f26d7e7a4ecc Description: Braille translation library - utilities Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains a few tools to test tables and translate text. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: text Priority: optional Filename: pool/main/libl/liblouis/liblouis-bin_3.33.0-1~bpo12+1_arm64.deb Package: liblouis-data Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 12837 Maintainer: Debian Accessibility Team Architecture: all Size: 2103228 SHA256: 6e95b41e43772b40c94949dad955614fba374460da6eabfe29b30cc57eb7908c SHA1: 543244bc9abfb40177cc49bd2b72df18178861d3 MD5sum: c0859cbd0c35d6c162bf7165ca65ef3f Description: Braille translation library - data Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains runtime data. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: text Priority: optional Filename: pool/main/libl/liblouis/liblouis-data_3.33.0-1~bpo12+1_all.deb Package: liblouis-dev Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 703 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: liblouis20 (= 3.33.0-1~bpo12+1) Size: 295804 SHA256: 2f97e5e2c7dcb620a0816cb430e28a76827b2e630a681d06544320dcba705983 SHA1: e98cbda3d712d686d187f4959ea6c3cf741f2fad MD5sum: de08b3e46503f611bf0f2d95833fd083 Description: Braille translation library - static libs and headers Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains static libraries and development headers. Multi-Arch: same Homepage: http://liblouis.org/ Section: libdevel Priority: optional Filename: pool/main/libl/liblouis/liblouis-dev_3.33.0-1~bpo12+1_arm64.deb Package: liblouis20 Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 228 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.33), liblouis-data (>= 3.33.0~) Size: 95008 SHA256: b6fd8d7f9e2c0a1a77e8a37ae5dcd1cc714fa4ce6fbd7345a9903e4bb48e975d SHA1: 55ac0363dc1eb3cbe7367f62424404051d81b5fc MD5sum: 56a8f0ec44e363b385aeff44f27d8e3b Description: Braille translation library - shared libs Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains shared libraries. Multi-Arch: same Homepage: http://liblouis.org/ Section: libs Priority: optional Filename: pool/main/libl/liblouis/liblouis20_3.33.0-1~bpo12+1_arm64.deb Package: liblouisutdml-bin Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 87 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libc6 (>= 2.34), liblouis20 (>= 3.30.0), liblouisutdml9 (>= 2.12.0) Suggests: antiword, ooo2dbk, poppler-utils, rtf2xml Size: 14376 SHA256: 774d2c2db6d9ead523a061e7c1d524d3ea70fc28f6e7a1d740ab4e8f0a7ac2a9 SHA1: 5e8fcb458fd9aa6d1102fa6ea7b9ee2a2ba2fc9e MD5sum: 490e14b49801c3ef3a049b10ad48c315 Description: Braille UTDML translation utilities liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains utdml2brl which translates an utdml or text file into an embosser-ready braille file. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: text Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml-bin_2.12.0-7~bpo12+1_arm64.deb Package: liblouisutdml-data Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 252 Maintainer: Debian Accessibility Team Architecture: all Size: 50024 SHA256: 1e11688210587b03b0a13253480b81892b238c2224c0325407dd54b948cbd842 SHA1: 6be4d7e847bccae8cd75f4a4647eafc6b537588f MD5sum: 6a17d2703707f062e8a798e4900f84a7 Description: Braille UTDML translation library - data liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains runtime data. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: text Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml-data_2.12.0-7~bpo12+1_all.deb Package: liblouisutdml-dev Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 703 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: liblouisutdml9 (= 2.12.0-7~bpo12+1), liblouis-dev Size: 218684 SHA256: b32bbe27042ab4493ff58360b92890a9108f484dad6330f59c04b036ef082315 SHA1: 01cf7778e9554a0c26797582d835e80336b6e9fc MD5sum: e6197d983f40223edba1e05af9c1c643 Description: Braille UTDML translation library - static libs and headers liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains static libraries and development headers. Multi-Arch: same Homepage: http://liblouis.org/ Section: libdevel Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml-dev_2.12.0-7~bpo12+1_arm64.deb Package: liblouisutdml-java Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 21 Maintainer: Debian Accessibility Team Architecture: all Depends: liblouisutdml9 Size: 10096 SHA256: a31a0e08d262291eb87bde0d570fbf3d29071f1263d62ced28e8caaf76883fe3 SHA1: 14cfd1a64b76a9172953c2b2a4bf0da69bbbd229 MD5sum: 5acab0b3b19da4d1412e9ea559851fa7 Description: Braille UTDML translation library - java bindings liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains java bindings. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: java Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml-java_2.12.0-7~bpo12+1_all.deb Package: liblouisutdml-java-doc Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 370 Maintainer: Debian Accessibility Team Architecture: all Size: 67904 SHA256: 3b4121064d209ea1c6b9d23a6c6f0ea59d4b1d599cc8f4009acf974a99baab01 SHA1: 3f4106e0472353c402bce755e4ec6cd93388191e MD5sum: 4c191edeb17948cb27e5c7b087f0b0c8 Description: Braille UTDML translation library - java bindings documentation liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains documentation for the java bindings. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: doc Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml-java-doc_2.12.0-7~bpo12+1_all.deb Package: liblouisutdml9 Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 281 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: liblouisutdml-data, libc6 (>= 2.33), liblouis20 (>= 3.30.0), libxml2 (>= 2.7.4) Size: 83176 SHA256: e38ef745449825558b53662822647e14eadbcfeae28550aca15373343cda9859 SHA1: 71da5f067a17b4231719dd5d0252df6b7935840e MD5sum: 4f06b48c8de10110a71de1f3a48c280d Description: Braille UTDML translation library - shared libs liblouisutdml is an extension of liblouisxml, the translator from xml format into transcribed braille, that includes support for Unified Tactile Document Markup Language (UTDML). . This consists essentially of subtrees containing all the braille translations and formatting, plus some tags. . This package contains shared libraries. Multi-Arch: same Homepage: http://liblouis.org/ Section: libs Priority: optional Filename: pool/main/libl/liblouisutdml/liblouisutdml9_2.12.0-7~bpo12+1_arm64.deb Package: libmapcache-dev Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 113 Maintainer: Debian GIS Project Architecture: arm64 Replaces: libmapcache1-dev (<< 1.14.0-3~) Depends: libmapcache1 (= 1.14.1-1~bpo12+1) Suggests: mapcache-cgi, mapcache-tools, libapache2-mod-mapcache Breaks: libmapcache1-dev (<< 1.14.0-3~) Size: 22928 SHA256: 60ce6438fa388e99f43a35ced23d273e071e4405b0b8ab2edaaae13a4fcbd4fa SHA1: 9b6e8629c27405621d9d458c49da0a37bee6465a MD5sum: d80ec1e50162dbb51330ec385fb5e320 Description: tile caching server - shared library development files This package contains the development files for the shared library. . MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. Homepage: http://www.mapserver.org/mapcache/ Section: libdevel Priority: optional Filename: pool/main/m/mapcache/libmapcache-dev_1.14.1-1~bpo12+1_arm64.deb Package: libmapcache1 Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 507 Maintainer: Debian GIS Project Architecture: arm64 Depends: libapr1 (>= 1.6.2), libaprutil1 (>= 1.4.0), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgdal32 (>= 2.0.1), libhiredis0.14 (>= 0.14.0), libjpeg62-turbo (>= 1.3.1), liblmdb0 (>= 0.9.7), libpcre2-8-0 (>= 10.22), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsqlite3-0 (>= 3.6.0), libtiff6 (>= 4.0.3) Size: 140624 SHA256: 07a3f597b244cbd2b2d5d135116bb7df2ff3dcb7ccc07f7751b22d4a64d94bda SHA1: 7f2fd38499659c54de579fd9b2af808dc2739161 MD5sum: c6ad677673883aa5a1a6d100640fbf38 Description: tile caching server - shared library This package contains the shared library. . MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. Homepage: http://www.mapserver.org/mapcache/ Section: libs Priority: optional Filename: pool/main/m/mapcache/libmapcache1_1.14.1-1~bpo12+1_arm64.deb Package: libmapscript-java Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 700 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libmapserver2 (>= 8.4.0) Suggests: mapserver-bin, mapserver-doc Size: 275036 SHA256: 5e39d06fa062f2f0d55c2a0b978f8c384605a4b383671b89f603fb4da55f9c67 SHA1: cdff09a4f2ae22850750017a910b3ec4f1cd273b MD5sum: d081546430d0cdbd0603964c23df1f61 Description: Java library for MapServer Java MapScript provides MapServer functions for Java applications. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Homepage: https://mapserver.org Section: java Priority: optional Filename: pool/main/m/mapserver/libmapscript-java_8.4.0-1~bpo12+1_arm64.deb Package: libmapscript-perl Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 1353 Maintainer: Debian GIS Project Architecture: arm64 Replaces: perl-mapscript Provides: perl-mapscript Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.17), libmapserver2 (>= 8.4.0), libperl5.36 (>= 5.36.0) Suggests: mapserver-bin, mapserver-doc Conflicts: perl-mapscript Size: 228176 SHA256: 40373acafb11b113abc0af12e4b57ec299ae05ea007be31594d71a1a97bb6f09 SHA1: 78d7e34a9049b90cc4343c5f0a1fb311e1805a5c MD5sum: 9b5f7d3478b0dd16b423be616d29e9f8 Description: Perl MapServer module Perl MapScript module provides MapServer functions for Perl scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Homepage: https://mapserver.org Section: perl Priority: optional Filename: pool/main/m/mapserver/libmapscript-perl_8.4.0-1~bpo12+1_arm64.deb Package: libmapserver-dev Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 4232 Maintainer: Debian GIS Project Architecture: arm64 Depends: libmapserver2 (= 8.4.0-1~bpo12+1) Suggests: cgi-mapserver, mapserver-bin, mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 454624 SHA256: a5c949ad1a861bb7d0c57cf57e4261b98ad6dc904a6ea017902c1c9031be7d83 SHA1: 3fb7b19386240a050d0718688287b7af69949d90 MD5sum: 4ed8595e167ec351cb66548d520501d5 Description: Shared library development files for MapServer This package contains the development files for the shared library. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Homepage: https://mapserver.org Section: libdevel Priority: optional Filename: pool/main/m/mapserver/libmapserver-dev_8.4.0-1~bpo12+1_arm64.deb Package: libmapserver2 Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 3638 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.15.8), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc-s1 (>= 3.0), libgdal32 (>= 3.0.0), libgeos-c1v5 (>= 3.5.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.12.0), libharfbuzz0b (>= 1.2.6), libjpeg62-turbo (>= 1.3.1), libpcre2-posix3 (>= 10.34), libpng16-16 (>= 1.6.2-1), libpq5, libproj25 (>= 8.0.0), libprotobuf-c1 (>= 1.0.1), librsvg2-2 (>= 2.46.0), libstdc++6 (>= 11), libxml2 (>= 2.7.4) Suggests: cgi-mapserver, mapserver-bin, mapserver-doc, libmapscript-perl, python3-mapscript Size: 1264952 SHA256: e323404234c299e866dcc2b17088e854ef7c1a385f35f8ac0ae06512d5d896fd SHA1: 941d881d6ab122bcac55f38abddf11b1724a5bd0 MD5sum: aaf03d41a5fbd3a5e49a0fad3540a3a7 Description: Shared library for MapServer This package contains the shared library. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Homepage: https://mapserver.org Section: libs Priority: optional Filename: pool/main/m/mapserver/libmapserver2_8.4.0-1~bpo12+1_arm64.deb Package: libmedia-convert-perl Version: 1.4.1-1~bpo12+1 Installed-Size: 190 Maintainer: Wouter Verhelst Architecture: all Depends: ffmpeg, libipc-system-simple-perl, libjson-maybexs-perl, libmoose-perl, libmoosex-singleton-perl, libsemver-perl, perl:any Recommends: inkscape Size: 70560 SHA256: 633a6057c9144033b1a687da2b9dc165aabe5d8db37e4b2c22f31fb9896bf5e6 SHA1: e8d31f72802a4671b2e149021e62c2651a8e6a6e MD5sum: 841c2d24b2d5f995bf70cf721afe8ec1 Description: Generate ffmpeg command lines from OO perl The Media::Convert package provides an API that generates ffmpeg command lines to convert audio and video assets from one format to another. . It is meant as a perl library, but ships with a simple command-line binary (mc-encode) which can handle a subset of the API and can convert/transcode video or audio assets from one format to another using recommended settings for the target codec. Section: perl Priority: optional Filename: pool/main/libm/libmedia-convert-perl/libmedia-convert-perl_1.4.1-1~bpo12+1_all.deb Package: libmetalang99-dev Source: metalang99 Version: 1.13.3-1~bpo12+1 Installed-Size: 2196 Maintainer: Roland Mas Architecture: arm64 Depends: libjs-mathjax Size: 213320 SHA256: cc046af6468a1c0e659853e21707954df99bd7a872c3d4a448eda2b49b8909a5 SHA1: ed5a9ede77f56493a3ba7044359482d91c51c4d9 MD5sum: 79b44e7441ecd7098d9b9e8c5876be64 Description: Full-blown preprocessor metaprogramming Metalang99 is a firm foundation for writing reliable and maintainable metaprograms in pure C99. It is implemented as an interpreted FP language atop of preprocessor macros: just #include and you are ready to go. Metalang99 features algebraic data types, pattern matching, recursion, currying, and collections; in addition, it provides means for compile-time error reporting and debugging. With our built-in syntax checker, macro errors should be perfectly comprehensible, enabling you for convenient development. Homepage: https://github.com/Hirrolot/metalang99 Section: devel Priority: optional Filename: pool/main/m/metalang99/libmetalang99-dev_1.13.3-1~bpo12+1_arm64.deb Package: libmfsio-dev Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 54 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libmfsio1 (= 4.56.6-1~bpo12+1) Size: 39888 SHA256: a56a4d2ad7bc9ccf28fb058ef1f303edc38db3659d2e2df69fa153f247e4df05 SHA1: 96811f96efe9e719a247bfbb1fefd03c12432645 MD5sum: 81aa4cee8b5059187122bce66e6fefdf Description: MooseFS IO library - development files This package contains the development files used for building applications that use the MooseFS IO Library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: same Homepage: http://moosefs.org/ Section: libdevel Priority: optional Filename: pool/main/m/moosefs/libmfsio-dev_4.56.6-1~bpo12+1_arm64.deb Package: libmfsio1 Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 579 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34) Size: 175468 SHA256: c64c5168aba10585bfbf8a94334282bca85ca5774a10febf463d031bda4bfc4c SHA1: d0008f0fbc663e39defe08f3d2f23c59dded8f7c MD5sum: 8e8db807b1e7ebecb136059cec88edf4 Description: MooseFS IO library MooseFS client IO library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: same Homepage: http://moosefs.org/ Section: libs Priority: optional Filename: pool/main/m/moosefs/libmfsio1_4.56.6-1~bpo12+1_arm64.deb Package: libmilter-dev Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 658 Maintainer: Debian QA Group Architecture: arm64 Depends: libmilter1.0.1 (= 8.18.1-6~bpo12+1) Suggests: sendmail-doc Size: 306268 SHA256: 7fe90389ee54c53fdde10ef44078ff787146ada323a68b5130695bf72d53915e SHA1: e2889ac4b1cfa8a43068824931c5ebdcbc1826da MD5sum: 0fa2cf735a380d3ab523af5e72f2d08f Description: Sendmail Mail Filter API (Milter) (development files) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information (headers) and content. . The Debian Sendmail package is built to support libmilter. . This is the libmilter static library and include files for development. . The documentation on building a Milter is in the sendmail-doc package. Multi-Arch: same Homepage: http://www.sendmail.org Section: libdevel Priority: optional Filename: pool/main/s/sendmail/libmilter-dev_8.18.1-6~bpo12+1_arm64.deb Package: libmilter1.0.1 Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 301 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34) Size: 241020 SHA256: 6d8e3161c19bb6fc097c7ca931a485d43f0cff842b72790bbd8a0938ef388502 SHA1: 756df30fe40944b0e3c398ab3abf1ef6127a5618 MD5sum: abae4d689c2e9dbd852f58f9cca916b6 Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains libmilter.so Multi-Arch: same Homepage: http://www.sendmail.org Section: libs Priority: optional Filename: pool/main/s/sendmail/libmilter1.0.1_8.18.1-6~bpo12+1_arm64.deb Package: libminion-perl Version: 10.31+dfsg-2~bpo12+1 Installed-Size: 585 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, fonts-fork-awesome, libjs-bootstrap5, libjs-d3, libjs-jquery, libjs-moment, libmojolicious-perl (>= 9.0), libyaml-libyaml-perl Suggests: libmojo-pg-perl Size: 240752 SHA256: 4eddeeba8368517964685f6b783dddf2a50f0e22a2cb109ae9587248d06eaf4b SHA1: add1f02ebf14cf8ff38d2ef0fc5bab1234e7d886 MD5sum: ea5d0226dd6a8bf993fcb17fe2e039c4 Description: job queue for Mojolicious Minion is a job queue for the Mojolicious real-time web framework, with support for multiple named queues, priorities, delayed jobs, job dependencies, job results, retries with backoff, statistics, distributed workers, parallel processing, autoscaling, resource leak protection and multiple backends (such as PostgreSQL). . Job queues allow you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle. Among those tasks you'll commonly find image resizing, spam filtering, HTTP downloads, building tarballs, warming caches and basically everything else you can imagine that's not super fast. Homepage: https://metacpan.org/release/Minion Section: perl Priority: optional Filename: pool/main/libm/libminion-perl/libminion-perl_10.31+dfsg-2~bpo12+1_all.deb Package: libmojo-ioloop-readwriteprocess-perl Version: 0.34-1~bpo12+2 Installed-Size: 252 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libmojolicious-perl (>= 9.34) Size: 89684 SHA256: 901d136f556156351418a8abdd1e59a010ae3d2c37add3d7d05eabf7180ee392 SHA1: 0ac58ced65fb9f0e75cb76cc5b2b25ffb991789d MD5sum: e7541e16415ffd57dc6e9c6ff12f4032 Description: module to execute external programs or internal code blocks as separate process Mojo::IOLoop::ReadWriteProcess is yet another Mojo process manager. Processes can be either internal blocks or code, or external programs. . Mojo::IOLoop::ReadWriteProces inherits all events, attributes, and methods from Mojo::EventEmitter and adds new ones. It supports running processes directly, in parallel, in batch mode, and in a queue. Homepage: https://metacpan.org/release/Mojo-IOLoop-ReadWriteProcess Section: perl Priority: optional Filename: pool/main/libm/libmojo-ioloop-readwriteprocess-perl/libmojo-ioloop-readwriteprocess-perl_0.34-1~bpo12+2_all.deb Package: libmojolicious-perl Version: 9.37+dfsg-2~bpo12+1 Installed-Size: 2089 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libio-socket-ip-perl, libjs-bootstrap5, libjs-highlight.js, libjs-popper.js Recommends: libcpan-meta-yaml-perl, libcpanel-json-xs-perl, libev-perl, libfuture-asyncawait-perl (>= 0.52), libio-socket-socks-perl, libio-socket-ssl-perl, libmojo-server-fastcgi-perl, librole-tiny-perl Breaks: libmojolicious-plugin-openapi-perl (<< 4.04) Size: 877604 SHA256: 44dd13f82821d598e830fca36c6a885898c0002d941ac447e28f816381cd4bf1 SHA1: f073536a2bdba2ec7390ec34f8ffe5d206cf2fd2 MD5sum: 4ee2f0f9b26e7cec262a537c57dc2b8c Description: simple, yet powerful, Web Application Framework Mojolicious is a Perl Web Application Framework built around the familiar Model-View-Controller philosophy. It supports a simple single file mode via Mojolicious::Lite, RESTful routes, plugins, Perl-ish templates, session management, signed cookies, a testing framework, internationalization, first class Unicode support, and more. . The package also provides the morbo and hypnotoad (development) web servers and the mojo command line script. Homepage: https://mojolicious.org Section: perl Priority: optional Filename: pool/main/libm/libmojolicious-perl/libmojolicious-perl_9.37+dfsg-2~bpo12+1_all.deb Package: libmosquitto-dev Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 216 Maintainer: Debian IoT Maintainers Architecture: arm64 Replaces: libmosquitto0-dev (<< 1.2-1~) Depends: libmosquitto1 (<< 2.0.21-1~bpo12+1.1~), libmosquitto1 (>= 2.0.21-1~bpo12+1) Breaks: libmosquitto0-dev (<< 1.2-1~) Size: 75396 SHA256: 14ccc4a8218d72ce9cf3c4200c8793f4db78047266a567e07ba413d52f50b5cd SHA1: b0a55cafe5c1f9623d802f9f66293f746d1eda2a MD5sum: 819afe19b9d02ddc863d8325dbebc8b2 Description: MQTT version 5.0/3.1.1/3.1 client library, development files This is the header and man page for the libmosquitto1 C library, which is a library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is needed to do development with libmosquitto1. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libdevel Priority: optional Filename: pool/main/m/mosquitto/libmosquitto-dev_2.0.21-1~bpo12+1_arm64.deb Package: libmosquitto1 Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 211 Maintainer: Debian IoT Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 92828 SHA256: 8fa8dfa94601efe28f38459295bc6ebab6d52eacc8a124499aea4aa8e7d9bd2e SHA1: 691737456af2a9c9f5276e6354b79a803859d2aa MD5sum: ce787061ae270b18869192a0177eaccd Description: MQTT version 5.0/3.1.1/3.1 client library This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libs Priority: optional Filename: pool/main/m/mosquitto/libmosquitto1_2.0.21-1~bpo12+1_arm64.deb Package: libmosquittopp-dev Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 83 Maintainer: Debian IoT Maintainers Architecture: arm64 Replaces: libmosquittopp0-dev (<< 1.2-1~) Depends: libmosquittopp1 (<< 2.0.21-1~bpo12+1.1~), libmosquittopp1 (>= 2.0.21-1~bpo12+1), libmosquitto-dev Breaks: libmosquittopp0-dev (<< 1.2-1~) Size: 56684 SHA256: 8ba96b25e7ba9b85f312040be732307789206edcedb48cb17f945ff8c1f6cf73 SHA1: c0ec416bb96ee0ebcfe3edb4bea6dd9d7cc9283f MD5sum: 5b7206906e1068832c59c1ce713d338e Description: MQTT version 3.1 client C++ library, development files This is the header and man page for the libmosquittopp1 C++ library, which is a library for implementing MQTT version 3.1 clients. This package is needed to do development with libmosquittopp1. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libdevel Priority: optional Filename: pool/main/m/mosquitto/libmosquittopp-dev_2.0.21-1~bpo12+1_arm64.deb Package: libmosquittopp1 Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 149 Maintainer: Debian IoT Maintainers Architecture: arm64 Depends: libmosquitto1 (= 2.0.21-1~bpo12+1), libstdc++6 (>= 5) Size: 60408 SHA256: 9e59b7c2bf67b9a539450293550a1a77266082b7657b283200e736991d92deb7 SHA1: 616268096a0268df5da7c47ce42f1e19d223a418 MD5sum: 915d855a90074cbe8273c0d0358300f3 Description: MQTT version 5.0/3.1.1/3.1 client C++ library This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libs Priority: optional Filename: pool/main/m/mosquitto/libmosquittopp1_2.0.21-1~bpo12+1_arm64.deb Package: libnet-domain-tld-perl Version: 1.75-4~bpo12+1 Installed-Size: 111 Maintainer: Debian Perl Group Architecture: all Depends: perl:any Size: 32092 SHA256: c86b0a97ec56abb4865cd56f11112101600169109a93e9a698d25f9fda84c1fb SHA1: 29b749409998fba90392d164a39c17fa805c22f2 MD5sum: 712366c02b16a12a574b7d9814587c87 Description: list of currently available Top-level Domains (TLDs) The purpose of Net::Domain::TLD is to provide the user with a current list of available top level domain names including new ICANN additions and ccTLDs. It provides two functions: . - tld_exists - returns whether a certain top-level domain exists - tld - returns various lists of top-level domains Multi-Arch: foreign Homepage: https://metacpan.org/release/Net-Domain-TLD Section: perl Priority: optional Filename: pool/main/libn/libnet-domain-tld-perl/libnet-domain-tld-perl_1.75-4~bpo12+1_all.deb Package: libnghttp3-9 Source: nghttp3 Version: 1.8.0-1~bpo12+1 Installed-Size: 233 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libc6 (>= 2.17) Size: 62644 SHA256: 70cab40749d7c647fd094f16bacbe153929806c43453b7b12e4534062d4e92df SHA1: b6c061b901842ec78e882e540fefd3b9df23c011 MD5sum: 72e988f7f63da5b58c894da5f068c409 Description: HTTP/3 library with QUIC and QPACK (library) nghttp3 implements HTTP/3 functions in C. For now it supports several HTTP actions like request, response and server push. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/ngtcp2/nghttp3 Section: libs Priority: optional Filename: pool/main/n/nghttp3/libnghttp3-9_1.8.0-1~bpo12+1_arm64.deb Package: libnghttp3-dev Source: nghttp3 Version: 1.8.0-1~bpo12+1 Installed-Size: 427 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libnghttp3-9 (= 1.8.0-1~bpo12+1) Size: 89400 SHA256: 85d6a9b7a3c781527656794723090f5ccbe0668a8192402d4c0c40cb7fb0d0c3 SHA1: eb8e7b191b50f1337ab0ca04530c8d185bb21c3b MD5sum: 321bf8a14e50332ec621bda4e2b1f207 Description: HTTP/3 library with QUIC and QPACK (development) nghttp3 implements HTTP/3 functions in C. For now it supports several HTTP actions like request, response and server push. . This package contains the development files. Multi-Arch: same Homepage: https://github.com/ngtcp2/nghttp3 Section: libdevel Priority: optional Filename: pool/main/n/nghttp3/libnghttp3-dev_1.8.0-1~bpo12+1_arm64.deb Package: libngspice0 Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 6862 Maintainer: Debian Electronics Team Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5) Size: 2095904 SHA256: efa6c9f6cc6f7d33af9355592f284bfc893e649c04c491971b2b7dce89335732 SHA1: 8e16d1d7509d4751e900abc243c664d7ff55cc91 MD5sum: 272b1b66d8f5242d6870788217f8ed7e Description: Spice circuit simulator - library NGspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . This package contains the NGSpice library. Multi-Arch: same Homepage: https://ngspice.sourceforge.io Section: libs Priority: optional Filename: pool/main/n/ngspice/libngspice0_44.2+ds-1~bpo12+1_arm64.deb Package: libngspice0-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 226 Maintainer: Debian Electronics Team Architecture: arm64 Depends: libngspice0 (= 44.2+ds-1~bpo12+1) Size: 167216 SHA256: 93116183478889da81ab18d38505cc2898396f932f278206826996125745d15c SHA1: ddac9f91bd227864f69548aa4b7f99fa2b9011cb MD5sum: 4f3fb49355a29bd5e388ad32ad8246b9 Description: Spice circuit simulator - development files for libngspice NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . This package contains the development files for NGSpice. Multi-Arch: same Homepage: https://ngspice.sourceforge.io Section: libdevel Priority: optional Filename: pool/main/n/ngspice/libngspice0-dev_44.2+ds-1~bpo12+1_arm64.deb Package: libngtcp2-16 Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 363 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libc6 (>= 2.25) Size: 120596 SHA256: 5da9aa410db593d8f159b53ea9f94715be26f2dcb6b26684e75d36cfb222de04 SHA1: a9e98401f7e24336ddbafecfc27c0814c1bf9123 MD5sum: 1c0b8a8d482d7e4389a1b27ae4918678 Description: implementation of QUIC protocol (library) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/ngtcp2/ngtcp2 Section: libs Priority: optional Filename: pool/main/n/ngtcp2/libngtcp2-16_1.11.0-1~bpo12+1_arm64.deb Package: libngtcp2-crypto-gnutls-dev Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 128 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libngtcp2-crypto-gnutls8 (= 1.11.0-1~bpo12+1) Size: 34108 SHA256: 3593ad8c641c28ad66e484fb21921189c5bbdcc9ad22ab339e154e4e25935ca6 SHA1: 510c6738cf8960151d046fd6cbb067fbc617f11f MD5sum: d6db8540988a34764976b92c45235aad Description: implementation of QUIC protocol (development) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the development files. Multi-Arch: same Homepage: https://github.com/ngtcp2/ngtcp2 Section: libdevel Priority: optional Filename: pool/main/n/ngtcp2/libngtcp2-crypto-gnutls-dev_1.11.0-1~bpo12+1_arm64.deb Package: libngtcp2-crypto-gnutls8 Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 104 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libgnutls30 (>= 3.7.2), libngtcp2-16 (>= 1.1.0) Size: 28320 SHA256: 2585cb0fea07070b017d26f38d140e7f66e07376dd50cd1ef235d062b311488d SHA1: 0eeb5b2216d04ae5355895369a1f42752d22d79b MD5sum: c5f02d9a735e80f097a788adc0a89a79 Description: implementation of QUIC protocol (library) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/ngtcp2/ngtcp2 Section: libs Priority: optional Filename: pool/main/n/ngtcp2/libngtcp2-crypto-gnutls8_1.11.0-1~bpo12+1_arm64.deb Package: libngtcp2-dev Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 815 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1) Size: 173836 SHA256: fcfe95e8921acd56033774e4a64289be9a720f15fe4ad5d3a25571e51de520a0 SHA1: 5028569ffa9de093a7ce879e870cfdfe050e98c6 MD5sum: afd364568dd5aa9501b99cf18bd2dcf0 Description: implementation of QUIC protocol (development) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the development files. Multi-Arch: same Homepage: https://github.com/ngtcp2/ngtcp2 Section: libdevel Priority: optional Filename: pool/main/n/ngtcp2/libngtcp2-dev_1.11.0-1~bpo12+1_arm64.deb Package: libnotmuch-dev Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 133 Maintainer: Carl Worth Architecture: arm64 Depends: libnotmuch5 (= 0.38.1-1~bpo12+1) Size: 46924 SHA256: 00b62fc189d4e87074040ab99b538abb09004b3f483b9e7ea5fc0fd700709013 SHA1: 20811d3b04f04b5b9869c4d5060b37b11144ecd8 MD5sum: a38b1d5517b714369392afe18a33175f Description: thread-based email index, search and tagging (development) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides the necessary development libraries and header files to allow you to develop new software using libnotmuch. Homepage: https://notmuchmail.org/ Section: libdevel Priority: optional Filename: pool/main/n/notmuch/libnotmuch-dev_0.38.1-1~bpo12+1_arm64.deb Package: libnotmuch5 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 352 Maintainer: Carl Worth Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libgmime-3.0-0 (>= 3.0.4), libsexp1 (>= 1.3.1), libstdc++6 (>= 5.2), libtalloc2 (>= 2.0.4~git20101213), libxapian30 (>= 1.4.19~) Size: 95128 SHA256: b9a7606a13d815521174f41d3284235238e5837b07ad28fd63198fc16aaf311f SHA1: 01ba943bd24f0a35fea5c106b6b7d22ad97baaec MD5sum: 5bf04fae6c6455d71f47ce6dbc445100 Description: thread-based email index, search and tagging (runtime) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains the runtime library, necessary to run applications using libnotmuch. Homepage: https://notmuchmail.org/ Section: libs Priority: optional Filename: pool/main/n/notmuch/libnotmuch5_0.38.1-1~bpo12+1_arm64.deb Package: libnss-myhostname Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 263 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 90656 SHA256: 3cf8c5bc409430a837468c02ef409fe98e803bc6290941b22fc006c985a31110 SHA1: fd60b4c6342691c8f341ca9d422f785235468e67 MD5sum: 93bdda369d01f8cbbf4df9c78e94e6d6 Description: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-myhostname_254.26-1~bpo12+1_arm64.deb Package: libnss-mymachines Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 459 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 254.26-1~bpo12+1) Size: 166964 SHA256: 298b018e9c449b7be8c11292f0c47f4777d6f4ab8bd46f1a134fa6bf833681e5 SHA1: 5c19c4449523fe975a7973cfd2bfe7e91cb2bf6c MD5sum: c05f04e8f9649f9adafb24530f54afd6 Description: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-mymachines_254.26-1~bpo12+1_arm64.deb Package: libnss-resolve Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 263 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-resolved (= 254.26-1~bpo12+1) Size: 100152 SHA256: 740a906eaee398c9dddb84c7b81b6cd23607101158080544cc7310e169854c2e SHA1: ea3218bd1623b7f9e6bdcfead7170e9e2c37dd5e MD5sum: f071c2a2a8f96b734a4f7f47941fcd20 Description: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd-resolved package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-resolve_254.26-1~bpo12+1_arm64.deb Package: libnss-systemd Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 459 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), systemd (= 254.26-1~bpo12+1) Size: 165272 SHA256: 71b910123f7cea206f81e564e837c816d9eafa7888110b9f1f1ce6a7ffd4a964 SHA1: 9011b5835f766ffdac9f87dadf5e764147be0e88 MD5sum: 1dec00f4f5394ced053b513dd02eb563 Description: nss module providing dynamic user and group name resolution nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc), providing UNIX user and group name resolution for dynamic users and groups allocated through the DynamicUser= option in systemd unit files. See systemd.exec(5) for details on this option. . Installing this package automatically adds the module to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/libnss-systemd_254.26-1~bpo12+1_arm64.deb Package: libnss-winbind Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 200 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: winbind:any (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34) Suggests: libpam-winbind Size: 71444 SHA256: aa377d8ee64c0fa20d880133aa7abec780658967f7945bb9c5892672c6707d5d SHA1: 145e2792b7c744d0098476e0ba02517376f52000 MD5sum: 323749d4389cc7823bc738967810669b Description: Samba nameservice integration plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Multi-Arch: same Homepage: https://www.samba.org Section: admin Priority: optional Filename: pool/main/s/samba/libnss-winbind_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libntirpc-dev Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 493 Maintainer: Christoph Martin Architecture: arm64 Depends: libntirpc5.8 (= 5.8-2~bpo12+1) Size: 78348 SHA256: 2771d5ee0b80421ff4c341e85c4bdbb6dbf1e6ea0e51bd5a762ec624eacfa28a SHA1: 40703c2b1cb7099829bb63ea599e6b0fce250c3f MD5sum: f7e9e52722ac89e026b88c29c5e45c91 Description: new transport-independent RPC library - development files Port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . Changes introduced in the ntirpc library include: * Bi-directional operation. * Full-duplex operation on the TCP (vc) transport. * Thread-safe operating modes: * new locking primitives and lock callouts (interface change). * stateless send/recv on the TCP transport (interface change). * Flexible server integration support. * Event channels. . This package provides development files. Multi-Arch: same Homepage: https://github.com/nfs-ganesha/ntirpc Section: libdevel Priority: optional Filename: pool/main/n/ntirpc/libntirpc-dev_5.8-2~bpo12+1_arm64.deb Package: libntirpc5.8 Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 356 Maintainer: Christoph Martin Architecture: arm64 Depends: libtirpc-common, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), liburcu8 (>= 0.13.0) Size: 114708 SHA256: 283444a939df474c029ebd2d8347781b46c4b99407791353a3498bf681946686 SHA1: a3c85f139293bc27681cee4844e9a40a2d13e3cb MD5sum: 05680c621ba01c6197a1b6b4fc59e8a4 Description: new transport-independent RPC library Port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . Changes introduced in the ntirpc library include: * Bi-directional operation. * Full-duplex operation on the TCP (vc) transport. * Thread-safe operating modes: * new locking primitives and lock callouts (interface change). * stateless send/recv on the TCP transport (interface change). * Flexible server integration support. * Event channels. Multi-Arch: same Homepage: https://github.com/nfs-ganesha/ntirpc Section: libs Priority: optional Filename: pool/main/n/ntirpc/libntirpc5.8_5.8-2~bpo12+1_arm64.deb Package: libobjfw1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 4839 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 697016 SHA256: f7a4ea43af722600ebb08c620d15f8cd5a723fef07328d952341a311eb9c81ab SHA1: 98aca1005f0dfe9837bd64139959c0f79974e48b MD5sum: 24bf854fa6d50a277f52e1c9eacd3265 Description: ObjFW library The libobjfw1 package contains the library needed by programs using ObjFW. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfw1_1.1.6-1~bpo12+1_arm64.deb Package: libobjfw1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 1593 Maintainer: Jonathan Schleifer Architecture: arm64 Provides: libobjfw-dev Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (>= 1.1.6), libobjfwrt1-dev (= 1.1.6-1~bpo12+1) Conflicts: libobjfw-dev Size: 167152 SHA256: fc2e61b3a7ad3e21c606101e87a85728da5fd05d8e8373a204cfbb27c68b6923 SHA1: 9000b3aca7dfdbd42c57a7dd2d0f8f0329efcce4 MD5sum: 313885112a99579d9d5a51495f516286 Description: Header files, libraries and tools for libobjfw1 The libobjfw1-dev package contains the header files, libraries and tools to develop programs using ObjFW. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfw1-dev_1.1.6-1~bpo12+1_arm64.deb Package: libobjfwrt1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 92 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0) Size: 31208 SHA256: 3717ecede0f6c919e962ac0c5de4e29293e3d6eedf463d1f482ad943f4f47d1b SHA1: bd694f7c9f8bdc9d77b265bc4adf58bd84706b3a MD5sum: 034605310511b896e9334416138e6bf9 Description: ObjFW Objective-C runtime library The libobjfwrt1 package contains ObjFW's Objective-C runtime library. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfwrt1_1.1.6-1~bpo12+1_arm64.deb Package: libobjfwrt1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 48 Maintainer: Jonathan Schleifer Architecture: arm64 Provides: libobjfwrt-dev Depends: libobjfwrt1 (= 1.1.6-1~bpo12+1) Conflicts: libobjfwrt-dev Size: 16568 SHA256: bf87eb9783786addb54968c59c2bf5200b1b3864a0c28d696430e0d0097fc7a3 SHA1: 522f5f838b73f9fdec362259027bc93863c2dd6a MD5sum: 665b4048717ae18cfba428d30a9c4aee Description: Header files and libraries for libobjfwrt The libobjfwrt1-dev package contains header files and libraries for ObjFW's Objective-C runtime library. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfwrt1-dev_1.1.6-1~bpo12+1_arm64.deb Package: libobjfwtls1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 93 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libobjfw1 (>= 1.1.6), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19564 SHA256: 009560de1b290c3fc237727651ec7ad4522966227ce6352a4f2b484224a8d936 SHA1: 92fbfe6632aedf133b81ff4cbdd5d42a8d14ea48 MD5sum: ce3bd3caa5206582f9622248562ce63b Description: TLS support for ObjFW The libobjfwtls1 package contains TLS support for ObjFW. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfwtls1_1.1.6-1~bpo12+1_arm64.deb Package: libobjfwtls1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 26 Maintainer: Jonathan Schleifer Architecture: arm64 Provides: libobjfwtls-dev Depends: libobjfwtls1 (= 1.1.6-1~bpo12+1), libobjfw1-dev (= 1.1.6-1~bpo12+1), libobjfwrt1-dev (= 1.1.6-1~bpo12+1) Conflicts: libobjfwtls-dev Size: 12280 SHA256: 00386a3349e46f94946095eff5699f91e3f2b5aa8e8d229d589deee925fae8fc SHA1: de5fa893ce86a31b853c9d8b38f760ba1330438f MD5sum: ce9b1ed4dbc2f2668b17f9f7e7c64138 Description: Header files and libraries for libobjfwtls The libobjfwtls1-dev package contains header files and libraries for TLS support for ObjFW. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/libobjfwtls1-dev_1.1.6-1~bpo12+1_arm64.deb Package: libofficebean-java Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 185 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-officebean (<< 1:6.4.0~rc2-1) Depends: liblibreoffice-java, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, ure, libc6 (>= 2.17) Recommends: libreoffice-core-nogui | libreoffice-core Breaks: libreoffice-officebean (<< 1:6.4.0~rc2-1) Size: 76232 SHA256: c354a36816fddba55f1704aaff0b81778484a2cae93b468e02fe994ecd67b99f SHA1: c3540d61f3e82e31c5a91057e283f5dc7ae00250 MD5sum: 847eb98a2e69bfb3dae9ee3d6985d880 Description: generic Java Bean wrapper for LibreOffice components LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Java library for the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: java Priority: optional Filename: pool/main/libr/libreoffice/libofficebean-java_25.2.3-2~bpo12+1_arm64.deb Package: libomniorb4-3 Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 6055 Maintainer: Freexian Packaging Team Architecture: arm64 Replaces: libomniorb4-2 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), libomnithread4 (>= 4.3.3+ds1), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: libomniorb4-2 Size: 1053044 SHA256: eee8303e144f51b45dec08edefe5877e49042972522b018ff8b5569c88ae31c1 SHA1: 5076a7e9a481160e4609ab2cb07c9f6ecf3197da MD5sum: b8243a76a1e3920d7a104267cbb7e135 Description: omniORB core libraries omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libomniorb4-3_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libomniorb4-dev Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 13592 Maintainer: Freexian Packaging Team Architecture: arm64 Replaces: libomniorb3-dev Depends: libomniorb4-3 (= 4.3.3+ds1-1~bpo12+1), libomnithread4-dev (= 4.3.3+ds1-1~bpo12+1), libssl-dev, pkgconf Breaks: libomniorb3-dev Size: 1399892 SHA256: 652b8c2d2743629bcea9a528bccedf930d20d06299be7ac06a802049ab2a6722 SHA1: f7f19faee1fffe4e0af22e887b71919e15cedad5 MD5sum: 080c706a13bd6b4527e2a93f1425b57a Description: omniORB core libraries development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libomniorb4-dev_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libomnithread4 Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 84 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 11912 SHA256: 7faf3507ea5badb4deca9ba9c20e792525da44f5e65668933b3e5983facf55fc SHA1: 26126e070d87ecfac39acceef69e6eb9aa0f047b MD5sum: dda04e3d602f98c7e25a3c4cd759f100 Description: C++ threading library omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomnithread4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libomnithread4_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libomnithread4-dev Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 95 Maintainer: Freexian Packaging Team Architecture: arm64 Replaces: libomnithread3-dev Depends: libomnithread4 (= 4.3.3+ds1-1~bpo12+1), pkgconf Breaks: libomnithread3-dev Size: 20516 SHA256: 73c303a2094ad57867aef86bc44479e747f25bc66d7b70f6bf9f15df8376c094 SHA1: 53645a262db430e5625a4ea69b632896d2c9e102 MD5sum: 7f6ff80f49d8e642da5c53204b896b40 Description: C++ threading library development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files libomnithread4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libomnithread4-dev_4.3.3+ds1-1~bpo12+1_arm64.deb Package: libopentelemetry-proto-dev Source: opentelemetry-proto Version: 1.5.0-1~bpo12+1~1 Installed-Size: 1816 Maintainer: Debian Science Maintainers Architecture: all Size: 102900 SHA256: 90207720477eb82e9fe4681e599c0b90e305f7a103054a8ebc6d4dfbe7ada7ca SHA1: b36b5c649fd86bf4e9c79847ddb1c64bdff39389 MD5sum: b6b3bfdecfe073d71be1aff72e6ea960 Description: OpenTelemetry protocol specification and proto files OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. Crucially, OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends. . OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. The storage and visualization of telemetry is intentionally left to other tools. . This package contains the C++ library code. Homepage: https://opentelemetry.io/docs/specs/otlp/ Section: libdevel Priority: optional Filename: pool/main/o/opentelemetry-proto/libopentelemetry-proto-dev_1.5.0-1~bpo12+1~1_all.deb Package: libosmesa6 Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 14333 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 2793028 SHA256: 4bc82d5c37a705de41dc2cd94a3289992930818fbd0f9d605fff918669650c56 SHA1: c7a2ec300401ded5d3673505bc610fbe7aa9ecba MD5sum: 2323cc37fa8fffd10f2e478b4c04bcd2 Description: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libosmesa6_25.0.4-1~bpo12+1_arm64.deb Package: libosmesa6-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 57 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libosmesa-dev Provides: libosmesa-dev Depends: libosmesa6 (= 25.0.4-1~bpo12+1), mesa-common-dev (= 25.0.4-1~bpo12+1) | libgl-dev Conflicts: libosmesa-dev Size: 22880 SHA256: 9b0bc1b9c93d96bbe1dfd2b0b6df9469b1fac000d6eaf690ab810400ca023365 SHA1: 0698c181cf6c1c2baae79257c3dae35711b23980 MD5sum: 29f013c9a72982125b04917e14b9156d Description: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libosmesa6-dev_25.0.4-1~bpo12+1_arm64.deb Package: libosmium2-dev Source: libosmium Version: 2.22.0-1~bpo12+1 Installed-Size: 1880 Maintainer: Debian GIS Project Architecture: arm64 Replaces: libosmium-dev Provides: libgdalcpp-dev, libosmium-dev Depends: libboost-dev, libbz2-dev, libexpat1-dev, liblz4-dev, libprotozero-dev (>= 1.6.3), zlib1g-dev Suggests: libosmium2-doc Conflicts: libosmium-dev Size: 219292 SHA256: 784922d182d957ca042a6e143c93c36764b950d651ddc6fbbf45060736769ebc SHA1: d4fc3940b7889b030e424f5e1946065e5b4cc7dd MD5sum: 16f43fa1e17c75aa13589c14a4b76f35 Description: C++ framework for working with OSM data files The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . Osmium is a header-only library, so there is nothing to compile to build it. Just include the header files you need. . This package contains the Osmium library headers. Homepage: https://osmcode.org/libosmium/ Section: libdevel Priority: optional Filename: pool/main/libo/libosmium/libosmium2-dev_2.22.0-1~bpo12+1_arm64.deb Package: libosmium2-doc Source: libosmium Version: 2.22.0-1~bpo12+1 Installed-Size: 81839 Maintainer: Debian GIS Project Architecture: all Size: 57301428 SHA256: 652dcd7df09ace71c410a040b047fe56312027195fc9e16aa83fd97aeb03cd9d SHA1: ef6d47e45f83dbcdfa8d9f9cca27e6daa21c155b MD5sum: c48c97c185f31e2135013e956c65d50b Description: C++ framework for working with OSM data files - documentation The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . Osmium is a header-only library, so there is nothing to compile to build it. Just include the header files you need. . This package contains the Osmium library documentation. Homepage: https://osmcode.org/libosmium/ Section: doc Priority: optional Filename: pool/main/libo/libosmium/libosmium2-doc_2.22.0-1~bpo12+1_all.deb Package: libpam-systemd Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 589 Maintainer: Debian systemd Maintainers Architecture: arm64 Provides: default-logind (= 254.26-1~bpo12+1), logind (= 254.26-1~bpo12+1) Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 254.26-1~bpo12+1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv Recommends: dbus-user-session Size: 226492 SHA256: e13ec428f95320281bd7087a802e547f34f18b81d6b899059393e62242892dc1 SHA1: 6d9926db77d25e83c6c0d61df757fdb3c2ce61f7 MD5sum: a8b2753420bd40d379d4e0c78dc883d0 Description: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/libpam-systemd_254.26-1~bpo12+1_arm64.deb Package: libpam-winbind Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 216 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libpam-runtime, winbind:any (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34), libpam0g (>= 0.99.7.1) Suggests: libnss-winbind Size: 97420 SHA256: 6241327ee348d8ae0085f7d1468366b4dd1ba47a1ab2d9ea98b2de4f5d0130cf SHA1: b0ec8d00590ba52e24a66b00b025fe970d561c88 MD5sum: e3bc9fc5497c85872c7fe5283faeff1a Description: Windows domain authentication integration plugin Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Multi-Arch: same Homepage: https://www.samba.org Section: admin Priority: optional Filename: pool/main/s/samba/libpam-winbind_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libpari-dev Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 20154 Maintainer: Bill Allombert Architecture: arm64 Provides: libpari-gmp-tls9-dev Depends: libpari-gmp-tls9 (= 2.17.0-2~bpo12+1), libc-dev Suggests: libpari-gmp-tls9-dbgsym, pari-gp2c Size: 4596600 SHA256: 8e4a8792e10960c3b24984da5a165ab6bae643696ce06d5b777ee64939052b8a SHA1: a72a26228f047ae5ef48996d80cb217f386fa7dd MD5sum: 551c15d4bc82a2c93073ceea85397454 Description: PARI/GP Computer Algebra System development files PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the include files and static library. Multi-Arch: same Homepage: http://pari.math.u-bordeaux.fr Section: libdevel Priority: optional Filename: pool/main/p/pari/libpari-dev_2.17.0-2~bpo12+1_arm64.deb Package: libpari-gmp-tls8 Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 11547 Maintainer: Bill Allombert Architecture: arm64 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 3620464 SHA256: ed6024ea3ec3b0fa7b5c051e9560317e3afa7f26d13e7ca769166328c34fe0c8 SHA1: 2aecfc4037b93378100ade61492192bf08275103 MD5sum: fc0a21d7bebe1fff7df6465e977e83bb Description: PARI/GP Computer Algebra System shared library PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the shared library built with GNU MP support. Multi-Arch: same Homepage: http://pari.math.u-bordeaux.fr Section: libs Priority: optional Filename: pool/main/p/pari/libpari-gmp-tls8_2.15.4-2~bpo12+1_arm64.deb Package: libpari-gmp-tls9 Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 11796 Maintainer: Bill Allombert Architecture: arm64 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 3694592 SHA256: 4ea81b904b7efe5ae53a10b30a83dfa01be454baf36419b23f469872d5418249 SHA1: 8ad1ec8b60de877e33d07c4c5f014660bbd598a8 MD5sum: b1e2cfa2a0d37f99824a59f0a42a7aa1 Description: PARI/GP Computer Algebra System shared library PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the shared library built with GNU MP support. Multi-Arch: same Homepage: http://pari.math.u-bordeaux.fr Section: libs Priority: optional Filename: pool/main/p/pari/libpari-gmp-tls9_2.17.0-2~bpo12+1_arm64.deb Package: libpd-dev Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 2598 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libpd0 (= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds-1~bpo12+1+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1) Size: 609712 SHA256: b8aa32606083348946bd218e9f3fe5306783f35d6f8671339ac32ecab214e41a SHA1: 36bb512ee140261721d415b6321781dd5bda16f9 MD5sum: 79c0be7b1154866d22148ca7b7f3872d Description: Pure Data as an embeddable audio synthesis library - header files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides development files needed to build programs that link against the embedable library version of Pd. Multi-Arch: same Homepage: https://puredata.info Section: libdevel Priority: optional Filename: pool/main/p/puredata/libpd-dev_0.55.2+ds-1~bpo12+1_arm64.deb Package: libpd0 Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1342 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.35) Size: 505300 SHA256: 2fb1da360841708399125e133c1f942325e18b954a8e48a49ae20b697975d25e SHA1: 37426d3900621a87d9be2df9ecf5fdf5d908d92a MD5sum: 5c4aa788e705464ae49b0dc536e9de5d Description: Pure Data as an embeddable audio synthesis library Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the library version of Pd, that allows you to embed the audio the Pure Data computer music system into your own applications. Multi-Arch: same Homepage: https://puredata.info Section: libs Priority: optional Filename: pool/main/p/puredata/libpd0_0.55.2+ds-1~bpo12+1_arm64.deb Package: libphp-adodb Version: 5.22.9-0.1~bpo12+1 Installed-Size: 1785 Maintainer: Cameron Dale Architecture: all Depends: php-common Recommends: php-mysql | php-pgsql | php-sybase | php-odbc Size: 334944 SHA256: ffceee5ba636bd3f61aadd8e80032bbc4848345b199cfcc691c3e5ac9d1eebdd SHA1: 9f793b377f67b456955913f3f1613ee5922919cc MD5sum: 3962912af5bfda1a75db7d56f8112d82 Description: ADOdb is a PHP database abstraction layer library A library for PHP, to allow for a universal way to access databases. ADOdb stands for Active Data Objects Data Base. Currently supported databases are MySQL, Interbase, Sybase, PostgreSQL, Oracle, Microsoft SQL server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. Multi-Arch: foreign Homepage: http://adodb.org/ Section: php Priority: optional Filename: pool/main/libp/libphp-adodb/libphp-adodb_5.22.9-0.1~bpo12+1_all.deb Package: libphp-simplepie Source: simplepie Version: 1.5.8+dfsg-1~bpo12+1 Installed-Size: 1076 Maintainer: Debian PHP PEAR Maintainers Architecture: all Replaces: simplepie Depends: php-common, php-xml Suggests: php-curl, php-intl, php-mbstring, php-mf2 Conflicts: simplepie Size: 85208 SHA256: c6f7d131dd456c2ae282ca6ad234515889124da4292297d8603a9ada846b0aed SHA1: 5e28fe37c68d18147301d3c12d93a442fce182cc MD5sum: 2046252dccbdc4e369dbd667924a4498 Description: RSS and Atom feed parsing in PHP SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication . Simplepie is an easy to use API that handles all of the dirty work when it comes to fetching, caching, parsing, normalizing data structures between RSS and Atom formats, handling character encoding translation, and sanitizing the resulting data Homepage: http://simplepie.org Section: php Priority: optional Filename: pool/main/s/simplepie/libphp-simplepie_1.5.8+dfsg-1~bpo12+1_all.deb Package: libpipewire-0.3-0 Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 1210 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libspa-0.2-modules (= 1.4.2-1~bpo12+1), libc6 (>= 2.34) Recommends: libpipewire-0.3-common Suggests: pipewire (= 1.4.2-1~bpo12+1) Size: 269892 SHA256: 3eb30e088b6cf4284b8bb7d67dedb1be2686a121b4db0ce9490be80960e7ae12 SHA1: 547eff872c478890952cfb2f5e8e31d15e4d8111 MD5sum: 0fe9f408696967b06da2eaf38446e3bc Description: libraries for the PipeWire multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-0_1.4.2-1~bpo12+1_arm64.deb Package: libpipewire-0.3-common Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 682 Maintainer: Utopia Maintenance Team Architecture: all Size: 84600 SHA256: 8accf559faacc84d76bd419a389239ffb5d953ebdf7c0260acd0cab83594c63e SHA1: b015ab98201069c34e7cb13d9f0f6e9d5506e1d2 MD5sum: c4c3e6f8d69ceb704caf07695e3c74a4 Description: libraries for the PipeWire multimedia server - common files PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package is needed for the runtime libraries to display messages in languages other than English. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-common_1.4.2-1~bpo12+1_all.deb Package: libpipewire-0.3-dev Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 363 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libpipewire-0.3-0 (= 1.4.2-1~bpo12+1), libspa-0.2-dev (= 1.4.2-1~bpo12+1) Suggests: pipewire-doc Size: 74124 SHA256: 4628b70b94ae54bc010ea076afd5cf448a2e46ccb86bb1131d13cc9dc593ff0a SHA1: e4de49a4be8b53c69888def0afcc1d261dcb3228 MD5sum: 841d670e50144f2525ab2355e269d575 Description: libraries for the PipeWire multimedia server - development PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the development files. Multi-Arch: same Homepage: https://pipewire.org/ Section: libdevel Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-dev_1.4.2-1~bpo12+1_arm64.deb Package: libpipewire-0.3-modules Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 5403 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire (<< 0.3.5) Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libffado2 (>= 2.4.7), libglib2.0-0 (>= 2.31.8), libopus0 (>= 1.3.1-2~), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1), libpulse0 (>= 0.99.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd0 Breaks: pipewire (<< 0.3.5) Size: 725996 SHA256: ab1829150d47c3b7a15da9a1f49c5add4698949aa4484a9e79a59486c3f4f2d2 SHA1: 65eb61f21b26a46f70f239c89d1f710d98fcafa6 MD5sum: d9cd53d0548f453103291602dba3cd0e Description: libraries for the PipeWire multimedia server - modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains modules used by the PipeWire server and by clients, and should not normally be depended on directly. PipeWire clients should depend on the pipewire package instead. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-modules_1.4.2-1~bpo12+1_arm64.deb Package: libpipewire-0.3-modules-x11 Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 100 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: libpipewire-0.3-modules (<< 0.3.63-3~) Depends: libcanberra-pulse, libc6 (>= 2.17), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1), libx11-6 (>= 2:1.7.0), libxfixes3 (>= 1:6.0.0) Breaks: libpipewire-0.3-modules (<< 0.3.63-3~) Size: 24732 SHA256: 67905407c949c745326acb681c86e9bef502a93e02defa89cc37c067bd08caa3 SHA1: 80d8477c797e2a54cd1d86b67e026a00280cced4 MD5sum: fae4b6de9d2e36809d64a4e8d100b1e9 Description: libraries for the PipeWire multimedia server - X11 modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains X11 modules. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-modules-x11_1.4.2-1~bpo12+1_arm64.deb Package: libpipewire-0.3-modules-xrdp Source: pipewire-module-xrdp Version: 0.2-2~bpo12+1 Installed-Size: 78 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libc6 (>= 2.17), libpipewire-0.3-0 (>= 0.3.58) Size: 17368 SHA256: b1d96e284b16b8a6dd8595d8c4521782f0c0597798b040c1d14696bcab9e22ce SHA1: ab0496b6223558f8ce84206c735a542cb002f83f MD5sum: 1c6733031d5726e7e2b47ad0b6bb1657 Description: libraries for the PipeWire multimedia server - xrdp modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains xrdp modules. It allows xrdp to generate sound on a pipewire-based system. Multi-Arch: same Homepage: https://github.com/neutrinolabs/pipewire-module-xrdp Section: sound Priority: optional Filename: pool/main/p/pipewire-module-xrdp/libpipewire-0.3-modules-xrdp_0.2-2~bpo12+1_arm64.deb Package: libprotozero-dev Source: protozero Version: 1.8.0-1~bpo12+1 Installed-Size: 185 Maintainer: Debian GIS Project Architecture: arm64 Replaces: libosmium2-dev (<< 2.4.1-2~) Suggests: protozero-doc Breaks: libosmium2-dev (<< 2.4.1-2~) Size: 41588 SHA256: eb6962891b310837439d021e54997f8f5d062012667a063b0b31781f386ea1a6 SHA1: 86d3a3a669ad8ceae2e4c57739608817bb3f8249 MD5sum: 1004599473a7e4420047db29b3942b55 Description: Minimalistic protocol buffer decoder and encoder in C++ protozero is a minimalistic protocol buffer decoder and encoder in C++. . Designed for high performance. Suitable for writing zero copy parsers and encoders with minimal need for run-time allocation of memory. . Low-level: this is designed to be a building block for writing a very customized decoder for a stable protobuf schema. If your protobuf schema is changing frequently or lazy decoding is not critical for your application then this approach offers no value: just use the decoding API available via the C++ API that can be generated via the Google Protobufs protoc program. . This package contains the protozero headers. Homepage: https://github.com/mapbox/protozero Section: libdevel Priority: optional Filename: pool/main/p/protozero/libprotozero-dev_1.8.0-1~bpo12+1_arm64.deb Package: libprotozero-doc Source: protozero Version: 1.8.0-1~bpo12+1 Installed-Size: 3727 Maintainer: Debian GIS Project Architecture: all Size: 1258120 SHA256: a647fb910dbb25d0c7d1e4604effb1b5f56638d3b814b054de806d1717a6bf31 SHA1: 4b3c51745c06855a01642543c472f0207f0ce6aa MD5sum: d833ca6db56b447454ec5c7a638475d6 Description: Minimalistic protocol buffer decoder and encoder in C++ - docs protozero is a minimalistic protocol buffer decoder and encoder in C++. . Designed for high performance. Suitable for writing zero copy parsers and encoders with minimal need for run-time allocation of memory. . Low-level: this is designed to be a building block for writing a very customized decoder for a stable protobuf schema. If your protobuf schema is changing frequently or lazy decoding is not critical for your application then this approach offers no value: just use the decoding API available via the C++ API that can be generated via the Google Protobufs protoc program. . This package contains the protozero documentation. Homepage: https://github.com/mapbox/protozero Section: doc Priority: optional Filename: pool/main/p/protozero/libprotozero-doc_1.8.0-1~bpo12+1_all.deb Package: libqgis-3d3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4676 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.10 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3409332 SHA256: 622561114f1d9fe5deb770ef67a382eb2303de7f4a7332bdd610d171f3d1903c SHA1: e7be9a951c69161b185e3f1baa5eeb1ea0737010 MD5sum: 74f841208b64104cb13d077f0c6162d7 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4678 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.11 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3410668 SHA256: 3409371c425b12a3c04adb727626a8a8ea166d7048bfe00be00829c887ecbc5f SHA1: c9fe6c7f01933a6f88d03f858b367d7bd58aee9e MD5sum: a72fc55339fc83cc78da6429f65c5927 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4680 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.12 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3413484 SHA256: 5984baf627be11bff509504123e1fe268d784b0add1af768bd428d5a58688511 SHA1: 35d7b5ed2daa55eda9f85b1f8d5528c2da1a55b1 MD5sum: 4c00eab96799eb1b0d01dd28f653bd0d Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4683 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.13 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3417464 SHA256: a9c28957668e6d78cafa5ae8310a21438c4efb97230db62d4be81c407fe3b2c1 SHA1: bfbdc8c6be74045f30d0200224b88d1a7ff0aefd MD5sum: e6ea0b1da3295ab20dfd1f7ce3c2dcb4 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4684 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.14 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3417412 SHA256: 253fade00cc2ea2072cb00dbdf7406322b1a8bda98bbc9dce4ee42f4f4f1827f SHA1: d6bdd84f34085cbfc2117b13948b4f1284ab21d1 MD5sum: 912e0efb8b5472439f9a53f7aa6d0821 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4685 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.15 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3418848 SHA256: 4b7083f1c9195238ccae6f6c0d0247b24517c53d87b583f15e959aa812b45da8 SHA1: 1fc3970e7058b30f25183d0f0419340aefad5793 MD5sum: 4281bd5e63bb1a84ebb781fca4b294bf Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4672 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.8 (>= 3.28.3), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3404888 SHA256: 27bb4cad1486ab8655837f55a7155e584682970eb16281df4f449f8c73d6fa54 SHA1: 02a785d8bf17da9f92c5aed17453cb6366a471fa MD5sum: 814d247605915163fc64d9470a524c38 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4892 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3611396 SHA256: a48400671720f0048928319f0e5929b5df5251a8349ef7e5d096b516dfdff952 SHA1: b991e1533ad9972fab13489b8ad86b23c09b4b97 MD5sum: c231f0b6ddb5e3aa4c1ed2de5c8c22a3 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4894 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3612844 SHA256: 2165b75f7a228164365c6718eabae63b8efd9eefb12ea64d8aa5454e736cdb09 SHA1: 3736bc9f535afd4a00a95b1ef51d99b286cb7b85 MD5sum: ba3300e5ac4caf3a64a482054c18d300 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 4898 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3616856 SHA256: 53de7e97ee0dd5496522388e32974da2e868fc12116c9b9b363d40ad73c85a61 SHA1: e0597f382759fc088f1ada544941c9104353a8bc MD5sum: 0127b590e13ba3ea55348e694897aa05 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 4902 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3620288 SHA256: 748aead53e5538eb685381587177a16476e93cf0461e3ec172937e47278acb67 SHA1: 482ec788176484fdba4acaba0ff4ce3bd762d833 MD5sum: 2da2abfd2716e16d18fa94fb3bb8ec89 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4904 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3623332 SHA256: ddfc4bf7e66a992fbb4f59e5c5f6d791dfe78dd72e5615e8b92cbf6bb8a1367c SHA1: fd95eee7c00b09540ebb2f88a301a95d9694e8b2 MD5sum: 74bf72fb6fa95fbc1c379973cfe569be Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 4904 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3623220 SHA256: 2efa05d368201bf23ba1ed58b161caa46d7d48111db6f6a6b108a0ec95ffe406 SHA1: 4593332b8894f548ddb4411261a674b9832a4938 MD5sum: cc74df118a1c0796d8082c784f1b451f Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4966 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.6 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3614092 SHA256: f1836de07bb15f1c07337929baa4f9a7c9598cf2a94f71ce9930ee25e171f7fa SHA1: 778e3882cc7253f60cce48b0e3e51c87b93bbd0a MD5sum: 63c789deabd110778b0e834b0e0638d6 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4966 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.7 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3613756 SHA256: d4ed885fa149ecad925ea2e3f796c85e43027bb0c335ee6dd9150d972e929460 SHA1: 1bbe072e6535bdb0b9f8a02ff9715a51c3f72677 MD5sum: e60b82d81f55f186ea8a822d529ab401 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4969 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.8 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3615744 SHA256: fed8577b868fd4c51cfb8acb690b6d0ceb962245d50617427e7ad07c2d65ebd8 SHA1: 79547c2ad99c20297f3965e9f0bed385663fed71 MD5sum: 383e6cf14429a19411703413c26e5486 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 5280 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.10.1), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3865588 SHA256: 5d8a92f05a8e07d918df2461bf794e19713e9b5e0a13d60f29f8a02861e8f3d2 SHA1: fd988a83130ff89041a251f6f9c8e2c069277542 MD5sum: 5b9b0916d541092533acf368d63b93fb Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-3d3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 5283 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.10.1), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3866196 SHA256: 77bf28b9d33918153c8e7aeb1d8f8383ba4f252a935ccc6520caba4df9bb6abe SHA1: 89db4adfbdddff86d909d942f869bbfd682ae4db MD5sum: dae663cbdde48389894c19feaa444e61 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-3d3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 5288 Maintainer: Debian GIS Project Architecture: arm64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.10.1), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3871276 SHA256: bfa1a85821a53c42d768d9dba91586569769eb9c90d5e2499a662461369da4a5 SHA1: 77d08743c2c636822fde996b7885fa9b7eeb8901 MD5sum: fa7b7a75dca4d89002aeee4d4818d7a8 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 8443 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.10 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4260816 SHA256: 97b1ee51ef8c56285ae146848f68d70d89fc531aac89329ff23eac8d8e0edd22 SHA1: c1937d52e1633f41251fb5bac1c460f81ca894c3 MD5sum: 7adcdd7db545bb3c176c89a33027af6a Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 8445 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.11 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4264060 SHA256: 3f0beccbd96e1ec1a02cdb05517b4de389ccf4645a99d5d3b798c023404ffc12 SHA1: 4cae7544cc5a854dc055868363b2a3f25c910087 MD5sum: 2917f66bde48fb3018d128a21430038b Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 8447 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.12 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4266704 SHA256: bdbb8f7d367871a224f29d4ef45555468baa095df2043456e51ba2f05d1a3885 SHA1: 95c5851a4cf7b31e44f6c1d7ba638303e057d6b2 MD5sum: 9d6893e1db96f1adf1095516c8523ed7 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 8450 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.13 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4267168 SHA256: 58d35c0fa83960bbf77556ceabff7408d1adad26e119164c8c1f1432c7e69d4e SHA1: c71dc5ed8fbf44d15d86b01af97e38ac6fad5117 MD5sum: 901eba1983b5995e30d35ee24ba89fb1 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 8451 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.14 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4268496 SHA256: 332b184669fe0ea12028e5b62921315227753f3241d0bf0cbe943f8ea7805966 SHA1: e84e62b20d87917155bdf0758d87aeb6e5d28dc7 MD5sum: fda9ac08c8ff8ea9104aee59e37cbdbe Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 8452 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.15 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4270528 SHA256: 0a70582b469637d271a7b110a610a27f832f254ba75eac0992b52de0834473fe SHA1: 402432aea245e33d9c8e2fd548d5cb5fb6289db1 MD5sum: 6e180ef3c076f23646bd1ce7daff9413 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 8439 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.8 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4259428 SHA256: a2be4f6b4454cb3b472f6d768a41c811af12fbb562d5955d95f9d09fb14351bc SHA1: cffa6ecde3e6a9439b96a61ed679449e735bbf20 MD5sum: 0838aa666e4604e2a3347a47bc73bf50 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 9373 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4630136 SHA256: ec39f6781d04c61a33531634161913dbb97e31c0e147507ab33ff7562d70bbde SHA1: 04ae49646d87b0f19557cdab3b3f0df0b8f61813 MD5sum: 1f8ccff25e229a7a49508c4957d57531 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 9375 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4626364 SHA256: 25d108d7f63a6c89483cefc9021c076573cc429ddd0e4f5eecaffcd6c6b75ded SHA1: c35ca42709398a7d8e64e8b0c90dcc6e11e045ab MD5sum: cf4083fb8c6db589b53bcfee1eab2ecd Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 9379 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4631464 SHA256: 1992b0ea3247e7129cf1157321d1a2a52a25a2f19d9ec2ce3874a458fbac0802 SHA1: 55e05b24a93ecc38f02df978b11669cf851e9e1d MD5sum: c58c272950a9b3660f2715803f3faa7d Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 9383 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4636044 SHA256: 3459321b455fe9929486c6c519ee388a450b758b3ecbf9ded825289f52990be6 SHA1: 4eaa7a809e148160d1ed1e556d21749dd877ca59 MD5sum: 65ca5e1d8b28bf75f4e872b5496a848a Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 9385 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4639928 SHA256: 908c162b159f9f41a7de002a0680de2d99f0c55afea6647647ccb58526caafb0 SHA1: 908253f5160ff225eadd76d67704b3da53dccaf2 MD5sum: d211e44cdaec89e2d830831f9d635605 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 9385 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4642268 SHA256: 7a8a0a185722be62f292864ffcc61e41df48cc6c656e3fbf80943e797ee9781b SHA1: cfb68e8f9380da0cc02b44d28e27f45e96467f86 MD5sum: 23fc15a6032bbbbab0b522ecd77d49e2 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 9498 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.6 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4627432 SHA256: 61787bd2439f0911547919f2c380bf53799682cb8fbcaf7ed0bc8a11a0493ef3 SHA1: 442ba89d8381049f4c549770e455a4bc93a8f5dd MD5sum: aa4594c4861e9bb36e8aa5b79637add7 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 9498 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.7 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4631188 SHA256: 883c50393e53b5d4652f6b1cbf6f2c347c52309c2b7d3bc4fd0ceab560b268af SHA1: 847f98e5011585a368f19e057a81fcf348b1406c MD5sum: 71e2a6999b6e33fc00cf31b5af070420 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 9501 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.8 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4636144 SHA256: 65d2f6683eb75b0ca095d3164311264ba1800d63214286ecad803293a56c2c98 SHA1: 86b2f4a5b967efc38b1e2b8c87c710a0a90f4c6a MD5sum: c175be346d8b85a2efc3dbd54c97254b Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 9889 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4871276 SHA256: 2f9673f02888336d20e10be7e42315ec8ad1a8a083f7ba6433a0d03a99c20997 SHA1: a479287a878d54b278210ff012b945b2bdb94710 MD5sum: 91b2c2dbf01c2fca19b9d0c3a746f742 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-analysis3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 9892 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4876172 SHA256: ebd61d611e982eaec7d3922af2f15b720e6cfddc9e7d8f383841d782ec19c6b7 SHA1: be604c4183d58ef699db6ebe858012338c55c4de MD5sum: 3b141215717a9428d25321242fbe3139 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-analysis3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 9897 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4879668 SHA256: a08448a870202b4c79a115b34da4f5aafc801b66fb67741aa67423a61bb32d77 SHA1: d7748a5295f2751fdfb5e9d44f7a341e2941b44d MD5sum: 1888ed1bb640c4d3cbb56357186fef61 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 15985 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.10 (>= 3.28.3), libqgis-analysis3.28.10 (>= 3.28.3), libqgis-core3.28.10 (>= 3.28.10), libqgis-gui3.28.10 (>= 3.28.3), libqgis-native3.28.10 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6008932 SHA256: 15797cfa353aea99bd9c2da26d9c656d22ecc98924c3fbe8d22c21e016116ded SHA1: 8647c73e21126e5897723b2fb8cb183dd98be035 MD5sum: aa7f04e752b525d198e0254c3eb1ee41 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 16050 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.11 (>= 3.28.3), libqgis-analysis3.28.11 (>= 3.28.3), libqgis-core3.28.11 (>= 3.28.11), libqgis-gui3.28.11 (>= 3.28.3), libqgis-native3.28.11 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6007612 SHA256: 4a1ac8fcfbf77d79ec0660e075b39687a6ebdc42f41e0121ae52ac58ec33aba6 SHA1: edc9cd30f392880fc64a49a77f940c7a2ddc7bb6 MD5sum: 0f44ba5704ae6dcafa58918643c486b2 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 15992 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.12 (>= 3.28.3), libqgis-analysis3.28.12 (>= 3.28.3), libqgis-core3.28.12 (>= 3.28.12), libqgis-gui3.28.12 (>= 3.28.3), libqgis-native3.28.12 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6015308 SHA256: 3724e220997fd2513c64fe943d56290799575a51f42a0c1d70ead8ec1fa52674 SHA1: 6f36e238e38dac51062b6adfebc79b00237451f4 MD5sum: 103cc09753a416ebdae477f2ecf233c1 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 15995 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.13 (>= 3.28.3), libqgis-analysis3.28.13 (>= 3.28.3), libqgis-core3.28.13 (>= 3.28.13), libqgis-gui3.28.13 (>= 3.28.3), libqgis-native3.28.13 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6025920 SHA256: 909271e9a73a72d5d828d82fa8b9942482dc6577b8bd20dc4bdd506316540cf0 SHA1: a030fe122835f885698d5d6cad96d81770c9b16f MD5sum: ae42aac0b146a11d1ec17446e3383c84 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 15996 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.14 (>= 3.28.3), libqgis-analysis3.28.14 (>= 3.28.3), libqgis-core3.28.14 (>= 3.28.14), libqgis-gui3.28.14 (>= 3.28.3), libqgis-native3.28.14 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6017908 SHA256: faa60ba83f06e2d5c723cc18d69cd5e52c2571b59bd44d0a658b80e218fda275 SHA1: 2d2b582a35d01d1f9ccb66d972fe3b0139ee9f95 MD5sum: 0a97156e59223c948130636e38aec635 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 15997 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.15 (>= 3.28.3), libqgis-analysis3.28.15 (>= 3.28.3), libqgis-core3.28.15 (>= 3.28.15), libqgis-gui3.28.15 (>= 3.28.3), libqgis-native3.28.15 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6020048 SHA256: 28d4b05a7eed4ad045952d85d0d7bd1132929b698b647d9cf31f1fa5068a1328 SHA1: 5b85dcc6aa7c00b7f407803889689e967bf9d6d3 MD5sum: 2690b085cceddc69aa43895a49be1538 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 15980 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.8 (>= 3.28.3), libqgis-analysis3.28.8 (>= 3.28.3), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.28.3), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6008072 SHA256: c6c98c6e0fef2ff6209dc7b254d1cfabfe542d6dd3166a201631fc9a398e50b0 SHA1: 2ad51f9c65668733e47a8e905625da324772b319 MD5sum: a5d8a3ee477f4b572167a815d51c6544 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 15709 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.10 (>= 3.34.10+dfsg), libqgis-analysis3.34.10 (>= 3.34.10+dfsg), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-gui3.34.10 (>= 3.34.10+dfsg), libqgis-native3.34.10 (>= 3.34.10+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6205492 SHA256: 01a516dff04e0e32ea45fb0d4a87d2f34ac2203eed9bd1024117c9a6db82a595 SHA1: 6832dfdcb29b9a4af489ae5b1b7df685f75f8a0a MD5sum: be3e386e8920fb8c2437cf241f26badf Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 15711 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.11 (>= 3.34.11+dfsg), libqgis-analysis3.34.11 (>= 3.34.11+dfsg), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqgis-native3.34.11 (>= 3.34.11+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6205556 SHA256: 4f74f3b5645a0750e2eb3c0b6f2ddc8c7df5fbe42c5f722a6f7a9132a9e85409 SHA1: 034cf137d875dd462d77bfdb48d8c02d15917d35 MD5sum: aaefcee5a6f8481bbe58667955996ad9 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 15715 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.12 (>= 3.34.12+dfsg), libqgis-analysis3.34.12 (>= 3.34.12+dfsg), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-gui3.34.12 (>= 3.34.12+dfsg), libqgis-native3.34.12 (>= 3.34.12+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6209288 SHA256: 6106302d1c500d139f601d00b32c0ad36c563d264a87add697826b1093e81792 SHA1: a354a5365e883c26afa176cff469c0592ede357a MD5sum: cc161157e645ec3eb205c95b620a2174 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 15719 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.13 (>= 3.34.13+dfsg), libqgis-analysis3.34.13 (>= 3.34.13+dfsg), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-gui3.34.13 (>= 3.34.13+dfsg), libqgis-native3.34.13 (>= 3.34.13+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6219224 SHA256: e04d078bfbc77c30f2cfe0b4ca6a484497d987fc34b61f432cc095609cafd772 SHA1: dd33bd726e152a30982720ae8ef17ad676e0b9e5 MD5sum: e9f83de1e8e01b7a285ed3ea919a3a85 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 15721 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.14 (>= 3.34.14+dfsg), libqgis-analysis3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqgis-native3.34.14 (>= 3.34.14+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6215316 SHA256: 73e1ee6f0442923956ab6705939d106f4e357e7fd5869bf692ffcb76517aaadb SHA1: 48c8b84a79496eb7f36a09f047e8ce930d1835d1 MD5sum: 7bea577ab32255272ce35b264aa6355a Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 15721 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.15 (>= 3.34.15+dfsg), libqgis-analysis3.34.15 (>= 3.34.15+dfsg), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqgis-gui3.34.15 (>= 3.34.15+dfsg), libqgis-native3.34.15 (>= 3.34.15+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6216036 SHA256: b6a3a8686c704ad99c0c0632e658a7294ed22e00b63962f521e542d7af1a5cae SHA1: 287f1a0ea8b50d4a793f87db230dbd0b1665dcc4 MD5sum: 1d104a2dde8adcdd0ff46f5ec3df0ec4 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 16094 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.6 (>= 3.34.4), libqgis-analysis3.34.6 (>= 3.28.3), libqgis-core3.34.6 (>= 3.34.6), libqgis-gui3.34.6 (>= 3.34.4), libqgis-native3.34.6 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6238840 SHA256: dc7f4dbf3fff29d2ac36b2e8d8a956d6a9b379758fb24b9d43a555d9d1ad7d06 SHA1: e1012a5fcdef40220cc4f68153a4d62afadfc794 MD5sum: b5eb594e0755b2a8fade5865c0272a64 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 16094 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.7 (>= 3.34.4), libqgis-analysis3.34.7 (>= 3.28.3), libqgis-core3.34.7 (>= 3.34.7), libqgis-gui3.34.7 (>= 3.34.4), libqgis-native3.34.7 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6237140 SHA256: 60d3af15c49e0f6c6acdf3590a5ae7bf2b535a371f5de1fc6ec57c6148457665 SHA1: af2312bf1a7880ae8b216c8e91b819f305c36bdc MD5sum: 3b8f9ff831fc9bbd6c08d6e40f0a595b Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 16097 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.8 (>= 3.34.4), libqgis-analysis3.34.8 (>= 3.28.3), libqgis-core3.34.8 (>= 3.34.8), libqgis-gui3.34.8 (>= 3.34.4), libqgis-native3.34.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6241408 SHA256: 3a4204b7356d623d374915e8c7f5293b6826edbc55171b867d204379a8f99e0f SHA1: 83da38e74b14a0bdca31eea058ca3f078c71b828 MD5sum: 38f302b2282b4c4791f2073be2fc4f28 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 16417 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.40.4 (>= 3.40.4+dfsg), libqgis-analysis3.40.4 (>= 3.40.4+dfsg), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqgis-gui3.40.4 (>= 3.40.4+dfsg), libqgis-native3.40.4 (>= 3.40.4+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6534852 SHA256: 13768f53f6549daf1f0dc5c92a1aaea56a5d071200d9e4380013ce9aee4e1de1 SHA1: deb64f0490617f963358b37feee6ce1391493c91 MD5sum: a3bc12131cca6fab38b79954af86ea82 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-app3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 16420 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.40.5 (>= 3.40.5+dfsg), libqgis-analysis3.40.5 (>= 3.40.5+dfsg), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+dfsg), libqgis-native3.40.5 (>= 3.40.5+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6536024 SHA256: 74f304fe2bba8838ca91319c681c626ed6978d4901a3f6eb8e998943c97baa86 SHA1: 18cdba5226779b8471bb47d3537656511f9c3ec6 MD5sum: b65337607c7a77b681ea3ba0d4cc809d Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-app3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 16425 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.40.6 (>= 3.40.6+dfsg), libqgis-analysis3.40.6 (>= 3.40.6+dfsg), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqgis-native3.40.6 (>= 3.40.6+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6537136 SHA256: 6bd83279f00191d6c8c8affaf4bc1844ddc107628a9bc3a04aeab15974c35636 SHA1: 4853eeddc6195baff3396b11b290ad151cc88066 MD5sum: 9e5ff3e2c346474592b2999c6e73d1ff Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 37028 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14502492 SHA256: 442908ff99303d3e4333080358dbcac81f47067d0b680da6f483e2fb8ab23a7b SHA1: b1cf45b451fd4abc881c95cc4d41d2a1100495f8 MD5sum: 3c879666bfa43152c9293c564e624f3a Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 37030 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14504504 SHA256: c51a10116c84b8aad773dea995b005c9439ee5c95bfe62fbdbb9c3a207dd583a SHA1: fb6bbf754d5b5041a51417555d587431c56c66be MD5sum: 0855543287b1adc330198c8a88a45096 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 37032 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14504424 SHA256: 5d62ab2b7a5a99ddc88351c5d0ae841ffeadda1db3676e47249c7b83662ee941 SHA1: c4b64ece8e48a3659daa671cfb8f95789c295405 MD5sum: 152f98cd32c9232f3278f16e8e686f2a Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 37035 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14501000 SHA256: 6d7d36a9631ca5cc4d1c689a968ebad81d8efdde8032785c1e354e5e66cf7c58 SHA1: c5bcb85cb1432e65d41c601d163c4af90dbd8e80 MD5sum: 2cb67e6f1eca09e14bd09eaff452293d Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 37036 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14519096 SHA256: 026e85f28a7bfea4eadf2289ea0eed462eb52721ed40925842508c39f3647f42 SHA1: 47edbe2395d6f784e6ac59159a60cd62d110aea7 MD5sum: 2893f7b508600634c29af31cc970c0ff Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 37037 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14517380 SHA256: 058de8a877218b5362864e0da0678f4d09d2fcdbd558db576fd0be96537c1188 SHA1: deb892d4be6512c6a33ce412d1690a36273ca004 MD5sum: ec0c3a6008f411f577981ab53d8b23dd Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 37024 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14508868 SHA256: c72a0fef4c39b8c08b483aaee091a7bb9a7df6848f5e81751251480c71adb832 SHA1: 9dc1cba2d0ef8a0b3771b39ae580c82c1f072846 MD5sum: e44180e7bd7f8cad51a627eb2314e20e Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 36383 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14204412 SHA256: 8f759cbd99cfc52094af8e02f5cf495ba0ac302f8257992790f4127d984c21a9 SHA1: ee52f9e099899022b70a5e88c29b2419fc0f2070 MD5sum: 47eb4ebe137eb71bdf5514a42f954e59 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 37281 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14345852 SHA256: e640df321476dc89a15d68e97a4453783af61dce2687d28db068f66602b9d12a SHA1: 3465c3b8bb4972b0c7d7539901baaa29eb79f908 MD5sum: 4b69f975bc4f3c858033c0f951762bf7 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 37285 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14351400 SHA256: 7b0c3b4e694234c2e2ccfc4299aa5a074438ee42998043c52be6be93bd22a295 SHA1: 6eb72b572e4fd6a05eacb73074ad85d0de193512 MD5sum: bd37fc52592f1c95be761cf5888ef633 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 37289 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14355956 SHA256: f8ea26e91f3116aa140da844e465117aa645b0ad8034dd69c1ca1b9599682296 SHA1: 901f40581972a0f833519364ab813f21da980ff9 MD5sum: de3561eb17c759f5c29b8d669329b033 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 37291 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14371688 SHA256: a07fc899d7121527a149dc0ab8d1cd84b011bd55d710a30147d6cf56ff24cc91 SHA1: f7359e508cfffe273d708c8563c5642a20051c30 MD5sum: 3115f94c5146a90402298f81cc025025 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 37291 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14357848 SHA256: 9a8b91a26f8867895a5c7f6f00243fd8d9df38ffc2cd0888d043ca1de52e5a8a SHA1: bd446ce557afc3ef88954eee9c103f4ce94ce6c8 MD5sum: 49cc08272bf1cbb055d3d9acba060bc5 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 38407 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14385352 SHA256: 3d21d88ef8416fbcf23e231ef249bc0775b5cc2946193cacf3d59147d266a3a4 SHA1: 8d2aaeb19e9f8625d0794a92e4331b20ebb32af4 MD5sum: 81c9a053b5f61de37ee3b29d86df5e33 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 38407 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14386092 SHA256: 3e5f896b8c9e5ae26e8db141aeea5eab38b2b8ddeb3281f430303d1118186280 SHA1: 2a3eaf1998990e1d04d188176063880abc30617b MD5sum: 3c0ee572777ca5c2aaaab10526717b61 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 38346 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14387252 SHA256: 4dbf38d0ed038494a5261d7ebeaf0eeb9a712523f79cb741995df6462c7885d5 SHA1: 5b251b09a46095c35b8975468d15a6bc458dc257 MD5sum: 7f739bc345060126908a8e4b885217f5 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 39395 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.2.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.15.1) | libqt5gui5-gles (>= 5.15.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14747720 SHA256: 440a4439641e21f3ee4477e29f8d67565aa4e9eb9664ac1e5c1136912ad92e70 SHA1: e9955bfc8526590621ab3407e70080caa4956dde MD5sum: 19cee864858fa53bf245f2c05f174492 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-core3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 39398 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.2.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.15.1) | libqt5gui5-gles (>= 5.15.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14755188 SHA256: 12c160710c28c6b803e3d31dfe85185cfa7f1f7119012f8e1532f378591bed17 SHA1: 5eb63fbfbe690ff77221442f048a65d00d8ddf23 MD5sum: 94190056fab136bbd99ea8d07bff1178 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-core3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 39467 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.2.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.15.1) | libqt5gui5-gles (>= 5.15.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 14766724 SHA256: 37c984156d7b6992de054a8c439004d417ba44b4cff367e8c6ca6fd549fb3b70 SHA1: 4e98eff24a81cb79f99a6d4583d02b9e3c0f3d84 MD5sum: c9127225b0fc3acab1a7011816e90cdb Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-customwidgets Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3753 Maintainer: Debian GIS Project Architecture: arm64 Depends: qttools5-dev-tools, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 5) Size: 3426800 SHA256: 6eb7a2ea2c5e90adaa5122347b5ba675f3ae53f485d86ee5e3babe7d67ebbb29 SHA1: 9a8d51a274d84b3fbe1c2a602b7aa5be2b0a4cd0 MD5sum: d7bbbbbb33413f6921eee7bbd04a20fa Description: QGIS custom widgets for Qt Designer QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains a library to use specific QGIS widgets in Qt Designer. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/libqgis-customwidgets_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-dev Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 25460 Maintainer: Debian GIS Project Architecture: arm64 Provides: qgis-dev Depends: grass-dev (>= 8.2.0), libexiv2-dev, libexpat1-dev, libgdal-dev (>= 1.11), libgeos-dev (>= 3.0.0), libgsl-dev, libpq-dev, libproj-dev, libqca-qt5-2-dev, libqgis-3d3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-analysis3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-app3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-core3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-gui3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-native3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgis-server3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgisgrass8-3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqgispython3.40.6 (= 3.40.6+dfsg-1~bpo12+1), libqscintilla2-qt5-dev, libqt5svg5-dev, libqt5webkit5-dev, libqwt-qt5-dev, libsqlite3-dev, nlohmann-json3-dev, pyqt5-dev-tools, pyqt5.qsci-dev, python3-dev, python3-pyqt5, python3-pyqt5.qsci, python3-pyqt5.qtmultimedia, python3-pyqt5.qtsql, python3-pyqt5.sip, python3-pyqtbuild, qgis-sip (= 3.40.6+dfsg-1~bpo12+1), qtbase5-dev, qtpositioning5-dev, qttools5-dev, sip-tools Recommends: libqgis-customwidgets Size: 5632040 SHA256: 0ae34168d179cc6bb3165ec5dbd2f4398a398522880cc206d115cb47234e0fa2 SHA1: 2e3ad061fa46435352e0d1509397a0570a3bca37 MD5sum: b635b98fdb72fe4198c5c93b97907dc9 Description: QGIS - development files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the headers and libraries needed to develop plugins for QGIS. Homepage: https://qgis.org/ Section: libdevel Priority: optional Filename: pool/main/q/qgis/libqgis-dev_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 25131 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.10 (>= 3.28.10), libqgis-native3.28.10 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7746268 SHA256: 994813ff9ed5b435bdbca614b78968a15bd1753469910608264c1abceda91913 SHA1: f8078d2ee3ac3aa11a2c6a81d4c013e88887f026 MD5sum: 74fe8a3943da08388b54946656963f6e Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 25197 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.11 (>= 3.28.10), libqgis-native3.28.11 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7752684 SHA256: db67afc43919f93fbf515d68cf9ba93042e53900818db57128694322d225c0b2 SHA1: e7113dc0ecacd18f3e98b685fd4ff4d3d9cb9cb5 MD5sum: 4ca4489701b730126cc7cdce032a03b7 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 25135 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.12 (>= 3.28.10), libqgis-native3.28.12 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7754028 SHA256: d3bb5aa1bbbbc05aad6d82b4aa2cdd4f44bcdbbf728e92c1d7fa01fbf995f21f SHA1: e0956c8f9f49f115e034910ce2fc07fe8804d02c MD5sum: 97ac659f7a3fc89e44b6b2da766ccb1c Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 25138 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.13 (>= 3.28.10), libqgis-native3.28.13 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7756152 SHA256: 52edca32cbc0b82499dfd71e8d2a2c6e9170befc387802f65d75a886afbbc3ff SHA1: c648829a6749351e6942747b16523dc93af4b5c2 MD5sum: 3b900476c64fa430ce5714c828942ba6 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 25139 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.14 (>= 3.28.10), libqgis-native3.28.14 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7771132 SHA256: f1be52e87750924e2338b9655aa78163be211cab26c4bc6cf283634b41e94ffa SHA1: 3347bb822432d65647978723a1ac84151a4c54aa MD5sum: 223195505d31713ab727081e8a27f8b2 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 25140 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.15 (>= 3.28.10), libqgis-native3.28.15 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7755916 SHA256: 1dc4d51ddb710b24ecde74b551e5a50bc827a323ccf16f78d42c2de3b9729083 SHA1: 6447531f323d47d8936b2865bca431adb60da177 MD5sum: 45a001f6dbeadecce84d7320087747d4 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 25127 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.8 (>= 3.28.4), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 7744052 SHA256: ff44383bf9660eb93300c7371e81421be08a5d3af10e630d5477b8df9352d9f7 SHA1: 20b9d3aaddcb7286d37d3a34165a069e8c58d5d6 MD5sum: 4e4dc885a12ddce6925dfd4482c46f3a Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 25309 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-native3.34.10 (>= 3.34.10+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8113536 SHA256: 25dc033c9e9528035edcd107e51cd4f36dd90e1b919cdb43b9588238e702c60d SHA1: 6822dde38b0d1359af9cca34c45afd99427ec879 MD5sum: e91b2150d90e76f6ea5cfacd690b9087 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 25247 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-native3.34.11 (>= 3.34.11+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8113016 SHA256: c670f8de3f3e69ec1fa112a732a93b25b9b3ae249dc1bdfef2e7e03c869acb1b SHA1: 6b0ae69a915b46b7f065d7940b0f4f11f7d57aa4 MD5sum: df5b0503be32b02e9037530b52ea2400 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 25315 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-native3.34.12 (>= 3.34.12+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8120108 SHA256: 5cf7be27e456bff90d618ee7168f7b473c33266fa9c8027bdb82c883d4c5b701 SHA1: b48f43e10ac67a168d2679e2201c21f4fc4770e5 MD5sum: a6517bfcb9c7bc27ddbbb00601240521 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 25319 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-native3.34.13 (>= 3.34.13+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8129772 SHA256: 3d4240155445397f6e52f7976f336cb09c690ccda0863a8e883eadef2452e98e SHA1: 529aac98a60625a9494a6bf61cf88a599e205095 MD5sum: ff545681319c2f269a6233700ceb672f Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 25321 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-native3.34.14 (>= 3.34.14+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8108032 SHA256: 89a9ac614cd50120e0d35e5e456cb3ab5584615835b601f566b81ef8a4c9984c SHA1: fa5891b22b2f4504de58851b292fe70fab7a4448 MD5sum: 33429ed1d4001a211a6e03a9ca1a1816 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 25321 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqgis-native3.34.15 (>= 3.34.15+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8124424 SHA256: d7843f78a11ffe4f8b9d9a92fc13f561920a169b63bb7c9a82f4d501f7b55588 SHA1: d54f6b2820ca6d3372175b85e49e2b2b5c569e1f MD5sum: 8a9cfd0c3b1d8119d16ec2bf3537b4da Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 26880 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.6 (>= 3.34.6), libqgis-native3.34.6 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8238620 SHA256: 79f02b55e220932dc5e98cd279a22c71581ee06f1fd1f100b5ba33aa1b95f655 SHA1: 3e86cabc6a11109e63e63eb1cd6796f9592d4994 MD5sum: 8d3679162c9b8e3a7176fda98793946a Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 26944 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.7 (>= 3.34.6), libqgis-native3.34.7 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8240896 SHA256: b3a27bc0f686d1f639909b37696d25829ae15743fac82e06654f8fc46ac0b9a9 SHA1: 920dea65b8e74bfd8d028ec93e0971229fb77dc7 MD5sum: 9f32f2b15592a802433828891d1bfca3 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 26883 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.8 (>= 3.34.6), libqgis-native3.34.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8236096 SHA256: 2c217ebc0a8545874706a8be8215261ef62bbf98b1a39d684a9bdf8ae1de72bb SHA1: 03741e3ba953256aa769afa1c4d5e022afa98184 MD5sum: 838a8bbc729792878e6b8dd8da689a2f Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 27745 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqgis-native3.40.4 (>= 3.40.4+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8830852 SHA256: e684482f3c022d633dcbd48fa2813b1932b26d5dbd2faeae746f301cc2092dca SHA1: 62418be2e5e309e20b50c22c5cc507a086f143ab MD5sum: 7ce9e794ae8c7bb189a45a70d256a17a Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-gui3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 27748 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-native3.40.5 (>= 3.40.5+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8834980 SHA256: b19425e00be73933de0cc894ab6e28429699b6e19998a64be5148afdd1a58327 SHA1: c09c65bf16297d8d9eb97dfa3c25e0203c7261e2 MD5sum: c392efde21cfcfa48e459e4dbcce309b Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-gui3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 27689 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-native3.40.6 (>= 3.40.6+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8834592 SHA256: d84acad57ce87707ea035d78d1a172a9988ac4ae65d97d2eb2ea00f8f2958a89 SHA1: 990eced43aea53f0d910b1edb751ef6e89756195 MD5sum: c6281c878de4156b6264dcff378411c0 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3123 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3020220 SHA256: e536f309ff484f3b896ec2881adddc60d52b337bcece112d1dda0f1674a1ba78 SHA1: 7f605586f4638187098976e2f201eecff4d3ea77 MD5sum: baf5f94085f075cbb2f0835d403d1841 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3125 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3021804 SHA256: f54e237298b52c68df3dc53143e2e8a395c967b675eb56c5fbf1bc5ca85c0caf SHA1: 32ebb34426c4b772cef463e586451f560fd6911e MD5sum: 5928ec01f54f424d2ec4a59aeeabc12e Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3127 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3024120 SHA256: 5ae400d1b26eaffce920c08011f3b59a70f944f894b8e82bf262189835e2d905 SHA1: c6ef8f77eef75c5e6e4eaa8c59d4e461b646e72b MD5sum: 30e0d546548d80c685e787e68ca7af88 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3130 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3027672 SHA256: 9a1536119e46d9e2522bd81ab26a94c3b92e6b95563f534375233fb6ebf78d91 SHA1: 154e2c8b48188513f20f75e9df2b547ebc9f4c65 MD5sum: f2003ae4f6b0cdee7e07f873957520af Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3131 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3028368 SHA256: 4ec08475cc9d1b3c5e275390a6078eac21e5f118bc18450b0339cb2b8d4734ff SHA1: 4a3e0458333b657e91fee28e0ac1fae32dd68d40 MD5sum: 36df3b4c609e459e830dbe3a0a3fe531 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3132 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3028540 SHA256: ed35a43e39c2a68169d088051768cff0170efc8ec1291601f61e5cd80a658a0d SHA1: 681ca16eefd53c14f7557ac997cbafd23f579fd9 MD5sum: 5bb2dc8aab2e5320b0d7a0aa273d661b Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3119 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3016012 SHA256: 235d84bd82e26f44a8fb5c9a16e2d00919db4c53a6c9a6fcbe4406ac8cc0a95b SHA1: 79e9b6b2bec290c5eeae61ff7276eae77a397b12 MD5sum: 2d30d29bbd8be1b1a3d363576451e0ce Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3292 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3193824 SHA256: a33a2348c01999308ef423c588f0a34f457d95fb0104b182fcaf3c4fb353588a SHA1: 0516fbe55feb713f1bab320b9d82539cff0a93f3 MD5sum: 04e10065a5ddb1026f5d297f73dbf2e1 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3294 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3195532 SHA256: dad44fbc630a752d8fc6d6f6cb8dbaae29242d1d011b7f397ae26e8903923349 SHA1: 07de0aa58ec7843880fb15fd5be49e0acb8879eb MD5sum: b196a011408c3839ace43d28212da48c Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3298 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3199272 SHA256: d30b2f2a4a352602dcaec46d903191aaf20a6179587a8bb5b753f377abecd3bb SHA1: c4ca5269c8998a583bb1f67004253ec969424834 MD5sum: eebdda4780174922512f08d44bd5851e Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3302 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3203508 SHA256: 14095ced225313ce548a55ea933394ff2d9a204c5046f4eefb8fb6d7de6b5ecb SHA1: 86ce8a8c346b548af307b9bf7d0cdcdbf1665a20 MD5sum: c05b4db9b39008501b2a55a91c6bc5e2 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3304 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3205716 SHA256: 66b311920ea1e2a8ef7c23fe57a52fac15d5b4fbc39e0ecbd2044570c5ac68ea SHA1: 020ce6ba6d6b76011064f556fba6f521ab06d3b4 MD5sum: b0575de52957826921a1daa4751ff23b Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3304 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3206468 SHA256: 2fde201553c654ac27c9c56e4bcfba0438536a61b71620414fa5476f876d62af SHA1: 95077ae32cfd8357e1a487ee2cc28b1d889bf131 MD5sum: f999bfd5912e53995ec619273f2ec876 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3284 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3185560 SHA256: 88338bd74aeb2d9bb24f4a40b2492a5810a70dc61e1b83ccd4a1945edc2d77ee SHA1: 1ba051297e6f48ffa42497363659ebbc6ab28591 MD5sum: a94ac04f610b6e3ab3cfaa714276e646 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3284 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3186228 SHA256: 6fb5dbe6b61b8d2e92f37e173754cd650ad8bd5e11cd9a1fc1ee591bac9ed8eb SHA1: 727b507ac03c2f85bf1b3c17389812ccd13b8e07 MD5sum: 7162f1e1c7f3116976f6163b1d6392a6 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3287 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3188704 SHA256: ce6f066e6af33b81b67c42b1b92c1c0b93ee4deac16ee034191fc38106e54abc SHA1: 289a5b7da122cf7f37362b55f61c0d3016cda008 MD5sum: 88ccc5a306c1db132f529d7e444421e5 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 3488 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3390960 SHA256: 4c4c6016f753f0c405201d18d30acef0f51f59d8344966af25f340ae048f5640 SHA1: eaf045e86bed4c3184e0600b25c5076cc84b16b9 MD5sum: a24d12be1724ce66ffd8a5b53cbda14a Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-native3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3491 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3393744 SHA256: bedf05ef98c6cb88ce4ec3536ab990c71279f71af1d4e7cfa8941e5e35979124 SHA1: 74333bd40d4b9031c7d9ed97a96ebf33745d1b10 MD5sum: 153c8fb7e5ecb682e04ac0d9969b637e Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-native3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3496 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3398860 SHA256: b9e56c139968cd4e11d049e1630e05be500c45d9080581c9fc0db37f0ce60343 SHA1: 88ea7f7468b044fa16bc0f16ae487201017750e9 MD5sum: 2987d5f1a168c4a05a7c0377b157dbe9 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4012 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.10 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3264360 SHA256: a2fe101e6a773d6a2e5c68653b66a1b9b9ab6564b7471965f4840353fad3f4c4 SHA1: 5296c97e32571b7e75560ad13af5609d4cd0caf8 MD5sum: 48b85c38d57224df6da055b5dd6af092 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4014 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.11 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3266540 SHA256: 43997a4a7566c03458e85b54c70ff360a948e22fd9cbf780ca30000258ba0671 SHA1: f92a0d106d32c10574c99cc08bf1129482df97f1 MD5sum: 3b2379a15d3a9adc9ba732d6fdad20fb Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4016 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.12 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3268332 SHA256: 2e5200ba33c21e573f3729e3a4c658be256ca981dcb385c81bbe25f65236e62a SHA1: d72856a2e0991183c5b9e7f6b262114180f4e83b MD5sum: c39689b8f69de5a6bfa000f7f8f2a261 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4019 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.13 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3272028 SHA256: ad8a96aeadd2758568a820dfa77f75ec668c51395a9b6e8ef775b7d40b02db2d SHA1: a0cdd771b333886140cb21b453a167753a2cf6e0 MD5sum: 6dec9e164c2f464fd6787745ae0894f9 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4020 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.14 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3272536 SHA256: 97c5662bee0731d19756ccabdfac006c2a68c3d6f42dc32c6b079d4219f0e037 SHA1: 3b4b788f62988fee01303b244c471fcbb86a23ac MD5sum: 026d8ee8c5fbb42f192e57f8d9898aea Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4021 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.15 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3272896 SHA256: 0eae59080ce80747180e3c1bf640e8f6ecdd44331b24581509ca86808394403d SHA1: 28f93ea968b0ad42d48a84a9b1cf88d7a689dcdc MD5sum: 625943cbb972f43a0d426e05a4879f7d Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4008 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.8 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3261208 SHA256: 792ec880f195afa53257536b68e103383406f0f079cc7192e9145975ef234ae3 SHA1: 4e5f027d30e67de27d64f9994976bdbf477fd7ef MD5sum: 4f19a8b9894c1584abf973bdc16c2dce Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4125 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3427432 SHA256: a7f2a82ae0971482aba3bae208648743897cfcf6e21816ce00ddaedb37383f94 SHA1: 04c6ceb3d9076e2aea0d8d4beb70c9292e5dd495 MD5sum: d1e6407e3cb07638eeb11918876a61bf Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4127 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3428752 SHA256: 08661c824b3abdc9df27d786213da011bba0a7d1342a04efdd383d46a0cf9195 SHA1: bf4da752d2586de4007c469ad4e17eeda71338d0 MD5sum: 686f9ef9e873d6495d4fbc78f3008866 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 4131 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3432780 SHA256: d541a2a9803f14395dea9899a391e2166110fc1004c3d848569f54c6e7c88916 SHA1: c91513f56714c1819094f371d1757f43682e3f10 MD5sum: 8a290e1d65be66138937a2eca11af8d9 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 4135 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3437120 SHA256: 60e1f3db07a4a959c68b78ee89b9c35645d36267038442dbcc47461f6c3f6ab3 SHA1: 9ae9a75c998958ee422e74c7d7e2de53013632f8 MD5sum: 3836e6a0cfd571a9aee3ed40d4b71ead Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4137 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3438356 SHA256: eaeeba74cc34d218cf96cabfc860526b6d1e1621676eda177815217772709d69 SHA1: 25efd3c2e8a74c8974e475201a600a9016c8cb0b MD5sum: b5e306ccb0d7fec0889ebe9c41f8e096 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 4137 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3438948 SHA256: 8c8b646d5f0208f944eaca9e5c6692c5a6e94eed577d99a448b5d2284d3822cf SHA1: c2a8049b00b2a6d6122681c16f047ce105ca080e MD5sum: 47f51245d4ae9b74091b6887c2120e3f Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4171 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.6 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3424896 SHA256: 34437ee8e10e0e20b1894b173824b4a11a68e686a0d9a3a67c664ab39df2286b SHA1: fbf62bba1399fbff6d21946fdf46f47cebfbff93 MD5sum: afc37a2405a6cb466591dd974c189f8d Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4171 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.7 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3425436 SHA256: 90be9cfc9505ff8af5dab7106ef8f74c53c1cc61745d2a70ac4e6833d3c71fd9 SHA1: e74ea5bc0687e5d31d37d3fa99231be3dc3fc5e0 MD5sum: 9d4502ff8cf5a4563c54d7c2d16cd5c3 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4175 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.8 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3428612 SHA256: 1f922f47423124a3da02c5855ddf9d3dd0d519730625180f7c7689eaa3633e1e SHA1: 98c426ee50a844b1691b3d30d9e562d4a1fa207d MD5sum: 1b8bfa04e197a7f3b5330e8729c16d98 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 4321 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3625704 SHA256: 46c300528c3325d1dd063606a7824ebfc37f2fae6331fc2b0041d8962434a914 SHA1: 12fd22fb83566cddc441855a909bb211409e7084 MD5sum: 6971226b95f6a2045eaf5b0a8d9a1e81 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgis-server3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4324 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3628864 SHA256: 7a143933c8db68117e5652c445d58762f4c2ef58797ad763b4b5b969773a408f SHA1: 67d3862bc6298d299a49a55e85f11bb802ccec8e MD5sum: b040986a8b233cae1563eaca8eefeda3 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgis-server3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4329 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3635756 SHA256: d7f3a6399f8980958648e4bdc3ef806bcfa84d349c5449fd8389c2268760bedc SHA1: a5376d00556aadf4d9813988d407d420207ed69c MD5sum: 5f01c81aac5ebebd19110b47a5909ee6 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3806 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.10 (>= 3.28.10), libqgis-gui3.28.10 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3188788 SHA256: 9ad79d07d079da4d06a5b5bba7c83613aa6fff34d60f209de6f8f21f594f7e0e SHA1: ca48a6fa5b82bed301a91e88dc7a96a46e9a5b10 MD5sum: e946a1a8143766c53f289723fd487595 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3808 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.11 (>= 3.28.11), libqgis-gui3.28.11 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3190588 SHA256: 5b8feee766a8c9088847fb046c7c257765fa7cd6c1dd1847d6b8fea85fbc6440 SHA1: f5c6dbe7c35092e243f740cbb4b50053b9e7ed91 MD5sum: 8f84422cb4d717178290a805ec32fcea Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3810 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.12 (>= 3.28.12), libqgis-gui3.28.12 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3192920 SHA256: 0490a29d2f34c74362e600f2f2f240aa26eda2d1ffea0d69a346014c917c7f63 SHA1: e57791894ef9cec09882410d4b12f5b104a19dd8 MD5sum: 8906c0dc040c4176f8ecfb33136731d8 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3813 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.13 (>= 3.28.13), libqgis-gui3.28.13 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3196420 SHA256: 89be1dd2643a4f6ecc10b394068be98dc50e50ed8168ee5b66625844abfbe073 SHA1: 9834f47e534aa5d0b12a3fab5533bda5056f0d6b MD5sum: 627ece031f1b6897e315bcc1b7003d1c Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3814 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.14 (>= 3.28.14), libqgis-gui3.28.14 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3197488 SHA256: d8d6459db3154b866898285c541031c0b8d2b4ecaa55304f7d31787c73fe4c90 SHA1: 5720387f59a363f88c227bb96f46ddb5cae29b67 MD5sum: fea638198e5fe498fc05e2c78290e083 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3815 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.15 (>= 3.28.15), libqgis-gui3.28.15 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3197304 SHA256: d18bb899f684a55a7ffbfa0b7d0c13c7f41fed6e6377e4e5d15e36c279d4e648 SHA1: 279b8070a979b951ecbe57c1a4e84b3825e6fe60 MD5sum: 0e2d2e1226d7a5e44a2561cec79e00fc Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3802 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3185108 SHA256: cdeae9ac8caf14e11684fa04d9f955c67cdf788d409024e21c2826daab915d59 SHA1: e0ea68b20da70d1dc06536de986a96aef1e624ed MD5sum: 496c74a7b0ff83143df1e65565625bf4 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3869 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-gui3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3354100 SHA256: 2c9ad65a9f27de5dc520b15728546bb9923102c29764b9bbe0eb1a73d9ca5a88 SHA1: e1d823c4e9ab57b428f29b3476261bc18ff6c4bd MD5sum: fb9ea7412730367a64b60c9c902e4f90 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3871 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3355804 SHA256: ca21910086351e727d2752d36d2965ac4fd8a31bf8a74ac63dabaa0127266397 SHA1: b85f8c7296dde2bbdbdb187161cbedcaba19972a MD5sum: 5b6ecd5d31f4616195331c62aac7250b Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3875 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-gui3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3359544 SHA256: a63255c85917b588c2b14d1ae8ddf476ad1bbe3926ba9a516dbbe1a768c80506 SHA1: 091971cbd38e350687a470af2753de71e14fc3b9 MD5sum: 5ad16ae92eed8b19623a985629f30d05 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3879 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-gui3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3363924 SHA256: 236e57b16be0dd75756085e6dd139c5241be02269ce35c1357eab48cbd968d8d SHA1: ae12f12d954f96dca21d97ed3fd51fcdf8190561 MD5sum: 0cee3668df4785b58b0274f3d79e07c0 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3881 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3366128 SHA256: ee7df00b606650919fca15be3ca27f4c48a19c911c42dc74a343214a44935f04 SHA1: 58625b3849541fa4553b45cd75066df61fcd598e MD5sum: 6fcd6b1c7e7d839499f9eca9c16c89b2 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3881 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqgis-gui3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3366796 SHA256: 7bdc1a118039770f56320e439ac1352734834f7ba9f3757860989077c1730245 SHA1: a2fb4e0e6a34aec5a6db650317f17e43ed77bb20 MD5sum: 18cd7591df6b90a6edcd474f0d7cb027 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3902 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.6 (>= 3.34.6), libqgis-gui3.34.6 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3350908 SHA256: 8ecca1a132de2d6be47a42f768873384dd9bf81cc702136a02fabd47a606cf87 SHA1: 4dc7f03eaceceab46ef96fe58a59665cc476176b MD5sum: a1aa57496b30027bd796bb28099ce8be Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3902 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.7 (>= 3.34.7), libqgis-gui3.34.7 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3351448 SHA256: 992c950fbf2708018950e115526f9f193880a066b77ff5048fe24a291c2f4c03 SHA1: 482974bec909233a03992280c7815261667c9563 MD5sum: 5f76c628e785bf21df7a49411b6dcc3d Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3905 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.34.8 (>= 3.34.8), libqgis-gui3.34.8 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3354064 SHA256: c0b3c6496a31c43954f42d44b2837ce957bb61989d8befb6d15e7bf4239a93d5 SHA1: a4a43712656b104342df5a016cbe7ebd2f8b44c1 MD5sum: 63e844adfbae4246472200e4c242bc02 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 4065 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqgis-gui3.40.4 (>= 3.40.4+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3549228 SHA256: 38c7ef46a21d964e2713c977d6bc6e46729a247342faa0f2cfeea8b4f57f48d1 SHA1: 09ea49d7c1ec88d4962898b47c479871079e9979 MD5sum: 4994ec6bbb8da8e8c694d2c34a859bf4 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgisgrass8-3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4068 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3552564 SHA256: d393061e0328a2e2f77716cdc4fec169ff87c9fe5b8f0b7aa185dce462ff9ab3 SHA1: 8fa13475ca08f151da1691e4a2c9a7c61fff0538 MD5sum: 0613b2d0cd66eff64d6ac66e20dcb747 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgisgrass8-3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4073 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3556712 SHA256: d991fbefb24caf11688fd2f87035be811bdb59e07fb88fee0b616e2da2213298 SHA1: b8f4ace6403aca2e7434f27f5a7b77d9e95456fb MD5sum: d68fef8a8572438e71125022c9d4e750 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3186 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.10 (>= 3.28.10), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3025076 SHA256: 2dbb70b8d21d9384a1804de32ee02f8175a206fd01be66eb7460fcc3208fce28 SHA1: e287c79cd6ff9642bb0d17d98ceae8f3636f27e0 MD5sum: af4b8b521e576fb8d8e701692537fde3 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.10_3.28.10+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3188 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.11 (>= 3.28.11), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3026632 SHA256: 44034727be863800542db196abea1a74920a40ea3c15e3ab9bdb437d94532df0 SHA1: 547918407668a2f590db785c47ef98a3cbcecb41 MD5sum: 0e3a888d2ce4da710e391e209bfee916 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.11_3.28.11+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3190 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.12 (>= 3.28.12), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3028916 SHA256: 171adea4b259537df97ed90e5e9050db1445776c7a670871542670403466a717 SHA1: 310ce242d22b3f727511482b395d3d12adb6bce3 MD5sum: 50e4808cb3c5b1416b686de5abdaad6f Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.12_3.28.12+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3193 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.13 (>= 3.28.13), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3032480 SHA256: 1d1985cfd1e310c80e81cfef822ae4c56279a3302952bde11ef34e292390c6cf SHA1: 3c550d0e9cb37854d48a89e4b0e42e0e1113bccb MD5sum: 079c4e2872e3ddbcb5e2931e97df01c8 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.13_3.28.13+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3194 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.14 (>= 3.28.14), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3033180 SHA256: 4a88e5f4511dbc7128f8c1e573165dd0588e127f9d081c7eea01d44133081ca5 SHA1: 4d8f44884cc233cdbdb8ed1ff3fd5e9e4be5bf90 MD5sum: d061dada7683af1cb7f2c01cf9bac32a Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.14_3.28.14+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3195 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.15 (>= 3.28.15), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3033316 SHA256: a881210705951d6eaf2f6579d6c272b2037ad5a7a5ac39db3474db0ffeb98df8 SHA1: fce67693e3ab5fd3c2ac99f94524c9d3e6d5316c MD5sum: 699c78cc38c8fe8913c7290be1fc159e Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.15_3.28.15+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3182 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.8 (>= 3.28.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3020848 SHA256: e0eba0b328384e4acac6b7d57995d22cd16fa70c57ec3851620c41757337e643 SHA1: 417d4fe2887f9facdf1db45675eefb668d9c2d27 MD5sum: fa9caee3e798d58ecf0befd1fa57f372 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.8_3.28.8+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3292 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3196244 SHA256: 39897d1066ebe91a4fc47f0c78a2d42b215ecb6fc7d77b30fc280177b85219da SHA1: 7a94bd7ca93022a9f2b7b57ef20781648d6e667a MD5sum: 850eba2527e4e3407b8b5138fe9353bb Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.10_3.34.10+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3294 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3197912 SHA256: 43daffe730d48251022a595974015ad0c76ba68b5ed944b396857f7e5a1fb02d SHA1: 6db236499b88a302a7e9ed3cb5f33e9a88ab349e MD5sum: 8fb215a8f275d57970c027edc69c41bb Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.11_3.34.11+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3298 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3201616 SHA256: 51aa04c8b511f138a09ca70fd1ce89d8282578fbc5d44fd00c749c133aa74af5 SHA1: f86043d88f03a9d30349b49a937c76b07bed85ab MD5sum: caee94be1732f5460bfe3fdd61292c44 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.12_3.34.12+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3302 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3205888 SHA256: b3689aa735106860a6f5414b936c8f1f4a39279259755963a387f24399826b74 SHA1: 6bfd04e8ecc87942148a3f5752d54d4e705c614a MD5sum: fb83cd6d3ca95e40ff623c06057ab91a Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.13_3.34.13+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3304 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3208144 SHA256: beaa48e7871df2764b5d47639599d216507a0f412873cedb1172b2aad98366f4 SHA1: adffd160785911cf9a7542fc0eeb33201bfaa2c2 MD5sum: 9f661e49577ec05adc5708dfd30c0d6f Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.14_3.34.14+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3304 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3208936 SHA256: 8987fd0b3618839cdbb26e494af2f25ef57fb712656141080f94f0eb40e8442c SHA1: 8285796c5f44f617fad4f75342ecad7192b83744 MD5sum: 061fe7c37d6c5ba1fd92ccaa4d4ad593 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.15_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3282 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.6 (>= 3.34.6), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3187548 SHA256: 74f91a8e2bb2aa1895eff99c086a58f23d11cea2035ad108fe72b89b34625ee1 SHA1: d7bc70bc58843dbd860afd78669bfa278b91e6fd MD5sum: e8d068d41c1bfa368057d509372ec4d3 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.6_3.34.6+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3282 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.7 (>= 3.34.7), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3188216 SHA256: 4b49ec46610662e086cab745978a6ea92933c8a27ded4ec10296f1fc3e054e96 SHA1: 249c3c1d063d984108a6d5dacb9884839c10ad98 MD5sum: 9ef391ab8837dd3aa6876618269b6424 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.7_3.34.7+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3285 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.8 (>= 3.34.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3190220 SHA256: 5333f934ff4887b93232306d84be1af0bd48ee2239d6d1a1021b9d6e5e822d6b SHA1: e15c8903e92524877a0260c3b16edcf48a5f38cd MD5sum: 86356f9400e1b763a284e3b52412ddac Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.8_3.34.8+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 3488 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3394092 SHA256: 9fccb998acb100c77e0e13247f41910c59a0a42a505257142e74d2160f754b40 SHA1: f32b687a6aa1662ddfae4bb5865a75e10b1b12dc MD5sum: bbf7658574e6693515dc63cb9c25ab4f Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.40.4_3.40.4+dfsg-3~bpo12+1_arm64.deb Package: libqgispython3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3491 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3396968 SHA256: 0b2ab25664f1f334443c744415ad9075f786a1c5f8ab452ece3e6ff68f688d66 SHA1: 6d6bc149663a52632f69dbf6e3688c6239d2b54a MD5sum: 9cef9a1341ceed9857b4889cd5414cbf Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.40.5_3.40.5+dfsg-1~bpo12+1_arm64.deb Package: libqgispython3.40.6 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3496 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3402100 SHA256: 87cb8cd7d2299aa764cdd878f3b52fb9a1307ad92e7a587c5fb4e4cd8410a0c5 SHA1: def758ee7cc1e9785c93606e7844a4a00cfc5962 MD5sum: c53891d6cf79d3b43bd4f88a88aa6103 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.40.6_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: libqt5pas-dev Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 1371 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: libqt5pas1 (= 3.0+dfsg1-1~bpo12+1) Suggests: fpc Size: 140484 SHA256: e1a602e6c92f0645a00b9bb531603128d8a71fd102ff85a6f85cc8be1d87654c SHA1: 4e8b237d3ac4653f399e4b8a122a78f60e9b94f9 MD5sum: fc7975eb71ae7290dc66fb28f39aae63 Description: Development files for Qt5Pas Provides interface for Pascal applications to the Qt5 C++ libraries. This binding does not cover the whole Qt5 framework, it just contains all classes needed to use Qt as a widgetset. . This package contains files needed to develop Qt5 based applications with Pascal. Multi-Arch: same Homepage: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html Section: libdevel Priority: optional Filename: pool/main/libq/libqtpas/libqt5pas-dev_3.0+dfsg1-1~bpo12+1_arm64.deb Package: libqt5pas1 Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 2579 Maintainer: Pascal Packaging Team Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.3.0), libqt5widgets5 (>= 5.14.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 5) Size: 417308 SHA256: 9ce892091b7c3f10c9bda6d4aa0840300b5c598d8f9bc6b248210a7a6000f715 SHA1: 0d435ae8c30aac650d1d0e882523e03545a5082f MD5sum: ec038cd0169c7870ade84e4e0a6caaf3 Description: Qt5 interface bindings for Pascal Provides interface for Pascal applications to the Qt5 C++ libraries. This binding does not cover the whole Qt5 framework, it just contains all classes needed to use Qt as a widgetset. Multi-Arch: same Homepage: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html Section: libs Priority: optional Filename: pool/main/libq/libqtpas/libqt5pas1_3.0+dfsg1-1~bpo12+1_arm64.deb Package: libqt5pdf5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 3007 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.33), libfreetype6 (>= 2.3.5), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 11), qtbase-abi-5-15-8, zlib1g (>= 1:1.1.4) Size: 1308224 SHA256: 264e7301eeddc39890a85c31efa347537d455db098c1570ed1917935ce3997f3 SHA1: 2a9a500d26c52b40bc344637d8709c1fa9799c9e MD5sum: 891e2488fd299f641f78d76c10d81393 Description: Qt 5 PDF library The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt PDF library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5pdf5_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: libqt5pdfwidgets5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 238 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5pdf5 (>= 5.15.1), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5), qtbase-abi-5-15-8 Size: 55256 SHA256: 8f6610b0fb1472b139c9c9c8e8d8c77a45e6eec5de816f20b417b03751605459 SHA1: fe1b1eea62cbfc224864ebe744c2a39e70a56d4f MD5sum: 7994d99ef5747710d27cbd46a0f966c4 Description: Qt 5 PDF Widgets library The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt PDF Widgets library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5pdfwidgets5_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: libqt5webengine-data Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 23984 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 7290448 SHA256: 5be8c77c6fa9824ab941524a9b5c047e3c7bf9cf34d2b6e4cfce3d89ba929937 SHA1: c4803564842c4fa3eac09e51f96718ba01fd8352 MD5sum: c9e3d866dcf7226e2eb79c9aaf0a175a Description: Web content engine library for Qt - Data QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the arch independent parts of QtWebEngine libraries. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5webengine-data_5.15.18+dfsg-2~bpo12+1_all.deb Package: libqt5webengine5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 818 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt5webengine-data (= 5.15.18+dfsg-2~bpo12+1), libc6 (>= 2.17), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.6.0~beta) | libqt5gui5-gles (>= 5.6.0~beta), libqt5network5 (>= 5.12.2), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.15.1) | libqt5quick5-gles (>= 5.15.1), libqt5test5 (>= 5.6.0~beta), libqt5webchannel5 (>= 5.6.1), libqt5webenginecore5 (>= 5.15.8), libstdc++6 (>= 5), qtbase-abi-5-15-8 Size: 162416 SHA256: 22468eafba1d1ac76318612817a77f8addfb363800047b61d84cb5a83e57f184 SHA1: 22015e62c12bf0d972c3c2f1bd8ceebb556034be MD5sum: eb3f2ff17bf142db2a681eb1a1bd72b2 Description: Web content engine library for Qt QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the QtWebEngine library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5webengine5_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: libqt5webenginecore5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 123187 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Replaces: libqt5webengine5 (<< 5.7.1+dfsg-4) Provides: qtwebengine-abi-5-15-13, qtwebengine-abi-5-15-18 Depends: libqt5webengine-data (= 5.15.18+dfsg-2~bpo12+1), libasound2 (>= 1.0.16), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libevent-2.1-7 (>= 2.1.8-stable), libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libgcc-s1 (>= 4.0), libglib2.0-0 (>= 2.30.0), libharfbuzz-subset0 (>= 6.0.0), libharfbuzz0b (>= 2.2.0), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libminizip1 (>= 1.1), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libopenjp2-7 (>= 2.2.0), libopus0 (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.12.2) | libqt5gui5-gles (>= 5.12.2), libqt5network5 (>= 5.8.0), libqt5positioning5 (>= 5.6.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.9.0) | libqt5quick5-gles (>= 5.9.0), libqt5webchannel5 (>= 5.6.1), libsnappy1v5 (>= 1.1.9), libstdc++6 (>= 12), libvpx7 (>= 1.12.0), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxml2 (>= 2.7.4), libxrandr2, libxslt1.1 (>= 1.1.25), libxtst6, qtbase-abi-5-15-8, zlib1g (>= 1:1.2.2) Breaks: libqt5webengine5 (<< 5.7.1+dfsg-4) Size: 34934232 SHA256: 959efa3fa24621b73ca4dcdaae61842104be7f7a4b15951a6962e3f2573f42ed SHA1: 11c4b4b3a3d8571659022f6fa5dab5c58efccdb1 MD5sum: e228dc296d2f288087fba268c333f2f9 Description: Web content engine library for Qt - Core QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the core QtWebEngine library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5webenginecore5_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: libqt5webenginewidgets5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 519 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt5webengine-data (= 5.15.18+dfsg-2~bpo12+1), libc6 (>= 2.17), libqt5core5a (>= 5.12.2), libqt5gui5 (>= 5.6.0~beta) | libqt5gui5-gles (>= 5.6.0~beta), libqt5network5 (>= 5.4.0), libqt5printsupport5 (>= 5.0.2), libqt5quick5 (>= 5.9.0~beta) | libqt5quick5-gles (>= 5.9.0~beta), libqt5quickwidgets5 (>= 5.11.0), libqt5webenginecore5 (>= 5.15.8), libqt5widgets5 (>= 5.9.0~beta), libstdc++6 (>= 5) Size: 119216 SHA256: a6b890dbfef88bc097d90d6cfa1d25955347005b299443ddb66b30c1e2960649 SHA1: 950e08da3648b8cb8fa4118158d0850ff672019b MD5sum: 11990ea68048a4b607a06d787129b64e Description: Web content engine library for Qt - Widget QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the widget QtWebEngine library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/libqt5webenginewidgets5_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: libqt6waylandclient6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1108 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.8.1), libxkbcommon0 (>= 0.5.0), qt6-base-abi (= 6.4.2) Size: 219892 SHA256: 1b0132b8cfb6608c8e317b1f96d1ee8a46ef02a37b4c5f9f1fa49d5b1efdd251 SHA1: aa8500338f7a270a37d929df4ab0f02b99a31fba MD5sum: 5c76d9ee6c60f8bb2af4dd6487c121d4 Description: Qt 6 Wayland Client library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the Qt 6 Wayland Client library. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/libqt6waylandclient6_6.4.2-5~bpo12+1_arm64.deb Package: libqt6waylandcompositor6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 2131 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libopengl0, libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libqt6qml6 (>= 6.4.2+dfsg~), libqt6quick6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5), libwayland-server0 (>= 1.9.91), libxkbcommon0 (>= 0.5.0), qt6-base-abi (= 6.4.2) Size: 376292 SHA256: 61f7d3ca19ea0163db8fa7bb2929a2fcd436b539999b8fe428f6feb2e7246291 SHA1: f1293b44d24310cc97b9a36b213d58edddc006ca MD5sum: 83d7d59ab4203809a000729febc4873f Description: Qt 6 Wayland Compositor library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the Qt 6 Wayland Compositor library. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/libqt6waylandcompositor6_6.4.2-5~bpo12+1_arm64.deb Package: libqt6waylandeglclienthwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 101 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.34), libegl1, libopengl0, libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), qt6-base-abi (= 6.4.2) Size: 19260 SHA256: 400287fb49afda8d1e8d71be09219da638e2d5545534aa0e5f3f67556bf554e5 SHA1: bbc40d07494238bdd1881453623ba65c9f0d8078 MD5sum: f3bf059f5e9c8a8979b3c769fb1b75df Description: Qt 6 Wayland WaylandEglClientHwIntegration library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the Qt 6 Wayland EglClientHwIntegration library. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/libqt6waylandeglclienthwintegration6_6.4.2-5~bpo12+1_arm64.deb Package: libqt6waylandeglcompositorhwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 96 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.17), libegl1, libopengl0, libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libqt6waylandcompositor6 (>= 6.2.2), libstdc++6 (>= 5), libwayland-server0 (>= 1.8.0), qt6-base-abi (= 6.4.2) Size: 15672 SHA256: adec44381dcfd114f6c1626f9f2b3216d99aa25db702902c6b576438d9c3acb9 SHA1: efde1e353d8158f7453f1729123df6711b8b52f8 MD5sum: 308bc5bdabda02d5eb565bc196373fc8 Description: Qt 6 Wayland WaylandEglCompositorHwIntegration library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the Qt 6 Wayland EglCompositorHwIntegration library. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/libqt6waylandeglcompositorhwintegration6_6.4.2-5~bpo12+1_arm64.deb Package: libqt6wlshellintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 195 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.17), libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), qt6-base-abi (= 6.4.2) Size: 36280 SHA256: 83e136555bee24b64e1bf8adeeb58913643a571b54f7f53839b0a9c59b3145a9 SHA1: 437f18a474c6f4dba051271b860bdbb7ad5607fc MD5sum: 8119e7e01ab1e7dba9ce1cfa3393f9e8 Description: Qt 6 Wayland ShellIntegration library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the Qt 6 Wayland ShellIntegration library. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/libqt6wlshellintegration6_6.4.2-5~bpo12+1_arm64.deb Package: libradare2-5.0.0t64 Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 21018 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libradare2-5.0.0 Depends: libc6 (>= 2.36), libcapstone4 (>= 4), liblz4-1 (>= 0.0~r113), libmagic1 (>= 5.12), libxxhash0 (>= 0.6.5), libzip4 (>= 1.0), zlib1g (>= 1:1.1.4), libradare2-common (>= 5.9.4+dfsg-1~bpo12+1) Breaks: libradare2-5.0.0 (<< 5.9.4+dfsg-1~bpo12+1) Size: 3983112 SHA256: c8763b7728296b1cd56797a6ca83a5269f8347e77d5fa8b4906cf4a379fad96a SHA1: e71c332ae4d8663989f09f53ef94cec6b1dcea04 MD5sum: d2eba80ac2b861886eefdfc66ccda15e 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. Multi-Arch: same Homepage: https://www.radare.org Section: libs Priority: optional Filename: pool/main/r/radare2/libradare2-5.0.0t64_5.9.4+dfsg-1~bpo12+1_arm64.deb Package: libradare2-common Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 8563 Maintainer: Debian Security Tools Architecture: all Size: 1667680 SHA256: 72e157fc7897c8149eef16d59bcf0a5431a4ad48e1eb7ac780f6828dc0245522 SHA1: da965b0a462b642822818aca184f08f696f18be7 MD5sum: fe78953af6a053de865d28ff163fecea Description: arch independent 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 arch independent files from radare2. Multi-Arch: foreign Homepage: https://www.radare.org Section: devel Priority: optional Filename: pool/main/r/radare2/libradare2-common_5.9.4+dfsg-1~bpo12+1_all.deb Package: libradare2-dev Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 1422 Maintainer: Debian Security Tools Architecture: arm64 Depends: libradare2-5.0.0t64 (= 5.9.4+dfsg-1~bpo12+1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 238692 SHA256: 18dc5fe939a3eb7d1b48ab35ada3e21dfb2fb6172afc63ba62e7df7854d06397 SHA1: 02dd052b4c4afeab4362b824cecd6b67177e5d9d MD5sum: f9047c6f410cc2ffc75905892b977623 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. Homepage: https://www.radare.org Section: libdevel Priority: optional Filename: pool/main/r/radare2/libradare2-dev_5.9.4+dfsg-1~bpo12+1_arm64.deb Package: libraft-dev Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 1187 Maintainer: Free Ekanayaka Architecture: arm64 Depends: libraft0 (= 0.22.1-1~bpo12+1) Size: 254240 SHA256: de064a183c15980c2b096232c547761a8f829a5585e8dfa4c15f8b01601c65e4 SHA1: 554a0ab5e28e7ea33ec0d38f436d941e598e1f5e MD5sum: 7bca2c5469973a56ad714ef938ac1b99 Description: Raft Consensus protocol implementation - development files Fully asynchronous C implementation of the Raft consensus protocol. . The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots). . This package contains the development headers and library files needed to compile programs using Raft Consensus protocol. Multi-Arch: same Homepage: https://raft.readthedocs.io Section: libdevel Priority: optional Filename: pool/main/r/raft/libraft-dev_0.22.1-1~bpo12+1_arm64.deb Package: libraft-tools Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 84 Maintainer: Free Ekanayaka Architecture: arm64 Depends: libc6 (>= 2.34), libraft0 (>= 0.17.7), libuv1 (>= 1.4.2) Size: 16552 SHA256: dcce88b8c04aabc206f8501593f082835794d556b59ddf6ef2b6997748593a84 SHA1: 9c75221ea86bc18c5d523c73d6fc144e93d5c7ae MD5sum: 77135b750a9b6bf042138f0c2cc2dcae Description: Raft Consensus protocol implementation - benchmarking programs Fully asynchronous C implementation of the Raft consensus protocol. . The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots). . This package contains tools for benchmarking the libraft library. Homepage: https://raft.readthedocs.io Section: misc Priority: optional Filename: pool/main/r/raft/libraft-tools_0.22.1-1~bpo12+1_arm64.deb Package: libraft0 Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 220 Maintainer: Free Ekanayaka Architecture: arm64 Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2) Size: 81432 SHA256: 1e592c5b3dc53028571a6c98c3149308d6d4e33dc19c2898a2f583b913cbb0e3 SHA1: 9258b5c197a1d945ccd9394c5142608c5e45154d MD5sum: 8610ebee67ee526a386d318f1903e3ce Description: Raft Consensus protocol implementation - shared library Fully asynchronous C implementation of the Raft consensus protocol. . The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots). . This package contains the C library needed to run executables that use Raft Consensus protocol. Multi-Arch: same Homepage: https://raft.readthedocs.io Section: libs Priority: optional Filename: pool/main/r/raft/libraft0_0.22.1-1~bpo12+1_arm64.deb Package: librapidfuzz-cpp-dev Source: rapidfuzz-cpp Version: 3.1.1-1~bpo12+1 Installed-Size: 429 Maintainer: Debian Python Team Architecture: arm64 Size: 54992 SHA256: b38b43a7dec7f34232e876854aec1951c3a12d7ee4c5fb94c9f8c6f6015cdbba SHA1: 9460e6a22e442fd8b48ed8be22b8168c3f0d42b2 MD5sum: a16080379d50c28c0596308281779a4c Description: Rapid fuzzy string matching library (C++ header files) RapidFuzz is a fast string matching library for Python and C++, providing Levenshtein and other distances. This is similar to the functionality of the python3-fuzzywuzzy package. There are a few significant differences between these packages: . 1) RapidFuzz is MIT licensed. 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler, which are not included in FuzzyWuzzy. 3) RapidFuzz is mostly written in C++, and has further algorithmic improvements to make string matching even faster. 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation. . This package provides the C++ header files for RapidFuzz. Multi-Arch: same Homepage: https://github.com/maxbachmann/RapidFuzz Section: libdevel Priority: optional Filename: pool/main/r/rapidfuzz-cpp/librapidfuzz-cpp-dev_3.1.1-1~bpo12+1_arm64.deb Package: librapidfuzz-cpp-doc Source: rapidfuzz-cpp Version: 3.1.1-1~bpo12+1 Installed-Size: 751 Maintainer: Debian Python Team Architecture: all Recommends: librapidfuzz-cpp-dev Size: 126436 SHA256: 837175ab21dada7f28db120a666b727ae566c00b02fc99ee4524f02c902b9904 SHA1: 07fc4839d138d8bc38a7b4860e9deaac8c3bbc0f MD5sum: e37de89ecba39be4461ea1133bdbbb8f Description: Rapid fuzzy string matching library (C++ library documentation) RapidFuzz is a fast string matching library for Python and C++, providing Levenshtein and other distances. This is similar to the functionality of the python3-fuzzywuzzy package. There are a few significant differences between these packages: . 1) RapidFuzz is MIT licensed. 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler, which are not included in FuzzyWuzzy. 3) RapidFuzz is mostly written in C++, and has further algorithmic improvements to make string matching even faster. 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation. . This package contains the RapidFuzz C++ library documentation in HTML format. Multi-Arch: foreign Homepage: https://github.com/maxbachmann/RapidFuzz Section: doc Priority: optional Filename: pool/main/r/rapidfuzz-cpp/librapidfuzz-cpp-doc_3.1.1-1~bpo12+1_all.deb Package: libreiserfscore-dev Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 414 Maintainer: Felix Zielcke Architecture: arm64 Depends: libreiserfscore0 (= 1:3.6.27-8~bpo12+1) Size: 106488 SHA256: 5ed2cfdbf1d16d57ecfcd2474cb9745a776079a63dfb7854666901d2d4a3eb16 SHA1: 696eb04bb2c262660757dc01f56ddd875be13a5d MD5sum: ea744fd9e3ed1feccb9ec2be0ac8c480 Description: ReiserFS core library - headers The ReiserFS core library allows system programs like btrfs-progs to access and convert ReiserFS filesystems. Without implementing all ReiserFS code itself. . This package contains the development environment for the reiserfscore library. Section: libdevel Priority: optional Filename: pool/main/r/reiserfsprogs/libreiserfscore-dev_3.6.27-8~bpo12+1_arm64.deb Package: libreiserfscore0 Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 218 Maintainer: Felix Zielcke Architecture: arm64 Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libuuid1 (>= 2.16) Size: 74604 SHA256: 841a8dd371e681df5f27f881888f0e9e2d75990e68df191f6bd13c4619a06c4b SHA1: 3ef1f91a395384abe1da5f56b84f2ff972686117 MD5sum: dbb20b84d7d0c1cabed7de357d5156e1 Description: ReiserFS core library The ReiserFS core library allows system programs like btrfs-progs to access and convert ReiserFS filesystems. Without implementing all ReiserFS code itself. Section: libs Priority: optional Filename: pool/main/r/reiserfsprogs/libreiserfscore0_3.6.27-8~bpo12+1_arm64.deb Package: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 73 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-base, libreoffice-calc, libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-draw, libreoffice-impress, libreoffice-math, libreoffice-report-builder-bin, libreoffice-writer, python3-uno Recommends: fonts-crosextra-caladea, fonts-crosextra-carlito, fonts-dejavu, fonts-linuxlibertine, fonts-noto-core, fonts-noto-extra, fonts-noto-mono, fonts-noto-ui-core, fonts-sil-gentium-basic, libreoffice-nlpsolver, libreoffice-report-builder, libreoffice-script-provider-bsh, libreoffice-script-provider-js, libreoffice-script-provider-python, libreoffice-sdbc-mysql, libreoffice-sdbc-postgresql, libreoffice-wiki-publisher, libreoffice-java-common (>= 4:25.2.3~), fonts-liberation2, fonts-liberation Suggests: cups-bsd, firefox-esr | thunderbird | firefox, ghostscript, gnupg, gpa, hunspell-dictionary, hyphen-hyphenation-patterns, imagemagick | graphicsmagick-imagemagick-compat, libgl1, libreoffice-gnome | libreoffice-plasma, libreoffice-grammarcheck, libreoffice-help (= 25.2), libreoffice-l10n (= 25.2), libreoffice-librelogo, libxrender1, myspell-dictionary, mythes-thesaurus, openclipart-libreoffice, pstoedit, unixodbc, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-libav, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libsane1, libofficebean-java Conflicts: libreoffice-dev (<= 1:5.0.3~rc1-2), libreoffice-dev-doc (<= 1:5.0.3~rc1-2) Size: 48860 SHA256: d04da359aa2192e154eac00d6a585553eb9be771687192c9839f92a66888cb4b SHA1: 1b312a6e455794c5eaa4f4ece36608efddb71b01 MD5sum: 8605274922384acfde251eebfe07bcbf Description: office productivity suite (metapackage) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor It also recommends additional packages (e.g. fonts) in order to match an upstream LibreOffice install as closely as possible. . You can extend the functionality of LibreOffice by installing these packages: * hunspell-*/myspell-*: Hunspell/Myspell dictionaries for use with LibreOffice * libreoffice-l10n-*: UI interface translation * libreoffice-help-*: User help * mythes-*: Thesauri for the use with LibreOffice * hyphen-*: Hyphenation patterns for LibreOffice * libreoffice-gtk(2|3): Gtk UI Plugin, GNOME File Picker support * libreoffice-gnome: GIO backend * unixodbc: ODBC database support * cups-bsd: Allows LibreOffice to detect your CUPS printer queues automatically * libsane: Use your sane-supported scanner with LibreOffice * libxrender1: Speed up display by using Xrender library * libgl1: OpenGL support * openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index files * firefox-esr | thunderbird | firefox: Mozilla profile with Certificates needed for XML Security... * openjdk-11-jre | openjdk-8-jre | java8-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick / ghostscript: helper tools for EPS * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * bluez: Bluetooth support for Impress (slideshow remote control) Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: metapackages Priority: optional Filename: pool/main/libr/libreoffice/libreoffice_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-base Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4826 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-base-drivers (= 4:25.2.3-2~bpo12+1), libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-base (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-writer, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-report-builder, python3-access2base, unixodbc Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 1190104 SHA256: 8ebe9a506c17355b6791776981daa3d222e6381edd952c4d75b0063f1dd0f67a SHA1: 5a403c589a1591632da4518c2855cc93140622f8 MD5sum: f7d79bff9f51cc48e954bbfa33b45b2c Description: office productivity suite -- database LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-base_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-base-core Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2647 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-base-drivers (<< 1:6.1.1~rc1-2) Depends: libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Suggests: libreoffice-base Size: 668600 SHA256: a2fa4ddb2faa239deb9b8cfc50bcca9a3e497437f6ea9dfdc6687c21de7e705d SHA1: 52dff9297cac218bc7d8058f98e21931d2e6cf3a MD5sum: bf079aa2e258dd61f4ed5eb848e8d59c Description: office productivity suite -- shared library LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains common libraries of LibreOffice Base used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install libreoffice-base (and/or libreoffice-base-drivers and/o libreoffice-sdbc-*). Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-base-core_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-base-drivers Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2624 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-base (<< 1:4.3.0-3), libreoffice-core (<< 1:6.2.0~beta1~) Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Recommends: libreoffice-sdbc-hsqldb, libreoffice-sdbc-firebird Suggests: libjtds-java, libreoffice-sdbc-mysql | libmyodbc | libmariadb-java, libreoffice-sdbc-postgresql | odbc-postgresql | libpg-java, libsqliteodbc | tdsodbc | odbc-mdbtools Breaks: libreoffice-base (<< 1:4.3.0-3) Size: 489672 SHA256: e437b6365afed4c00da148c25bd94654308cd2310bf5b6f1c56fa010d0357706 SHA1: f2a026b1df8d06dceb7e4ead37805a1b64eee763 MD5sum: ae1db81300c69b108583f86c23c29229 Description: Database connectivity drivers for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database connectivity drivers used by LibreOffices database functionality: - ODBC - JDBC - dBase - Calc - Flat files . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | odbc-mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmariadb-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL/MariaDB - PostgreSQL - MS SQL Server and Sybase * libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver * libreoffice-sdbc-firebird: (embedded) Firebird SDBC Driver * libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver * libreoffice-sdbc-mysql: MySQL/MariaDB SDBC Driver Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-base-drivers_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-base-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 946 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-base, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-base-drivers (= 4:25.2.3-2~bpo12+1), libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-writer, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-report-builder, python3-uno, unixodbc Conflicts: libreoffice-base Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 239520 SHA256: b550c5c578c9eda55f9d6c0fb763292e45590b27907234b17826de14e26cf1e5 SHA1: 58f3e0bd7db61c0eb3a9e7e7111cc1d4d735d944 MD5sum: 23b0176e1b6c256ce849de933e32a8ea Description: office productivity suite -- database (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-base-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-calc Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 24749 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-core (<< 4:25.2.1-3~), libreoffice-core-nogui (<< 4:25.2.1-3~) Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-calc (= 4:25.2.3-2~bpo12+1), debconf (>= 0.5) | debconf-2.0, coinor-libcoinmp1v5, libc6 (>= 2.35), libcolamd2 (>= 1:4.5.2), libetonyek-0.1-1, libgcc-s1 (>= 4.2), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Suggests: ocl-icd-libopencl1 | mesa-opencl-icd | beignet-opencl-icd Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 6785320 SHA256: 4ecacccb30b6a5d5535542a551b799cc46135919cd8693b43657741d0f1b6713 SHA1: e0ba9307e1ac51b769b9caf6c1eb3f76ab2d7542 MD5sum: 8054391fd5e98cf920952ac8a61bef74 Description: office productivity suite -- spreadsheet LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-calc_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-calc-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 23953 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-calc, libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-core (<< 4:25.2.1-3~), libreoffice-core-nogui (<< 4:25.2.1-3~) Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-calc (= 4:25.2.3-2~bpo12+1), coinor-libcoinmp1v5, libc6 (>= 2.35), libcolamd2 (>= 1:4.5.2), libetonyek-0.1-1, libgcc-s1 (>= 4.2), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Conflicts: libreoffice-calc Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 6613680 SHA256: 07261548c3df5924908c5179c2dea5a029833f59d141dd55095291611c438e7f SHA1: 3ad69d498bcc83838d6b4ae4e6743cbf045875aa MD5sum: cf25cb36c80de2eeffcf4a054087f7a2 Description: office productivity suite -- spreadsheet (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice for use with libreoffice-core-nogui. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-calc-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-common Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 45615 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-base (<< 1:6.4.0~beta1-2~), libreoffice-pdfimport (<< 1:5.4~), openclipart-libreoffice (<= 1:0.18+dfsg-17) Provides: libreoffice-l10n-en-us Depends: libreoffice-style-colibre, libreoffice-uiconfig-common (= 4:25.2.3-2~bpo12+1), ure, libnumbertext-data Pre-Depends: ucf Recommends: poppler-data, xdg-utils, fonts-liberation2 | ttf-mscorefonts-installer, apparmor, python3-uno, libexttextcat-data Suggests: libreoffice-style, python3-scriptforge Conflicts: broffice, libreoffice-base (<< 4:25.2.1~rc1-3~), libreoffice-base-nogui (<< 4:25.2.1~rc1-3~), libreoffice-calc (<< 4:25.2.1~rc1-3~), libreoffice-calc-nogui (<< 4:25.2.1~rc1-3~), libreoffice-draw (<< 4:25.2.1~rc1-3~), libreoffice-draw-nogui (<< 4:25.2.1~rc1-3~), libreoffice-evolution (<< 4:25.2.1~rc1-3~), libreoffice-filter-mobiledev, libreoffice-gnome (<< 4:25.2.1~rc1-3~), libreoffice-impress (<< 4:25.2.1~rc1-3~), libreoffice-impress-nogui (<< 4:25.2.1~rc1-3~), libreoffice-l10n (<< 7.0), libreoffice-l10n-4.3, libreoffice-l10n-4.4, libreoffice-librelogo (<< 4:25.2.1~rc1-3~), libreoffice-math (<< 4:25.2.1~rc1-3~), libreoffice-math-nogui (<< 4:25.2.1~rc1-3~), libreoffice-report-builder (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-firebird (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-mysql (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-postgresql (<< 4:25.2.1~rc1-3~), libreoffice-wiki-publisher (<< 1.2.0+LibO5.4.0~rc2), libreoffice-writer (<< 4:25.2.1~rc1-3~), libreoffice-writer-nogui (<< 4:25.2.1~rc1-3~), openoffice.org-unbundled, python3-uno (<< 1:7.0.0~alpha~) Breaks: libreoffice-base (<< 1:6.4.0~beta1-2~), libreoffice-core (>= 4:25.8~), libreoffice-core (<< 4:25.2~), libreoffice-core-nogui (>= 4:25.8~), libreoffice-core-nogui (<< 4:25.2~), libreoffice-evolution (<< 4:25.2.1~rc1-3~), libreoffice-gnome (<< 4:25.2.1~rc1-3~), libreoffice-help (<< 5.4), libreoffice-help-5.2, libreoffice-l10n (<< 7.0), libreoffice-librelogo (<< 4:25.2.1~rc1-3~), libreoffice-report-builder (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-firebird (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-hsqldb (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-mysql (<< 4:25.2.1~rc1-3~), libreoffice-sdbc-postgresql (<< 4:25.2.1~rc1-3~), libreoffice-style-andromeda (<< 4:25.2~), libreoffice-style-crystal (>= 4:25.8~), libreoffice-style-crystal (<< 4:25.2~), libreoffice-style-galaxy (>= 4:25.8~), libreoffice-style-galaxy (<< 4:25.2~), libreoffice-style-hicontrast (>= 4:25.8~), libreoffice-style-hicontrast (<< 4:25.2~), libreoffice-style-tango, libreoffice-writer2latex (<< 1.0.2-9), libreoffice-writer2xhtml (<< 1.0.2-9), openclipart-libreoffice (<= 1:0.18+dfsg-17), python3-uno (<< 4:25.2.1~rc1-3~) Size: 20182668 SHA256: 6ed640e5a946a5f9971b69f521603b0667d014a30bfb192236c51a253f95b510 SHA1: f0f2381f416a684c8d60454b5706b1ae428fe96b MD5sum: e928470a511a501ca59ba97557e67f0e Description: office productivity suite -- arch-independent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-common_25.2.3-2~bpo12+1_all.deb Package: libreoffice-core Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 111902 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-avmedia-backend-gstreamer, libreoffice-common (<< 1:6.3.0~rc1~), libreoffice-core-nogui, libreoffice-pdfimport (<< 1:5.4~) Depends: fontconfig, fonts-opensymbol (>= 2:102.12), libreoffice-common (>> 4:25.2.3), uno-libs-private (>= 4:7.5.0~), ure (>= 1:7.4.0~), libabsl20220623 (>= 0~20220623.0-1), libargon2-1 (>= 0~20171227), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libclucene-contribs1v5 (>= 2.3.3.4+dfsg), libclucene-core1v5 (>= 2.3.3.4+dfsg), libcups2 (>= 1.4.0), libcurl3-gnutls (>= 7.68.0), libdbus-1-3 (>= 1.9.14), libdconf1 (>= 0.40), libeot0, libepoxy0 (>= 1.0), libexpat1 (>= 2.0.1), libexttextcat-2.0-0 (>= 2.2-8), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.31.8), libgpgmepp6 (>= 1.18.0), libgraphite2-3 (>= 1.2.2), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libharfbuzz-icu0 (>= 5.1.0), libharfbuzz0b (>= 5.1.0), libhunspell-1.7-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libldap-2.5-0 (>= 2.5.4), libmythes-1.2-0, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libnumbertext-1.0-0, libopenjp2-7 (>= 2.2.0), libpng16-16 (>= 1.6.2-1), libpoppler126 (>= 22.12.0), libraptor2-0 (>= 2.0.15), librdf0 (>= 1.0.17), librevenge-0.0-0, libsm6, libstdc++6 (>= 12), libtiff6 (>= 4.0.3), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.4.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwebp7 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxext6, libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.35), libxmlsec1-nss (>= 1.2.31), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), libzxcvbn0 (>= 0.20150103), libzxing2 (>= 1.4.0), zlib1g (>= 1:1.2.0) Recommends: libpaper-utils, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-libav Conflicts: libreoffice-avmedia-backend-vlc, libreoffice-base (<< 4:25.2.1~rc1-3~), libreoffice-calc (<< 4:25.2.1~rc1-3~), libreoffice-core-nogui, libreoffice-draw (<< 4:25.2.1~rc1-3~), libreoffice-filter-binfilter, libreoffice-impress (<< 4:25.2.1~rc1-3~), libreoffice-math (<< 4:25.2.1~rc1-3~), libreoffice-mysql-connector (<< 1:6.2.0~), libreoffice-report-builder (<< 4:25.2.1~rc1-3~), libreoffice-writer (<< 4:25.2.1~rc1-3~) Breaks: browser-plugin-libreoffice, libreoffice-avmedia-backend-gstreamer (<< 4:25.2.3-2~bpo12+1), libreoffice-base (<< 4:25.2.3-2~bpo12+1), libreoffice-calc (<< 4:25.2.3-2~bpo12+1), libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:25.2.3-2~bpo12+1), libreoffice-draw (<< 4:25.2.3-2~bpo12+1), libreoffice-evolution (<< 4:25.2.3-2~bpo12+1), libreoffice-gnome (<< 4:25.2.3-2~bpo12+1), libreoffice-gtk2 (<< 4:25.2.3-2~bpo12+1), libreoffice-gtk3 (<< 4:25.2.3-2~bpo12+1), libreoffice-impress (<< 4:25.2.3-2~bpo12+1), libreoffice-kde4 (<< 4:25.2.3-2~bpo12+1), libreoffice-kde5 (<< 4:25.2.3-2~bpo12+1), libreoffice-kf5 (<< 4:25.2.3-2~bpo12+1), libreoffice-officebean (<< 4:25.2.3-2~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5 (<< 4:25.2.3-2~bpo12+1), libreoffice-writer (<< 4:25.2.3-2~bpo12+1) Size: 27833888 SHA256: d4cd4092f3a8255a7a1b689f3396d78365b6ef226ef233bbaa3c5855fcbd101c SHA1: 5954f010397f85a7b5dff6e32cfeb869cbd443a9 MD5sum: 91017016dda6c039c0c63bf9f233de14 Description: office productivity suite -- arch-dependent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice. See the libreoffice package for more information. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-core_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-core-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 100693 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-avmedia-backend-gstreamer, libreoffice-common (<< 1:6.3.0~rc1~), libreoffice-core, libreoffice-pdfimport (<< 1:5.4~) Provides: libreoffice-bundled Depends: fontconfig, fonts-opensymbol (>= 2:102.12), libreoffice-common (>> 4:25.2.3), uno-libs-private (>= 4:7.5.0~), ure (>= 1:7.4.0~), libabsl20220623 (>= 0~20220623.0-1), libargon2-1 (>= 0~20171227), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libclucene-contribs1v5 (>= 2.3.3.4+dfsg), libclucene-core1v5 (>= 2.3.3.4+dfsg), libcurl3-gnutls (>= 7.68.0), libdconf1 (>= 0.40), libeot0, libexpat1 (>= 2.0.1), libexttextcat-2.0-0 (>= 2.2-8), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.31.8), libgpgmepp6 (>= 1.18.0), libgraphite2-3 (>= 1.2.2), libharfbuzz-icu0 (>= 5.1.0), libharfbuzz0b (>= 5.1.0), libhunspell-1.7-0, libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libldap-2.5-0 (>= 2.5.4), libmythes-1.2-0, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libnumbertext-1.0-0, libopenjp2-7 (>= 2.2.0), libpng16-16 (>= 1.6.2-1), libpoppler126 (>= 22.12.0), libraptor2-0 (>= 2.0.15), librdf0 (>= 1.0.17), librevenge-0.0-0, libstdc++6 (>= 12), libtiff6 (>= 4.0.3), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwebp7 (>= 1.2.4), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.35), libxmlsec1-nss (>= 1.2.31), libxslt1.1 (>= 1.1.25), libzxcvbn0 (>= 0.20150103), zlib1g (>= 1:1.2.0) Recommends: libpaper-utils Conflicts: libreoffice-avmedia-backend-vlc, libreoffice-core, libreoffice-filter-binfilter, libreoffice-mysql-connector (<< 1:6.2.0~) Breaks: browser-plugin-libreoffice, libreoffice-avmedia-backend-gstreamer (<< 4:25.2.3-2~bpo12+1), libreoffice-base (<< 4:25.2.3-2~bpo12+1), libreoffice-calc, libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:25.2.3-2~bpo12+1), libreoffice-draw (<< 4:25.2.3-2~bpo12+1), libreoffice-evolution (<< 4:25.2.3-2~bpo12+1), libreoffice-gnome (<< 4:25.2.3-2~bpo12+1), libreoffice-gtk2, libreoffice-gtk3, libreoffice-impress (<< 4:25.2.3-2~bpo12+1), libreoffice-kde4, libreoffice-kde5, libreoffice-kf5, libreoffice-officebean (<< 4:25.2.3-2~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5, libreoffice-writer (<< 4:25.2.3-2~bpo12+1) Size: 24522296 SHA256: 13428a2e6ccc1ac89e3a4d12a477dce89c4bce6e6651c4fca1174b4534562948 SHA1: f9ade31596a6ad05f7f62729be9030f893870baa MD5sum: dfc0fd7978b644c2c46b00bc642e86fa Description: office productivity suite -- arch-dependent files (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice without GUI support for server-based or commandline usage of LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-core-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-dev Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1084 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-dev-common (<< 1:5.4.1~) Depends: libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-dev-common (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: g++, libreofficekit-dev, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libmythes-dev, libreoffice-dev-doc, libreofficekit-dev-gtk Conflicts: libreoffice (<< 1:5.2.5-2~), libreoffice-dev-doc (<< 1:5.2.5-2~) Breaks: libreoffice-dev-common (<< 1:5.4.1~) Size: 280016 SHA256: 9caabf2c268f3be7786444c4ce93fa695219f6ef6fc4f203ac202f574df76c5e SHA1: 93229ca6fe41c21bab5e8c27ee453fe98a4e092c MD5sum: a224cb29b57316f3560f091b4292f5c8 Description: office productivity suite -- SDK -- architecture-dependent parts LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the (architecture-dependent) files needed to build plugins/add-ons for LibreOffice (build tools, libraries, arch-dependent includes, ...). Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: devel Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-dev_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-dev-common Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2342 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-dev (<< 4:24.8.0~beta1~) Recommends: python3 Conflicts: libreoffice (<< 1:5.2.5-2~) Breaks: libreoffice-dev (<< 1:5.2.0~) Size: 285292 SHA256: cc7860569b6b5ffcdec00ff012b913f7c4ff1fc274ea5f0d2acc5d5804b69b46 SHA1: 550b62896129e31542cb2b252912ebb86d468cc2 MD5sum: c20b4a0bcddb417e0c6a27628f6bca2f Description: office productivity suite -- SDK -- architecture-independent parts LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the (architecture-independent) files needed to build plugins/add-ons for LibreOffice (includes, IDL files, ...) Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: devel Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-dev-common_25.2.3-2~bpo12+1_all.deb Package: libreoffice-dev-doc Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 561523 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-dev (= 4:25.2.3-2~bpo12+1), www-browser Conflicts: libreoffice (<< 1:5.2.5-2~), libreoffice-dev (<= 1:5.0.3~rc1-2), openoffice.org-dev-doc Size: 192003512 SHA256: 5f4fec508a5ef87b9339af4e1375fd4a90980aa2a82153cd37bdae8340b88236 SHA1: bb3a598564430d4637a212eb93a3d01eb5b1f4aa MD5sum: 2440651b9ffb16d43db182eeaf820496 Description: office productivity suite -- SDK documentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the documentation of the LibreOffice SDK: . * C++/Java API reference * IDL reference * C++/Java/Basic examples Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-dev-doc_25.2.3-2~bpo12+1_all.deb Package: libreoffice-dev-gui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 139 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-dev (<< 1:7.0.0~) Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-dev (= 4:25.2.3-2~bpo12+1), libreoffice-dev-common (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Breaks: libreoffice-dev (<< 1:7.0.0~) Size: 56696 SHA256: 14b3e388b56e3342ef115c53697a7efd5ad6b4638ad51c4f60ca5a812159e14e SHA1: 96cecab0387842bea0c64b7531eb8cd741918edd MD5sum: 26ef5540f81a1387e49ca4047601c4a1 Description: office productivity suite -- "GUI" development stuff LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the gengal utility which was moved from libreoffice-dev. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: devel Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-dev-gui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-draw Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 10217 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-core (<< 1:6.4.1~rc1-3), libreoffice-impress (<< 4:7.5.4~rc1-1), libreoffice-impress-nogui (<< 4:7.5.4~rc1-1) Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-draw (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.3-2~bpo12+1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.35), libcdr-0.1-1, libdbus-1-3 (>= 1.9.14), libfreehand-0.1-1, libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.12.0), libmspub-0.1-1, libmwaw-0.3-3, libodfgen-0.1-1, libpagemaker-0.0-0, libqxp-0.0-0, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libvisio-0.1-1, libwpg-0.3-3, libxml2 (>= 2.7.4), libzmf-0.0-0, uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-core (<< 1:6.4.1~rc1-3), libreoffice-impress (<< 4:7.5.3~rc2-2) Size: 2531896 SHA256: fbc95231f96c1b4fa538b266f02bf7c0b1c6c275e90ae4e18673afc40b9c5adb SHA1: 37fdaf8f18ac80b11fa31ce27a37038e8278ec19 MD5sum: da2052700a5299873ff6f99bfbe3362e Description: office productivity suite -- drawing LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-draw_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-draw-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 8784 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-draw, libreoffice-impress (<< 4:7.5.4~rc1-1), libreoffice-impress-nogui (<< 4:7.5.4~rc1-1) Depends: libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-draw (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.3-2~bpo12+1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.35), libcdr-0.1-1, libfreehand-0.1-1, libgcc-s1 (>= 3.3.1), libmspub-0.1-1, libmwaw-0.3-3, libodfgen-0.1-1, libpagemaker-0.0-0, libqxp-0.0-0, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libvisio-0.1-1, libwpg-0.3-3, libxml2 (>= 2.7.4), libzmf-0.0-0, uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Conflicts: libreoffice-draw Breaks: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress (<< 1:5.2.0-2) Size: 2209304 SHA256: 2854e352a2737b9465461933009525042b778a34c6670138a15421f65d178f03 SHA1: dab23e3ecd05b9284a03891f14fb570132cb9532 MD5sum: 956e107115e9d9607627afb7ca704db6 Description: office productivity suite -- drawing (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-draw-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-evolution Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 411 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (= 4:24.2.1-3) Depends: libreoffice-base, libreoffice-core (= 4:25.2.3-2~bpo12+1), libebook-1.2-21, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.24.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: evolution Size: 113100 SHA256: 9e03c4627180aa921808b5ddfb84d1df98dcff30bbd2b351708836eb6cf5627e SHA1: 9181a3b53875d9c5a1dff7c638fc2be6f72ef35a MD5sum: a0617719d84e54fc5f1901f7aeabf2f5 Description: office productivity suite -- Evolution addressbook support LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package allows LibreOffice to access Evolution address books. You need to install evolution separately. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: gnome Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-evolution_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-gnome Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 337 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-gtk (<< 1:5.0.0~rc2-1), libreoffice-gtk3 (<< 1:7.2.0~) Provides: libreoffice-gtk-gnome Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-style-elementary, libreoffice-gtk3 Suggests: libreoffice-evolution, seahorse Enhances: libreoffice Conflicts: libreoffice-gtk3 (<< 1:7.2.0~) Size: 92584 SHA256: 8fd1900d1647912ddf4268323452d24b1752bc3aef1a3f9e9ea99ebf227645ee SHA1: c49aaea5afdf3f0e256577206c9d6c1de03c0da0 MD5sum: 2ec573b2e19a5f0a9e167a1e110f09be Description: office productivity suite -- GNOME integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GIO support. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: gnome Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-gnome_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-gtk3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2328 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libatk1.0-0 (>= 2.33.1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.21.5), libpango-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libx11-6, uno-libs-private Recommends: gstreamer1.0-gtk3 Suggests: libreofficekit-data Enhances: libreoffice Size: 454616 SHA256: b3d4853b174e4f2ca12019f7bd33b13a30ca9b8ad1b538ea5f794e75f2a3072b SHA1: 00f52a79453bb3f5b42c4658311afc53c402a239 MD5sum: f300fdf2585ad33d410d87b959550656 Description: office productivity suite -- GTK+ 3 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GTK+ plugin for drawing LibreOffices widgets with GTK+ 3 and GTK+/GNOMEish print dialog when running under GNOME. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: gnome Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-gtk3_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-gtk4 Source: libreoffice Version: 4:24.8.5-2~bpo12+2 Installed-Size: 2200 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-core (<< 4:7.6.0~rc2) Depends: libreoffice-core (= 4:24.8.5-2~bpo12+2), libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.43.4), libgtk-4-1 (>= 4.7.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libx11-6, uno-libs-private Suggests: libreofficekit-data Enhances: libreoffice Size: 403068 SHA256: 44c2e0e178663f24d72e3b48e0cd9c319e4d4d2a5d5ededd0bf37badbab1da07 SHA1: 3066ac2ab0ff3560d9eea97e10948d91b9c812f7 MD5sum: 3d58516ba79107d6abcc4bd3c4b7e5a6 Description: office productivity suite -- GTK 4 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GTK plugin for drawing LibreOffices widgets with GTK 4 and GTK/GNOMEish print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=gtk4. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: gnome Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-gtk4_24.8.5-2~bpo12+2_arm64.deb Package: libreoffice-help-ca Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 65016 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ca, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 5139544 SHA256: ebf65e3da4a0dbcf586fd80ab242eeab8412bae02e399b1fc6bc5390c10b5245 SHA1: eeb5ab967ec9a2d459cecd75a34fc63e760907a7 MD5sum: 0c10ecaf67504fdbccec0ef0324c7140 Description: office productivity suite -- Catalan help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Catalan. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-ca_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-common Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 14954 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:24.2.2~rc2) Depends: libreoffice-common, node-normalize.css, node-prismjs Breaks: libreoffice-common (<< 1:6.1.0~alpha1-1) Size: 4228856 SHA256: e99bf938f5338eb9662cbb0debf4f9cac2123b359d02765a3dfb226d3385e8c1 SHA1: 912ef95187e1cafee24b3c315f125f6c10663b3c MD5sum: afafffc696d565034c3b242157a68b1e Description: office productivity suite -- common files for LibreOffice help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the common files (e.g. language-independent, media) files for the LibreOffice Help. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-common_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-cs Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32251 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-cs, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2705808 SHA256: 39c2dafafaeb6739c90351d6021e8bd2b35cdf2404bb2968f61720ec4a2a486a SHA1: 07890dcbd1be61b23bd84f62dcca64acd6bceed9 MD5sum: 5370ee52a79d0e6be66746144349cf83 Description: office productivity suite -- Czech help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Czech. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-cs_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-da Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32175 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-da, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2694308 SHA256: cc274b6df97b2579f6f9af241a967582db4e40c467bad9a9858e7df25d27764e SHA1: 98d85f19aec18ba613b1c774dd96104b009c856b MD5sum: fb6beb797e807c522563a7d36dc87da4 Description: office productivity suite -- Danish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Danish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-da_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-de Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 33038 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-de, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2747272 SHA256: 541fa6aeb25a55d39b2cc7cbb7cb00c5e72bc217a79f3abeb154fd72051868e6 SHA1: 4abe0ddb8099e1aa5c306f873d112c4a2ca71664 MD5sum: a1c504e8034cda0331ac93e9b8d90896 Description: office productivity suite -- German help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in German. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-de_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-dz Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 36452 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-dz, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2758708 SHA256: 3cc80f2c90edaaff4af15e21f2116f5e9fc5c3782c2352847797acf8411f6358 SHA1: f6907f3da410fdbc145afa27848761eb24643455 MD5sum: 0c91378e2fc9c7f2855d92e87fbf4bd0 Description: office productivity suite -- Dzongkha help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dzongkha. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-dz_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-el Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 38401 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-el, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2968808 SHA256: 796348f908ec0b7e6038e233f579c9713404e312fc5e1c2bd5e3418439d71a09 SHA1: a6e815eafc13f92ba29192c31479d62989e113ba MD5sum: bfc07ecfe420bca5be2f25727023219d Description: office productivity suite -- Greek help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Greek. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-el_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-en-gb Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31811 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-gb, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2568704 SHA256: b5c92864884956edb6ef6f043f531985ebe4f2b657a577dbb16ac23950588ceb SHA1: ea63f31069c9eb78d89d63b082b32c5f8d96ecf6 MD5sum: 90d339292a6f309d12a8df0321b59c84 Description: office productivity suite -- English_british help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_british. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-en-gb_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-en-us Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 30998 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-us, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 1973584 SHA256: a1c5dfb8ac6a38545c8ca81ba986a10efa5232478364aca7dfc7c21696852242 SHA1: 9dc2a04d5fa9de6c02ae69d31cbda69b646c330f MD5sum: 83a0fc143cb233b226296d5003de7424 Description: office productivity suite -- English_american help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_american. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-en-us_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-es Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32635 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-es, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2756008 SHA256: 4e21bfb0ad210ebc137aa3e96949ac1bd48002f55d2aeace2a1a6c0b65d3cc0a SHA1: 27bc3f01033ec8861677f1002325d120a37f5d8e MD5sum: 709fe6b80f2d60ff87aa284fa0301846 Description: office productivity suite -- Spanish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Spanish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-es_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-et Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31795 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-et, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2675916 SHA256: 095ae0df85f092605d76e9d602cae2f89c05af989eac28af2ad3807fb3809a1f SHA1: 9d5db5ef222b5b5d0c4a06a429f1da7afd5da489 MD5sum: 4387ab379138bc6c7a025a9d99a4aa52 Description: office productivity suite -- Estonian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Estonian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-et_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-eu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32301 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-eu, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2679692 SHA256: c5ca47a07e58a44382d620e3e1a01243e4b8e238f9fb391e2ca3f3c91cbf681c SHA1: 0ac4bbb81ca461d2003d66c916a982c46c08025f MD5sum: 6c687525802798757df3b31c0702c979 Description: office productivity suite -- Basque help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Basque. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-eu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-fi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32029 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-fi, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2693184 SHA256: 3e0e183fa43a7a72d1752d6c58576ee4cca7a740d3c5338a35e788bc42436d24 SHA1: eb0bacce5c3898dda00979a966f59e91eadddea6 MD5sum: c31a776864cc2a7294056c75c1b4eabc Description: office productivity suite -- Finnish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Finnish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-fi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-fr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 33142 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-fr, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2710684 SHA256: bb17d04482ba5908f8cc27454d9ba02d0060d5e65f570cf364fe3ab2452516ff SHA1: 6cac41f35f1ffbcd69674a58a1106f9a8fe67a98 MD5sum: 76f6648827dcccb4a208ce1fca0945e5 Description: office productivity suite -- French help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in French. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-fr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-gl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32132 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-gl, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2710948 SHA256: fe63a04fa96e784e7c24d3aad6c156ca854b679ed6af9c0306561a35a8c6f002 SHA1: 5ad6dc3d4294f0faa47b765dd0c1c42d8e85a404 MD5sum: 05eea10c92efaa06b5df3e53d6a0e90c Description: office productivity suite -- Galician help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Galician. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-gl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-hi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32254 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-hi, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2653800 SHA256: 60955a10bfd4da221526046aac9002fc7a4c04e673e2049a0bef3203fd2a98cb SHA1: 1af258ffae832af43794c855acefc1144808c9c6 MD5sum: 489c290869561416335cbaae58cff80f Description: office productivity suite -- Hindi help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hindi. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-hi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-hu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32633 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-hu, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2810916 SHA256: bbc0070eb3f6144aac4b37a79845c4d5d5ff4a1ec4741d41bb2fd21b476a0220 SHA1: d2b6bbb725378ce4f8cd2d3d078115924d574771 MD5sum: 435e433546776efd3cea2c1358e242b6 Description: office productivity suite -- Hungarian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hungarian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-hu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-id Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31876 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-id, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2659428 SHA256: 2b971d1236897a338a6a9835a47e15521f99d6e14fb5316ca29883278d5c25e3 SHA1: 142bf90d106cb7ed552c555a1cec7f436b76fb48 MD5sum: f3b464c10c77d5a1f12df7aaa2a32376 Description: office productivity suite -- Indonesian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Indonesian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-id_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-it Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32856 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-it, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2690920 SHA256: cf0f23a7015b60224a71bf2b3db17c27397367613138008b642c3cae3050c2af SHA1: fa0632d7d3965df68287ff6c4f994c89e04c5697 MD5sum: 21c70468d674c9cca04dd4734b5f0af3 Description: office productivity suite -- Italian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Italian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-it_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-ja Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 33146 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ja, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 3012516 SHA256: 6bac6bfb68326a3543ccd13f0363954922aea06d87cc9143553825974c03f655 SHA1: 9beb8da877ad5e99d4e3077eb7bf7e104dc173d0 MD5sum: 1f18f312646f1e74a54a3005b8a335a7 Description: office productivity suite -- Japanese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Japanese. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-ja_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-km Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 36030 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-km, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2846288 SHA256: ca6957b8fa28d816e3d5a6231f69a6c75424f5bcb2108fd69359b78cf2d8336d SHA1: ff80cc3161f3bff600ad9c8ca9bb93c8b326b2d5 MD5sum: 8b98059d1e6259e374ccdfa7786159fe Description: office productivity suite -- Khmer help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Khmer. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-km_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-ko Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32079 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ko, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2701860 SHA256: d3a0a750d28fdbc780baa832947dbcd020afd61970d79d883848062052e88427 SHA1: 5688ab7cdc599d478d66bb05c0cc2f6b6c093562 MD5sum: 1eb779b500d5bef7ca3ec1e63962df0f Description: office productivity suite -- Korean help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Korean. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-ko_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-nl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32580 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-nl, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2714984 SHA256: f789b59861b85d94e38dd67660ee317cc2ec8efbec2315a2d8bdb35bb157ae6b SHA1: 5b05f17a26fddf95c52fb9c2a63735fc6d8ba6a1 MD5sum: 7b88b54176c3f44467ad67e2a2fe18a3 Description: office productivity suite -- Dutch help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dutch. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-nl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-om Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31864 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-om, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2705892 SHA256: b424675cd5e474b18573f0e49d0a5441dab1cb1e3b9c5892897ea387c1f9369a SHA1: 98f7ad5849c29efce20b380d87570227c466ede0 MD5sum: a3487e6572bde02c81c35aa0881fe514 Description: office productivity suite -- Oromo help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Oromo. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-om_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-pl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32554 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pl, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2757760 SHA256: a49fd144f8b981d3666c7f9741cc700bf9979f1fbd0f5052ca5eff3873221a08 SHA1: 29a9d009e2606f3f04d9bd44ab5b78ae86de9a84 MD5sum: da52a021fe7a9ef12058ab9cebe29c97 Description: office productivity suite -- Polish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Polish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-pl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-pt Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32319 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pt, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2703416 SHA256: 21148204a045a1b7e6c6896418511012b93b92a2fb0ac31f9265b96f7ac8c886 SHA1: bc0b89e0f0ef315b5ff65730e085a2f1160eaee9 MD5sum: 8e31d795175b340e8f4941d9fa1cb4d7 Description: office productivity suite -- Portuguese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-pt_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-pt-br Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32712 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pt-br, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2687704 SHA256: 645c25f99a355c10e8b695f6e500d8cec2dff03228df370d50f4c563db2e206f SHA1: 7a0f91cc4cbc48acda3c0feba950a8ce49bcff5e MD5sum: b5c0ea8077b9a56c7a0ccf863f1a9334 Description: office productivity suite -- Portuguese_brazilian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese_brazilian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-pt-br_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-ru Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 34955 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ru, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2813816 SHA256: 3714c266109f092ab116cdb926c0b8e668fe0e4cea9c51871a96da78f8629db2 SHA1: 88b53bd75b64c28ec5fac2f57429bb005ff06763 MD5sum: 9b551ec223cc04c6f4f0baa26c95974e Description: office productivity suite -- Russian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Russian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-ru_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-sk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 73 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-help-cs, libreoffice-l10n-sk, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 42904 SHA256: fe8fab959bfe8fdfad2439bf145ad7bc00ae142916e57716a32275b225c359ea SHA1: 9273bf2873c1e5f4184ec2f02c60ef80c50deb54 MD5sum: 287b3580c9787ccba03cd25fc92dfe3a Description: office productivity suite -- Slovak help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovak. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-sk_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-sl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32119 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-sl, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2691308 SHA256: a4985d0dbc0e347f9c70c1fd6f65cd569acb22fbf8555c6bf4c4498c84584768 SHA1: f1fad922de65bc4292ccd50b304b72d6b2a5bdb2 MD5sum: 958a10ef83392a4b5f48f7c8bae916df Description: office productivity suite -- Slovenian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovenian. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-sl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-sv Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31956 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-sv, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2689688 SHA256: be53b9fc7ce6a0d08e02ee286f27707d73ac7763494c1e58ba546c664de8c437 SHA1: cf6406b8581b4d9f78fecb2c445394a5b73564b0 MD5sum: 75733ba3aa889d7eb511c91eacbeee00 Description: office productivity suite -- Swedish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Swedish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-sv_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-tr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32234 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-tr, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2730844 SHA256: a916c84ec4f0a9a0d539e4c05663e33e09fa307288e28d3459b55bc15fe52740 SHA1: 099faa511c56fe146cd26d0535ee84f18ed82d9a MD5sum: b779492b1146a876f16b08aeb25ec0b2 Description: office productivity suite -- Turkish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Turkish. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-tr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-vi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 32324 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-vi, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2716032 SHA256: 27e08c1ea403754380209c3c1608976201abe062d95d75beea66a31c3f5a093b SHA1: b37cc0134e15beac4b748ee8ccc3dc8169cf53a5 MD5sum: 3b3c4aaef3e680188e322cde37f814b9 Description: office productivity suite -- Vietnamese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Vietnamese. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-vi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-zh-cn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31729 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-zh-cn, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2791180 SHA256: cc4e229a048cfdf32bd817645d7bfe1d095b266b552324e62278830ef23eeff7 SHA1: fd278a201b8dcfda4a394d1550cb13388e2411c7 MD5sum: 33863d30d0ce54e49a74c8e0d47db9ed Description: office productivity suite -- Chinese_simplified help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_simplified. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-zh-cn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-help-zh-tw Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 31845 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 25.2) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-zh-tw, libreoffice-help-common (= 4:25.2.3-2~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.3), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2820560 SHA256: d9306063ebcb656a3a48497e26b583286fb4901386f119e83b1372318df299f6 SHA1: 8a25e4b1870c01a9171e1fce0bb59268540d9b8b MD5sum: 72a86e9c8a310b0787e63c804606b214 Description: office productivity suite -- Chinese_traditional help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_traditional. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: doc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-help-zh-tw_25.2.3-2~bpo12+1_all.deb Package: libreoffice-impress Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2363 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-ogltrans (<< 1:6.1.4-2~) Provides: libreoffice-ogltrans Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-draw (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.3-2~bpo12+1), libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libepoxy0 (>= 1.0), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Suggests: bluez Conflicts: libreoffice-ogltrans (<< 1:6.1.4-2~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 639952 SHA256: 2843694ce58aae7c1532006e467a01c29032821971635ad7863ee20a02f4b124 SHA1: 44620ae479971e5dbbd6b6068484b0cb4b05dc2b MD5sum: 1aed42f3594fcbff5c1ce49f41fd9c74 Description: office productivity suite -- presentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-impress_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-impress-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2089 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress Depends: libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-draw-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-draw (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.3-2~bpo12+1), libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Suggests: bluez Conflicts: libreoffice-impress, libreoffice-ogltrans (<< 1:6.1.4-2~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 525976 SHA256: 28a196f4b99b944b57f1bf3ce18ae576c5019275490da303230e133b32698792 SHA1: 5403493d623d8b808df22791bc25faef4d68ad4a MD5sum: 39161796926cd334e1025d73c9c418f1 Description: office productivity suite -- presentation (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-impress-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-java-common Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 622 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libunoil-java (<< 1:6.4.0~rc1-6) Depends: liblibreoffice-java, libreoffice-common, libunoloader-java, ure-java Breaks: libunoil-java (<< 1:6.4.0~rc1-6) Size: 520252 SHA256: a08c18dbb7e2b812f5d5a6b2d15243a4aaa762360a4b2d258b94588fd79b1eb5 SHA1: 805c1842e962644d1e6eba7a36dddfd8450719a0 MD5sum: 9035569b3021b2514b4c24a0b735e0e1 Description: office productivity suite -- arch-independent Java support files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of the Java support for LibreOffice (Java classes, scripts, config snippets). Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-java-common_25.2.3-2~bpo12+1_all.deb Package: libreoffice-kf5 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 202 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-kde (<< 1:6.1.0~alpha1-1) Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), kio, libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libkf5configcore5 (>= 4.97.0), libkf5kiofilewidgets5 (>= 5.69.0), libqt5core5a (>= 5.0.2), libqt5widgets5 (>= 5.6.0~beta), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Recommends: kio (>> 5.103.0-1), libreoffice-style-breeze Enhances: libreoffice Size: 58684 SHA256: 31b286ecb79e319606cbb7c20514d77b675b0ee0028efb0ad182fd239d6379b7 SHA1: ab72facb4190c8427e6df640fe791f0dc1983e18 MD5sum: b4a3781c1a3f07912796c9cb127e0f30 Description: office productivity suite -- KDE Frameworks 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KF5 plugin for LibreOffice and a KF5-based File Picker when running under Plasma. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: kde Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-kf5_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-l10n-af Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4038 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-af | myspell-dictionary-af | libreoffice-spellcheck-af, hyphen-af | libreoffice-hyphenation-af, libreoffice-grammarcheck-af, libreoffice-help-af, mythes-af Size: 832688 SHA256: 8c5975af5d7f22d950de2067e4e6bb196495863ad3ff4f047cc59d5c74095a92 SHA1: 1a78d6d6f0281d07ab604cb93b8befb90c25651c MD5sum: be20a805f833ea47e013925addb4023f Description: office productivity suite -- Afrikaans language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Afrikaans. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-af_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-am Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3862 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-am | myspell-dictionary-am | libreoffice-spellcheck-am, hyphen-am | libreoffice-hyphenation-am, libreoffice-grammarcheck-am, libreoffice-help-am, mythes-am Size: 684344 SHA256: 2dacee4fd8ed4791216e352b0ebdda7acf2844b1708d6fd579d0b1ac57c33bbc SHA1: 37ddb896850a0c7a00d981479fe2899d44f0e7ed MD5sum: 8eb898902fd9a7516c3377fc645dabd6 Description: office productivity suite -- Amharic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Amharic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-am_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ar Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3151 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-hosny-amiri, fonts-hosny-thabit, fonts-sil-scheherazade, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ar | myspell-dictionary-ar | libreoffice-spellcheck-ar, hyphen-ar | libreoffice-hyphenation-ar, libreoffice-grammarcheck-ar, libreoffice-help-ar, mythes-ar Size: 596584 SHA256: 2ed0921f9bb6315ea968d0ee60ccb5b649e602be1129039571cf0da3f88430e2 SHA1: fa22c2521a265e38658b02fac52ff505368123b8 MD5sum: 26667b42f700a2799bd6b4d373bb547b Description: office productivity suite -- Arabic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Arabic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ar_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-as Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2449 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-as | myspell-dictionary-as | libreoffice-spellcheck-as, hyphen-as | libreoffice-hyphenation-as, libreoffice-grammarcheck-as, libreoffice-help-as, mythes-as Size: 391484 SHA256: aa99fd3c7996ba1a800b2336a91478d5c8c8eeef27701f5edd0ea0d2bd60876c SHA1: e716b2d14118a458881e8edac31339a623253bdc MD5sum: 850cf19a0be84af27ef8db2a23df6bb4 Description: office productivity suite -- Assamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Assamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-as_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ast Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2574 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ast | myspell-dictionary-ast | libreoffice-spellcheck-ast, hyphen-ast | libreoffice-hyphenation-ast, libreoffice-grammarcheck-ast, libreoffice-help-ast, mythes-ast Size: 510240 SHA256: 27d22bc5b739568245715d8925ad991fc36a1181ef8a0d4aaff52d1604819684 SHA1: 663ec21a9d200c574bb8034cc02e5e746cd70acd MD5sum: c131bf9fff36c95080f2ab4fab485740 Description: office productivity suite -- Asturian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Asturian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ast_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-be Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3209 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-be | myspell-dictionary-be | libreoffice-spellcheck-be, hyphen-be | libreoffice-hyphenation-be, libreoffice-grammarcheck-be, libreoffice-help-be, mythes-be Size: 583816 SHA256: 31eecabf462a89abfcce4c7e6b18701672c75d0b3d82c055f0e6b8f104198e42 SHA1: deedc4cb4b619974054835ec9a599d422bf3c0ec MD5sum: 9d70e8b4b9263cc2bcc4fd63739b180e Description: office productivity suite -- Belarusian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Belarusian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-be_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-bg Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5088 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-bg | myspell-dictionary-bg | libreoffice-spellcheck-bg, hyphen-bg | libreoffice-hyphenation-bg, libreoffice-grammarcheck-bg, libreoffice-help-bg, mythes-bg Size: 933012 SHA256: 68656bea2ac56e65ded494fd99bf2b4a8c7aaa3c524de213f69ec7da4b788713 SHA1: 5ff9d59954628007198ba51df5d25e9fc8166020 MD5sum: 8b921e233fe593c1eb9e8d398b2d0430 Description: office productivity suite -- Bulgarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bulgarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-bg_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-bn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5588 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-beng, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-bn | myspell-dictionary-bn | libreoffice-spellcheck-bn, hyphen-bn | libreoffice-hyphenation-bn, libreoffice-grammarcheck-bn, libreoffice-help-bn, mythes-bn Size: 632684 SHA256: 21daeef0ca4c1e6e4d287584245cd8e4b547011da9e13d5d6781e2bc64904672 SHA1: 5712d09dd3650bcd4f592ef0bb3dcfd0808fbf95 MD5sum: 806c795b7ef5257831ed5a24ded74c18 Description: office productivity suite -- Bengali language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bengali. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-bn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-br Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2415 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-br | myspell-dictionary-br | libreoffice-spellcheck-br, hyphen-br | libreoffice-hyphenation-br, libreoffice-grammarcheck-br, libreoffice-help-br, mythes-br Size: 475244 SHA256: 7a8a39c10f3b35bce272dc66fa3d890c90f7a95c39028b882c7f2f4cfa492161 SHA1: 3a866823ab45bae301bd7989d4e0966f913126cd MD5sum: a66ae16d442f02e929f72cfdbd1b1bec Description: office productivity suite -- Breton language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Breton. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-br_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-bs Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2166 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-bs | myspell-dictionary-bs | libreoffice-spellcheck-bs, hyphen-bs | libreoffice-hyphenation-bs, libreoffice-grammarcheck-bs, libreoffice-help-bs, mythes-bs Size: 422952 SHA256: ce489dfab0e7934f4858cb9897d2f7ee6c94a5ffd9ecf88b300caa040dc0c5c8 SHA1: 739145d73017a63c20aae347420b1e28e0d78e90 MD5sum: 841ade014a595f0abde28177e2d058d4 Description: office productivity suite -- Bosnian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bosnian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-bs_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ca Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 8073 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ca | myspell-dictionary-ca | libreoffice-spellcheck-ca, hyphen-ca | libreoffice-hyphenation-ca, libreoffice-grammarcheck-ca, libreoffice-help-ca, mythes-ca Size: 1033004 SHA256: de72ae123e69bef56f88bc8845ae250ea18a58db7e0e47a4133f9fa644e1108b SHA1: 1cc871a0ab3a51e7296c3630afdcfa9b901edd7d MD5sum: 06455e6537574ff4f251cd99ba63a08e Description: office productivity suite -- Catalan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Catalan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ca_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-cs Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4226 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-cs | myspell-dictionary-cs | libreoffice-spellcheck-cs, hyphen-cs | libreoffice-hyphenation-cs, libreoffice-grammarcheck-cs, libreoffice-help-cs, mythes-cs Size: 913428 SHA256: c625cacc8babb9b77f13df9346379d2134c8c09602f5bdbcbbd758b22f203620 SHA1: 1e42ae7fae2bdd365e944725eb6ab2175472e147 MD5sum: 391ff222b1ed95692f2947a601138688 Description: office productivity suite -- Czech language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Czech. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-cs_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-cy Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4029 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-cy | myspell-dictionary-cy | libreoffice-spellcheck-cy, hyphen-cy | libreoffice-hyphenation-cy, libreoffice-grammarcheck-cy, libreoffice-help-cy, mythes-cy Size: 817920 SHA256: d5f5c4f49d2bebca3dea983c8ed07b5e50544dfe6bfcc2401bb3d634dba120c3 SHA1: 8f65c58fb486dc5e2e58ad72d2267bde87376cef MD5sum: f9abeea265c4ef19253a671260dcff87 Description: office productivity suite -- Welsh language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Welsh. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-cy_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-da Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4148 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-da | myspell-dictionary-da | libreoffice-spellcheck-da, hyphen-da | libreoffice-hyphenation-da, libreoffice-grammarcheck-da, libreoffice-help-da, mythes-da Size: 889668 SHA256: ff068a9b1fea592647e0ba422d660b957a038c5a209ba81b41e5a7bdbc7ea983 SHA1: 254ce8140a902f4c28609fa46fdfe37c7dceeead MD5sum: c484755a8c55b578adafedb8151cd951 Description: office productivity suite -- Danish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Danish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-da_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-de Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4274 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-de | myspell-dictionary-de | libreoffice-spellcheck-de, hyphen-de | libreoffice-hyphenation-de, libreoffice-grammarcheck-de, libreoffice-help-de, mythes-de Size: 899296 SHA256: 765c4099b05737c9ab43cd5858bc5abd604b51cc7df7353a53b0b1742e3dd0ad SHA1: f40f59b1703867fca1b84cd7e94c107cdb99ba37 MD5sum: c0f572023880a2de4d2af437a9152510 Description: office productivity suite -- German language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in German. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-de_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-dz Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2710 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-dzongkha, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-dz | myspell-dictionary-dz | libreoffice-spellcheck-dz, hyphen-dz | libreoffice-hyphenation-dz, libreoffice-grammarcheck-dz, libreoffice-help-dz, mythes-dz Size: 366760 SHA256: 752c32222ff1afb355722a90e6ffcda1941a3a2e7a9cb87eb187327b479371e3 SHA1: 8ae3726b49ba9b134a22d0eb5e22014566d6dba3 MD5sum: 6951507522a4b6839c9f8dc51cfd57bd Description: office productivity suite -- Dzongkha language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dzongkha. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-dz_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-el Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5151 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-el | myspell-dictionary-el | libreoffice-spellcheck-el, hyphen-el | libreoffice-hyphenation-el, libreoffice-grammarcheck-el, libreoffice-help-el, mythes-el Size: 871072 SHA256: 7dda3976b14132301cd084fb857dc346f8c0297cda0e4a200b984034d8ac9e78 SHA1: fea9b61556ef392f048c0b68bba23fb2a69f48f9 MD5sum: 925faeda86f4b700ff4a26202ba2b7bb Description: office productivity suite -- Greek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Greek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-el_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-en-gb Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3861 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-en-gb | myspell-dictionary-en-gb | libreoffice-spellcheck-en-gb, hyphen-en-gb | libreoffice-hyphenation-en-gb, libreoffice-grammarcheck-en-gb, libreoffice-help-en-gb, mythes-en-gb Size: 711172 SHA256: 363484c6d8c35f8230b9d4739591f1cfa344e4238864ca8156f782b820d9fe52 SHA1: 0f6873f63aee14a999adc43cb5e75d3d2c153bad MD5sum: 8504dee0c8b678ddf469921e3b34b7fe Description: office productivity suite -- English_british language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_british. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-en-gb_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-en-za Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2024 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-en-za | myspell-dictionary-en-za | libreoffice-spellcheck-en-za, hyphen-en-za | libreoffice-hyphenation-en-za, libreoffice-grammarcheck-en-za, libreoffice-help-en-za, mythes-en-za Size: 322004 SHA256: 74658d34ec08a0e9634080b1c2a20bb546649f4f4d777031ab5d75c5c505beec SHA1: 29c38d1556a481f2fa08d494234d30a82183eea3 MD5sum: e04de50f7b053676f0c470985caaf4db Description: office productivity suite -- English_southafrican language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_southafrican. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-en-za_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-eo Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3956 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-eo | myspell-dictionary-eo | libreoffice-spellcheck-eo, hyphen-eo | libreoffice-hyphenation-eo, libreoffice-grammarcheck-eo, libreoffice-help-eo, mythes-eo Size: 798440 SHA256: 7ff8f3987d6e12fa4b7ba3f6e15864287088e63a59457207e7ee9326af8eee6b SHA1: 2e3e8710fd302663bf3c07537d8c50a997280a93 MD5sum: 3bde10d92962295a0956fe9e46df665f Description: office productivity suite -- Esperanto language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Esperanto. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-eo_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-es Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4243 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-es | myspell-dictionary-es | libreoffice-spellcheck-es, hyphen-es | libreoffice-hyphenation-es, libreoffice-grammarcheck-es, libreoffice-help-es, mythes-es Size: 888844 SHA256: da859ba355382e235bf7878b1417a6ed91e5095b73fc44b52c88ef5625e42acc SHA1: 62aaa1cb52b9173d432cd3fddc60566a5329fda3 MD5sum: 84b40d4ca1faa89c97c22f873a8b1238 Description: office productivity suite -- Spanish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Spanish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-es_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-et Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3443 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-et | myspell-dictionary-et | libreoffice-spellcheck-et, hyphen-et | libreoffice-hyphenation-et, libreoffice-grammarcheck-et, libreoffice-help-et, mythes-et Size: 696336 SHA256: 8c4e18ba64425633cfea83f1e1be5893bbf978772137d30df92f6ba2f5fcc202 SHA1: 58e9640e79ce681358120792ef6ef3e8ca820d7e MD5sum: a7870dc63e8e05f8b714e8ed5e70e8b6 Description: office productivity suite -- Estonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Estonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-et_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-eu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3874 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-eu | myspell-dictionary-eu | libreoffice-spellcheck-eu, hyphen-eu | libreoffice-hyphenation-eu, libreoffice-grammarcheck-eu, libreoffice-help-eu, mythes-eu Size: 767992 SHA256: 94b0bcb88b14fea57f921ab2772c08fe24211ecacd2ea420f009d02b740fe034 SHA1: 0b2b02a58a9e1f3a05c9ac99d7eed11b964ebecd MD5sum: c5b246e7f0103bc6cc42c7796f639e71 Description: office productivity suite -- Basque language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Basque. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-eu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-fa Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1836 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-farsiweb, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-fa | myspell-dictionary-fa | libreoffice-spellcheck-fa, hyphen-fa | libreoffice-hyphenation-fa, libreoffice-grammarcheck-fa, libreoffice-help-fa, mythes-fa Size: 321756 SHA256: 2c714907cb1a3719edde0fcc37b8ed56d2bc39378beaed2b9beb0ef52128b034 SHA1: f6fce0625dfc24e67f6d1518265bf2200c898e39 MD5sum: 59933117732882008cfc572b82e1dda9 Description: office productivity suite -- Farsi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Farsi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-fa_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-fi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3473 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-fi | myspell-dictionary-fi | libreoffice-spellcheck-fi, hyphen-fi | libreoffice-hyphenation-fi, libreoffice-grammarcheck-fi, libreoffice-help-fi, mythes-fi Size: 702320 SHA256: 173918a37c58f879aa2b96e006ead62ee68f7be2e38a12e0453e1f0f27aade77 SHA1: 20fc3cc36375fa2f34fbf099d80823e4768760f7 MD5sum: ffb97e72a899757cb669f0fd1ee0b392 Description: office productivity suite -- Finnish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Finnish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-fi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-fr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4333 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-fr | myspell-dictionary-fr | libreoffice-spellcheck-fr, hyphen-fr | libreoffice-hyphenation-fr, libreoffice-grammarcheck-fr, libreoffice-help-fr, mythes-fr Size: 898316 SHA256: 1431d04cdef82dc97f30fe8ae114ce119d808b9bde045a9dbb39ec2e5a3de156 SHA1: b2f4f3be3e3e58c8af18c6914338af9feb23fc74 MD5sum: 7da45493def9e93a7c7284ad3f213af3 Description: office productivity suite -- French language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in French. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-fr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ga Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2691 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ga | myspell-dictionary-ga | libreoffice-spellcheck-ga, hyphen-ga | libreoffice-hyphenation-ga, libreoffice-grammarcheck-ga, libreoffice-help-ga, mythes-ga Size: 533960 SHA256: 07ad6be60cbccde5ad23f6f519e695315e9b19202173f06790d8faed78357035 SHA1: 4444f6ead6a5db155feba28fd25247e58742ab26 MD5sum: 576bd26fbd92c84d0d3d2fbb6765a7cf Description: office productivity suite -- Gaelic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gaelic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ga_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-gd Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2814 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-gd | myspell-dictionary-gd | libreoffice-spellcheck-gd, hyphen-gd | libreoffice-hyphenation-gd, libreoffice-grammarcheck-gd, libreoffice-help-gd, mythes-gd Size: 549672 SHA256: 7162505b4d6f3b6639febd0bb60c4af0427cfea21a82007dd505c252be2d101a SHA1: 82d034aa8378b38c40ce915380819552b3993e8a MD5sum: 0f91fee870d55c5852aa0d942b2294a3 Description: office productivity suite -- Scottish_gaelic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Scottish_gaelic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-gd_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-gl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4131 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-gl | myspell-dictionary-gl | libreoffice-spellcheck-gl, hyphen-gl | libreoffice-hyphenation-gl, libreoffice-grammarcheck-gl, libreoffice-help-gl, mythes-gl Size: 823920 SHA256: b0e567cfa355c745753d780e82f982759f6bc2e99c2c3460b34fddaf3947685d SHA1: 52419ef7618c60856c17486dcfc7c02fa5642d68 MD5sum: 0a89c9b3e3ac29a50d84b07de2ce34a0 Description: office productivity suite -- Galician language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Galician. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-gl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-gu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2843 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-gujr, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-gu | myspell-dictionary-gu | libreoffice-spellcheck-gu, hyphen-gu | libreoffice-hyphenation-gu, libreoffice-grammarcheck-gu, libreoffice-help-gu, mythes-gu Size: 468912 SHA256: 4cd9356947bb87005d72f52a17c0f1c32db72cdc49aa4767b863802c4260fab7 SHA1: e366a99b278af7abcdb12ce1c93509afb69b5c4f MD5sum: 5a5be7c66a77d91b92108933d0519ecd Description: office productivity suite -- Gujarati language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gujarati. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-gu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-gug Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2059 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-gug | myspell-dictionary-gug | libreoffice-spellcheck-gug, hyphen-gug | libreoffice-hyphenation-gug, libreoffice-grammarcheck-gug, libreoffice-help-gug, mythes-gug Size: 395468 SHA256: fca73c96a250024118a29b93fa6d47a49a716ec9dbf4b35bfb4d6c7f7377cf59 SHA1: 7dc16ce85b802a86ea330d1c7a1fe41481a13c96 MD5sum: 7c1be79f054d1fbc62e94e7b239fed93 Description: office productivity suite -- Guarani language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Guarani. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-gug_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-he Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2832 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: culmus, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-he | myspell-dictionary-he | libreoffice-spellcheck-he, hyphen-he | libreoffice-hyphenation-he, libreoffice-grammarcheck-he, libreoffice-help-he, mythes-he Size: 537076 SHA256: 69c33067bc9c6fc95e88a112557dcabc9977377e2f448a67e287cb4bd81854b5 SHA1: 5e558a5aba792e884a04f84a9d758b10abd0d4ac MD5sum: 4e9bc355f9df9192af05d5d8ced72b36 Description: office productivity suite -- Hebrew language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hebrew. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-he_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-hi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2277 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-hi | myspell-dictionary-hi | libreoffice-spellcheck-hi, hyphen-hi | libreoffice-hyphenation-hi, libreoffice-grammarcheck-hi, libreoffice-help-hi, mythes-hi Size: 367104 SHA256: 5459c2024088e1601888d8950ccc0fa90956846bddf7ff53762b76e7d1e2c41b SHA1: 0f5c77c5f3d5e10d2a05c2c28dde3891d8d9f327 MD5sum: 583572151919c766ab95fabf53492004 Description: office productivity suite -- Hindi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hindi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-hi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-hr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2780 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-hr | myspell-dictionary-hr | libreoffice-spellcheck-hr, hyphen-hr | libreoffice-hyphenation-hr, libreoffice-grammarcheck-hr, libreoffice-help-hr, mythes-hr Size: 563472 SHA256: bdf75320ecc6ea52c6a50b3f09965446ffddc30357819c9045ace45f3276ea71 SHA1: 9ce153cbbfb293e58b1a5b041227d7d39f994efd MD5sum: 11b65e4eb2e7e9676933462766d6b747 Description: office productivity suite -- Croatian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Croatian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-hr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-hu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4190 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-hu | myspell-dictionary-hu | libreoffice-spellcheck-hu, hyphen-hu | libreoffice-hyphenation-hu, libreoffice-grammarcheck-hu, libreoffice-help-hu, mythes-hu Size: 888124 SHA256: d6b835a4f074af57f092d5a2daedd9a7aae5f29a6f1266d3d1bf47ca17b71828 SHA1: 8644f62c0c356933147f0c157e26716595739fd7 MD5sum: e7adf1c01a634b65778e58959c50f2dc Description: office productivity suite -- Hungarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hungarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-hu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-hy Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4931 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-hy | myspell-dictionary-hy | libreoffice-spellcheck-hy, hyphen-hy | libreoffice-hyphenation-hy, libreoffice-grammarcheck-hy, libreoffice-help-hy, mythes-hy Size: 851396 SHA256: ef2c76fc7a76b4743738cf2c10b294e3c630d9482c36e5940659ebc0807f958e SHA1: 301fa3695b2cbc3a1dee176409ceb81a4a841b82 MD5sum: 50b06a35f31b4e6a33e7034ceb5f9ebe Description: office productivity suite -- Armenian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Armenian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-hy_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-id Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4021 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-id | myspell-dictionary-id | libreoffice-spellcheck-id, hyphen-id | libreoffice-hyphenation-id, libreoffice-grammarcheck-id, libreoffice-help-id, mythes-id Size: 807948 SHA256: 9e511c1e3d4422fea41b3cc8ce517edcc0e86cd50692030e3fa6717cfc90dfd8 SHA1: 84aafedf0b4175dbdf136490374274422d1f3356 MD5sum: 4eb1facdec1191c6452f39cfe2933ddf Description: office productivity suite -- Indonesian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Indonesian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-id_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-in Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 66 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-l10n-as, libreoffice-l10n-bn, libreoffice-l10n-gu, libreoffice-l10n-hi, libreoffice-l10n-kn, libreoffice-l10n-ml, libreoffice-l10n-mr, libreoffice-l10n-ne, libreoffice-l10n-or, libreoffice-l10n-pa-in, libreoffice-l10n-ta, libreoffice-l10n-te Recommends: fonts-indic Size: 42556 SHA256: d493d470ffb7d4b279fc92ae0b4767281bdb8236498a07f3dc148158b0f2377f SHA1: ffd83fddb64eaa2a0af2be41b2e875c62f7774ae MD5sum: a08ffd5a16920d4f439efb46a36f2bb4 Description: office productivity suite -- Indic language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all available indic languages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: metapackages Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-in_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-is Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3077 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-is | myspell-dictionary-is | libreoffice-spellcheck-is, hyphen-is | libreoffice-hyphenation-is, libreoffice-grammarcheck-is, libreoffice-help-is, mythes-is Size: 626448 SHA256: b9355cf23cc164464191b411405b48f791c7b68e1f24153c0c00d55c7cb15176 SHA1: 0e49fb104b9fa54d462e0812947a268e060188e1 MD5sum: 9c8c04222fb4f8e2a7fe35a06fb63100 Description: office productivity suite -- Icelandic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Icelandic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-is_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-it Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4268 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-it | myspell-dictionary-it | libreoffice-spellcheck-it, hyphen-it | libreoffice-hyphenation-it, libreoffice-grammarcheck-it, libreoffice-help-it, mythes-it Size: 892356 SHA256: ec6213321e8023197ef29ee60dfca186ff9764b97cb3d3d6d67d34a9f51f4d64 SHA1: d70b621533d088511cee91cf1c88adceac3aafc1 MD5sum: b5308114f49c3b628f8cade34c5a53e3 Description: office productivity suite -- Italian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Italian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-it_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ja Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3890 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ja | myspell-dictionary-ja | libreoffice-spellcheck-ja, hyphen-ja | libreoffice-hyphenation-ja, libreoffice-grammarcheck-ja, libreoffice-help-ja, mythes-ja Size: 796020 SHA256: e6669994045f5af1144ce3352201f838745d3805fcad4920afaec598b0ca9b37 SHA1: 5fbc25a708cab9c2f052d6c47aacbd19821dc7f2 MD5sum: 33c21eb368044fc33885d953c4077057 Description: office productivity suite -- Japanese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Japanese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ja_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ka Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5771 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ka | myspell-dictionary-ka | libreoffice-spellcheck-ka, hyphen-ka | libreoffice-hyphenation-ka, libreoffice-grammarcheck-ka, libreoffice-help-ka, mythes-ka Size: 859216 SHA256: f46bb14567b091d2358d534ec2510a0c9aae29226082545c0542f460eca39145 SHA1: a80215c7e9bb61da187506b4c9debc0a92842349 MD5sum: e4d2586928e3d71e17ec3bc78aeff79e Description: office productivity suite -- Georgian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Georgian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ka_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-kk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4325 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-kk | myspell-dictionary-kk | libreoffice-spellcheck-kk, hyphen-kk | libreoffice-hyphenation-kk, libreoffice-grammarcheck-kk, libreoffice-help-kk, mythes-kk Size: 756184 SHA256: 63b9a201c4fbcfcf8dc8ffe10188809b7c8425ba4d27dd3b2b3178926c9c2ad4 SHA1: 0285af49296cc6402210983e9ea8b85d863622b5 MD5sum: d053bcb328f4d08d11a59f3747cbe202 Description: office productivity suite -- Kazakh language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kazakh. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-kk_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-km Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3603 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-khmeros, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-km | myspell-dictionary-km | libreoffice-spellcheck-km, hyphen-km | libreoffice-hyphenation-km, libreoffice-grammarcheck-km, libreoffice-help-km, mythes-km Size: 595892 SHA256: 82d9f7df914b6117e1c5804ce813fa2c998787cd7c2550d807b7e978a99a56c8 SHA1: 4fe653942727d9c2bf96f2073f793a724d0367b4 MD5sum: d5b1f2765bb92cbc7a01c004df3a891c Description: office productivity suite -- Khmer language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Khmer. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-km_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-kmr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1577 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-kmr | myspell-dictionary-kmr | libreoffice-spellcheck-kmr, hyphen-kmr | libreoffice-hyphenation-kmr, libreoffice-grammarcheck-kmr, libreoffice-help-kmr, mythes-kmr Size: 278788 SHA256: 41d9f68c98f300af61a816928ebf034ff3cda4ef0c38f17420d9a865a7aa9087 SHA1: aa4f67126211f10312f1ca211a1cc060e5e1bac4 MD5sum: 1a6823524ab2d8cc0ac154d5ba4b418e Description: office productivity suite -- Kurmanji language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kurmanji. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-kmr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-kn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2643 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-kn | myspell-dictionary-kn | libreoffice-spellcheck-kn, hyphen-kn | libreoffice-hyphenation-kn, libreoffice-grammarcheck-kn, libreoffice-help-kn, mythes-kn Size: 419780 SHA256: 60c498afc96f0ea41dd456d4805ca8c8716efec7ab19a609cb896b17bb64d26f SHA1: fadc8a26c7a957b5ac2a9a4031a3c51dac14e906 MD5sum: f8b3d2bfd8a8c4163c49784a1f2dc313 Description: office productivity suite -- Kannada language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kannada. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-kn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ko Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3238 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ko | myspell-dictionary-ko | libreoffice-spellcheck-ko, hyphen-ko | libreoffice-hyphenation-ko, libreoffice-grammarcheck-ko, libreoffice-help-ko, mythes-ko Size: 682188 SHA256: f820b98ad1af57f68383712f57c94ca90f54aa0cc9e9b86fc3ff387e090c0715 SHA1: 844c56520a388bc604fb4c0c040c284bda6f9cec MD5sum: 1faca582d45c6be0eabd0b9d82d9b5d9 Description: office productivity suite -- Korean language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Korean. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ko_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-lt Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3363 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-lt | myspell-dictionary-lt | libreoffice-spellcheck-lt, hyphen-lt | libreoffice-hyphenation-lt, libreoffice-grammarcheck-lt, libreoffice-help-lt, mythes-lt Size: 663096 SHA256: 4688b6cf519c70197381963711f255cdc6c6df4a2324bedcef2a5220970da7ac SHA1: 7248b7514af40c30f96f42e55c8f2557cbb78c80 MD5sum: 0edeec369ad4a1b81aa368d6e6c8940c Description: office productivity suite -- Lithuanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Lithuanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-lt_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-lv Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2791 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-lv | myspell-dictionary-lv | libreoffice-spellcheck-lv, hyphen-lv | libreoffice-hyphenation-lv, libreoffice-grammarcheck-lv, libreoffice-help-lv, mythes-lv Size: 558756 SHA256: a44ffaaa1d52fe93697f871f7ad55367547beae363dc1219490579480bc2c0d5 SHA1: 58e65c46d46fedf33164925d77bc3618e141af07 MD5sum: 13ae47c859f32d76b47df63971163258 Description: office productivity suite -- Latvian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Latvian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-lv_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-mk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2190 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-mk | myspell-dictionary-mk | libreoffice-spellcheck-mk, hyphen-mk | libreoffice-hyphenation-mk, libreoffice-grammarcheck-mk, libreoffice-help-mk, mythes-mk Size: 359620 SHA256: 4f921949e951db987a8bbf1f0596aabf1672a3d647aeffb8b5c41ac31ed0949a SHA1: 89d7ee0324e1a726f05fa6f48fc45452e7a373a4 MD5sum: cf8fd903523a95e521a97b00bcd386fd Description: office productivity suite -- Macedonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Macedonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-mk_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ml Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2579 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-mlym, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ml | myspell-dictionary-ml | libreoffice-spellcheck-ml, hyphen-ml | libreoffice-hyphenation-ml, libreoffice-grammarcheck-ml, libreoffice-help-ml, mythes-ml Size: 392852 SHA256: 59a9741f9b42f252d157310db1aff9c6a1a0f2b3236a684699e008dcc3e0cda4 SHA1: b34db620de0a2924bd9600352444fbb80172afa3 MD5sum: bb8670eb06739b23d830a51ddc8f6c05 Description: office productivity suite -- Malayalam language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Malayalam. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ml_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-mn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3325 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-mn | myspell-dictionary-mn | libreoffice-spellcheck-mn, hyphen-mn | libreoffice-hyphenation-mn, libreoffice-grammarcheck-mn, libreoffice-help-mn, mythes-mn Size: 649740 SHA256: 461671d0d83a9fff655000a04836501559e18f43740a946f02aa899cce5fbf5d SHA1: 9bc008de35fb2ce7de81ac06472fd5ccd035549a MD5sum: 6fd9e3b3f1e4fb6d91109b6685f0d80e Description: office productivity suite -- Mongolian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Mongolian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-mn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-mr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2534 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-deva, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-mr | myspell-dictionary-mr | libreoffice-spellcheck-mr, hyphen-mr | libreoffice-hyphenation-mr, libreoffice-grammarcheck-mr, libreoffice-help-mr, mythes-mr Size: 418980 SHA256: 740f568de35aa74fa753ecc3f7e2d03730d19ece36b35010df9952cbb81b371b SHA1: e679c6ebb7d4a34e0274d5372583280335c07fe8 MD5sum: 5ca654b2ef5af3901ebaf247f8ad55c6 Description: office productivity suite -- Marathi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Marathi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-mr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-nb Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4009 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-nb | myspell-dictionary-nb | libreoffice-spellcheck-nb, hyphen-nb | libreoffice-hyphenation-nb, libreoffice-grammarcheck-nb, libreoffice-help-nb, mythes-nb Size: 813828 SHA256: 3aa25cbb8ef374825cab410aa0826f0107b14a36a59b3df44df93f571c09695f SHA1: 7d774369da1cb96e69c2987e8d55703435d8c0c3 MD5sum: eb81808c6123b55d71cc4c266f01bac5 Description: office productivity suite -- Norwegian_bokmal language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian_bokmal. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-nb_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ne Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2724 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-deva, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ne | myspell-dictionary-ne | libreoffice-spellcheck-ne, hyphen-ne | libreoffice-hyphenation-ne, libreoffice-grammarcheck-ne, libreoffice-help-ne, mythes-ne Size: 414368 SHA256: 144605bc6c707aa8d2c5f19273662db7188d1f2c41d71e2398c9f39be20e152b SHA1: 0f3fe859a6aa9bf87ea457562a48b7048c4431a1 MD5sum: 0130e61d6cf0f3f1257a4eefb1dff7e9 Description: office productivity suite -- Nepalese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Nepalese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ne_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-nl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4234 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-nl | myspell-dictionary-nl | libreoffice-spellcheck-nl, hyphen-nl | libreoffice-hyphenation-nl, libreoffice-grammarcheck-nl, libreoffice-help-nl, mythes-nl Size: 910604 SHA256: ffc24a941b6e005b584cd719b062080e5c6abb246489246c0aa4fe13d69895d0 SHA1: 6039f853cf13fdf0667b4a3bd91e4b59a014bfb8 MD5sum: 3be781943205ee709aa15d3a2b5eb338 Description: office productivity suite -- Dutch language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dutch. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-nl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-nn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4018 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-nn | myspell-dictionary-nn | libreoffice-spellcheck-nn, hyphen-nn | libreoffice-hyphenation-nn, libreoffice-grammarcheck-nn, libreoffice-help-nn, mythes-nn Size: 815692 SHA256: ef3c4f2cd8cc6418eaa566ffe735ff9f72bf126c1c8edb188512718d25dbfbf5 SHA1: 4777a12757762948255e4796deeb8d39dd0b3e54 MD5sum: 27324484114aecc3495cdb5fa5e0aa99 Description: office productivity suite -- Norwegian_nynorsk language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian_nynorsk. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-nn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-nr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1384 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-nr | myspell-dictionary-nr | libreoffice-spellcheck-nr, hyphen-nr | libreoffice-hyphenation-nr, libreoffice-grammarcheck-nr, libreoffice-help-nr, mythes-nr Size: 241056 SHA256: f209237539fd4235d2118335cd6b6123a6a7c60ec7e5bbd69dacca0e420f571b SHA1: 99440ff6570af443c8dd0d47f1a21a80331d7ceb MD5sum: 0c333697277ba616e35b19ed56698e73 Description: office productivity suite -- Ndebele language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ndebele. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-nr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-nso Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1527 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-nso | myspell-dictionary-nso | libreoffice-spellcheck-nso, hyphen-nso | libreoffice-hyphenation-nso, libreoffice-grammarcheck-nso, libreoffice-help-nso, mythes-nso Size: 266348 SHA256: 77ff9a58d24d908d40bc77967383ee04e5f69ec5636b3b5f5aa033cccb463095 SHA1: 7ed1f95c6f4583aaea50f3d615fedf31a1adad39 MD5sum: 730977b6b34cb5c104b50bf3dbce96e7 Description: office productivity suite -- Northern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Northern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-nso_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-oc Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2749 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-oc | myspell-dictionary-oc | libreoffice-spellcheck-oc, hyphen-oc | libreoffice-hyphenation-oc, libreoffice-grammarcheck-oc, libreoffice-help-oc, mythes-oc Size: 547680 SHA256: dd74d652449f890c28b4a0b5fe16111791237a2aab66d1a9ce58db1540143863 SHA1: 67a3074c79a5bb5b411ce8ef0601c9950cd570e5 MD5sum: bab59437ed4cddd600de034749d79227 Description: office productivity suite -- Occitan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Occitan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-oc_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-om Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2028 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-om | myspell-dictionary-om | libreoffice-spellcheck-om, hyphen-om | libreoffice-hyphenation-om, libreoffice-grammarcheck-om, libreoffice-help-om, mythes-om Size: 378516 SHA256: 82436ebdb34148cbe08f3f34b62835f0d09abcd659bf7cd7b08f301430f0ec4c SHA1: 905fe579a1b51438e9b130aab8437c0d51825153 MD5sum: 0beb40b54c3e00ff7f7def2fbc575996 Description: office productivity suite -- Oromo language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Oromo. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-om_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-or Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2654 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-orya, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-or | myspell-dictionary-or | libreoffice-spellcheck-or, hyphen-or | libreoffice-hyphenation-or, libreoffice-grammarcheck-or, libreoffice-help-or, mythes-or Size: 431092 SHA256: f4f6e464d687bdeb7f06ce6d693133e4a1f4af283809c7acd69c190af12638a2 SHA1: 840ae75e668386edfa4dc83d5c5b494838745b89 MD5sum: ac228c87d1476d8acf22708101dacfc2 Description: office productivity suite -- Odia language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Odia. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-or_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-pa-in Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2659 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-guru, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-pa-in | myspell-dictionary-pa-in | libreoffice-spellcheck-pa-in, hyphen-pa-in | libreoffice-hyphenation-pa-in, libreoffice-grammarcheck-pa-in, libreoffice-help-pa-in, mythes-pa-in Size: 451148 SHA256: 80f9a9294de982a35bdb91ead9f69a56f373a41b761cf388d9e6df17e9f17877 SHA1: 33cec2dc712f0d8b746d09c359d7db2dbf1be47a MD5sum: 05d675ff1a9fa03dc9fae649bfb9a85c Description: office productivity suite -- Punjabi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Punjabi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-pa-in_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-pl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4173 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-pl | myspell-dictionary-pl | libreoffice-spellcheck-pl, hyphen-pl | libreoffice-hyphenation-pl, libreoffice-grammarcheck-pl, libreoffice-help-pl, mythes-pl Size: 866780 SHA256: f786b317e312e26652fe3c150eacd8192715e5b67f5fb7c6e11770f10aeebfa4 SHA1: 5e43139321bac0d24ce1e4e343f92d1a36b0350f MD5sum: 0fea5c86a8a424986894bed7110a9f0d Description: office productivity suite -- Polish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Polish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-pl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-pt Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3961 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-pt | myspell-dictionary-pt | libreoffice-spellcheck-pt, hyphen-pt | libreoffice-hyphenation-pt, libreoffice-grammarcheck-pt, libreoffice-help-pt, mythes-pt Size: 811424 SHA256: 3cc79af702c18fe3fe777b03ec70ebfc89b00b46d8e81e43168f0e03c1bcec81 SHA1: b309af1cf79c547bc5cd39e8177f520cba87f948 MD5sum: 260df224db22209f1a8561add3c0c0a7 Description: office productivity suite -- Portuguese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-pt_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-pt-br Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4250 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-pt-br | myspell-dictionary-pt-br | libreoffice-spellcheck-pt-br, hyphen-pt-br | libreoffice-hyphenation-pt-br, libreoffice-grammarcheck-pt-br, libreoffice-help-pt-br, mythes-pt-br Size: 892516 SHA256: 309e67edb83c2cc762492f7e9250b0ad7e5e43c04693f475b3c0683ba9ced7ba SHA1: f54c5b358a1ef1a993e1d150c05f88cc762fb3aa MD5sum: b1cd36670d83d65555de82b3d870056a Description: office productivity suite -- Portuguese_brazilian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese_brazilian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-pt-br_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ro Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3080 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ro | myspell-dictionary-ro | libreoffice-spellcheck-ro, hyphen-ro | libreoffice-hyphenation-ro, libreoffice-grammarcheck-ro, libreoffice-help-ro, mythes-ro Size: 619168 SHA256: c43821af00498f59169c2aade3bd98760a28452044cbab4c3ee887f3df900dfc SHA1: 492c129f7653faca50c874aac611ade0c9f80e0e MD5sum: 4fe3f5c13b328d3a3b0dcd44a1773366 Description: office productivity suite -- Romanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Romanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ro_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ru Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4764 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ru | myspell-dictionary-ru | libreoffice-spellcheck-ru, hyphen-ru | libreoffice-hyphenation-ru, libreoffice-grammarcheck-ru, libreoffice-help-ru, mythes-ru Size: 878688 SHA256: 0592714efdb4b5a6340acef9f05a1ee8682c2539e5eb6abeef9a63d3a0463e21 SHA1: b6adbea5d63536295e8f2bee236f6bf43488ae2f MD5sum: b5c074b9216637842b80311b75b640bd Description: office productivity suite -- Russian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Russian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ru_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-rw Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1619 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-rw | myspell-dictionary-rw | libreoffice-spellcheck-rw, hyphen-rw | libreoffice-hyphenation-rw, libreoffice-grammarcheck-rw, libreoffice-help-rw, mythes-rw Size: 284852 SHA256: bd29a3585d1f8bc748e1bc9975e25ca0b9cda1eef3c91d4ab298427c3b9012df SHA1: 6e88fa08e8824b53f221924e223333fe4d555798 MD5sum: 0dfde743341d1d6106c9fb548ec26ec3 Description: office productivity suite -- Kinarwanda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kinarwanda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-rw_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-si Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2210 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-si | myspell-dictionary-si | libreoffice-spellcheck-si, hyphen-si | libreoffice-hyphenation-si, libreoffice-grammarcheck-si, libreoffice-help-si, mythes-si Size: 353396 SHA256: de17c47ea74673b70dc86d15c4dbad035b5cfa905820c01a3ee2b51aa6290509 SHA1: 85bd87c2a36af6c903883113662662ebf936e8cd MD5sum: 304069c5a9040739b91026470b9c9a41 Description: office productivity suite -- Sinhala language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Sinhala. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-si_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-sk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4237 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-sk | myspell-dictionary-sk | libreoffice-spellcheck-sk, hyphen-sk | libreoffice-hyphenation-sk, libreoffice-grammarcheck-sk, libreoffice-help-sk, mythes-sk Size: 920956 SHA256: 1e5412c720d9ae712526c047e3b9a7293eec26b27266f0984b478988126a5810 SHA1: 70d94f9c813522ad658cd9b6b505eb01e28cd65f MD5sum: 6b333b935ac609207e33276ef10621b9 Description: office productivity suite -- Slovak language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovak. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-sk_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-sl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4198 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-sl | myspell-dictionary-sl | libreoffice-spellcheck-sl, hyphen-sl | libreoffice-hyphenation-sl, libreoffice-grammarcheck-sl, libreoffice-help-sl, mythes-sl Size: 907256 SHA256: b17d20a139966f439950a76d693efd65a1f652c118fa7d46301fd01caeb3232a SHA1: bb3c501ab776452e247ef9d802c2d21fb0c858fd MD5sum: 56486f53e5db35ed81071fc70d9a3131 Description: office productivity suite -- Slovenian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovenian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-sl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-sr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4844 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-sr | myspell-dictionary-sr | libreoffice-spellcheck-sr, hyphen-sr | libreoffice-hyphenation-sr, libreoffice-grammarcheck-sr, libreoffice-help-sr, mythes-sr Size: 749400 SHA256: 5faf36c1e032c4fad08be2f44644498a21a0bfd56c89cea89afb59648e47d20a SHA1: 231113cbf6596e895395876515eba6c739c1736d MD5sum: 1bc58720f68253d71c16dcd3c2158836 Description: office productivity suite -- Serbian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Serbian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-sr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ss Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1403 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ss | myspell-dictionary-ss | libreoffice-spellcheck-ss, hyphen-ss | libreoffice-hyphenation-ss, libreoffice-grammarcheck-ss, libreoffice-help-ss, mythes-ss Size: 245284 SHA256: ad510965e6032edd88324f419715a59f9b40c64091900753700bcd8f530a6d9f SHA1: d0d4f1d1072b5886edcf53051dcaf66bf9c55299 MD5sum: bf11f5109024309b7e47625d25d90c4b Description: office productivity suite -- Swazi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swazi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ss_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-st Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1400 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-st | myspell-dictionary-st | libreoffice-spellcheck-st, hyphen-st | libreoffice-hyphenation-st, libreoffice-grammarcheck-st, libreoffice-help-st, mythes-st Size: 241520 SHA256: 85f6bd784d2021c66fd7fc34ad43af3af28d09600446e594f2a6d9fbda234105 SHA1: 1657b8fef048f2aae665e5ac38fb99625634568c MD5sum: 70abe666b2dc3b12993b3ad038d08b34 Description: office productivity suite -- Southern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Southern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-st_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-sv Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4140 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-sv | myspell-dictionary-sv | libreoffice-spellcheck-sv, hyphen-sv | libreoffice-hyphenation-sv, libreoffice-grammarcheck-sv, libreoffice-help-sv, mythes-sv Size: 882084 SHA256: a4a1140f118277e7b3327e18709ad29c9b8a0ff31feb2c1deea2e29a036dd14d SHA1: 4e17297e11c7c79f1a54986f319353d53ba71655 MD5sum: 4fc4025f8024e63517d2eb17f64c9555 Description: office productivity suite -- Swedish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swedish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-sv_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-szl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2708 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-szl | myspell-dictionary-szl | libreoffice-spellcheck-szl, hyphen-szl | libreoffice-hyphenation-szl, libreoffice-grammarcheck-szl, libreoffice-help-szl, mythes-szl Size: 540676 SHA256: 56611af4613645c5f20766d2b0a3037788b950b7b9f9fcde798e8f7e2f9035d8 SHA1: 450ea7ab5fabfbf8c6170a3a7cbc587b6fea0f77 MD5sum: 100fc71ec9ae33c0fa99c52f7e18220d Description: office productivity suite -- Upper_silesian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Upper_silesian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-szl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ta Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3337 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-taml, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ta | myspell-dictionary-ta | libreoffice-spellcheck-ta, hyphen-ta | libreoffice-hyphenation-ta, libreoffice-grammarcheck-ta, libreoffice-help-ta, mythes-ta Size: 524832 SHA256: 3f63e1561cbe14e0eb4c041380ddf4147007d7d2a4e2b38defb69fb6278838c2 SHA1: 9d1eb947e7df9381ea9f1833cb19536976c6ee5f MD5sum: fa594f74c37e386bf7059e9d9312f66c Description: office productivity suite -- Tamil language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tamil. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ta_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-te Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2444 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-telu, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-te | myspell-dictionary-te | libreoffice-spellcheck-te, hyphen-te | libreoffice-hyphenation-te, libreoffice-grammarcheck-te, libreoffice-help-te, mythes-te Size: 394116 SHA256: acf395f56be35d1242b383bb74f293d52c98c97b3370bf8834610197b66937fa SHA1: 14dac084aea156fb1793e6dec88d7d87ff67c6b7 MD5sum: 8466806ff89fe914f4365d273eb2cc5b Description: office productivity suite -- Telugu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Telugu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-te_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-tg Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1862 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-tg | myspell-dictionary-tg | libreoffice-spellcheck-tg, hyphen-tg | libreoffice-hyphenation-tg, libreoffice-grammarcheck-tg, libreoffice-help-tg, mythes-tg Size: 306940 SHA256: 6fb49afbc08f65c43679164067fe9ecb84771acbea2e27e44f6986c1afd77802 SHA1: 443081a0e2c969a79ee7772db6a999706c0faae2 MD5sum: 82ba554426c5a17654e102c41b9b99bf Description: office productivity suite -- Tajik language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tajik. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-tg_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-th Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5278 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: fonts-thai-tlwg, libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-th | myspell-dictionary-th | libreoffice-spellcheck-th, hyphen-th | libreoffice-hyphenation-th, libreoffice-grammarcheck-th, libreoffice-help-th, mythes-th Size: 816752 SHA256: 893ad88649ecd5bfc8c6a79d8267b76498a9362b4287e2450d0a86621edb8970 SHA1: 77a9af684b9828229d59657a8844e987c3535ed5 MD5sum: b7c3ae8cb82d989f8172a82071fd099b Description: office productivity suite -- Thai language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Thai. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-th_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-tl Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4172 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-tl | myspell-dictionary-tl | libreoffice-spellcheck-tl, hyphen-tl | libreoffice-hyphenation-tl, libreoffice-grammarcheck-tl, libreoffice-help-tl, mythes-tl Size: 807064 SHA256: b4733d0d5f0ecf9a2d3948f5c924ac05a4da46ffd0d0f710a1d1d62e150e49f6 SHA1: e397ae328098292f4b1b23d0ebd5b543276ec366 MD5sum: 2e1ab872da080d9d37f4cb8082e0ea15 Description: office productivity suite -- Tagalog language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tagalog. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-tl_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-tn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1333 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-tn | myspell-dictionary-tn | libreoffice-spellcheck-tn, hyphen-tn | libreoffice-hyphenation-tn, libreoffice-grammarcheck-tn, libreoffice-help-tn, mythes-tn Size: 227676 SHA256: 4edbbc155d692c2dc3fdcb970c48b6df524235fae574f8ae6498e8ae6d9126fb SHA1: 72da1645ae0b20a5fad92bbb76bb1881e87b0864 MD5sum: 8a1c1b30a4d18055861aaf56b55b9edc Description: office productivity suite -- Tswana language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tswana. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-tn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-tr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4083 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-tr | myspell-dictionary-tr | libreoffice-spellcheck-tr, hyphen-tr | libreoffice-hyphenation-tr, libreoffice-grammarcheck-tr, libreoffice-help-tr, mythes-tr Size: 848532 SHA256: 021c09be62178baa0d02b0f1af95d7b7ddb408121b6b7b2095954199aa5e70e6 SHA1: 32082d3a373daa9ceccb8aa9ac5fe5ac8a4eed17 MD5sum: d4607c8ef74a7cf71227f3cf51d30631 Description: office productivity suite -- Turkish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Turkish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-tr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ts Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1399 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ts | myspell-dictionary-ts | libreoffice-spellcheck-ts, hyphen-ts | libreoffice-hyphenation-ts, libreoffice-grammarcheck-ts, libreoffice-help-ts, mythes-ts Size: 239740 SHA256: 701a1d676d4d569d164ac08b51911b5de2234fccfa1e0cef34802551820d33f4 SHA1: c31ed74626acaa461ae398c5c25cfb3fcd893cac MD5sum: 90db395055c2df76842774d734ddec5c Description: office productivity suite -- Tsonga language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tsonga. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ts_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ug Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2416 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ug | myspell-dictionary-ug | libreoffice-spellcheck-ug, hyphen-ug | libreoffice-hyphenation-ug, libreoffice-grammarcheck-ug, libreoffice-help-ug, mythes-ug Size: 413916 SHA256: 715238b575bcc5986df08138368ef916c7a6cb84732454f1cf0a093a500c6e08 SHA1: cbabd81f2c046196726c3d3945d6d862bb2d79fb MD5sum: fa759cb9762cf8caa5f11e1b7df85a8a Description: office productivity suite -- Uighur language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uighur. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ug_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-uk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4734 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-uk | myspell-dictionary-uk | libreoffice-spellcheck-uk, hyphen-uk | libreoffice-hyphenation-uk, libreoffice-grammarcheck-uk, libreoffice-help-uk, mythes-uk Size: 841964 SHA256: e0d8fe4466392339b73d465fb2613796d0cb3ae0def2ec1b07d8d54f3f9fe07e SHA1: 6870c323f6247ba6a5b4417cb27814379f507a96 MD5sum: e817862ef631a528486197f7f0fe9fa8 Description: office productivity suite -- Ukrainian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ukrainian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-uk_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-uz Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1471 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-uz | myspell-dictionary-uz | libreoffice-spellcheck-uz, hyphen-uz | libreoffice-hyphenation-uz, libreoffice-grammarcheck-uz, libreoffice-help-uz, mythes-uz Size: 258056 SHA256: ef0ea12cee844d68deac13e1f0f04f92ea4708453082e48dafbd991e1f54c1bd SHA1: 055180b96b195f024344ee919b7cc63df72e497d MD5sum: 5f25caf3f00969511ec7044b992817ab Description: office productivity suite -- Uzbek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uzbek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-uz_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-ve Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1407 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-ve | myspell-dictionary-ve | libreoffice-spellcheck-ve, hyphen-ve | libreoffice-hyphenation-ve, libreoffice-grammarcheck-ve, libreoffice-help-ve, mythes-ve Size: 242296 SHA256: ba4c36109d401c27f0c6cbba06a3e4b7e1939cff431ffd7f61e28c358faea7a4 SHA1: 92fb3fa6d995d41ebb596cc00c2dd8d14ef4de2f MD5sum: 3eccb1f727b9b3cf5c712aec065acb32 Description: office productivity suite -- Venda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Venda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-ve_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-vi Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 3078 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-vi | myspell-dictionary-vi | libreoffice-spellcheck-vi, hyphen-vi | libreoffice-hyphenation-vi, libreoffice-grammarcheck-vi, libreoffice-help-vi, mythes-vi Size: 585984 SHA256: be234c925ad33fa025d435b4c4d608c080b1ce9a86f0167e4c504366e54538e3 SHA1: 69d33b15810543abe305fa38db7271a03fe83c99 MD5sum: 8779363f8dc34f5beaee0ecf4a1b9bf1 Description: office productivity suite -- Vietnamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Vietnamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-vi_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-xh Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1426 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-xh | myspell-dictionary-xh | libreoffice-spellcheck-xh, hyphen-xh | libreoffice-hyphenation-xh, libreoffice-grammarcheck-xh, libreoffice-help-xh, mythes-xh Size: 246980 SHA256: 070c6ff6c3b4e7159f6fd4992c2b9b8ac1da7797bcce1d6916d7ba3ad9cbdfac SHA1: 745c8d0284d8e5549e042a43f32d4e2d6d85da2d MD5sum: 21b7c1d34654eb9674720debbdaa2bc9 Description: office productivity suite -- Xhosa language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Xhosa. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-xh_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-za Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 66 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-l10n-af, libreoffice-l10n-en-za, libreoffice-l10n-nr, libreoffice-l10n-nso, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-tn, libreoffice-l10n-ts, libreoffice-l10n-ve, libreoffice-l10n-xh, libreoffice-l10n-zu Size: 42556 SHA256: 4af9be049ba5477fb658c4f2d0892fa18a1f621fa307a8c0768868529807f147 SHA1: 8e149934def4aadbc0e1c329363a21a51005d4d1 MD5sum: 8d4bc225cf100945bbd931e025a23bfa Description: office productivity suite -- South African language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all 11 South African languages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: metapackages Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-za_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-zh-cn Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4034 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-zh-cn | myspell-dictionary-zh-cn | libreoffice-spellcheck-zh-cn, hyphen-zh-cn | libreoffice-hyphenation-zh-cn, libreoffice-grammarcheck-zh-cn, libreoffice-help-zh-cn, mythes-zh-cn Size: 879420 SHA256: 2f0b377e41c9962e4abb027ed8a4b856c154b4296cfee7aa59abef9fa459f780 SHA1: 3227219190e24fbecd15da9eb19ac509910b2de8 MD5sum: 5455b70d52de52fd460d699e51b1768f Description: office productivity suite -- Chinese_simplified language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_simplified. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-zh-cn_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-zh-tw Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4033 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-zh-tw | myspell-dictionary-zh-tw | libreoffice-spellcheck-zh-tw, hyphen-zh-tw | libreoffice-hyphenation-zh-tw, libreoffice-grammarcheck-zh-tw, libreoffice-help-zh-tw, mythes-zh-tw Size: 876000 SHA256: 808c9678345d7fe9c9c13d97cb63a232cdb78b6b0d6f351ee643f5681b3e3c22 SHA1: c65d02e30a0cf4df39a9e299b92abb1a145fc4d0 MD5sum: bb49d183a188557bda9491a4a7ae7451 Description: office productivity suite -- Chinese_traditional language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_traditional. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-zh-tw_25.2.3-2~bpo12+1_all.deb Package: libreoffice-l10n-zu Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1479 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 25.2) Depends: locales | locales-all Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-core (>> 4:25.2.3) Suggests: hunspell-dictionary-zu | myspell-dictionary-zu | libreoffice-spellcheck-zu, hyphen-zu | libreoffice-hyphenation-zu, libreoffice-grammarcheck-zu, libreoffice-help-zu, mythes-zu Size: 261860 SHA256: a79a44148bb4bb5a2697e4009134882d61451723e652f7ca41239b69e35b8568 SHA1: 6a43fe9aed6b220f1721e5f0f7d256fd6bfbab39 MD5sum: d8d92c79f8d8b6bd4dda6ef452d0c78b Description: office productivity suite -- Zulu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Zulu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-zu_25.2.3-2~bpo12+1_all.deb Package: libreoffice-librelogo Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 876 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-core, libreoffice-script-provider-python, libreoffice-writer Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Size: 213828 SHA256: 75b7a3c6163dc8ed7e3d098930e73ce3f7495392f9827b0248ddfe5037bf65ec SHA1: bdeddb38f3810376040edf645e97138f01c9e283 MD5sum: 35b27f51bb209f4dc68236745143ac25 Description: Logo-like programming language for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains Librelogo, which is a pyuno-based Logo-like programming language with interactive vectorgraphics for education and DTP - basic Logo syntax for back compatibility with educational Logo systems - interactive vectorgraphics in LibreOffice Writer - native commands (easily translatable) - Python data structures (list, tuple, set, dictionary) and other Python features Bugs: mailto:debian-backports@lists.debian.org Homepage: http://librelogo.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-librelogo_25.2.3-2~bpo12+1_all.deb Package: libreoffice-math Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1737 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: fonts-opensymbol (>= 2:102.11), libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-math (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 460324 SHA256: 3950a76dee25d6c5a5efc9411eb305576306997074ed04ab4cb8f0a9f6729e66 SHA1: b2b33cd335eb2314904f904966a9c932db9a963f MD5sum: eaad11374b399917dfdcea00d759e0af Description: office productivity suite -- equation editor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-math_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-math-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1727 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Depends: fonts-opensymbol (>= 2:102.11), libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-math (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Conflicts: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Size: 459748 SHA256: 7028d7eebf27d02f1cd7108590076f59847cd582501780493671238820bf4ff4 SHA1: f26da4d64f20231c5d32bc41ef02de68ea5ae894 MD5sum: 81862684e770a9ef59944a51b5c888fc Description: office productivity suite -- equation editor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-math-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-nlpsolver Source: libreoffice (4:25.2.3-2~bpo12+1) Version: 4:0.9+LibO25.2.3-2~bpo12+1 Installed-Size: 2465 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, libreoffice-calc, libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-help-common Size: 755676 SHA256: bf01c629c34b00d009c65177bdba62ed7010e7dcbca49d9daa7a0f7b3375c218 SHA1: 5349d583da36344187c95f5a5e1fbdf45f4b32bf MD5sum: 7d5e166f7d74871351eeebb149c95647 Description: "Solver for Nonlinear Programming" extension for LibreOffice By default LibreOffice Calc ships with a solver engine for linear programming only. This allows the optimization of models to a certain degree. However, if the formulas or constraints become more complex, nonlinear programming is required. That missing gap is now filled by the Solver for Nonlinear Programming extension. . Currently it incorporates two Evolutionary Algorithms which are able to handle floating point and integer variables as well as nonlinear constraints. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: math Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-nlpsolver_0.9+LibO25.2.3-2~bpo12+1_all.deb Package: libreoffice-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 66 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-base-nogui, libreoffice-calc-nogui, libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1), libreoffice-draw-nogui, libreoffice-impress-nogui, libreoffice-math-nogui, libreoffice-report-builder-bin-nogui, libreoffice-writer-nogui, python3-uno Recommends: libreoffice-script-provider-bsh, libreoffice-script-provider-js, libreoffice-script-provider-python, libreoffice-sdbc-mysql, libreoffice-sdbc-postgresql, libreoffice-java-common (>= 4:25.2.3~) Suggests: ghostscript, gnupg, gpa, hunspell-dictionary, hyphen-hyphenation-patterns, imagemagick | graphicsmagick-imagemagick-compat, libreoffice-grammarcheck, myspell-dictionary, mythes-thesaurus, pstoedit, unixodbc, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Size: 42892 SHA256: 3b20932ff22d45763e2de8778b31bd210adb1623f6909de9f182c47a06bc5273 SHA1: 26611e05e272390e11794d950aa7277fb797fb05 MD5sum: 5cf90b2a57e26f1bbc20722896390457 Description: office productivity suite (metapackage, no GUI) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor . WITHOUT GUI SUPPORT. . This package is intended mostly for scripting needs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: metapackages Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-plasma Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 145 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-kde5 (<< 1:6.4.0~) Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), kio, libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libkf5configcore5 (>= 4.97.0), libkf5kiocore5 (>= 5.69.0), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.2.0~alpha1) | libqt5gui5-gles (>= 5.2.0~alpha1), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Recommends: libreoffice-kf5 Size: 59444 SHA256: 35eb6a6bfafe1630a937516be667fc3d94e1e321e8304994e2c714a7d11b4dd4 SHA1: 2b0bd416fdf10f7d96188f79c699a0575e20b8c9 MD5sum: 6f4827985e8251a420d813e76e10774b Description: office productivity suite -- some Plasma integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some minor Plasma integration (like AppData and "Create New..." integration) and a KDE/KF5 configuration backend. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-plasma_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-qt5 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1427 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.12.0), libharfbuzz0b (>= 5.1.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5 (>= 5.15.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0), libxcb1, uno-libs-private Recommends: qtgstreamer-plugins-qt5 Enhances: libreoffice Size: 296104 SHA256: b6cd7985c4e04827d6ea28f5eb9c74975bf806573fc7092b63e272c926fe2fcf SHA1: c2cc04abfc2a6de0c06b65cff0acc044e0ce97fe MD5sum: fe9b09e88c973ade597a24180b29b129 Description: office productivity suite -- Qt 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Qt 5 plugin for drawing LibreOffices widgets with Qt 5 and a Qt File Picker and print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=qt5 if you are not using Plasma. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-qt5_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-qt6 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1628 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libharfbuzz0b (>= 5.1.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.3.0), libqt6multimedia6 (>= 6.2.1), libqt6multimediawidgets6 (>= 6.2.1), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Enhances: libreoffice Size: 321284 SHA256: b1f8d179a8161bd9e6afbd0b1cd3f2ff18eaa786316b5324fce4a15883314347 SHA1: b8568fd6ffed64dfc4af7eaafd580f2aa89e0f85 MD5sum: 16827abb6df8368bdef42ac10978951a Description: office productivity suite -- Qt 6 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Qt 6 plugin for drawing LibreOffices widgets with Qt 6 and a Qt File Picker and print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=qt6. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-qt6_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-report-builder Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 415 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 1:6.4.2~r~~) Provides: libreoffice-reportdesigner Depends: liblibreoffice-java, libreoffice-core | libreoffice-core-nogui, libreoffice-report-builder-bin (>= 4:25.2.3), libreoffice-uiconfig-report-builder (= 4:25.2.3-2~bpo12+1), libreoffice-java-common, libbase-java, libsac-java, libxml-java, libflute-java, libpentaho-reporting-flow-engine-java, liblayout-java, libloader-java, libformula-java, librepository-java, libfonts-java, libserializer-java Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Enhances: libreoffice-base Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 318836 SHA256: f7eaf808e08974166072ae9cc82e59ac725588c0672326d4e44955a3a7669c92 SHA1: dfdbcc47d70c15b958794b62efaf2a37a47beeb1 MD5sum: b2915e87f20d7d1efb9355ace3b53adf Description: LibreOffice component for building database reports LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the report builder: "Create with the Sun Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports." Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-report-builder_25.2.3-2~bpo12+1_all.deb Package: libreoffice-report-builder-bin Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2981 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-base, libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Size: 705312 SHA256: 16c4f9d634fffe6eb4b0fe364e3a4fa03001396cab62bc7add00b53891533a14 SHA1: c094bef8b0610b88cd9c5ceaa6c979fbc2f37b9a MD5sum: 5a9ad56836b5b2d65bda6fe0ffb07825 Description: LibreOffice component for building database reports -- libraries LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder component. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-report-builder-bin_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-report-builder-bin-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1813 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-report-builder-bin Depends: libreoffice-base-nogui | libreoffice-base, libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Conflicts: libreoffice-report-builder-bin Size: 405200 SHA256: 00649215012c5e3377e2987a6444322957aabd94e30c00707d5f38a410fc6c86 SHA1: 2787075073845570f7fe8b173e859aec72ed9cd2 MD5sum: 4720e6a09a6434693d6eaabd2495da05 Description: LibreOffice component for building database reports -- libraries (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder component. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-report-builder-bin-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-script-provider-bsh Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 171 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, libreoffice-common, libreoffice-core-nogui | libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libbsh-java Size: 75268 SHA256: a01cce91d37abe6eea40409f7dd998bf8feb0413195075af67da08600a77efd9 SHA1: cd48e6f1a073141f2d1988786cf60815277520cf MD5sum: 60777d230bafab82e666a8472b8c14f2 Description: BeanShell script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support BeanShell. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: java Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-script-provider-bsh_25.2.3-2~bpo12+1_all.deb Package: libreoffice-script-provider-js Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 106 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, libreoffice-common, libreoffice-core-nogui | libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, librhino-java Size: 51600 SHA256: 9f7183f1bc5185a59e9db72b0bcc9041b39bcd74f01910c0c5857464ce7fe3b1 SHA1: 7f406de4e703089d84e0b546c7904a9fab8f0ba5 MD5sum: fe027791f61f3a64a184a22d9a6ad115 Description: JavaScript script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support JavaScript. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: web Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-script-provider-js_25.2.3-2~bpo12+1_all.deb Package: libreoffice-script-provider-python Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 115 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common, libreoffice-core-nogui | libreoffice-core, python3-uno Size: 52420 SHA256: 50df3ffe433c3cb04be24cc8bb589fee9ee2c2b2d1d369ea4b934dbdc3adfa73 SHA1: 7fe7254eee6790d2fec6ee56efde3077c7950040 MD5sum: f33443e88b8c4c4a78d83ff7f29868d2 Description: Python script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support Python. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: python Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-script-provider-python_25.2.3-2~bpo12+1_all.deb Package: libreoffice-sdbc-firebird Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 665 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core-nogui | libreoffice-core, firebird3.0-server-core, libc6 (>= 2.17), libfbclient2 (>= 3.0.11~), libfbclient2 (<< 4.0~), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 5.3.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Enhances: libreoffice-base-drivers Size: 166136 SHA256: 906a4490b496235ea228eeea86698680c6bcd38463af6d1dd24df6b274d077f8 SHA1: 4bdeb2e308ef591184bedf653644792f719dcbd6 MD5sum: 954aa9ca25ac3312f4b59420e5a7ef86 Description: (embedded) Firebird SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Firebird SDBC Driver allows one to use the Firebird (embedded) database from LibreOffice without any wrapper layer such as ODBC or JDBC. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-sdbc-firebird_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-sdbc-hsqldb Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 485 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (= 4:24.8.5-1) Depends: libreoffice-core-nogui | libreoffice-core, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libhsqldb1.8.0-java, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Enhances: libreoffice-base-drivers Size: 135788 SHA256: 4fab9cb68f51ec76dfc572b6d8398d38895041652c33d3c3034f6f14712c040d SHA1: b22970d40a060b335c4a97f38d9359a42971ab29 MD5sum: 6cc86da9a6d62dd9b23028434c0b0a5e Description: embedded HSQLDB SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The HSQLDB SDBC Driver allows one to use the HSQLDB embedded database from LibreOffice without any wrapper layer such as ODBC or JDBC. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-sdbc-hsqldb_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-sdbc-mysql Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 661 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libmariadb3 (>= 3.0.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.1.0~alpha1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Suggests: default-mysql-server | virtual-mysql-server Size: 157568 SHA256: e51e5e32215a67f2634baaa24ee062e7c87eb777b951cc5de9bfda8fad8ef037 SHA1: 7126f8b683d6fb518bc64c8570777b633a412350 MD5sum: ebf7cde5ddd21a67f6cfb131702009a4 Description: MariaDB/MySQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MariaDB/MySQL driver allows one to use the MariaDB or MySQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: database Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-sdbc-mysql_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-sdbc-postgresql Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 982 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpq5 (>= 9.0~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Suggests: postgresql (>= 8.4) Enhances: libreoffice-base-drivers Size: 235524 SHA256: f3ee4349c52d37be40f86929091e7812eac3c821bd99d97ec7b90cfa80ec6fca SHA1: 1040556fbb837af78fc316437c26ec7990a63f50 MD5sum: 21e09ef154e0c353199def8ccd599b3d Description: PostgreSQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://wiki.documentfoundation.org/PostgreSQL-SDBC Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-sdbc-postgresql_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-smoketest-data Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 109 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-java-common (<< 1:6.4.0~rc1-6) Breaks: libreoffice-java-common (<< 1:6.4.0~rc1-6) Size: 74936 SHA256: 97bc0722bc8082a5f3a1fd9034c779a1b7f6c2007b74150566908aad10809402 SHA1: 9540b243ac5f765db9a90e4b1b1bcafc24d90c0a MD5sum: ac075609dc837d9137b16e919e662baa Description: data files for LibreOffices "smoketest" Data files for the LibreOffice "smoketest". Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-smoketest-data_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-breeze Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 7310 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Depends: libreoffice-style-colibre Recommends: libreoffice-common Suggests: breeze-icon-theme Enhances: libreoffice-core Size: 3359588 SHA256: b3299f069bc00161138dd4f4cebedcf3836cd8c3a36cdf5eb642e226305944ce SHA1: 8b287066082c67058b6935dad8b79184abca817c MD5sum: 11b8f514b48ec6f8e0cf3a7706a7c01e Description: office productivity suite -- Breeze symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "breeze" symbol style, default style for KDE 5. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-breeze_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-colibre Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 11776 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 7329540 SHA256: 42f9a6d7feaec9e5f717b3305f8d7f2225bb294e29af6af4f5bf094077ec5bbb SHA1: c26fe77d1018b3b85579ca15ab485546781e5469 MD5sum: 83c4f94fd2e52352375e4358fbc047dd Description: office productivity suite -- colibre symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "colibre" symbol style - a icon theme which follow Microsoft(R) Offices color scheme. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-colibre_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-elementary Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 9794 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Depends: libreoffice-style-colibre Recommends: libreoffice-common Enhances: libreoffice-core Size: 8230516 SHA256: 8b7ad042a53e206e42072bfdbc3e582aea48c4b7e0ac879bc2ca44ac566353fd SHA1: b7d63f3a69123bda5590c1534b79675f2504b08c MD5sum: 765524596a2231c2584d00c6bcc79948 Description: office productivity suite -- Elementary symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "elementary" symbol style, default style for GTK+/Gnome. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-elementary_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-karasa-jaga Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 21222 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 18533128 SHA256: ceecfcd5ec4822a534f2890d97cb01b602c0ca370bd3b517c096efbcb3cf4ca6 SHA1: 2df7879f3aad2b3d04f4657b73df2c88d9ff236f MD5sum: cb582fd59122f4f70c2ca17259fe6e0c Description: office productivity suite -- Karasa Jaga symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "karasa_jaga" symbol style. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-karasa-jaga_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-sifr Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 9489 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-style-hicontrast Provides: libreoffice-style, libreoffice-style-hicontrast Depends: libreoffice-style-breeze Recommends: libreoffice-common Enhances: libreoffice-core Conflicts: libreoffice-style-hicontrast Size: 5112976 SHA256: 7e5f6a7dd0b8d6fa6a81f2a682c47f066a452b2c07711eaf6ccbf17267021a2f SHA1: c13a42cbbbb90256d43223b4851c1abe280c7cc8 MD5sum: 7976efc80ef32445d0de65c81bd48385 Description: office productivity suite -- Sifr symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "sifr" symbol style (an adaption of the Gnome symbolic theme), needs to be manually enabled in the LibreOffice option menu. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-sifr_25.2.3-2~bpo12+1_all.deb Package: libreoffice-style-sukapura Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 12850 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 8654216 SHA256: d37ffeefb79c9216325b334f303b9dbe2d0154daac43e0dc9a2e4d29c38eaeae SHA1: e6505a36f78a3f5ee1be255286f5a7c29470bad1 MD5sum: fef4fcde061aa22d15282deb07758734 Description: office productivity suite -- Sukapura symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "sukapura" symbol style. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-style-sukapura_25.2.3-2~bpo12+1_all.deb Package: libreoffice-subsequentcheckbase Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 2675 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, junit4 Size: 2308096 SHA256: 1c33c49266e9a127395b4bff59e930d0a7566df731d6116388a04bbc47ebd25e SHA1: 267660cca124a57feaa3adbe88e1b54a8965f9d9 MD5sum: 0e2a03f72858047e96ea9cfd34b3a09b Description: LibreOffice java test libraries Java libraries LibreOffice subsequentchecks integration test suite Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-subsequentcheckbase_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-base Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 1098 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-base (<< 4:7.6.0~beta1), libreoffice-base-nogui (<< 4:7.6.0~beta1), libreoffice-common (<< 4:7.6.0~beta1) Breaks: libreoffice-base (<< 4:7.6.0~beta1), libreoffice-base-nogui (<< 4:7.6.0~beta1), libreoffice-common (<< 4:7.6.0~beta1) Size: 84972 SHA256: 89078c6d0cb56b0e15235e0a51cf9cb63ea3dd51e856989a6582a5b8bc01313f SHA1: e041847fa869b48a55e331fd7720babdf6835aeb MD5sum: 57cb88a57f10295364fa42490218ebc7 Description: UI data ("config") for LibreOffice Base LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-base_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-calc Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 6052 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-calc (<< 4:7.6.0~beta1), libreoffice-calc-nogui (<< 4:7.6.0~beta1), libreoffice-common (<< 4:7.6.0~beta1) Breaks: libreoffice-calc (<< 4:7.6.0~beta1), libreoffice-calc-nogui (<< 4:7.6.0~beta1), libreoffice-common (<< 4:7.6.0~beta1) Size: 213956 SHA256: fc4a7695573d0b7887ee216336f001a50760fdbd4095272758eb94d326d7b2a6 SHA1: 9edf15012991ef063ca029cc4047b934b3e0ec8b MD5sum: d87ccb77139e92c8259fdff789847d05 Description: UI data ("config") for LibreOffice Calc LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-calc_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-common Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 8382 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1) Size: 384404 SHA256: 2cf7907d938bcb09a11ef569f85e39d68abf2c5603c3c598bff3d13509276f74 SHA1: 2fcc2ea1e7d089ba3abf5c37c8ea52ef194e8218 MD5sum: a3ed2f0ef3fe479c7647cec7d5b64508 Description: UI data ("config") for LibreOffice ("common" set) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-common_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-draw Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4047 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-draw (<< 4:7.6.0~beta1), libreoffice-draw-nogui (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-draw (<< 4:7.6.0~beta1), libreoffice-draw-nogui (<< 4:7.6.0~beta1) Size: 119588 SHA256: a10a8a25ef764bbf71728b8eeedf87b1df727ad3ec27306562c1c7499caaae3f SHA1: 266108ad4293eb8b4c92900ac46c670addb1fc62 MD5sum: 2758d14d24a2eca0c56dc89a0f61414f Description: UI data ("config") for LibreOffice Draw LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-draw_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-impress Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 5658 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-draw (<< 4:7.6.0~rc1), libreoffice-draw-nogui (<< 4:7.6.0~rc1), libreoffice-impress (<< 4:7.6.0~rc1), libreoffice-impress-nogui (<< 4:7.6.0~rc1) Breaks: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-draw (<< 4:7.6.0~rc1), libreoffice-draw-nogui (<< 4:7.6.0~rc1), libreoffice-impress (<< 4:7.6.0~rc1), libreoffice-impress-nogui (<< 4:7.6.0~rc1) Size: 177792 SHA256: baaa95320f3ee02f6d5f2b1e1c6522c27c65d7f74a71d37c68c528b6c0d8b91c SHA1: 14d912a19d0153881acb361ef3c31647feb8a3c6 MD5sum: c542c61188250d7f64bcd28c4e68477d Description: UI data ("config") for LibreOffice Impress LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-impress_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-math Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 400 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-math (<< 4:7.6.0~beta1), libreoffice-math-nogui (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-math (<< 4:7.6.0~beta1), libreoffice-math-nogui (<< 4:7.6.0~beta1) Size: 57968 SHA256: ec5aa067789aba1c02820f247ddf45cabf83e8ef46bdd1cb7d1617bbf458ffb1 SHA1: 59ab814cb22899175f4744deba0a44d7d7f2cb6a MD5sum: 3e4c55acac88f420ea1e77da339be2e1 Description: UI data ("config") for LibreOffice Math LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-math_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-report-builder Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 253 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-report-builder (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-report-builder (<< 4:7.6.0~beta1) Size: 52396 SHA256: 0adc717dc96ebb5b7e72b183734fbaf688a7317ecf7e06239d2356d488c0a372 SHA1: d80e569ab77f8f99c5ee1d0855a22e8c29399c0e MD5sum: 823e619ad72dfcbccca301b1d26dbb03 Description: UI data ("config") for the LibreOffice Report Builder LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-report-builder_25.2.3-2~bpo12+1_all.deb Package: libreoffice-uiconfig-writer Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 9175 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-writer (<< 4:7.6.0~beta1), libreoffice-writer-nogui (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1), libreoffice-writer (<< 4:7.6.0~beta1), libreoffice-writer-nogui (<< 4:7.6.0~beta1) Size: 300216 SHA256: 1321770f85f2e1c866dbc3f9d36c69250f1d014bfcaab0b9d1b7f87c4455b06b SHA1: b6e64cd54399b4e940e62ff82ae5b009c370e8a2 MD5sum: 4bbe59c4c3d1a04417d32ff86b8d8703 Description: UI data ("config") for LibreOffice Writer LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-uiconfig-writer_25.2.3-2~bpo12+1_all.deb Package: libreoffice-wiki-publisher Source: libreoffice (4:25.2.3-2~bpo12+1) Version: 4:1.2.0+LibO25.2.3-2~bpo12+1 Installed-Size: 4262 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-help-common, mediawiki Enhances: libreoffice-writer Size: 1498308 SHA256: d5867a416f9fc83fc51115d7508e544b0878571146294b0ae4ded0f94c9fbe05 SHA1: 7410c7c4e938d4dc3b347665724481303aa442a1 MD5sum: fd51963169e7a1c22166e1869cc556e6 Description: LibreOffice extension for working with MediaWiki articles LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an extension to create/edit/publish MediaWiki articles with LibreOffice Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: misc Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-wiki-publisher_1.2.0+LibO25.2.3-2~bpo12+1_all.deb Package: libreoffice-writer Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 29528 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-core (= 4:25.2.3-2~bpo12+1), libreoffice-uiconfig-writer (= 4:25.2.3-2~bpo12+1), libabw-0.1-1, libc6 (>= 2.35), libe-book-0.1-1, libepubgen-0.1-1, libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libwpd-0.10-10, libwpg-0.3-3, libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private, zlib1g (>= 1:1.1.4) Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-math Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 8271432 SHA256: a3b967cd71d6b29b45b392334157d8bc5f9ba95feb3f7af78d84ef62b417b7b1 SHA1: 1525e830f7ff4868284a1bf62c89ac2e39f8e59e MD5sum: ba69fbdf80c730a4756541d1bed8a051 Description: office productivity suite -- word processor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-writer_25.2.3-2~bpo12+1_arm64.deb Package: libreoffice-writer-nogui Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 27187 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-writer Depends: libreoffice-base-core (= 4:25.2.3-2~bpo12+1), libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), libabw-0.1-1, libc6 (>= 2.35), libe-book-0.1-1, libepubgen-0.1-1, libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libwpd-0.10-10, libwpg-0.3-3, libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private, zlib1g (>= 1:1.1.4) Pre-Depends: ucf, libreoffice-common (>= 4:25.2.1~rc1-3~) Recommends: libreoffice-math-nogui Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:25.2.3~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Conflicts: libreoffice-writer Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 7664888 SHA256: 2fe2bf8acdbb3b6019824cbce62ece790d6fa4ae1028556cebd2ea7a785ac70e SHA1: 4be5a344072a31fd95475339eb16cca2cdd87044 MD5sum: 8c335f956d086cbe0bc7f8f0be7bb35e Description: office productivity suite -- word processor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: editors Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-writer-nogui_25.2.3-2~bpo12+1_arm64.deb Package: libreofficekit-data Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 73 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: gir1.2-lokdocview-0.1 Size: 43772 SHA256: 00d7959f0fe68f4014199f8f761b07b065e6f7b852ffb8854f35097a3d765d4e SHA1: a51db2766389f83f795c96610eb23816d408ea86 MD5sum: cfacebb3ad1a9c6d35a0d116c1f75b00 Description: common data for LOKDocView LOKDocView is the GTK+ 3 widget that wraps the libreoffice functionality and exposes a simple API for applications to use this widget. . This package contains architecture-independent data (e.g. the selection handlers). Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: web Priority: optional Filename: pool/main/libr/libreoffice/libreofficekit-data_25.2.3-2~bpo12+1_all.deb Package: libreofficekit-dev Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 194 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-core, libreofficekit-data Suggests: libreofficekit-dev-gtk Size: 68268 SHA256: b57e4381565c70cbe345b734cde45173180523d55faaedc39987c60f5fd8ef60 SHA1: aa39f8995b36ced57186fb4c28b0340b86b69a68 MD5sum: d9e407407e3135c23dff8da5d046f5fc Description: LibreOfficeKit -- headers LibreOfficeKit can be used for accessing LibreOffice functionality through C/C++, without any need to use UNO. . This package contains the headers needed for using LibreOfficeKit. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libdevel Priority: optional Filename: pool/main/libr/libreoffice/libreofficekit-dev_25.2.3-2~bpo12+1_all.deb Package: libreofficekit-dev-gtk Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 147 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: gir1.2-lokdocview-0.1 (<< 1:5.4.0~rc1), libreofficekit-dev (<< 4:25.2~) Depends: gir1.2-lokdocview-0.1 (= 4:25.2.3-2~bpo12+1), libgtk-3-dev, liblibreofficekitgtk, libreofficekit-dev Size: 50648 SHA256: ebf20532bb5afe696ee10bc1a0aa0d70f149ad78f81b5a0080068dac6bacabae SHA1: 07df1fc3b578f7f1cbf99e901fa5113929c65fad MD5sum: 39761993bd44a389135eeced6bc3c710 Description: LibreOfficeKit -- Gtk header and introspection development LibreOfficeKit can be used for accessing LibreOffice functionality through C/C++, without any need to use UNO. . This package contains the header needed for using LibreOfficeKit with Gtk and for developing stuff using introspection. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libdevel Priority: optional Filename: pool/main/libr/libreoffice/libreofficekit-dev-gtk_25.2.3-2~bpo12+1_arm64.deb Package: libroutino-dev Source: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 143 Maintainer: Debian GIS Project Architecture: arm64 Depends: libroutino0 (= 3.4.3-1~bpo12+1), libroutino-slim0 (= 3.4.3-1~bpo12+1) Size: 100048 SHA256: e16acb3c6848cddaa51b959a80629a5fec7de1e2bd51ef037fb25dc31da56d9e SHA1: ccdeb220650e2ee864ab9b407bc3e2e37f1d3834 MD5sum: ef455eba572e92ec999acbc9178a9016 Description: Routino library development headers Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This package provides the routino headers. Homepage: https://www.routino.org/ Section: libdevel Priority: optional Filename: pool/main/r/routino/libroutino-dev_3.4.3-1~bpo12+1_arm64.deb Package: libroutino-slim0 Source: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 325 Maintainer: Debian GIS Project Architecture: arm64 Depends: routino-common (= 3.4.3-1~bpo12+1), libc6 (>= 2.33) Size: 150568 SHA256: c7aeca695e6805672c3cf1b3f389d83abe21bcff18b12ee3fd9c0c4c772777f7 SHA1: b71dc6e5bad2432479d293b6e5d8fb8f53d864ee MD5sum: baa6ebf4bbbb33b758e64f3649f1423c Description: Routino slim routing library Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This package provides the libroutino-slim shared library. Homepage: https://www.routino.org/ Section: libs Priority: optional Filename: pool/main/r/routino/libroutino-slim0_3.4.3-1~bpo12+1_arm64.deb Package: libroutino0 Source: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 325 Maintainer: Debian GIS Project Architecture: arm64 Depends: routino-common (= 3.4.3-1~bpo12+1), libc6 (>= 2.33) Size: 140776 SHA256: 21b15339f0784b4c0af2958fee7e82599aeb150dbd5236a558225bbe65fbc30c SHA1: f74797199d892dd615b110a2ca1015e45c5d52c8 MD5sum: 61cb7cfb31bd6ef1c17103751406bb81 Description: Routino routing library Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This package provides the libroutino shared library. Homepage: https://www.routino.org/ Section: libs Priority: optional Filename: pool/main/r/routino/libroutino0_3.4.3-1~bpo12+1_arm64.deb Package: librust-blake2-dev Source: rust-blake2 Version: 0.10.6-2~bpo12+1 Installed-Size: 195 Maintainer: Debian Rust Maintainers Architecture: arm64 Provides: librust-blake2+default-dev (= 0.10.6-2~bpo12+1), librust-blake2+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6-dev (= 0.10.6-2~bpo12+1) Depends: librust-digest-0.10+default-dev (>= 0.10.3-~~), librust-digest-0.10+mac-dev (>= 0.10.3-~~), librust-digest-0.10+std-dev (>= 0.10.3-~~) Size: 48356 SHA256: 8c72ac7ba4eacd4643622dc158bdf89168f35805a6cd84c8644bc41a2d2f2e8a SHA1: e05136abc8f2defec8a32121326e158d41a4dddb MD5sum: 33982ddd20789b231c2c172e4ae06515 Description: BLAKE2 hash functions - Rust source code This package contains the source for the Rust blake2 crate, packaged by debcargo for use with cargo and dh-cargo. Multi-Arch: same Section: rust Priority: optional Filename: pool/main/r/rust-blake2/librust-blake2-dev_0.10.6-2~bpo12+1_arm64.deb Package: librust-pyo3-log-dev Source: rust-pyo3-log Version: 0.8.3-1~bpo12+1 Installed-Size: 63 Maintainer: Debian Rust Maintainers Architecture: arm64 Provides: librust-pyo3-log+default-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0+default-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0.8+default-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0.8-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0.8.3+default-dev (= 0.8.3-1~bpo12+1), librust-pyo3-log-0.8.3-dev (= 0.8.3-1~bpo12+1) Depends: librust-arc-swap-1+default-dev, librust-log-0.4+std-dev (>= 0.4.4-~~), librust-pyo3-0.19-dev | librust-pyo3-0.18-dev | librust-pyo3-0.17-dev | librust-pyo3-0.16-dev | librust-pyo3-0.15-dev | librust-pyo3-0.14-dev Size: 16088 SHA256: 2ae06c8be2e1e91f9aad27e650d639c448960472f4c94a86e5a98990fc17376b SHA1: caa795b655101a98021dd48824b413fdbfb5b486 MD5sum: 81e4296c7fb51d95afdb16d1d9520ef2 Description: Logging bridge from pyo3 native extension to python - Rust source code This package contains the source for the Rust pyo3-log crate, packaged by debcargo for use with cargo and dh-cargo. Multi-Arch: same Section: rust Priority: optional Filename: pool/main/r/rust-pyo3-log/librust-pyo3-log-dev_0.8.3-1~bpo12+1_arm64.deb Package: librust-pythonize-dev Source: rust-pythonize Version: 0.19.0-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Rust Maintainers Architecture: arm64 Provides: librust-pythonize+default-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0+default-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0.19+default-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0.19-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0.19.0+default-dev (= 0.19.0-1~bpo12+1), librust-pythonize-0.19.0-dev (= 0.19.0-1~bpo12+1) Depends: librust-pyo3-0.17-dev, librust-serde-1+std-dev Size: 14724 SHA256: fa8d4e74132fe70b218e617beab6044a4b9906c30ec47622cfaf579543ad46f3 SHA1: 48e74579c33a79ea3e8176abdd13b77fe81e031d MD5sum: 2dfb96877d52fc7c8fd817abdd5ff21e Description: Rust <-> Python interconnect using Serde and PyO3 - Rust source code This package contains the source for the Rust pythonize crate, packaged by debcargo for use with cargo and dh-cargo. Multi-Arch: same Homepage: https://github.com/davidhewitt/pythonize Section: rust Priority: optional Filename: pool/main/r/rust-pythonize/librust-pythonize-dev_0.19.0-1~bpo12+1_arm64.deb Package: libsbuild-perl Source: sbuild Version: 0.88.4~bpo12+2 Installed-Size: 472 Maintainer: sbuild maintainers Architecture: all Replaces: sbuild (<= 0.58.4-1) Depends: apt, apt-utils, dpkg-dev, gnupg (>= 2.1), libdpkg-perl (>= 1.21.14), libexception-class-perl, libfilesys-df-perl, libmime-lite-perl, perl:any Recommends: autopkgtest (>= 4.0.4), schroot (>= 1.6.0) Suggests: default-mta | mail-transport-agent, libwww-perl Size: 99428 SHA256: 1ef032bb9ae1bee89770537125b94a8cdf846e7f97b530d15dab7a9f567153a1 SHA1: 6fffa730690fcde28b40b7ee9de4b9fffa7456a9 MD5sum: 56d7c6cfeacac3a7c566fea7b51c3687 Description: Library for building Debian binary packages from Debian sources The sbuild suite of programs (wanna-build, buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . This package contains the core library modules used by these programs. Section: perl Priority: optional Filename: pool/main/s/sbuild/libsbuild-perl_0.88.4~bpo12+2_all.deb Package: libsemantic-version-java Version: 2.1.1+ds-2~bpo12+1 Installed-Size: 40 Maintainer: Debian Java Maintainers Architecture: all Size: 16300 SHA256: 92677caf1ae88086bd37476de791b9441b9e03b1fec9f34157cd667a4221b6bd SHA1: af42d93759f4fb5f228267e2f1c80dcce5e29835 MD5sum: 263e8aac715e3faf5f6d21782b8952c2 Description: single-class semantic version implementation for java Semantic-Version requires no further dependencies and is thereby easy to use within projects. Key features are: . - Lightweight: Consists of only a single file, no dependencies. . - Immutable: Strict immutability ensures easy handling and thread safety. . - Serializable: Objects can be serialized using Java's ObjectOutputStream. . - Fast: Many performance improvements make this the fastest semver implementation in java around (according to parsing and sorting performance). Multi-Arch: foreign Homepage: https://github.com/skuzzle/semantic-version Section: java Priority: optional Filename: pool/main/libs/libsemantic-version-java/libsemantic-version-java_2.1.1+ds-2~bpo12+1_all.deb Package: libsharpyuv-dev Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 160 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libsharpyuv0 (= 1.5.0-0.1~bpo12+1) Size: 118060 SHA256: bf09d6c99a76b7a4e3c31eb3a280bb9e54204fb357a8f8595ecb166dd2d5f814 SHA1: 266f6f52a70a4a29da7c0a83fba404de9379915d MD5sum: d1e3bbe1f88ba86eb061467a4bd2779d Description: Library for sharp RGB to YUV conversion (development files) This library provides the function to convert RGB to YUV420 using a downsampling algorithm that minimizes artefacts caused by chroma subsampling. . This package provides the development files. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libdevel Priority: optional Filename: pool/main/libw/libwebp/libsharpyuv-dev_1.5.0-0.1~bpo12+1_arm64.deb Package: libsharpyuv0 Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 182 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.29) Size: 114316 SHA256: 82276c0ceefa025c1cd734ae6c9674385b1ef8f3f1ac2609aa06b8b80fff0545 SHA1: 15498c97636e28232ee146700a5040e3e386a994 MD5sum: 99b5533503ec4960794b1ac157c2be16 Description: Library for sharp RGB to YUV conversion This library provides the function to convert RGB to YUV420 using a downsampling algorithm that minimizes artefacts caused by chroma subsampling. . This package provides the shared library files. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libsharpyuv0_1.5.0-0.1~bpo12+1_arm64.deb Package: libsmbclient Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 276 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.25), libndr6 (>= 2:4.17.2), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0) Size: 91012 SHA256: 22c1cfbcbce6b0c6d1a4b4ebc2e2ad55af69c67205241a8e2110b71ce6b80fa5 SHA1: 5c3344e8132bc8448134aae5270aa8ec95245ce4 MD5sum: 134a0f15780d88148dcc21389aa22636 Description: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libsmbclient_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libsmbclient-dev Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 281 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libsmbclient (= 2:4.22.1+dfsg-1~bpo12+1) Size: 75148 SHA256: eb8ebe188fc7a47fb43507c16432e85ff966eaf661dde00fddb85ce95588d63a SHA1: e82f4be8029d8ccdb84f94c649c6bd73ad376de5 MD5sum: 1b61e071227cc514686c433a24593bc6 Description: development files for libsmbclient This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libsmbclient-dev_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libspa-0.2-bluetooth Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 1670 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libspa-0.2-modules (= 1.4.2-1~bpo12+1), libbluetooth3 (>= 4.91), libc6 (>= 2.33), libdbus-1-3 (>= 1.9.14), libfreeaptx0 (>= 0.1.1), libglib2.0-0 (>= 2.37.3), liblc3-0 (>= 1.0.1), libldacbt-abr2 (>= 2.0.2), libldacbt-enc2 (>= 2.0.2), libopus0 (>= 1.1), libsbc1 (>= 2.0), libusb-1.0-0 (>= 2:1.0.16) Size: 363524 SHA256: 036b94d32f9896b180fce99317759b8883c07f6e6bae390cfeea57f857404e56 SHA1: 5fd502e8c42391c5806a373a1ed2de535b7acf63 MD5sum: c5aeff5f24913a89cc698bbd55f5be5b Description: libraries for the PipeWire multimedia server - bluetooth plugins PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make Bluetooth audio devices such as speakers and headsets available to the PipeWire server. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-bluetooth_1.4.2-1~bpo12+1_arm64.deb Package: libspa-0.2-dev Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 726 Maintainer: Utopia Maintenance Team Architecture: arm64 Suggests: pipewire-doc Size: 119216 SHA256: 26ffea985f97e6edcbb4c4962727eb98cb9c75f1f67eec046c0a12ef4eee89a9 SHA1: 8ca796d43ce1e3ef75fe337791b033fc09aaa89b MD5sum: 16fb15983272993634b6937786ba5249 Description: libraries for the PipeWire multimedia server Simple Plugin API - development PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the development files for the Simple Plugin API. Multi-Arch: same Homepage: https://pipewire.org/ Section: libdevel Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-dev_1.4.2-1~bpo12+1_arm64.deb Package: libspa-0.2-jack Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 294 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libspa-0.2-modules (= 1.4.2-1~bpo12+1), libc6 (>= 2.17), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 Size: 63780 SHA256: 605fcb056164ec921639af466bbab4cbc9517ded385af9b8208c713a579753fa SHA1: b01db404efeaa450b52a3b760f07ecc384c82d4a MD5sum: 2791c24d5c447baa34952cbd0afa3dee Description: libraries for the PipeWire multimedia server - JACK client PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make PipeWire able to connect to a JACK server, which will be used for audio playback and recording. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-jack_1.4.2-1~bpo12+1_arm64.deb Package: libspa-0.2-libcamera Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 166 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire-libcamera (<< 0.3.72-1~) Provides: pipewire-libcamera Depends: libspa-0.2-modules (= 1.4.2-1~bpo12+1), libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: pipewire-libcamera (<< 0.3.72-1~) Size: 67632 SHA256: 7aae144b2d678fb63fabc6260e317e9eeb5dc1543987c1b62d9bac0306dcfc76 SHA1: f9ff2f22871fd5d492f379f76ea33dcb05f9e81c MD5sum: 81757be58239bf1b1ed2b872175f2ac9 Description: libraries for the PipeWire multimedia server - libcamera plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make camera devices available to the PipeWire server. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-libcamera_1.4.2-1~bpo12+1_arm64.deb Package: libspa-0.2-modules Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 4544 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire (<< 0.3.5) Depends: libasound2 (>= 1.2.6), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libebur128-1 (>= 1.2.0), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.0), liblilv-0-0 (>= 0.14.2~dfsg0), libmysofa1 (>= 0.6~), libsndfile1 (>= 1.0.20), libstdc++6 (>= 11), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1 Breaks: pipewire (<< 0.3.5) Size: 888424 SHA256: 3439ef5c11936e484c65e264d02c70fdac040de2fe22ea0b3b767750dc5b7612 SHA1: 98dcf85046fab1c4680efe1345a24fd6e02392f9 MD5sum: 21a18663bd3fbf486c3a1a1f49d3ebcc Description: libraries for the PipeWire multimedia server Simple Plugin API - modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains core support modules used in the Simple Plugin API, together with test and utility modules that do not introduce additional dependencies. It should not normally be depended on directly: PipeWire clients should depend on the pipewire package instead. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-modules_1.4.2-1~bpo12+1_arm64.deb Package: libspeechd-dev Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 160 Maintainer: Debian TTS Team Architecture: arm64 Depends: libspeechd2 (= 0.12.0-4~bpo12+1), libglib2.0-dev Suggests: speech-dispatcher Size: 33064 SHA256: a81d29f6bdfe2edc53e8c9fe02a0de9e0f6963ef93635229ce6e25a19fb505ab SHA1: b40b4618b4e1b938acdeba9a9717a9da13a13d4e MD5sum: fce846b5edf09a4212b81d6f6dce684a Description: Speech Dispatcher: Development libraries and header files Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains static library, and C headers needed for programs linked with the shared or static library. Multi-Arch: same Homepage: http://devel.freebsoft.org/speechd Section: libdevel Priority: optional Filename: pool/main/s/speech-dispatcher/libspeechd-dev_0.12.0-4~bpo12+1_arm64.deb Package: libspeechd-module0 Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 90 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.17) Size: 14804 SHA256: c757a778db7f38038afe7ffd2d25a67cda58129e713086fc5e6d8b33e230a917 SHA1: 7d6245c7de49f4f24f0779182d015d9331ac37db MD5sum: 6eca8ce24370ab5920ac441e36483e4c Description: Speech Dispatcher: Shared libraries for modules Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a shared library that speech-dispatcher modules can use for the ground support. Multi-Arch: same Homepage: http://devel.freebsoft.org/speechd Section: libs Priority: optional Filename: pool/main/s/speech-dispatcher/libspeechd-module0_0.12.0-4~bpo12+1_arm64.deb Package: libspeechd2 Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 92 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.36) Size: 21484 SHA256: 9b550d249d5864d10bcceea7d5508798fa893366d14086a22ad668a2881b2236 SHA1: 33f8258dc6bc3c0f60c2b2711f6d7be02444bc20 MD5sum: 7de4b4d0b976855326ae32d76341f62d Description: Speech Dispatcher: Shared libraries Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a shared library needed for C programs linked with it. Multi-Arch: same Homepage: http://devel.freebsoft.org/speechd Section: libs Priority: optional Filename: pool/main/s/speech-dispatcher/libspeechd2_0.12.0-4~bpo12+1_arm64.deb Package: libsqlcipher-dev Source: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 2682 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6-dev, libsqlcipher1 (= 4.6.1-2~bpo12+1) Suggests: sqlite3-doc Size: 794676 SHA256: 00cbdbb0c298d726415395c8b3e3ef113a5b47270592fff1a9aaf5b53eb06c0e SHA1: fcc7a0c330cc60380e24baea33bdc44ccc7e77e0 MD5sum: 785f7b503b984639ed78a8717bdebd29 Description: SQLCipher development files SQLCipher is a C library that implements an encryption in the SQLite 3 database engine. Programs that link with the SQLCipher library can have SQL database access without running a separate RDBMS process. It allows one to have per-database or page-by-page encryption using AES-256 from OpenSSL. . SQLCipher has a small footprint and great performance so it’s ideal for protecting embedded application databases and is well suited for mobile development. . * as little as 5-15% overhead for encryption * 100% of data in the database file is encrypted * Uses good security practices (CBC mode, key derivation) * Zero-configuration and application level cryptography * Algorithms provided by the peer reviewed OpenSSL crypto library. . SQLCipher has broad platform support for with C/C++, Obj-C, QT, Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and Xamarin.Android. . This package contains the development files (headers, static libraries). Multi-Arch: same Homepage: http://sqlcipher.net/ Section: libdevel Priority: optional Filename: pool/main/s/sqlcipher/libsqlcipher-dev_4.6.1-2~bpo12+1_arm64.deb Package: libsqlcipher1 Source: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 1462 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 612728 SHA256: 72b0d9da1b38d336409123c49f3c845a4aa0b1b678d2e17ea2e044fd77c3fbb1 SHA1: 82cd8489cd75b02efd3ce5826cd7a7e0219fba36 MD5sum: 7e17ca58a4dbd05a436ec9ae3b6d1508 Description: SQLCipher shared library SQLCipher is a C library that implements an encryption in the SQLite 3 database engine. Programs that link with the SQLCipher library can have SQL database access without running a separate RDBMS process. It allows one to have per-database or page-by-page encryption using AES-256 from OpenSSL. . SQLCipher has a small footprint and great performance so it’s ideal for protecting embedded application databases and is well suited for mobile development. . * as little as 5-15% overhead for encryption * 100% of data in the database file is encrypted * Uses good security practices (CBC mode, key derivation) * Zero-configuration and application level cryptography * Algorithms provided by the peer reviewed OpenSSL crypto library. . SQLCipher has broad platform support for with C/C++, Obj-C, QT, Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and Xamarin.Android. . This package provides the shared library files. Multi-Arch: same Homepage: http://sqlcipher.net/ Section: libs Priority: optional Filename: pool/main/s/sqlcipher/libsqlcipher1_4.6.1-2~bpo12+1_arm64.deb Package: libss2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 111 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: e2fsprogs (<< 1.34-1) Depends: libcom-err2, libc6 (>= 2.34) Size: 28168 SHA256: 2e64d53a919f10a6effaf0abc0face717117a0bb91fe140d43afbb5bd086ef38 SHA1: 039c2697f70771ae526c5e3a40eee36a7d66c7e0 MD5sum: 3a8a6e660f816a77385a06dc6580b5e0 Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libss2_1.47.2~rc1-2~bpo12+2_arm64.deb Package: libstlink-dev Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 343 Maintainer: Luca Boccassi Architecture: arm64 Depends: libstlink1 (= 1.8.0-1~bpo12+1) Size: 80452 SHA256: a2ba6d4647c852fe1c4be96eae13f0e9c9b2427df723a95a7a2c966d9a1769a8 SHA1: 3c97d4dc04b5525c4a4f47a5e14f56bd751d09c8 MD5sum: 7dc1dff91f292e0285f9c9def111f086 Description: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains the development files for stlink. Multi-Arch: same Homepage: https://github.com/stlink-org/stlink Section: libdevel Priority: optional Filename: pool/main/s/stlink/libstlink-dev_1.8.0-1~bpo12+1_arm64.deb Package: libstlink1 Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 175 Maintainer: Luca Boccassi Architecture: arm64 Depends: libc6 (>= 2.33), libusb-1.0-0 (>= 2:1.0.22) Size: 61952 SHA256: c8aba7d62e3040af666eab1292d894e5c63df705d6d874f8a730e34421be025e SHA1: 5480dab55bee512724caa8826b34e048f9d08a61 MD5sum: f5b40716b87836e4827d7b64c16721de Description: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains the shared library for stlink. Multi-Arch: same Homepage: https://github.com/stlink-org/stlink Section: libs Priority: optional Filename: pool/main/s/stlink/libstlink1_1.8.0-1~bpo12+1_arm64.deb Package: libstrophe-dev Source: libstrophe Version: 0.14.0-4~bpo12+1 Installed-Size: 351 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: libexpat1-dev, libssl-dev, libstrophe0 (= 0.14.0-4~bpo12+1) Size: 82156 SHA256: 43e8ab10f95d6473cebc03502d93614bd8a36a198299cd63abffc4d35707c1d4 SHA1: cde77138aa810d6804904d819805d775a7e8f173 MD5sum: f3dba829bc09fc77c3ac062b0a4f12be Description: Library for writing XMPP clients - development files libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. . This package contains the development files. Multi-Arch: same Homepage: http://strophe.im/ Section: libdevel Priority: optional Filename: pool/main/libs/libstrophe/libstrophe-dev_0.14.0-4~bpo12+1_arm64.deb Package: libstrophe-doc Source: libstrophe Version: 0.14.0-4~bpo12+1 Installed-Size: 3199 Maintainer: Debian XMPP Maintainers Architecture: all Replaces: libstrophe-dev (<< 0.14.0-2~) Breaks: libstrophe-dev (<< 0.14.0-2~) Size: 349932 SHA256: e8a45590b4f763fd4a5b1d992727dbcd5a508088212b8f8c82399b6697a41b21 SHA1: 4ddb3e54069a56a84fef0909a0db45b2389dc051 MD5sum: 6770acfd346bf99bddb0520e00ea7630 Description: Library for writing XMPP clients - documentation libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. . This package contains the documentation files. Multi-Arch: foreign Homepage: http://strophe.im/ Section: doc Priority: optional Filename: pool/main/libs/libstrophe/libstrophe-doc_0.14.0-4~bpo12+1_all.deb Package: libstrophe0 Source: libstrophe Version: 0.14.0-4~bpo12+1 Installed-Size: 222 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 65460 SHA256: a61cfce19ad3801718193c044c422bf540917979312aef967372474078a332ef SHA1: fa3e8b90aa95bf5718f7d16ad84700b8bb42053a MD5sum: 24d8feaf2bab40484a53a4c47629ed37 Description: Library for writing XMPP clients - shared library libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. . This package contains the shared library. Multi-Arch: same Homepage: http://strophe.im/ Section: libs Priority: optional Filename: pool/main/libs/libstrophe/libstrophe0_0.14.0-4~bpo12+1_arm64.deb Package: libswupdate-dev Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 63 Maintainer: Bastian Germann Architecture: arm64 Replaces: swupdate-dev (<< 2020.11-1) Depends: libswupdate0.1 (= 2024.12.1+dfsg-1~bpo12+1) Suggests: swupdate-doc Breaks: swupdate-dev (<< 2020.11-1) Size: 18648 SHA256: 667a86ef5f2150def8770ee68771f83df5057c6f3c513e0b66b7159f0db65f7f SHA1: ad008a08c80d28edcf190d91aeedb386d2f04ee2 MD5sum: 74f0a6e43af692c4846a81e89765f05e Description: Development files for swupdate framework This package contains the development files for libswupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: libdevel Priority: optional Filename: pool/main/s/swupdate/libswupdate-dev_2024.12.1+dfsg-1~bpo12+1_arm64.deb Package: libswupdate0.1 Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 207 Maintainer: Bastian Germann Architecture: arm64 Depends: libc6 (>= 2.34) Size: 37888 SHA256: cb1b5def168f8a2a69a0102920c64837a47510140b6911dcbf2e5e97eda0486e SHA1: 96053a179ac9f7137e74dbe90bdb29bf9aa3c0ca MD5sum: 1551260cce3d65df0f2c218eb6772fc5 Description: Library for controlling the swupdate framework This package contains the library libswupdate which is used to control swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: libs Priority: optional Filename: pool/main/s/swupdate/libswupdate0.1_2024.12.1+dfsg-1~bpo12+1_arm64.deb Package: libsystemd-dev Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 6411 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libsystemd0 (= 254.26-1~bpo12+1) Size: 1172936 SHA256: ba262c23b1448cfd8d4c56598aadcaabebb651a3bc71352b164b075a11071339 SHA1: 546864890408256beefaf5c3cb908e93370f8abd MD5sum: ba8311df1fc08724e3286341f06312fd Description: systemd utility library - development files This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. . This package contains the files needed for developing applications that use libsystemd. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libdevel Priority: optional Filename: pool/main/s/systemd/libsystemd-dev_254.26-1~bpo12+1_arm64.deb Package: libsystemd-shared Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 5773 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.30.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libgcrypt20 (>= 1.10.0), libip4tc2 (>= 1.8.3), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2) Size: 1640848 SHA256: 2cf04f3168451eca41ffe0c59b7f9e5dc60aabbf7025e1438de143e6333f56bd SHA1: d70920d9cf24581a04489d533bb779ee2a6cf828 MD5sum: 95721211a7059006dc39184756018d1c Description: systemd shared private library This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libsystemd-shared_254.26-1~bpo12+1_arm64.deb Package: libsystemd0 Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 990 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2) Size: 330096 SHA256: 7b3ebc196619384eed88e7455955ff68eedbfdc69d74a7b8914687fec26c053d SHA1: c7eda8bb93fbd2141c8595b33a98e20116115214 MD5sum: f0e8ca1badfa44c1f6e3f98b0cc2f6c0 Description: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libsystemd0_254.26-1~bpo12+1_arm64.deb Package: libtalloc-dev Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 149 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libtalloc2 (= 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1) Size: 70768 SHA256: a41f03da16c83c2af0c65ba64f5987cc506571f91f832ee405d76554621676cd SHA1: 865124849378e5357d948a689ac791d7065a550b MD5sum: 71e0023d049ad6f28957c6a234219db2 Description: hierarchical pool based memory allocator - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtalloc-dev_2.4.3+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libtalloc2 Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 138 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.17) Size: 58156 SHA256: 6f021f46d976c9fef9cc65cb4e76b8989b41bbd871d1916aa9750f1e8f521449 SHA1: 21058d27ae153522ea547438173736a326b28f35 MD5sum: eb14864dd43e99df53aa62b0de1a34b8 Description: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtalloc2_2.4.3+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libtango-dev Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 2467 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: cppzmq-dev, libcos4-dev, libjpeg-dev, libtango10 (= 10.0.2+dfsg1-1~bpo12+1) Conflicts: libtango7-dev, libtango8-dev Size: 233832 SHA256: 4a869cb9aeba6095272a61e8553bdb2df9ec8e4e64fc0bff71ce748e44c462ae SHA1: 4ba36a6d43a3032058bd6504f7bb6b026b963d11 MD5sum: df35dba24bafaf774d9784332d8f777b Description: TANGO distributed control system - development library TANGO is an object-oriented distributed control system using CORBA. In TANGO all objects are representations of devices, which can be on the same computer or distributed over a network. Communication between devices uses CORBA and can be synchronous, asynchronous or event driven. . The object model in TANGO supports methods, attributes and properties. TANGO provides an API which hides all the details of network access and provides object browsing, discovery, and security features. Permanent data is stored in a MySQL/MariaDB database. . TANGO is being actively developed as a collaborative effort between the ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es), and Elettra institutes (www.elettra.trieste.it). . This package contains the tango9 development files. Multi-Arch: same Homepage: https://www.tango-controls.org Section: libdevel Priority: optional Filename: pool/main/t/tango/libtango-dev_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: libtango-doc Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 65946 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 42438616 SHA256: a65831c0fe5cf80215fcb02f7f880cd0588b692de41737d928783129f5e866b3 SHA1: 8ade2f155fc38f9c7d48b48a904bb14732576857 MD5sum: 4f1a929df519a4a4c7bec46af1002498 Description: TANGO distributed control system - documentation TANGO is an object-oriented distributed control system using CORBA. In TANGO all objects are representations of devices, which can be on the same computer or distributed over a network. Communication between devices uses CORBA and can be synchronous, asynchronous or event driven. . The object model in TANGO supports methods, attributes and properties. TANGO provides an API which hides all the details of network access and provides object browsing, discovery, and security features. Permanent data is stored in a MySQL/MariaDB database. . TANGO is being actively developed as a collaborative effort between the ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es), and Elettra institutes (www.elettra.trieste.it). . This package contains the documentation for the libtango10 library. Multi-Arch: foreign Homepage: https://www.tango-controls.org Section: doc Priority: optional Filename: pool/main/t/tango/libtango-doc_10.0.2+dfsg1-1~bpo12+1_all.deb Package: libtango-tools Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 146 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 5.2), libtango10 (>= 10.0.2+dfsg1) Size: 34700 SHA256: 22b8fe86b001713a4830097b76078c0bea78adf801b533b46fbde33673d170d6 SHA1: 560a18a67350d1116a6ffcaa2b0f54ffe3983569 MD5sum: d8836ca17c552c07979e99d6904a817e Description: TANGO distributed control system - common executable files This package provides shared files for the TANGO distributed control system, and sets up the required infrastructure. Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/libtango-tools_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: libtango10 Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 8100 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: tango-common, libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libcos4-3 (>= 4.3.3+ds1), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 11), libzmq5 (>= 4.0.1+dfsg) Size: 1781328 SHA256: de5fda75c6ed0b638b31c27c64eaa0179807f8848c87a82691ef7448734a87bf SHA1: 37fe3376eb2f4d2f49377e7013ac6837ba41b8b8 MD5sum: b5e2447a91daf4d16cd8a46212d96e16 Description: TANGO distributed control system - shared library TANGO is an object-oriented distributed control system using CORBA. In TANGO all objects are representations of devices, which can be on the same computer or distributed over a network. Communication between devices uses CORBA and can be synchronous, asynchronous or event driven. . The object model in TANGO supports methods, attributes and properties. TANGO provides an API which hides all the details of network access and provides object browsing, discovery, and security features. Permanent data is stored in a MySQL/MariaDB database. . TANGO is being actively developed as a collaborative effort between the ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es), and Elettra institutes (www.elettra.trieste.it). . This package contains the files necessary for running TANGO applications. Multi-Arch: same Homepage: https://www.tango-controls.org Section: libs Priority: optional Filename: pool/main/t/tango/libtango10_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: libtbox-dev Source: tbox Version: 1.7.6-1~bpo12+1 Installed-Size: 2915 Maintainer: Yangfl Architecture: arm64 Size: 365912 SHA256: 52ae0163df96b63f3c01edbabd70bb730966f9d853ae9b735273220b3e759a36 SHA1: d4b021c150c65a04b642d08dc08d3178e1b9f029 MD5sum: fa958d39feae3720012de31d8f78d2d2 Description: glib-like multi-platform c library (development files) TBOX is a glib-like cross-platform C library that is simple to use yet powerful in nature. . The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language. . This package contains the header files and static library. Homepage: https://github.com/tboox/tbox Section: libdevel Priority: optional Filename: pool/main/t/tbox/libtbox-dev_1.7.6-1~bpo12+1_arm64.deb Package: libtdb-dev Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 114 Maintainer: Debian Samba Maintainers Architecture: arm64 Provides: tdb-dev Depends: libc6-dev, libtdb1 (= 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1) Size: 57164 SHA256: 631e5bab36c7eb63cc85c1975e2be5746bd7972b1c6ff5c03817889ee55c1c3c SHA1: e710c27f1b3563dfe10d0e9b3174c708066279d5 MD5sum: 253ce749c3166d9339e0c86944035fc1 Description: Trivial Database - development files This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtdb-dev_1.4.13+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libtdb1 Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 201 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.34) Size: 77628 SHA256: 09924a8f2ec8f9be056ce1093825bf24cecd5a6e5a51bf9bcce41aa34f8aa9e7 SHA1: 32c12a5abdde0f901b9f9fe8c9024f74aa83a2bc MD5sum: 227a79cc417ce696f4ec4b4c7e97a586 Description: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtdb1_1.4.13+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libtevent-dev Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:0.16.2+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6-dev, libtalloc-dev, libtevent0 (= 2:0.16.2+samba4.22.1+dfsg-1~bpo12+1) Size: 60312 SHA256: 3f34c574b1dceba85816a1685ee8b6e753825298f79908e3e4cffaed69af141e SHA1: 33a391bafacf79b21cb87522f59e245db2bf2feb MD5sum: 4147204587e9e56f90b21259527bf4cc Description: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtevent-dev_0.16.2+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libtevent0 Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:0.16.2+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 207 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libtalloc2 (>= 2.1.0) Size: 71316 SHA256: f720736b797f2fab8100e17d26252b6415183d169ec1c19bdd4b701c2a32bb7d SHA1: 1d325c1a2c0154490f603f50746ebd4b0766c36b MD5sum: d667aac988ab26efc20b241b2e336e9a Description: talloc-based event loop library - shared library tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtevent0_0.16.2+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libthreadar-dev Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 2231 Maintainer: John Goerzen Architecture: arm64 Depends: libthreadar1000 (= 1.5.0-1~bpo12+1) Size: 190676 SHA256: 90081c3148e8bfad72fbdfa7d794bd1906acf503e6013736af508c4465d66ec7 SHA1: 46a5770bb77088c9ba80e406c9d6608b4f8e9b5e MD5sum: d4d4a923b0f6525a63bbe08ee6d9bfe2 Description: C++ classes for manipulating threads (development files) Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code. . It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context. . Additionally, all the related objects around multi-threading (mutex, semaphore, etc) are provided, under easy to use and independent C++ classes. Other more advanced classes ease the information exchange between threads like scattering and gathering a collection of objects between many threads, or asynchonous buffered information exchanges between two threads. . libthreadar allows the dar package to provide multithreaded encryption, compression, and remote repository access. Multi-Arch: same Homepage: https://sourceforge.net/projects/libthreadar/ Section: libdevel Priority: optional Filename: pool/main/libt/libthreadar/libthreadar-dev_1.5.0-1~bpo12+1_arm64.deb Package: libthreadar1000 Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 85 Maintainer: John Goerzen Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 20832 SHA256: dc308a0fb37f5e3fe75d6b689d4a9920b5a7c7dd85beb8cadcb94b83f5766fec SHA1: fe06222ff64d60eeb9a250894a1eca5103a98f13 MD5sum: d34e4fdfd132bf165da09f8527ec5ccc Description: C++ classes for manipulating threads Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code. . It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context. . Additionally, all the related objects around multi-threading (mutex, semaphore, etc) are provided, under easy to use and independent C++ classes. Other more advanced classes ease the information exchange between threads like scattering and gathering a collection of objects between many threads, or asynchonous buffered information exchanges between two threads. . libthreadar allows the dar package to provide multithreaded encryption, compression, and remote repository access. Multi-Arch: same Homepage: https://sourceforge.net/projects/libthreadar/ Section: libs Priority: optional Filename: pool/main/libt/libthreadar/libthreadar1000_1.5.0-1~bpo12+1_arm64.deb Package: libtomcat10-embed-java Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 4802 Maintainer: Debian Java Maintainers Architecture: all Depends: libeclipse-jdt-core-java (>= 3.26.0) Size: 4475300 SHA256: 4ad696d03ac9ff478fc63145700f6a949d46ded41175eda456c306d29d062947 SHA1: d39309af5c70a4162b9852b4755bc50f3c60bc25 MD5sum: 0e1ae2c5bb7f11694ebc2c63ec6001b7 Description: Apache Tomcat 10 - Servlet and JSP engine -- embed libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the libraries required to embed Tomcat into Java applications. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/libtomcat10-embed-java_10.1.40-1~bpo12+1_all.deb Package: libtomcat10-java Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 7405 Maintainer: Debian Java Maintainers Architecture: all Depends: libeclipse-jdt-core-java (>= 3.26.0) Suggests: tomcat10 (>= 10.1.40-1~bpo12+1) Size: 6402748 SHA256: 347471f08c43fa3709d2438b2c45a00f886fc31b845493446b0832ca8948687c SHA1: a324fcb2891500e7ee4942eda98c2c379d1d086d MD5sum: bf49b4c851cb589623272d4b6f95c7e8 Description: Apache Tomcat 10 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/libtomcat10-java_10.1.40-1~bpo12+1_all.deb Package: libubootenv-dev Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 52 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libubootenv0.1 (= 0.3.5-0.1~bpo12+1), zlib1g-dev Suggests: libubootenv-doc Size: 14340 SHA256: 8eb780515d1d2a072d77bf00af1aead036441fca1ff0e517bc5f3a1f75e03c4a SHA1: 41d31d8e44eba488427d8e6839c06265f69924dc MD5sum: 262ae86ef1559871442a8132c72df7d5 Description: Library to access U-Boot environment - development files libubootenv is a library that provides a hardware independent way to access to U-Boot environment. U-Boot has its default environment compiled board-dependently and this means that tools to access the environment are also board specific, too. . This package contains files that are needed to build applications. Multi-Arch: same Homepage: https://github.com/sbabic/libubootenv Section: libdevel Priority: optional Filename: pool/main/libu/libubootenv/libubootenv-dev_0.3.5-0.1~bpo12+1_arm64.deb Package: libubootenv-doc Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 843 Maintainer: Nobuhiro Iwamatsu Architecture: all Size: 208112 SHA256: 091d1d45ec0878379f77e961df23dab083588a3caba13bbe24540f33f2064f50 SHA1: d3d16317e937972824fb691eff50461dee284405 MD5sum: 2336f32b7d0e23d8a3f3b63f503b9832 Description: Library to access U-Boot environment - document libubootenv is a library that provides a hardware independent way to access to U-Boot environment. U-Boot has its default environment compiled board-dependently and this means that tools to access the environment are also board specific, too. . This package contains documentation for the libubootenv library. Multi-Arch: foreign Homepage: https://github.com/sbabic/libubootenv Section: doc Priority: optional Filename: pool/main/libu/libubootenv/libubootenv-doc_0.3.5-0.1~bpo12+1_all.deb Package: libubootenv-tool Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 84 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libc6 (>= 2.34), libubootenv0.1 (= 0.3.5-0.1~bpo12+1) Conflicts: u-boot-tools (<< 2019.10) Size: 8400 SHA256: c7594f340dce37af50e358750e56843b651ff914a948c2bedc98ef9372f9ce21 SHA1: 3293e78536aea937cd5a50f7f5a113a9a657426b MD5sum: b2a9e7dab028597ca5b406fa1cbf0bf1 Description: Library to access U-Boot environment - tool libubootenv is a library that provides a hardware independent way to access to U-Boot environment. U-Boot has its default environment compiled board-dependently and this means that tools to access the environment are also board specific, too. . This package contains files that is tool using libubootenv. Multi-Arch: foreign Homepage: https://github.com/sbabic/libubootenv Section: utils Priority: optional Filename: pool/main/libu/libubootenv/libubootenv-tool_0.3.5-0.1~bpo12+1_arm64.deb Package: libubootenv0.1 Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 84 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libc6 (>= 2.33), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 13420 SHA256: 075da0cc48c4183df182857f462fceb5587720ecf0c81e726c0ccf035102aad9 SHA1: 49c6289e74a6f4ee1d140ffafe44fbb8f0fa35bb MD5sum: 264812463f690fa05170000e14b00ae7 Description: Library to access U-Boot environment - runtime libubootenv is a library that provides a hardware independent way to access to U-Boot environment. U-Boot has its default environment compiled board-dependently and this means that tools to access the environment are also board specific, too. . This package includes the shared library. Multi-Arch: same Homepage: https://github.com/sbabic/libubootenv Section: libs Priority: optional Filename: pool/main/libu/libubootenv/libubootenv0.1_0.3.5-0.1~bpo12+1_arm64.deb Package: libudev-dev Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 144 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libudev1 (= 254.26-1~bpo12+1) Size: 56224 SHA256: 735e625cee6acabd6b846b2b7a3d3856d50fa1ee33010c7f61f9e8d70d119bc9 SHA1: eccecb98dce43577c19c15136710b1cb9351f471 MD5sum: e515a9eafeb84749686409b762960116 Description: libudev development files This library provides APIs to introspect and enumerate devices on the local system. . This package contains the files needed for developing applications that use libudev. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libdevel Priority: optional Filename: pool/main/s/systemd/libudev-dev_254.26-1~bpo12+1_arm64.deb Package: libudev1 Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 258 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 111880 SHA256: 92bc41859480ded4e61f77ad760d10e3bc979a317460a3d467b56f6557185ac4 SHA1: 50c89a51d398ea9829f15b53599c0730bcc2c306 MD5sum: 5bbc5230eadfc5239eda0b19adc058db Description: libudev shared library This library provides APIs to introspect and enumerate devices on the local system. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libudev1_254.26-1~bpo12+1_arm64.deb Package: libuno-cppu3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 278 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 107952 SHA256: 14347e2794680d9d582b76e30d7f20de093554f4fb86d86ddfab86c539a7d288 SHA1: ebae47201d6e3b9a12716f6c09ee3cf85b68b888 MD5sum: 5d1102a5269ead2181a6b684423165ce Description: LibreOffice UNO runtime environment -- CPPU public library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains CPPU, the type definitions/implementations for the core of UNO. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libuno-cppu3_25.2.3-2~bpo12+1_arm64.deb Package: libuno-cppuhelpergcc3-3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 966 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: uno-libs-private (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 273696 SHA256: 0a313d9325ba487c3327cf133dce2b60e47c038263a429d00a647c4517d05b5d SHA1: 3822f2f6a852cd12d6f4c45e11e45866ac448018 MD5sum: 104fe6fb44c5d1393d9ef8f34e62cf9c Description: LibreOffice UNO runtime environment -- CPPU helper library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the cppuhelper library (helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff) Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libuno-cppuhelpergcc3-3_25.2.3-2~bpo12+1_arm64.deb Package: libuno-purpenvhelpergcc3-3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 144 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 50804 SHA256: 06cfd377b5f5e1d52ea6d5bc987ae9117f34cb1a73b79503619a176cdf8fa78a SHA1: c25de506585a84be5ced5f7c52e807afe6f0f9d9 MD5sum: 9184b44454577c8e44f5e259af5bea82 Description: LibreOffice UNO runtime environment -- "purpose environment" helper The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains a library which contains a helper for implementing so-called "purpose environments". Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libuno-purpenvhelpergcc3-3_25.2.3-2~bpo12+1_arm64.deb Package: libuno-sal3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 555 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 198084 SHA256: 956cb392e7f1d7ec0d8940131da99445a562f69567b9b83a504d18ec74d1a558 SHA1: 70346560697069fc23410a1cb68fc5f6d1006bee MD5sum: 7a93f42511775601ec2cd43ec2a67b5b Description: LibreOffice UNO runtime environment -- SAL public library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the System Abstraction Layer (SAL) library. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libuno-sal3_25.2.3-2~bpo12+1_arm64.deb Package: libuno-salhelpergcc3-3 Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 148 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libuno-sal3 (>= 1.8.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 52116 SHA256: 5f13df510464e6d7a60fdaea7c4695775aba858c0788e27add6918ccb3044a1b SHA1: 7be9238e3c030c5838f890101df76078539086df MD5sum: 14a49982273f4f402f1d96340d6f0118 Description: LibreOffice UNO runtime environment -- SAL helpers for C++ library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains C++ helpers to make use of sal easier. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/libuno-salhelpergcc3-3_25.2.3-2~bpo12+1_arm64.deb Package: libunoloader-java Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 88 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ure (<< 6.4.0~rc1-6) Breaks: ure (<< 6.4.0~rc1-6) Size: 46956 SHA256: 14b7a6469b00608f0cdb7b466445723dbb0b2a5b1cbd4482a1469029df996ef1 SHA1: 57145c6e653963d865a2b15767ff72c16c876d8e MD5sum: 3edf352a1fedeb2e0dedeec60cf884f9 Description: LibreOffice UNO runtime environment -- (Java) UNO loader The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package contains a UNO loader library for Java. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: java Priority: optional Filename: pool/main/libr/libreoffice/libunoloader-java_25.2.3-2~bpo12+1_all.deb Package: libvkfft-dev Source: vkfft Version: 1.3.4+ds2-1~bpo12+1 Installed-Size: 1664 Maintainer: Debian PaN Maintainers Architecture: all Size: 114568 SHA256: f42874c540e7c4da9f162726a0a7803e859e3888f766c7f91ce04149e81532da SHA1: 84f68885027b55567056287fc948b39c96b93b23 MD5sum: fafa546a60e798f9f8ff3494c17e311f Description: Vulkan/CUDA/HIP/OpenCL Fast Fourier Transform library VkFFT is an efficient GPU-accelerated multidimensional Fast Fourier Transform library for Vulkan/CUDA/HIP/OpenCL projects. VkFFT aims to provide the community with an open-source alternative to Nvidia's cuFFT library while achieving better performance. VkFFT is written in C language and supports Vulkan, CUDA, HIP and OpenCL as backends. . + 1D/2D/3D systems . + Forward and inverse directions of FFT . + Support for big FFT dimension sizes. Current limits: C2C or even C2R/R2C - (2^32, 2^32, 2^32). Odd C2R/R2C - (2^12, 2^32, 2^32). R2R - (2^12, 2^12, 2^12). Depends on the amount of shared memory on the device. (will be increased later). . + Radix-2/3/4/5/7/8/11/13 FFT. Sequences using radix 3, 5, 7, 11 and 13 have comparable performance to that of powers of 2. . + Bluestein's FFT algorithm for all other sequences. Full coverage of C2C range, single upload (2^12, 2^12, 2^12) for R2C/C2R/R2R. Optimized to have as few memory transfers as possible by using zero padding and merged convolution support of VkFFT . + Single, double and half precision support. Double precision uses CPU-generated LUT tables. Half precision still does all computations in single and only uses half precision to store data. . + All transformations are performed in-place with no performance loss. Out-of-place transforms are supported by selecting different input/output buffers. . + No additional transposition uploads. Note: Data can be reshuffled after the Four Step FFT algorithm with an additional buffer (for big sequences). Doesn't matter for convolutions - they return to the input ordering (saves memory). . + Complex to complex (C2C), real to complex (R2C), complex to real (C2R) transformations and real to real (R2R) Discrete Cosine Transformations of types I, II, III and IV. R2R, R2C and C2R are optimized to run up to 2x times faster than C2C and take 2x less memory . + 1x1, 2x2, 3x3 convolutions with symmetric or nonsymmetric kernel (no register overutilization) . + Native zero padding to model open systems (up to 2x faster than simply padding input array with zeros). Can specify the range of sequences filled with zeros and the direction where zero padding is applied (read or write stage) . + WHDCN layout - data is stored in the following order (sorted by increase in strides): the width, the height, the depth, the coordinate (the number of feature maps), the batch number . + Multiple feature/batch convolutions - one input, multiple kernels . + Multiple input/output/temporary buffer split. Allows using data split between different memory allocations and mitigates 4GB single allocation limit. . + Works on Nvidia, AMD and Intel GPUs. And Raspberry Pi 4 GPU. . + Works on Windows, Linux and macOS . + VkFFT supports Vulkan, CUDA, HIP and OpenCL as backend to cover wide range of APIs . + Header-only library with Vulkan interface, which allows appending VkFFT directly to user's command buffer. Kernels are compiled at run-time Multi-Arch: foreign Homepage: https://github.com/DTolm/VkFFT Section: libdevel Priority: optional Filename: pool/main/v/vkfft/libvkfft-dev_1.3.4+ds2-1~bpo12+1_all.deb Package: libwayland-bin Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 84 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libwayland-dev (<< 1.11.0-1) Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libxml2 (>= 2.7.4) Conflicts: libwayland-dev (<< 1.11.0-1) Size: 20044 SHA256: 5020c69bf81d0cff8021b5aa7b47387968cc52f3aa52ad0158cac2b5ac923a1e SHA1: 1c4a7618020734d2e812ca173644d6ee68db1d3a MD5sum: a8d7a3517c6eb96ba43b4aac599e1229 Description: wayland compositor infrastructure - binary utilities Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development binary utilities Multi-Arch: foreign Homepage: https://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland/libwayland-bin_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-client0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 86 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Size: 25532 SHA256: b913aa31c504469c3a2ab02765fd698c89fb32a997a8b0fdc9a3009b427ff34a SHA1: dfb87f443b73299f1a64dfbd18ce5e957f577a75 MD5sum: 3fceb0799c3c7d6ad6ef83d072d95cd8 Description: wayland compositor infrastructure - client library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the client side of the Wayland protocol. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libs Priority: optional Filename: pool/main/w/wayland/libwayland-client0_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-cursor0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 95 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0) Conflicts: libwayland0 (<< 1.1.0-1) Size: 11060 SHA256: 63e5a4ab869da923463cb062add01e79b12d2cd09216efde4888d6392aafb8b3 SHA1: 62f87cf4eb6c7a5ffcf4b944d478ab9f7948a49f MD5sum: c180828aad6ca38fde08f7a8befdfcc5 Description: wayland compositor infrastructure - cursor library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships a helper library to manage cursors. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libs Priority: optional Filename: pool/main/w/wayland/libwayland-cursor0_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-dev Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 620 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libegl1-mesa-dev (<< 18.0.5-0) Depends: libwayland-client0 (= 1.23.0-1~bpo12+1), libwayland-server0 (= 1.23.0-1~bpo12+1), libwayland-cursor0 (= 1.23.0-1~bpo12+1), libwayland-egl1 (= 1.23.0-1~bpo12+1), libwayland-bin (= 1.23.0-1~bpo12+1), libffi-dev Suggests: libwayland-doc Breaks: libegl1-mesa-dev (<< 18.0.5-0) Size: 73444 SHA256: 61f0e51d98a699be49f080bcd71e78226de57f495dbe2323010dea3c234fa92d SHA1: 107c520b4478cc3ad81418edf34707f7ed8bd231 MD5sum: 457795d8c9524b37998c079b61635dbe Description: wayland compositor infrastructure - development files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the Wayland libraries. Non-developers likely have little use for this package. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland/libwayland-dev_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-doc Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 755 Maintainer: Debian X Strike Force Architecture: all Replaces: libwayland-dev (<< 1.10.0-2) Conflicts: libwayland-dev (<< 1.10.0-2) Size: 197084 SHA256: bc85410e577c732d73f47488c22930b3fdf3be90f699336a9e122ddafde1fd2b SHA1: 69768f7c9ab6b84ac66efdfc6b8f12a3d9eea07d MD5sum: 5e8c7d8c67446fa625c03ae9213e6ed1 Description: wayland compositor infrastructure - documentation files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the documentation for the Wayland libraries. Non-developers likely have little use for this package. Multi-Arch: foreign Homepage: https://wayland.freedesktop.org/ Section: doc Priority: optional Filename: pool/main/w/wayland/libwayland-doc_1.23.0-1~bpo12+1_all.deb Package: libwayland-egl-backend-dev Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 17 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libegl1-mesa-dev (<< 18.0.5-0), libwayland-dev (<< 1.15.0) Breaks: libegl1-mesa-dev (<< 18.0.5-0), libwayland-dev (<< 1.15.0) Size: 4364 SHA256: 4ad8e374de919b2b300667e9cf66470e52d19e29f52647913bbe252e2aac6b5b SHA1: 347787b841be9048f3c2fe2828f7298eec54aa0c MD5sum: 746583c8659c2aef02f9bd9e52efcf7d Description: wayland compositor infrastructure - EGL backend development files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the Wayland EGL backend. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland/libwayland-egl-backend-dev_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-egl1 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 82 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libwayland-egl1-mesa (<< 18.0.5-0) Provides: libwayland-egl1-mesa Depends: libc6 (>= 2.17) Breaks: libwayland-egl1-mesa (<< 18.0.5-0) Size: 5520 SHA256: 65dcc28e9b4d127c9a6210a6afcb182933b6ffae86a41eacfff1008df1ec5184 SHA1: 0374e7e9545f3ea108c1afeb1a0417b7640620c8 MD5sum: bd57a973bac3e32f0488f3760416dafd Description: wayland compositor infrastructure - EGL library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the Wayland EGL platform of the Wayland protocol. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libs Priority: optional Filename: pool/main/w/wayland/libwayland-egl1_1.23.0-1~bpo12+1_arm64.deb Package: libwayland-server0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 152 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.34), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Breaks: weston (<< 1.2.0) Size: 32640 SHA256: 7a26e548f8fa419be72f25953edb5e3c05e2c28fd0f5953eefae8c2d6818f68d SHA1: 52f95e597d7e1b34242727c6b1c011294be7e3de MD5sum: 4ee29367373fced415f01ab3c756d11b Description: wayland compositor infrastructure - server library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the server side of the Wayland protocol. Multi-Arch: same Homepage: https://wayland.freedesktop.org/ Section: libs Priority: optional Filename: pool/main/w/wayland/libwayland-server0_1.23.0-1~bpo12+1_arm64.deb Package: libwbclient-dev Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 632 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-dev (<< 2:4.19.6+dfsg-2~) Depends: libwbclient0 (= 2:4.22.1+dfsg-1~bpo12+1) Breaks: samba-dev (<< 2:4.19.6+dfsg-2~) Size: 113376 SHA256: 359558025a791b250837f9ce22d95623e196325e0810cb29d9a29b8fb34ee606 SHA1: 3641593eae91f4ccfc7a5bcc2bd08e81fc3dc936 MD5sum: 572e88e87415337f4adaf8cd5d85a7e6 Description: Samba winbind client library - development files Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libwbclient-dev_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libwbclient0 Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 139 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libbsd0 (>= 0.0), libc6 (>= 2.34) Size: 66324 SHA256: d77da78b99e1b6e4b004eb5a508750fbb23947fb8a688069470275bcd55d4ca9 SHA1: 660dfaa089519eaa73b2401a85c905d5088f7384 MD5sum: 3d034b56bf4c2805769a78a996092bd3 Description: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libwbclient0_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: libwebkit2gtk-4.0-37 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 78787 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.69.90), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 21583512 SHA256: bf348f3be6da52d41e24d0713c8a5fc8b782c6c6e94a3b0f7977b441be2a3b58 SHA1: f2791f7de8a8a66d684876f944bf4b57d9a20d17 MD5sum: cbcffe923c1fea62de90fa43b919b402 Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.46.1-2~bpo12+1_arm64.deb Package: libwebkit2gtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkit2gtk-4.0-37 (= 2.46.1-2~bpo12+1), gir1.2-webkit2-4.0 (= 2.46.1-2~bpo12+1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.46.1-2~bpo12+1) Size: 305060 SHA256: 9e3f1fe7a962f0d3fb4e4d68760a864ffe598a176c45aa07d9b2b9431f1b7ea7 SHA1: e62cc33bde912427d42d2ed7d55e3ed2562bf019 MD5sum: 7da2b0b2dcdaac94756c8337f34d53fe Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-dev_2.46.1-2~bpo12+1_arm64.deb Package: libwebkit2gtk-4.0-doc Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 12819 Maintainer: Debian WebKit Maintainers Architecture: all Suggests: devhelp Conflicts: libwebkitgtk-doc Size: 443380 SHA256: a201630441aa36b2c6fd2913c008603dfa751e06c6f2fb765e379e98951c052f SHA1: 7bad68530ece5a0484de8a3d2ebe0e9d3585c960 MD5sum: 443e4151397b78d8c2961e4566fed615 Description: Web content engine library for GTK - documentation WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package contains the documentation. Multi-Arch: foreign Homepage: https://webkitgtk.org/ Section: doc Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.46.1-2~bpo12+1_all.deb Package: libwebkit2gtk-4.1-0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 78787 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 21597468 SHA256: 96b073e699d52c11e935a339a2782ca8557b37bc8452c50c1158e65cef11ca8f SHA1: 5196ac9a82c44b85ed82acc73d67eba5576fa928 MD5sum: eb8c59a2fa17a954d671a1f5bc45bcfb Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.1-0_2.46.1-2~bpo12+1_arm64.deb Package: libwebkit2gtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-webkit2-4.1 (= 2.46.1-2~bpo12+1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.46.1-2~bpo12+1) Size: 305092 SHA256: 0601b8ba02583fcd7dc269d85d1c115d07da0797075b37402d1fe034a7f92dc8 SHA1: 28da0b3a660d062944d0122f35df5a0f08e77ceb MD5sum: 4d5c81d9397b13493859ba9ac70c6978 Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.1-dev_2.46.1-2~bpo12+1_arm64.deb Package: libwebkitgtk-6.0-4 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 77437 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-4-1 (>= 4.7.2), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 21348820 SHA256: 53ac55f706d237daa2674272ad898035fd700921d8c4b1a0baa65fa54aaa4927 SHA1: 507ec43c34dd9069775df162de8da334134de60f MD5sum: 801735c43d92ec970a08de200be22491 Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkitgtk-6.0-4_2.46.1-2~bpo12+1_arm64.deb Package: libwebkitgtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 2314 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkitgtk-6.0-4 (= 2.46.1-2~bpo12+1), gir1.2-webkit-6.0 (= 2.46.1-2~bpo12+1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.46.1-2~bpo12+1) Size: 185212 SHA256: 7fd2858b2a7f851ddf2549cb90a7457dcf695b917c945826370c1b1caf827ead SHA1: cea9e1cdf9605eb90e704d27bb1ad75b4cb68341 MD5sum: 2183c158d22908752bbc1df068b3c823 Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkitgtk-6.0-dev_2.46.1-2~bpo12+1_arm64.deb Package: libwebp-dev Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 1570 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libwebp7 (= 1.5.0-0.1~bpo12+1), libwebpdemux2 (= 1.5.0-0.1~bpo12+1), libwebpmux3 (= 1.5.0-0.1~bpo12+1), libwebpdecoder3 (= 1.5.0-0.1~bpo12+1), libsharpyuv-dev Size: 404388 SHA256: c77378a72af9f98045a041418c2d96ee7ec57702d993406b0b4a78584bcb0af7 SHA1: 2be8b47eda150b330961282bd7b64806fd52e469 MD5sum: 8a8376ac8eb5c49340acd7417c169a14 Description: Lossy compression of digital photographic images (development files) Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libdevel Priority: optional Filename: pool/main/libw/libwebp/libwebp-dev_1.5.0-0.1~bpo12+1_arm64.deb Package: libwebp7 Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 503 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.34), libsharpyuv0 (>= 1.5.0) Size: 270772 SHA256: 70e319cf351d12ec98b267988a1e8c273384a098b88bf9c1ca52bb3ae418acad SHA1: 2c22bb98f6033ebe7275cbc9610b4918f58edbc7 MD5sum: 23906c66e69ecad3aca31ff78e376086 Description: Lossy compression of digital photographic images (shared library) Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebp7_1.5.0-0.1~bpo12+1_arm64.deb Package: libwebpdecoder3 Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 311 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.34) Size: 182416 SHA256: b4dc94486e86a696579b160b24cb223284d9ddaf2248a23bdb798dbd763b1ee9 SHA1: 3f5c9568cac8c190a4e789b18e46755d8db394b4 MD5sum: 7026e7aa6d84af7bc8d0fab520a4e45b Description: Library for the WebP graphics format (decode only) This package provides the decoder functions for the WebP graphics format as a shared library. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpdecoder3_1.5.0-0.1~bpo12+1_arm64.deb Package: libwebpdemux2 Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 183 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.17), libwebp7 (>= 1.5.0) Size: 112964 SHA256: 2b07e230a6354fe1c7bda1061725c1e90007fb47c81c037cd9cdd04ee3fd935e SHA1: a8da5bedd5d4275dd513be9d1dbde86787197f21 MD5sum: 3058fbb3ee4104ddbee7ed5a3e85a558 Description: Lossy compression of digital photographic images (libwebpdemux library) Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpdemux2_1.5.0-0.1~bpo12+1_arm64.deb Package: libwebpmux3 Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 183 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.29), libwebp7 (>= 1.5.0) Size: 124584 SHA256: 0039f5c523237ca3e043596fa0d865cd3f727ff0b338ec805d1e58c07420ecf9 SHA1: 615720ea75db1929784c407a276037b512d34cd9 MD5sum: 029bbc6425426e5910dc4f79d0097221 Description: Lossy compression of digital photographic images (libwebpmux library) Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpmux3_1.5.0-0.1~bpo12+1_arm64.deb Package: libweston-14-0 Source: weston Version: 14.0.2-1~bpo12+1 Installed-Size: 1765 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libdisplay-info2 (>= 0.2.0), libdrm2 (>= 2.4.108), libegl1, libfontconfig1 (>= 2.12.6), libfreerdp-server3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libgbm1 (>= 21.3.0~rc1), libgles2, libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libinput10 (>= 1.2.0), libjpeg62-turbo (>= 1:2.0.2), liblcms2-2 (>= 2.7), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22.0), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libseat1 (>= 0.5.0), libudev1 (>= 183), libva-drm2 (>= 1.1.0), libva2 (>= 1.7.3), libwayland-client0 (>= 1.22.0), libwayland-cursor0 (>= 1.22.0), libwayland-egl1 (>= 1.22.0), libwayland-server0 (>= 1.22.0), libwebp7 (>= 1.2.4), libwinpr3-3 (>= 3.0.0), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb-composite0, libxcb-render0, libxcb-shm0, libxcb-xfixes0, libxcb-xkb1, libxcb1 (>= 1.8), libxcursor1 (>> 1.1.2), libxkbcommon0 (>= 0.5.0) Size: 371344 SHA256: c1b744d87aa37402de42e6fb13a24c918b16e8b356b86f2fdf1b3ca54597ada7 SHA1: ded20721b848b7cf7de546e54c4eacc753096a60 MD5sum: 6468adef47c763d5015104a598d2a2db Description: reference implementation of a wayland compositor (shared libs) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the libweston shared libraries. Multi-Arch: same Homepage: https://wayland.pages.freedesktop.org/weston/ Section: libs Priority: optional Filename: pool/main/w/weston/libweston-14-0_14.0.2-1~bpo12+1_arm64.deb Package: libweston-14-dev Source: weston Version: 14.0.2-1~bpo12+1 Installed-Size: 235 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libpixman-1-dev, libwayland-dev, libweston-14-0 (= 14.0.2-1~bpo12+1), libxkbcommon-dev Size: 46236 SHA256: 872006c3900a3acaf0d3f1fc91110694f0a075f858586f1b0cb3d31fc65c5ba7 SHA1: 92a55e0dbe3745fcb60cc5ef342c9a0f357555a0 MD5sum: 06df3c4ddf43844a9fdcdea600b722c2 Description: reference implementation of a wayland compositor (headers) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the libweston headers. Multi-Arch: same Homepage: https://wayland.pages.freedesktop.org/weston/ Section: libdevel Priority: optional Filename: pool/main/w/weston/libweston-14-dev_14.0.2-1~bpo12+1_arm64.deb Package: libwinpr-tools3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 221 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 42816 SHA256: f3e2ad3bced3a9cf378da2556204d52831f54eccd886768da95b2913b9a7cf90 SHA1: 72712aea60069c3466cb5e88a912e64ab01d6246 MD5sum: a5de6575137f5e66d1e74553c6071b16 Description: Windows Portable Runtime Tools library FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for Windows Portable Runtime utilities and tools. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr-tools3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libwinpr3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1431 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcjson1 (>= 1.7.13), libgcc-s1 (>= 3.3), libicu72 (>= 72.1~rc-1~), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (>= 1.15~beta1), libssl3 (>= 3.0.0), liburiparser1 (>= 0.6.0) Suggests: freerdp3-x11 Size: 324020 SHA256: e7ba9bfb737806ca039e0d8025ae8440582b65135d69459fb0e856b8dfa127f0 SHA1: 11de7b4de899e1d7669c3172ffab2fc88c7e1862 MD5sum: 195aee963487825346285c1438937b2b Description: Windows Portable Runtime library WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR shared library. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-3_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libwinpr3-dev Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1175 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libssl-dev, libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 174440 SHA256: b50e872696f8cedcb528b5f1e5770aa23e2025c78c774aba4146d5c46326153a SHA1: 70a54e75cea90c2714dd879dfb2298bfcd68fc7f MD5sum: 471c36077b6e2e686cb1ad31fe63d7b3 Description: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR development files. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libdevel Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-dev_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: libwireplumber-0.4-0 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 1676 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 0.3.68), libsystemd0 Size: 217344 SHA256: d839102fb5540a13ef374b227a6e05f2a82d2cb99df39585f8514d2c195b140f SHA1: a4e50a92d11fc1dd518fa373905580646e9c3637 MD5sum: 3af792b3f1108eb7b0213814912e2d0d Description: Shared libraries for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the shared library and plugins. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: libs Priority: optional Filename: pool/main/w/wireplumber/libwireplumber-0.4-0_0.4.17-1~bpo12+1_arm64.deb Package: libwireplumber-0.4-dev Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 866 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libglib2.0-dev, libpipewire-0.3-dev, libwireplumber-0.4-0 (= 0.4.17-1~bpo12+1), gir1.2-wp-0.4 (= 0.4.17-1~bpo12+1) Suggests: wireplumber-doc Size: 68344 SHA256: df7d2633d536c93aa7381d087a7ed7e33771480d72d80c6237d9cd2a47770b80 SHA1: 9fe67b02caa33df55899768720fc217e1a8bd925 MD5sum: 99e72bc1ef5e879cc1eecc962d20cc6f Description: Development files for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the development files. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: libdevel Priority: optional Filename: pool/main/w/wireplumber/libwireplumber-0.4-dev_0.4.17-1~bpo12+1_arm64.deb Package: libwireplumber-0.5-0 Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 1746 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.68), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 1.1.81), libsystemd0 Size: 253176 SHA256: eb23fb8d6588556d119f86228adb04e74119c854181d1c5e789a361b5e3f17de SHA1: 0132ba7f13fa7e672b78bda559aac0170f1ec33d MD5sum: 8a6d2fbcf2cdc76b0556b3600eb69d25 Description: Shared libraries for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the shared library and plugins. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: libs Priority: optional Filename: pool/main/w/wireplumber/libwireplumber-0.5-0_0.5.8-1~bpo12+1_arm64.deb Package: libwireplumber-0.5-dev Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 1020 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: libglib2.0-dev, libpipewire-0.3-dev, libwireplumber-0.5-0 (= 0.5.8-1~bpo12+1), gir1.2-wp-0.5 (= 0.5.8-1~bpo12+1) Suggests: wireplumber-doc Size: 81580 SHA256: 8e70bccd3e170ad55ffddc6f3e34f7c1a5b1ac6a333dae8fc5c97e5d26a258e6 SHA1: 96c1f73fa57bd6704a06450ef04b89370b682690 MD5sum: 33f68c4dcc3870693c96c21caf77734b Description: Development files for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the development files. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: libdevel Priority: optional Filename: pool/main/w/wireplumber/libwireplumber-0.5-dev_0.5.8-1~bpo12+1_arm64.deb Package: libxcb-errors-dev Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 70 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libxcb-errors0 (= 1.0.1-2~bpo12+1) Size: 18064 SHA256: f4ee418c756012d356c483fafdf4b954d5cc6eb1173e3d0658a063d9aca56a39 SHA1: 54334d9089922b5f10c92a742c657940651256ca MD5sum: 90fd1ca685ceacb489884bcf2b707d0b Description: Helper library for printing information about X11 errors (dev) xcb-util-errors is a utility library that gives human readable names to error codes and event codes and also to major and minor numbers. . The necessary information is drawn from xcb-proto's protocol descriptions. . This library is especially useful when working with extensions and is mostly useful for debugging. . This package contains the header and development files needed to build software using xcb-util-errors library. Homepage: https://gitlab.freedesktop.org/xorg/lib/libxcb-errors Section: libdevel Priority: optional Filename: pool/main/x/xcb-util-errors/libxcb-errors-dev_1.0.1-2~bpo12+1_arm64.deb Package: libxcb-errors0 Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 86 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.17), libxcb1 Size: 17188 SHA256: 19288a08e8b0e9e70d93d0bc606dec6f90db27827fb649d02d6dc7cd9952666d SHA1: bc60691cd44cfeffcba5f712fde17d2fa40035d1 MD5sum: 5a6eae63662246b492095be699b00060 Description: Helper library for printing information about X11 errors (shared library) xcb-util-errors is a utility library that gives human readable names to error codes and event codes and also to major and minor numbers. . The necessary information is drawn from xcb-proto's protocol descriptions. . This library is especially useful when working with extensions and is mostly useful for debugging. . This package contains the shared library files needed for software using xcb-util-errors library. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/xorg/lib/libxcb-errors Section: libs Priority: optional Filename: pool/main/x/xcb-util-errors/libxcb-errors0_1.0.1-2~bpo12+1_arm64.deb Package: libxcb-imdkit-dev Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 126 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libxcb-imdkit1 (= 1.0.9-1~bpo12+1), libxcb-keysyms1-dev, libxcb-util-dev, libxcb1-dev Size: 18276 SHA256: b063c4d85cc363e5a06429c47a9485297731f6e52efec8c58f6a512e93ec48f6 SHA1: dc47400542b27278fdb6c1b15f4736fab8a501dd MD5sum: fdbfc3daa18a72d6497c57ca3321c1e2 Description: XIM protocol implementation in XCB (development files) xcb-imdkit is an implementation of XIM protocol in XCB. Comparing with the implementation of IMDkit with Xlib and xim inside Xlib, it has less memory foot print, better performance and safer on malformed client. . It doesn't have complete protocol support though since some part of the protocol is never used. . This package provides development files of xcb-imdkit. Multi-Arch: same Homepage: https://github.com/fcitx/xcb-imdkit Section: libdevel Priority: optional Filename: pool/main/x/xcb-imdkit/libxcb-imdkit-dev_1.0.9-1~bpo12+1_arm64.deb Package: libxcb-imdkit1 Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 601 Maintainer: Debian Input Method Team Architecture: arm64 Depends: libc6 (>= 2.17), libxcb-util1 (>= 0.4.0), libxcb1 Size: 279232 SHA256: c91cf8086f0da21752dcfd0685ec66c64ee5f846e9bc80b287145fc79de7c552 SHA1: beda168bc9a8078d345062cb0c4daf3959fb641a MD5sum: 7f98609126c8d9573d80d8de2d7f300f Description: XIM protocol implementation in XCB xcb-imdkit is an implementation of XIM protocol in XCB. Comparing with the implementation of IMDkit with Xlib and xim inside Xlib, it has less memory foot print, better performance and safer on malformed client. . It doesn't have complete protocol support though since some part of the protocol is never used. . This package provides shared library of xcb-imdkit. Multi-Arch: same Homepage: https://github.com/fcitx/xcb-imdkit Section: libs Priority: optional Filename: pool/main/x/xcb-imdkit/libxcb-imdkit1_1.0.9-1~bpo12+1_arm64.deb Package: libxmp-dev Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 215 Maintainer: Stephen Kitt Architecture: arm64 Depends: libxmp4 (= 4.6.0-3~bpo12+1) Size: 104688 SHA256: 2aa91a61f1389c52b941cd37af9be620e23366071925ebe83595d82b278c3608 SHA1: 52df89eeba737c6e595e09925033d931f76a3cdd MD5sum: be8be414151dc1944d822cdeb1d524b2 Description: module file rendering library -- development files libxmp is a library designed to interpret module files and produce PCM audio. It supports over 90 formats including Protracker (MOD), Scream Tracker 3 (S3M), Fast Tracker II (XM) and Impulse Tracker (IT). . This package contains the development files required to build with libxmp. Multi-Arch: same Homepage: http://xmp.sourceforge.net/ Section: libdevel Priority: optional Filename: pool/main/libx/libxmp/libxmp-dev_4.6.0-3~bpo12+1_arm64.deb Package: libxmp4 Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 629 Maintainer: Stephen Kitt Architecture: arm64 Depends: libc6 (>= 2.33) Size: 269084 SHA256: 54cf2dcfea0b30558fdd79b72929b16f68f64cc138ba070064d7f2429d2d9e42 SHA1: 9acb294276c09b41ae2dd0677efc028de68a063f MD5sum: 0304d12e0c540fb173dc6ed50ddcdef3 Description: module file rendering library libxmp is a library designed to interpret module files and produce PCM audio. It supports over 90 formats including Protracker (MOD), Scream Tracker 3 (S3M), Fast Tracker II (XM) and Impulse Tracker (IT). Multi-Arch: same Homepage: http://xmp.sourceforge.net/ Section: libs Priority: optional Filename: pool/main/libx/libxmp/libxmp4_4.6.0-3~bpo12+1_arm64.deb Package: libyara-dev Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 1387 Maintainer: Debian Security Tools Architecture: arm64 Depends: libyara10 (= 4.5.2-1~bpo12+1), libjansson-dev, libmagic-dev, libssl-dev Size: 241700 SHA256: d72d651cd6586140f2519cb5ff5b8e38252af609b44aef86a1578ef459c1f40c SHA1: 58f8d9e87ddd4eb08b2ed5e9413998aa31cc92eb MD5sum: 6ed430f53effd934ad3e02e51eb39687 Description: YARA development libraries and headers YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides development libraries and headers. Multi-Arch: same Homepage: https://virustotal.github.io/yara/ Section: libdevel Priority: optional Filename: pool/main/y/yara/libyara-dev_4.5.2-1~bpo12+1_arm64.deb Package: libyara10 Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 604 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libjansson4 (>= 2.14), libmagic1 (>= 5.12), libssl3 (>= 3.0.0) Size: 176288 SHA256: f39d04ca8588ca4d0349b7c07c11999d0c79abf4484e1283d1691f214f909c75 SHA1: e7d123bb06ba089f8180a64727275c02922ba8d8 MD5sum: 1562d282068b1876891c111e2bf5af58 Description: YARA shared library YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides a shared library. Multi-Arch: same Homepage: https://virustotal.github.io/yara/ Section: libs Priority: optional Filename: pool/main/y/yara/libyara10_4.5.2-1~bpo12+1_arm64.deb Package: libykhsmauth-dev Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 32 Maintainer: Debian Security Tools Architecture: arm64 Depends: libykhsmauth2 (= 2.6.0-5~bpo12+1) Size: 10540 SHA256: 66cd00faeec5858c37d631d6fe36d968f1c54030670534f8bbd43c9b8cb9342a SHA1: 80f37b45097ffb5d66fe61e322080ce6243b62ee MD5sum: cf802f8d0a566b62389cf4fc42393a0c Description: YubiKey HSM authentication library (development files) The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains development files for the library to interact with the HSM authentication application on a YubiKey, which can be used to access the YubiHSM 2. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libdevel Priority: optional Filename: pool/main/y/yubihsm-shell/libykhsmauth-dev_2.6.0-5~bpo12+1_arm64.deb Package: libykhsmauth2 Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 89 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libykhsmauth1 Depends: libc6 (>= 2.17), libpcsclite1 (>= 1.3.3) Breaks: libykhsmauth1 Size: 16724 SHA256: 9f9ce1010c40737101d2354c667d07f24a06566b08d41e1484174d27f9a61bb9 SHA1: d456047cd57a17b85dc819abd4b427580b37be95 MD5sum: 846394068cca667f52c17a1d7824264c Description: YubiKey HSM authentication library The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains a run-time shared library for interacting with the HSM authentication application on a YubiKey, which can be used to access the YubiHSM 2. Multi-Arch: same Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libykhsmauth2_2.6.0-5~bpo12+1_arm64.deb Package: libyubihsm-dev Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 144 Maintainer: Debian Security Tools Architecture: arm64 Depends: libyubihsm2 (= 2.6.0-5~bpo12+1) Size: 26004 SHA256: 5fef4c03a73d71bbc9d6a512879d0e2f697b0ff8be849081ff82c5a46e086371 SHA1: d460063a63dafe6b06dc7edcfd26dc7c8759122d MD5sum: 286bb01f91af1b0faf1d877aff27ad64 Description: YubiHSM 2 communication library (development files) The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains the development files for the library. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libdevel Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm-dev_2.6.0-5~bpo12+1_arm64.deb Package: libyubihsm-http2 Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 89 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libyubihsm-http1 Depends: libc6 (>= 2.17), libcurl4 (>= 7.16.2) Recommends: libyubihsm2 Suggests: yubihsm-connector Breaks: libyubihsm-http1 Size: 14980 SHA256: 609550c98b7a25e9110970e3ae992c16e5acccb8c071fd76a35c80cac298ddbd SHA1: 6a5c7be53a3ca2922758dd868f6d6c0d3cb24ea5 MD5sum: f1b5fa01107a955f593d5394a328b3e0 Description: YubiHSM 2 communication library (HTTP access) The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains backend functions used by libyubihsm2 to access the device over HTTP via yubihsm-connector. Multi-Arch: same Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm-http2_2.6.0-5~bpo12+1_arm64.deb Package: libyubihsm-usb2 Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 89 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libyubihsm-usb1 Depends: libc6 (>= 2.17), libusb-1.0-0 (>= 2:1.0.16) Recommends: libyubihsm2 Breaks: libyubihsm-usb1 Size: 15252 SHA256: d290cb73f4b3a4bc62432038d269233238af96a353d987fd96da9c0fc496cf9c SHA1: 9ed522c69e4bf3ba1cc3a1f308bc8fb88f1b8c49 MD5sum: 5f653ad355b82e6832bc737a21e66720 Description: YubiHSM 2 communication library (direct USB access) The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains backend functions used by libyubihsm2 to access the device directly over USB. Multi-Arch: same Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm-usb2_2.6.0-5~bpo12+1_arm64.deb Package: libyubihsm2 Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 217 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libyubihsm1 Depends: libyubihsm-http2 (= 2.6.0-5~bpo12+1) | libyubihsm-usb2 (= 2.6.0-5~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Breaks: libyubihsm1 Size: 57964 SHA256: 1977330f23d6250fdc2a861324eb027923e5c60df5d56545b429b855f892d746 SHA1: a9bc40786480dd9c0182b5678f3a2f3b7b4bd781 MD5sum: e77a3d550eec00e4435048c79162ebda Description: YubiHSM 2 communication library The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains the main run-time shared library. Multi-Arch: same Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm2_2.6.0-5~bpo12+1_arm64.deb Package: libzck-dev Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 40 Maintainer: RPM packaging team Architecture: arm64 Depends: libzck1 (= 1.3.1+ds1-1~bpo12+1), libzstd-dev Size: 11236 SHA256: 97229d8d5827e86167c1f1e6beaa2076924f63da03c06ca4d3b451de9eb6c59e SHA1: 141129c4347276dc2c7f983f6eeadc5f8590f173 MD5sum: df67b828d0c1bc9794b094d4d6e9b8a4 Description: compress a file into independent chunks - development files zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the header files used for development. Multi-Arch: same Homepage: https://github.com/zchunk/zchunk Section: libdevel Priority: optional Filename: pool/main/z/zchunk/libzck-dev_1.3.1+ds1-1~bpo12+1_arm64.deb Package: libzck1 Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 154 Maintainer: RPM packaging team Architecture: arm64 Depends: libc6 (>= 2.17), libzstd1 (>= 1.5.2) Size: 44844 SHA256: f1c134362474dc411185972d24261acaca7ced9de505f3f8af676aa1ad5ef8ea SHA1: f6737e1164f600b95c9e4af00d566e55cd6248a8 MD5sum: 780304ddbec7b9c693d1515c24c20429 Description: compress a file into independent chunks - shared library zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/zchunk/zchunk Section: libs Priority: optional Filename: pool/main/z/zchunk/libzck1_1.3.1+ds1-1~bpo12+1_arm64.deb Package: libzim-dev Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 122 Maintainer: Kunal Mehta Architecture: arm64 Depends: libzim8 (= 8.2.1-2~bpo12+1), liblzma-dev, libxapian-dev, libicu-dev, libzstd-dev Size: 29112 SHA256: 9fe86973274a20496d3ef4c74b6f3dbe3f9a6f40104412bb450a79965323aeb9 SHA1: b7c241ef8dab5aa32ff4c99a4a6cdc03d03cc95a MD5sum: 765006116c503958e7c2c5e67d17a0be Description: library implementation of ZIM specifications (development) ZIM (Zeno IMproved) is an open file format for storing the contents of wiki for offline usage. This file format is primarily focused on providing the contents of Wikipedia and Wikimedia projects for offline use. . libzim is the standard implementation of ZIM specification, which implements the read and write method for ZIM files. . ZIM is a file format created with focus on extracting and encoding data from Mediawiki for offline use. . This package contains development files. Homepage: https://www.openzim.org/wiki/Libzim Section: libdevel Priority: optional Filename: pool/main/libz/libzim/libzim-dev_8.2.1-2~bpo12+1_arm64.deb Package: libzim8 Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 861 Maintainer: Kunal Mehta Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~), libzstd1 (>= 1.5.2) Breaks: python3-libzim (<< 0.0.3-2) Size: 247116 SHA256: aeeec63469189f2ab2910cbda8f4a1934c03a145b0d6d5d110091bffc8fb9beb SHA1: e8a0d8938a6c43f4c61d0f9027e934294662e487 MD5sum: 72f54bb026f577083cc7b559f3bb29a1 Description: library implementation of ZIM specifications ZIM (Zeno IMproved) is an open file format for storing the contents of wiki for offline usage. This file format is primarily focused on providing the contents of Wikipedia and Wikimedia projects for offline use. . libzim is the standard implementation of ZIM specification, which implements the read and write method for ZIM files. . ZIM is a file format created with focus on extracting and encoding data from Mediawiki for offline use. . Features of libzim are: * Native, coded in C++ * Extremely fast * Minimal footprint * Minimal dependencies * Portable on most OS (Windows, Linux, Mac OS X) Multi-Arch: same Homepage: https://www.openzim.org/wiki/Libzim Section: libs Priority: optional Filename: pool/main/libz/libzim/libzim8_8.2.1-2~bpo12+1_arm64.deb Package: limnoria Version: 2024.12.20-1~bpo12+1 Installed-Size: 5464 Maintainer: Mattia Rizzolo Architecture: all Depends: python3:any Recommends: iputils-ping, procps, python3-chardet, python3-cryptography, python3-dateutil, python3-feedparser, python3-gnupg, python3-socks Conflicts: supybot Size: 722788 SHA256: 4a50de74a63666ace8a50dcd14c41bccaffb809325bae1a55bf80497bca8029d SHA1: 361d0177da674b37fa63600a83dbe913420062cc MD5sum: 6f0cc737b8501a4efd6eb659eebf5a68 Description: robust and user-friendly Python IRC bot A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL system for specifying user permissions with as much as per-command granularity. Batteries are included in the form of numerous plugins already written. . Limnoria is robust (it doesn't crash), user friendly (it's easy to configure) and programmer friendly (plugins are *extremely* easy to write). It aims to be an adequate replacement for most existing IRC bots. . It is the maintained fork of supybot. . This package provides Python 3-only modules and scripts. Homepage: https://github.com/ProgVal/Limnoria Section: net Priority: optional Filename: pool/main/l/limnoria/limnoria_2024.12.20-1~bpo12+1_all.deb Package: linux-base Version: 4.12~bpo12+1 Installed-Size: 76 Maintainer: Debian Kernel Team Architecture: all Replaces: kernel-common (<= 13.018+nmu1) Depends: debconf (>= 0.5) | debconf-2.0 Breaks: kernel-common (<= 13.018+nmu1), linux-perf (<< 5.16.2-1~exp1) Size: 25516 SHA256: b3e197b7c67528f1a3f396767b6e4dfd40274d7b963877d657babae964e0d4f4 SHA1: 846187f23a43b31d8a5c8ce7e9fe84b647e50128 MD5sum: 48222083d51de31071bae4e5a966fa6f Description: Linux image base package This package contains files and support scripts for all Linux images. Multi-Arch: foreign Section: kernel Priority: optional Filename: pool/main/l/linux-base/linux-base_4.12~bpo12+1_all.deb Package: linux-bpf-dev Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 3985 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1547236 SHA256: 957cfbb95eb89dc0a237f1e0b2568002061bb408f730618a362c3e8c9afb57aa SHA1: 78c9601bdd62470c7441555978d5dd6583d3827e MD5sum: 4bec7dffcbb0cbae00b5d4944b9d09b4 Description: Headers for BPF development The vmlinux.h header is provided to allow userspace to build BPF CO-RE programs targeting the packaged kernel. Multi-Arch: same Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-bpf-dev_6.12.27-1~bpo12+1_arm64.deb Package: linux-config-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 1086 Maintainer: Debian Kernel Team Architecture: arm64 Recommends: linux-source-6.10 Size: 1091896 SHA256: a88db23f176d76a162bdf118bbe5c73974477711dbd83bfabc0a0df9b51c032c SHA1: b6e388f91524c60e4ffca59b57f8a0d89d892206 MD5sum: caa0fd6e12eee4d746487d3fab748549 Description: Debian kernel configurations for Linux 6.10 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Multi-Arch: same Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-config-6.10_6.10.11-1~bpo12+1_arm64.deb Package: linux-config-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1129 Maintainer: Debian Kernel Team Architecture: arm64 Recommends: linux-source-6.11 Size: 1136552 SHA256: 869ed75e8fcde2632a10008ab8c5127ce479cf8c3d59a0f0401a5e8680f95fc0 SHA1: 6befdd49c520b58596aee947742a0a0b524572dc MD5sum: a2fa33644935668df5c1a3b7654e9bb9 Description: Debian kernel configurations for Linux 6.11 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Multi-Arch: same Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-config-6.11_6.11.10-1~bpo12+1_arm64.deb Package: linux-config-6.12 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1230 Maintainer: Debian Kernel Team Architecture: arm64 Recommends: linux-source-6.12 Size: 1241060 SHA256: 6c4119fb88703f53f316428a2acb48b9b037fef88eddf144a133f3389ccc5f7e SHA1: 60eff6f6ea4f2978c4418a04cde6c09beeab12d3 MD5sum: 97986ecaa21b93190ae787135b595e68 Description: Debian kernel configurations for Linux 6.12 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Multi-Arch: same Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-config-6.12_6.12.27-1~bpo12+1_arm64.deb Package: linux-config-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 983 Maintainer: Debian Kernel Team Architecture: arm64 Recommends: linux-source-6.9 Size: 989376 SHA256: ba8e38beab8143e1e51d709ebcdc728455472fcd4f3a6e8a055786346ea05033 SHA1: b0391842e938f37c0071bc619b537f695443338b MD5sum: 39b149c02bea31ce76cc3e4bcee4ca86 Description: Debian kernel configurations for Linux 6.9 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Multi-Arch: same Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-config-6.9_6.9.10-1~bpo12+1_arm64.deb Package: linux-cpupower Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1197 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libcpupower1 (>= 6.12~rc2-1~exp1) Size: 1062060 SHA256: e1fd496ad2c7cad9687a34eb089dbcbc833f0765e9af444de3354ba516124d8c SHA1: e7221ef4f7beea4dbce051627d9216a5c1de1ee6 MD5sum: 1ce1cdfc5e8b08fe969658bebff7c3f7 Description: CPU power management tools for Linux The cpupower command allows inspection and control of cpufreq and cpuidle tunables for hardware that supports these features. It replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/linux-cpupower_6.12.27-1~bpo12+1_arm64.deb Package: linux-doc Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: all Depends: linux-doc-6.6 (= 6.6.13-1~bpo12+1) Size: 1112 SHA256: 2caa7de920b1853992ad97e817e140653b7a79714c5df012ff2f0dfb5eeed719 SHA1: 687a3588f348d53b640972478ddb53dee7e573c1 MD5sum: 410d9147f97f3ca7161bb7faa298e976 Description: Linux kernel specific documentation (meta-package) This package depends on the package containing the documentation for the latest Linux kernel. Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc_6.6.13-1~bpo12+1_all.deb Package: linux-doc-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 195777 Maintainer: Debian Kernel Team Architecture: all Size: 38282004 SHA256: df415d95411b81056b9cd313f7bd924f11ac60465e6036b5bc5d44f1f5586a39 SHA1: b5cfc294b74cb1998156e3663ef8397d4d4d1f3a MD5sum: dda69f047f0c6951a8cd72af852f787d Description: Linux kernel specific documentation for version 6.10 This package provides the various README files and HTML documentation for the Linux kernel version 6.10. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.10/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.10_6.10.11-1~bpo12+1_all.deb Package: linux-doc-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 197482 Maintainer: Debian Kernel Team Architecture: all Size: 38662980 SHA256: 6be7cab01f312b5fef5b23ff30027097e22b5cfe627ed650d24226d97f72e768 SHA1: d4547200b2280077856e625f2dae606302038b55 MD5sum: bcf79057483975118e8b18c78f5307c4 Description: Linux kernel specific documentation for version 6.11 This package provides the various README files and HTML documentation for the Linux kernel version 6.11. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.11/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.11_6.11.10-1~bpo12+1_all.deb Package: linux-doc-6.12 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 199488 Maintainer: Debian Kernel Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 39073224 SHA256: cbb18f1b0cc85b32650bddf5322d37c87abdb54924bafa1b41d296c58159ff94 SHA1: e2b7770b9578a5f3a029b4211df60041b0659f3e MD5sum: 4d76c1a4530752d38442743a9c22b57a Description: Linux kernel specific documentation for version 6.12 This package provides the various README files and HTML documentation for the Linux kernel version 6.12. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.12/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Built-Using: alabaster (= 0.7.12-1), sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.12_6.12.27-1~bpo12+1_all.deb Package: linux-doc-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 193776 Maintainer: Debian Kernel Team Architecture: all Size: 37836120 SHA256: a8b9b86a5c24fa1358b7c1453e1ca098e6a79a40cdd4aea76135705ed146aff1 SHA1: 8ef8ed8641d63a7be207840463cbc8e9e96abede MD5sum: 9d415176a41853c3a53d3dc4be319724 Description: Linux kernel specific documentation for version 6.9 This package provides the various README files and HTML documentation for the Linux kernel version 6.9. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.9/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.9_6.9.10-1~bpo12+1_all.deb Package: linux-headers-6.10.11+bpo-arm64-16k Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 4328 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.10.11+bpo-common (= 6.10.11-1~bpo12+1), linux-image-6.10.11+bpo-arm64-16k (= 6.10.11-1~bpo12+1) | linux-image-6.10.11+bpo-arm64-16k-unsigned (= 6.10.11-1~bpo12+1), linux-kbuild-6.10.11+bpo, gcc-12 Size: 1464336 SHA256: a66722c40a48a0af1d1961032bcb17c6ed298844e9c3c5ec07e0aa6b856a4073 SHA1: a6dbb4066ba400b742570a0c8d56eb50a72c1a29 MD5sum: 9e2278374141b4ca420938a389496ff1 Description: Header files for Linux 6.10.11+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.10.11+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.10.11+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.10.11+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.10.11+bpo-arm64-16k_6.10.11-1~bpo12+1_arm64.deb Package: linux-headers-6.10.6+bpo-arm64-16k Source: linux Version: 6.10.6-1~bpo12+1 Installed-Size: 4305 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.10.6+bpo-common (= 6.10.6-1~bpo12+1), linux-image-6.10.6+bpo-arm64-16k (= 6.10.6-1~bpo12+1) | linux-image-6.10.6+bpo-arm64-16k-unsigned (= 6.10.6-1~bpo12+1), linux-kbuild-6.10.6+bpo, gcc-12 Size: 1441720 SHA256: 36245ff1583b0d214cdc1492578dcab6994dfef522a34143e589540851db8777 SHA1: a31dda32269da5073dae18fb29df42b888de222b MD5sum: 8c1ecf3fd2967dc6d3b6beffbc21fbc4 Description: Header files for Linux 6.10.6+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.10.6+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.10.6+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.10.6+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.10.6+bpo-arm64-16k_6.10.6-1~bpo12+1_arm64.deb Package: linux-headers-6.11.10+bpo-arm64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 4489 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-arm64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-arm64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1524136 SHA256: f4ec02638c893e620b6ee7720a0abc0e4ceb2256003d1c8d6e1478e707b8e235 SHA1: 80e0074e9e8a4981d9011eaef36f73b2f4002999 MD5sum: fb66a7f78cbbb8a0cd0400a2dd8a35d1 Description: Header files for Linux 6.11.10+bpo-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-headers-6.11.10+bpo-arm64-16k Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 4489 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-arm64-16k (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-arm64-16k-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1524160 SHA256: 8fc60f75e71f1ef8828618e8cbdb98d42b021283ba3b2cc797abe60609c154f4 SHA1: 4c02e2398e471dc473d7e0f2dc710e8590dec561 MD5sum: 12b07fd2ea5a31abc54e140728a80145 Description: Header files for Linux 6.11.10+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-arm64-16k_6.11.10-1~bpo12+1_arm64.deb Package: linux-headers-6.11.10+bpo-cloud-arm64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 2930 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-cloud-arm64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-cloud-arm64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1241032 SHA256: adc98664374906fc84dc345d79a10445325a2792ace0581dac2e5b19838bb757 SHA1: 5aaecfa47e81f448190517386eeed2fe2660f40b MD5sum: fb5340a20e09dc1945d4f3ec3eb56e78 Description: Header files for Linux 6.11.10+bpo-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-cloud-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-cloud-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-headers-6.11.10+bpo-common Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 60368 Maintainer: Debian Kernel Team Architecture: all Size: 10673424 SHA256: 9e636d9be26102acd644a7ab102779a53f6c82988e16cee429e060c30d9ba4c3 SHA1: f2caded44e8adf19fc63ee5844a112dea27a5c7a MD5sum: 6d0098342034fc0c6412f28cbd30edc6 Description: Common header files for Linux 6.11.10+bpo This package provides the common kernel header files for Linux kernel version 6.11.10+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.11.10+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-common_6.11.10-1~bpo12+1_all.deb Package: linux-headers-6.11.10+bpo-common-rt Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 49170 Maintainer: Debian Kernel Team Architecture: all Size: 9034828 SHA256: 7ac96a755407166cae2204708992f82f7da74f1b1dcb6afe08e92af59274b948 SHA1: f473a227626dac291774f16d5c0521e4888699b1 MD5sum: 623cfd6e3e157768fdd0d1b4c1370eff Description: Common header files for Linux 6.11.10+bpo-rt This package provides the common kernel header files for Linux kernel version 6.11.10+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.11.10+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-common-rt_6.11.10-1~bpo12+1_all.deb Package: linux-headers-6.11.10+bpo-rt-arm64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 4469 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.10+bpo-common-rt (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-rt-arm64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-rt-arm64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1520536 SHA256: 161ab9a7b4aa99c7ac000698f985e6bb0335995bb713b4c09a7249b54e8170f4 SHA1: e78a2ea48c75076976f7fa8b3cf1247be98d525f MD5sum: ef51201c92b6fe54b314dc40dc05a5fe Description: Header files for Linux 6.11.10+bpo-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-rt-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-rt-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-headers-6.11.5+bpo-arm64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 4471 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-arm64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-arm64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1506524 SHA256: 770b85f4f0218e70b3dd701e3fa2c8d97dc13f13cf61ad95f6ab6c226d476093 SHA1: c47ca23a5c77e9e26d665d1909efcf3b4d6a00f0 MD5sum: 96b4e954c119320fcdd4702452d66bfe Description: Header files for Linux 6.11.5+bpo-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-headers-6.11.5+bpo-arm64-16k Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 4471 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-arm64-16k (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-arm64-16k-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1506252 SHA256: 1eb25807a06a34b68d32e3e89089cd7a56f626f22348df5637cc560ec5c10872 SHA1: 20a957cfa9992cb4655c93740db82cce8ebc5c4d MD5sum: b27691a22fb378ef90b97c0730b4614d Description: Header files for Linux 6.11.5+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-arm64-16k_6.11.5-1~bpo12+1_arm64.deb Package: linux-headers-6.11.5+bpo-cloud-arm64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 2911 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-cloud-arm64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-cloud-arm64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1223076 SHA256: 398c07479f90be958c85ca2f432d773b6c0896cfd31e455fa36d5c365d2e9990 SHA1: 1d3fffa0b4c14423661344d25f6c7275716f7da3 MD5sum: dd384714f5b3c8d787ae59ce981cc832 Description: Header files for Linux 6.11.5+bpo-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-cloud-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-cloud-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-headers-6.11.5+bpo-common Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 60345 Maintainer: Debian Kernel Team Architecture: all Size: 10653152 SHA256: 4f68c01935e5bcb16098b3a8c14ea9041c1519c690e4617407ac546f866c45cf SHA1: 65be870eb69912786d2e5ea71872114bc463a78b MD5sum: c8c402ac04985acafefbb7a5ce3299bb Description: Common header files for Linux 6.11.5+bpo This package provides the common kernel header files for Linux kernel version 6.11.5+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.11.5+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-common_6.11.5-1~bpo12+1_all.deb Package: linux-headers-6.11.5+bpo-common-rt Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 49149 Maintainer: Debian Kernel Team Architecture: all Size: 9015256 SHA256: d2d11fdde9152af491c420c622cd35e58ebeddf9010b5d3e405ddce2f30ac540 SHA1: 0b4fa8f0439de2a9c2c5d56881957792f7f7d5e5 MD5sum: 5e5fafd50b841f6a9bf8fe85d15c7d21 Description: Common header files for Linux 6.11.5+bpo-rt This package provides the common kernel header files for Linux kernel version 6.11.5+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.11.5+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-common-rt_6.11.5-1~bpo12+1_all.deb Package: linux-headers-6.11.5+bpo-rt-arm64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 4451 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.11.5+bpo-common-rt (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-rt-arm64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-rt-arm64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1502868 SHA256: ad122a8092e49505aa3ea7a5581a8fdd596a4f79f37a530d167dc186964a431b SHA1: 4efffaac583d017178952b68b27bb4cf64cf9b78 MD5sum: 3a5d41030add45299b6e5fb9a3499184 Description: Header files for Linux 6.11.5+bpo-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-rt-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-rt-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-headers-6.12.12+bpo-arm64-16k Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 4546 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.12+bpo-common (= 6.12.12-1~bpo12+1), linux-image-6.12.12+bpo-arm64-16k (= 6.12.12-1~bpo12+1) | linux-image-6.12.12+bpo-arm64-16k-unsigned (= 6.12.12-1~bpo12+1), linux-kbuild-6.12.12+bpo, gcc-12 Size: 1555296 SHA256: b3950069e3cb4286b3a249a589ce6275d0f140e6d5a27d2a209a1e8d84a8c4f7 SHA1: 08d0a7b8e111a9f64feebbd415a23f89670c48ee MD5sum: 5018c32cf0638576c3c73d8db9b97470 Description: Header files for Linux 6.12.12+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.12.12+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.12+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.12.12+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.12+bpo-arm64-16k_6.12.12-1~bpo12+1_arm64.deb Package: linux-headers-6.12.22+bpo-arm64 Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 10124 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.22+bpo-common (= 6.12.22-1~bpo12+1), linux-image-6.12.22+bpo-arm64 (= 6.12.22-1~bpo12+1) | linux-image-6.12.22+bpo-arm64-unsigned (= 6.12.22-1~bpo12+1), linux-kbuild-6.12.22+bpo, gcc-12 Size: 2892876 SHA256: 67e67c299cf570296c9dae78a20eb7ea350b6b8e76fea045ecdfdc24bea09ac6 SHA1: eb605ef2fc385c59c308d9eaa70eeb3789a54b88 MD5sum: e35f3c7a98a1474448a44c31fe32205b Description: Header files for Linux 6.12.22+bpo-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.22+bpo-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.22+bpo-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-headers-6.12.22+bpo-arm64-16k Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 10092 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.22+bpo-common (= 6.12.22-1~bpo12+1), linux-image-6.12.22+bpo-arm64-16k (= 6.12.22-1~bpo12+1) | linux-image-6.12.22+bpo-arm64-16k-unsigned (= 6.12.22-1~bpo12+1), linux-kbuild-6.12.22+bpo, gcc-12 Size: 2891968 SHA256: 2f89a0c1a880e0c4da0a3e93586228c4d14fb3976c9d9678372965a4703f5720 SHA1: 325faacd2d3f0c9f62143fbdd13e24f643b30307 MD5sum: 507ebcef450b1e4daa802b06a085858f Description: Header files for Linux 6.12.22+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.12.22+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.12.22+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-arm64-16k_6.12.22-1~bpo12+1_arm64.deb Package: linux-headers-6.12.22+bpo-cloud-arm64 Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 7830 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.22+bpo-common (= 6.12.22-1~bpo12+1), linux-image-6.12.22+bpo-cloud-arm64 (= 6.12.22-1~bpo12+1) | linux-image-6.12.22+bpo-cloud-arm64-unsigned (= 6.12.22-1~bpo12+1), linux-kbuild-6.12.22+bpo, gcc-12 Size: 2432620 SHA256: 0f982308d1229e38326fc46dce8468030eea7435789bffffcb744ef0e2d6df7f SHA1: 576e0fafd6f2e7dc2033ebca1df4ea30262898bf MD5sum: 9004ed59116caa27544e1d39c6442119 Description: Header files for Linux 6.12.22+bpo-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.22+bpo-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.22+bpo-cloud-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-cloud-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-headers-6.12.22+bpo-common Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 60784 Maintainer: Debian Kernel Team Architecture: all Size: 10801868 SHA256: 766d27040e458500ca6750863472eacf9d1807fbbc05307b9d71459d46c6be73 SHA1: 7838e4ef542e2306f2fd41f846135c2e7fc28727 MD5sum: 01a91d9a8547fd2580ed8761bea21244 Description: Common header files for Linux 6.12.22+bpo This package provides the common kernel header files for Linux kernel version 6.12.22+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.12.22+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-common_6.12.22-1~bpo12+1_all.deb Package: linux-headers-6.12.22+bpo-common-rt Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 49547 Maintainer: Debian Kernel Team Architecture: all Size: 9157884 SHA256: 8b16a0061973758336b140a1861d8796c5a8fe78469733e5298ea8f7c1c1dcf4 SHA1: 0bb5e1ae81bef42858242418176607c117e1054a MD5sum: fd1f9cf7a7f7cc2b0b0b03dbab883aea Description: Common header files for Linux 6.12.22+bpo-rt This package provides the common kernel header files for Linux kernel version 6.12.22+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.12.22+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-common-rt_6.12.22-1~bpo12+1_all.deb Package: linux-headers-6.12.22+bpo-rt-arm64 Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 10086 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.22+bpo-common-rt (= 6.12.22-1~bpo12+1), linux-image-6.12.22+bpo-rt-arm64 (= 6.12.22-1~bpo12+1) | linux-image-6.12.22+bpo-rt-arm64-unsigned (= 6.12.22-1~bpo12+1), linux-kbuild-6.12.22+bpo, gcc-12 Size: 2888184 SHA256: 40a33eefcd89929965941a35083689c2d54f5e459bf831d6a63f916618a32e0a SHA1: 81ea5a6a508ec0044f19c11c23ef800294ec62ed MD5sum: 7fbd26b79cd6e1f815dc0c53232b04b5 Description: Header files for Linux 6.12.22+bpo-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.22+bpo-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.22+bpo-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.22+bpo-rt-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.22+bpo-rt-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-headers-6.12.27+bpo-arm64 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 10193 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-common (= 6.12.27-1~bpo12+1), linux-image-6.12.27+bpo-arm64 (= 6.12.27-1~bpo12+1) | linux-image-6.12.27+bpo-arm64-unsigned (= 6.12.27-1~bpo12+1), linux-kbuild-6.12.27+bpo, gcc-12 Size: 2929428 SHA256: 1d288a0229f8d601b640f9606314f9f3ab7bb55bb6a8ff18f2919ac590fe9ca0 SHA1: 60ee27ba23c22f11023b6a322699aaed86298f8e MD5sum: a715cafef649f2f5daeb14136fdd99f9 Description: Header files for Linux 6.12.27+bpo-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.27+bpo-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.27+bpo-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-6.12.27+bpo-arm64-16k Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 10173 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-common (= 6.12.27-1~bpo12+1), linux-image-6.12.27+bpo-arm64-16k (= 6.12.27-1~bpo12+1) | linux-image-6.12.27+bpo-arm64-16k-unsigned (= 6.12.27-1~bpo12+1), linux-kbuild-6.12.27+bpo, gcc-12 Size: 2928100 SHA256: b176d0f6419ae4952a812b285e022e4edf5407e5db7e9f3d9040ff28450e1442 SHA1: 2ec6966c6da22d4d28291b1119315d6cd1a14f78 MD5sum: 70f6c2c38a9efdeb1f22afd474ed13d3 Description: Header files for Linux 6.12.27+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.12.27+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.12.27+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-arm64-16k_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-6.12.27+bpo-cloud-arm64 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 7880 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-common (= 6.12.27-1~bpo12+1), linux-image-6.12.27+bpo-cloud-arm64 (= 6.12.27-1~bpo12+1) | linux-image-6.12.27+bpo-cloud-arm64-unsigned (= 6.12.27-1~bpo12+1), linux-kbuild-6.12.27+bpo, gcc-12 Size: 2465504 SHA256: 288ecded470e1193137b4e36fac414654fd809f991e1a484bf1afbaf634cbf10 SHA1: b5658681a03deaecfbaa07af7a73ba6a477cb834 MD5sum: 466c10fcc4a1e9b52d29039d4d9d4655 Description: Header files for Linux 6.12.27+bpo-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.27+bpo-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.27+bpo-cloud-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-cloud-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-6.12.27+bpo-common Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 60820 Maintainer: Debian Kernel Team Architecture: all Size: 10832924 SHA256: 66b133e1af58cf98a9c28edaed1dc09b096d25731e8031c2820232eb41917dc2 SHA1: 6e8902fb9149f0d9ced930b73cc23bf2727551d6 MD5sum: 24747a095d31c0dd5bb5427bf144b750 Description: Common header files for Linux 6.12.27+bpo This package provides the common kernel header files for Linux kernel version 6.12.27+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.12.27+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-common_6.12.27-1~bpo12+1_all.deb Package: linux-headers-6.12.27+bpo-common-rt Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 49581 Maintainer: Debian Kernel Team Architecture: all Size: 9188388 SHA256: c81e55126ea84457d6285127846dbfc794da0968d49a1af24dbd26ee850dd71e SHA1: 5817c6a2295409f7d793c12a1c38db1d572382d1 MD5sum: 9978064af6b5fa719a7af759316ac2c9 Description: Common header files for Linux 6.12.27+bpo-rt This package provides the common kernel header files for Linux kernel version 6.12.27+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.12.27+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-common-rt_6.12.27-1~bpo12+1_all.deb Package: linux-headers-6.12.27+bpo-rt-arm64 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 10152 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-common-rt (= 6.12.27-1~bpo12+1), linux-image-6.12.27+bpo-rt-arm64 (= 6.12.27-1~bpo12+1) | linux-image-6.12.27+bpo-rt-arm64-unsigned (= 6.12.27-1~bpo12+1), linux-kbuild-6.12.27+bpo, gcc-12 Size: 2924184 SHA256: d376fd00f6c81ff3ae29c843e87f092392d6d233a41d87a4d4e9edd706c45745 SHA1: 4335cc88fe1fae3f18d730e06eddf1d78eb159ec MD5sum: 80ce4ac68b272264ca45939364ab359c Description: Header files for Linux 6.12.27+bpo-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 6.12.27+bpo-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.27+bpo-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-6.12.27+bpo-rt-arm64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.27+bpo-rt-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-6.12.9+bpo-arm64-16k Source: linux Version: 6.12.9-1~bpo12+1 Installed-Size: 4530 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.9+bpo-common (= 6.12.9-1~bpo12+1), linux-image-6.12.9+bpo-arm64-16k (= 6.12.9-1~bpo12+1) | linux-image-6.12.9+bpo-arm64-16k-unsigned (= 6.12.9-1~bpo12+1), linux-kbuild-6.12.9+bpo, gcc-12 Size: 1545368 SHA256: 2f2f523f906fdffa5dc0e793b7e7356c80e4b2184df43f24735b0d2e255ab93e SHA1: 07ef50785f4bc4676015aa0c4fa0a59df8f78d5b MD5sum: 221afa8406d346c51886389d343a35ad Description: Header files for Linux 6.12.9+bpo-arm64-16k This package provides the architecture-specific kernel header files for Linux kernel 6.12.9+bpo-arm64-16k, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.12.9+bpo-arm64-16k, and can be used for building modules that load into the kernel provided by the linux-image-6.12.9+bpo-arm64-16k package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.12.9+bpo-arm64-16k_6.12.9-1~bpo12+1_arm64.deb Package: linux-headers-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-headers-generic Depends: linux-headers-6.12.27+bpo-arm64 (= 6.12.27-1~bpo12+1) Size: 1416 SHA256: b4ee92ee84d4e999429a277ea7bffb07dc225d0affcd35656723c1068660a870 SHA1: b01c72513b44abea4ee90352fdcb9881d2ff646c MD5sum: 2c5e08a9904b81d6bf016e334286a213 Description: Header files for Linux arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-headers-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-arm64-16k Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-arm64-16k (= 6.12.27-1~bpo12+1) Size: 1412 SHA256: 8261aa64503c0d91b2e46e8decd3d37f288c8d69886a2fce4e465aa4aef5084c SHA1: 94744e172e265911b2fb848b6588a1166dc6fce5 MD5sum: 2d85c87c8e7ca7e4864539232ca75043 Description: Header files for Linux arm64-16k configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel arm64-16k configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-headers-arm64-16k_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-cloud-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-cloud-arm64 (= 6.12.27-1~bpo12+1) Size: 1416 SHA256: 5ba901f00c224f03f88817d590a7a6bbb03b4f7980c0c1a6f558b6e30c647bef SHA1: 1c1208260c50ccf606a6fb31e9fe890cd12472dc MD5sum: f02ee7707f262823f4489e376c29c2ac Description: Header files for Linux cloud-arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel cloud-arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-headers-cloud-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-headers-rt-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Depends: linux-headers-6.12.27+bpo-rt-arm64 (= 6.12.27-1~bpo12+1) Size: 1412 SHA256: a623e5db89d78ca7b79502f468c6dd1dbe7cec7f70944fbe02ac9d585afea30e SHA1: d9e50d6390a1892c1a73bf7762a00159f62f78ed MD5sum: e49966cb8a985358f9b14ad9610266bd Description: Header files for Linux rt-arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-headers-rt-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.10.11+bpo-arm64-16k Source: linux-signed-arm64 (6.10.11+1~bpo12+1) Version: 6.10.11-1~bpo12+1 Installed-Size: 164550 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.10.11+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.10, debian-kernel-handbook Conflicts: linux-image-6.10.11+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 87816912 SHA256: ab57bf4707efe66122acc6446d8862e41b633a7467bf24d708d5270ae7a233be SHA1: f0c2ac2eab42730f70cf83d736268da1c7bcd80b MD5sum: 6d4bba881914a4e34ddf00e73bbaa981 Description: Linux 6.10 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.10 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.10.11-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.10.11+bpo-arm64-16k_6.10.11-1~bpo12+1_arm64.deb Package: linux-image-6.10.11+bpo-arm64-16k-dbg Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 6189692 Maintainer: Debian Kernel Team Architecture: arm64 Size: 958471360 SHA256: cc4b1800b16ceccce98ec2713ffc434abb7610f57ef9fa8ac96305a8aa27a261 SHA1: bb91eb7669bc2897c8e92f4bbb6bb79bdc403664 MD5sum: 35bfc3569672f32f7f242884bf9259de Description: Debug symbols for linux-image-6.10.11+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.10.11+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.10.11+bpo-arm64-16k-dbg_6.10.11-1~bpo12+1_arm64.deb Package: linux-image-6.10.11+bpo-arm64-16k-unsigned Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 164552 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.10.11+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.10, debian-kernel-handbook Conflicts: linux-image-6.10.11+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 87812120 SHA256: e527b9a4d85dc135e7d50ccc1066ef824a5c4900b58b9f791f80f88d90df0a3f SHA1: 6eba5113061e58eb11d35438d044e6a41e73b9bb MD5sum: 149079416de185d8dcd62c055ab88e12 Description: Linux 6.10 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.10 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.10.11+bpo-arm64-16k-unsigned_6.10.11-1~bpo12+1_arm64.deb Package: linux-image-6.10.6+bpo-arm64-16k Source: linux-signed-arm64 (6.10.6+1~bpo12+1) Version: 6.10.6-1~bpo12+1 Installed-Size: 164523 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.10.6+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.10, debian-kernel-handbook Conflicts: linux-image-6.10.6+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 87799452 SHA256: 045169c75087bf4650efb065e0e1017afe05774c90a7dc471882a48e61033ff9 SHA1: 3eba5901ae9f457b489f0fc3758fe3fb24852c2e MD5sum: 34a7cee3fe3710cadbe928a3edaf326b Description: Linux 6.10 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.10 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.10.6-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.10.6+bpo-arm64-16k_6.10.6-1~bpo12+1_arm64.deb Package: linux-image-6.10.6+bpo-arm64-16k-dbg Source: linux Version: 6.10.6-1~bpo12+1 Installed-Size: 6188912 Maintainer: Debian Kernel Team Architecture: arm64 Size: 958482276 SHA256: 42f2ea5e219923003d94c744f259df23c05d98f4f0e57d07b4d5e3758a52fcb8 SHA1: ed6c05c1b96b6a08d121e0a33cc58d5ddc7c9083 MD5sum: 495f20821d242e0ec68d8dab1706c7d7 Description: Debug symbols for linux-image-6.10.6+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.10.6+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.10.6+bpo-arm64-16k-dbg_6.10.6-1~bpo12+1_arm64.deb Package: linux-image-6.10.6+bpo-arm64-16k-unsigned Source: linux Version: 6.10.6-1~bpo12+1 Installed-Size: 164525 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.10.6+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.10, debian-kernel-handbook Conflicts: linux-image-6.10.6+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 87797560 SHA256: a7321197e1628292eb7fa3189cc2481599890f665c79b5572df3041770b08386 SHA1: d1c4e75b34007e41e63a88f5e1911fd6215bd653 MD5sum: b9ffefe7477e56fb296a3b685f732f68 Description: Linux 6.10 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.10 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.10.6+bpo-arm64-16k-unsigned_6.10.6-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64 Source: linux-signed-arm64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 170300 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89770900 SHA256: 5b6e131a9f657df1d8333ade061bc84173a8d52b32f72f7aead393823c604132 SHA1: b73ae46258796e00fbcb5b719bbd665321f3f573 MD5sum: bd82b4f878d008cb4d94a6e14fe23854 Description: Linux 6.11 for 64-bit ARMv8 machines (signed) The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.10+bpo-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64-16k Source: linux-signed-arm64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 170889 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89767328 SHA256: da0e7e590caca19b1e8abdfbc5f260aff3977cf93c8c25bb694fecb8d58adb36 SHA1: 9e2eff8c429cbf8ad9625bd2198f031a145af966 MD5sum: 8c6b9688bb0939fb7eb44c42026849fa Description: Linux 6.11 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.10+bpo-arm64-16k_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64-16k-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 6374990 Maintainer: Debian Kernel Team Architecture: arm64 Size: 984338272 SHA256: b69014012055ec60f241220f784bb2717edf223d0d64f49b79e9fab97f9ace0e SHA1: 24b9ab31a1b2f04eeb9bf5d10063795a4be04229 MD5sum: 8ca4f3a5406c129fa98c693044d7993d Description: Debug symbols for linux-image-6.11.10+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-arm64-16k-dbg_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64-16k-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 170891 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89765724 SHA256: d3d7317c36a65f051add426751b44ae60e79282417362c30de4ec39604b5ffd2 SHA1: b82b0915d07a25b7843635d77ef6b70486fb978a MD5sum: a664477f4bc27f8ce24cd208b7b9d404 Description: Linux 6.11 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-arm64-16k-unsigned_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 6374971 Maintainer: Debian Kernel Team Architecture: arm64 Size: 984343516 SHA256: 73d31e71ea40d6e455b88eb65ad6bc87f724f56ceccc8699ecd004157128a289 SHA1: 798aeb35b7528752c878b5bf70a24684e410ce84 MD5sum: 81eae77db4256888cbd90a8b768b7422 Description: Debug symbols for linux-image-6.11.10+bpo-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-arm64-dbg_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-arm64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 170302 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89774100 SHA256: c9768d79a9630984f965319e48d7c64ef6ca01a8dc7ae5e9132ceff1f5dc84c4 SHA1: 24fe0536de1e8c90e59dd1c79dadb3e4bcb40e58 MD5sum: 226e6ba71cda4920922553cb16834a03 Description: Linux 6.11 for 64-bit ARMv8 machines The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-arm64-unsigned_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-cloud-arm64 Source: linux-signed-arm64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 69910 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-cloud-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-cloud-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27154180 SHA256: c4a54a4d8bac20aec51631c7d706883af5f311d5c25460bef1ba51e29bf94698 SHA1: 711564f6eef65d006a7e565620c827a92ea542de MD5sum: 5f5ff9e0ddf1fd85e8d0dc24a13ca095 Description: Linux 6.11 for arm64 cloud (signed) The Linux kernel 6.11 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.10+bpo-cloud-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-cloud-arm64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1762202 Maintainer: Debian Kernel Team Architecture: arm64 Size: 311458192 SHA256: 75b12d4b02080aceace404afc2b9f91d5335b7927c706e371f434fdaebc6f706 SHA1: 551747d3f88f5f7e565602ba246394b6400ae153 MD5sum: 11a5bc48f14891a1defa8fcae33c4d0b Description: Debug symbols for linux-image-6.11.10+bpo-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-cloud-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-cloud-arm64-dbg_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-cloud-arm64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 69912 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-cloud-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-cloud-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27153116 SHA256: 239f95534c4b0f8a8d1116c7ca1a32269fc702acc6cd669fa291bdc6229fc74b SHA1: 9c805d2054c7fbe35eebc003ed805c5c6c0c7f3f MD5sum: fe18cccb7b9effdc6980df523b937d1b Description: Linux 6.11 for arm64 cloud The Linux kernel 6.11 and modules for use on cloud platforms supporting arm64 virtual machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-cloud-arm64-unsigned_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-rt-arm64 Source: linux-signed-arm64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 168795 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-rt-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-rt-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89246184 SHA256: 223cf8ebfe92337f389163e0586b9d2414c41424bd211d19e320924575237409 SHA1: c8b13fe7146413bf11c0ef5435a007fe236d137b MD5sum: 6d3a82a976fa69e34e76641d3f726352 Description: Linux 6.11 for 64-bit ARMv8 machines (signed), PREEMPT_RT The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.10+bpo-rt-arm64_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-rt-arm64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 6226614 Maintainer: Debian Kernel Team Architecture: arm64 Size: 961783060 SHA256: d094272d761de8c3dbe0dd1003da9f7023256a5c5020d7aa351292ac5f736bb8 SHA1: 3d52d6d66a8385234e408518e58be3b3c78e6490 MD5sum: eb88c88e3351680b94e7542fb7d7fd6c Description: Debug symbols for linux-image-6.11.10+bpo-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-rt-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-rt-arm64-dbg_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.10+bpo-rt-arm64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 168797 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.10+bpo-rt-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.10+bpo-rt-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89244296 SHA256: 138c457420e6b8eafce81358d115a888e5a50ca3dc148e56011ff616ea52e6e5 SHA1: e1a0b84ac9ff5ca06919e0afdebb6ceb6db10b62 MD5sum: 86f7250f909d29f55b1a7c6106214353 Description: Linux 6.11 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-rt-arm64-unsigned_6.11.10-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64 Source: linux-signed-arm64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 170211 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89725152 SHA256: 35f5bec2db91ccd32f54d3ae9b30c434554630695be7f3b4de8eedd4533d00a7 SHA1: cb5f8c5571ba8eec7e7aed3143ab626dd09ec7ab MD5sum: c23de63d9031086be22a4a338632f56c Description: Linux 6.11 for 64-bit ARMv8 machines (signed) The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.5+bpo-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64-16k Source: linux-signed-arm64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 170749 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89718188 SHA256: 89f8e7d89a9e17cde2ffe16473a99180f541bc3dcee4e159377e66897e6ad678 SHA1: a3f8411410abfd9741d90f8417134aaf7effa265 MD5sum: a6253502935c5a73b22ce3fadae5f394 Description: Linux 6.11 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.5+bpo-arm64-16k_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64-16k-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 6374165 Maintainer: Debian Kernel Team Architecture: arm64 Size: 984144044 SHA256: 520ab2ac6f4f707bc21be312e185d155658adc057ee0b81efba89b74b5b21027 SHA1: 05f2acc1dc892c2d7a036cf58d1e91bd7be4a9c3 MD5sum: dac2e449db25e704cfc3134598b14152 Description: Debug symbols for linux-image-6.11.5+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-arm64-16k-dbg_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64-16k-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 170751 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89715844 SHA256: 561480db48c6510708a6c63f116e6daab09933bc3685b9be4ba76ff365c624a9 SHA1: 88664bea78e0bcdedcebc00c4d91884ba5c5922c MD5sum: 2676b7ae848038152bfaf6fb5f6eab25 Description: Linux 6.11 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-arm64-16k-unsigned_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 6374196 Maintainer: Debian Kernel Team Architecture: arm64 Size: 984105548 SHA256: 04b8df9956ba92cd4182de450f7f6a531452e5fe486d03509390e8ef819cf44d SHA1: ab92db63bc28ddee922e38cc2ef2484eab1b2481 MD5sum: 6b707a2bb46d77f552c8bf973f727a1d Description: Debug symbols for linux-image-6.11.5+bpo-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-arm64-dbg_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-arm64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 170213 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89724204 SHA256: 36624dea35e700f1ce0868a591de02339fec6c89d88cde96f192fe3f670c21db SHA1: d27b7c8d233241484230d35057d464b1c8de7e61 MD5sum: ac6f1898b824654daff276a7b61beb42 Description: Linux 6.11 for 64-bit ARMv8 machines The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-arm64-unsigned_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-cloud-arm64 Source: linux-signed-arm64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 69887 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-cloud-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-cloud-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27132484 SHA256: 1af27325e73a9845c905611a3915ae1f0dc6b6b0880a7568df0fbbc485682f08 SHA1: 4ee93fd5183920a5a9e7ac0b79789f0376c019a4 MD5sum: 7d1cc3021041cbb6b4e8583b6dc9e18b Description: Linux 6.11 for arm64 cloud (signed) The Linux kernel 6.11 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.5+bpo-cloud-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-cloud-arm64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 1761788 Maintainer: Debian Kernel Team Architecture: arm64 Size: 311313304 SHA256: e13b86a4119e29d0ea1ca868ddba7861c2da1a01ea8780ede529bc15ae7a5481 SHA1: 89449a554accf9ac0ef6b198370a7a858ebee436 MD5sum: 6fc1a95ba2908ef3ea2295b044ea76bd Description: Debug symbols for linux-image-6.11.5+bpo-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-cloud-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-cloud-arm64-dbg_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-cloud-arm64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 69889 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-cloud-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-cloud-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27130448 SHA256: b3aff166ffa940fe29f0a29f4ddd4f3df7017236f29d5409dd20f4bd3223c6a4 SHA1: 6d3544b6faf45bb49e7881141397540420c1cf87 MD5sum: 7c9bea046e55033ecdbfe3222156990c Description: Linux 6.11 for arm64 cloud The Linux kernel 6.11 and modules for use on cloud platforms supporting arm64 virtual machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-cloud-arm64-unsigned_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-rt-arm64 Source: linux-signed-arm64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 168729 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-rt-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-rt-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89210900 SHA256: 86ac8ebfde3316cc09976ee3d1ca16a0477e7ca3fbb66c6a5fa9e0c3e4bd07be SHA1: 64c3d28265a00b18ae127edb95b645472de55409 MD5sum: cd004cd4ecaa897e01bc958e90e53e4e Description: Linux 6.11 for 64-bit ARMv8 machines (signed), PREEMPT_RT The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.11.5+bpo-rt-arm64_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-rt-arm64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 6226036 Maintainer: Debian Kernel Team Architecture: arm64 Size: 961344308 SHA256: 8414111417c0bec31bcad345a207d5ac355eeb40e9b5d87fd71e85295070442f SHA1: a9a1fbd5fae13cf55f1be66cb176342254a88499 MD5sum: 1a0c9d1549f0e7ba9bb9460386aa3002 Description: Debug symbols for linux-image-6.11.5+bpo-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-rt-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-rt-arm64-dbg_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.11.5+bpo-rt-arm64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 168731 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.11.5+bpo-rt-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook Conflicts: linux-image-6.11.5+bpo-rt-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 89212500 SHA256: 5c4bc7e5f29e8de4c72b7a9d4c6bb46af678d5dce74b25304cbe7582a5f75da4 SHA1: b34292f118fad6a28bf66c91f6e83fa55a91ef7f MD5sum: 929e532166e48fbedb6d58e451ca9204 Description: Linux 6.11 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 6.11 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-rt-arm64-unsigned_6.11.5-1~bpo12+1_arm64.deb Package: linux-image-6.12.12+bpo-arm64-16k Source: linux-signed-arm64 (6.12.12+1~bpo12+1) Version: 6.12.12-1~bpo12+1 Installed-Size: 177059 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.12+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.12+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91466788 SHA256: 6e593a5cc41c31f7573eb3aa6ef55d8dcf7a41502e6a2cf5ec4b2e8bdb0f69c3 SHA1: 545c9af5398093858cecc025a00bf86ddb941dab MD5sum: 3d522a736644a560f7b799446c0b2ee0 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.12-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.12+bpo-arm64-16k_6.12.12-1~bpo12+1_arm64.deb Package: linux-image-6.12.12+bpo-arm64-16k-dbg Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 6497973 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1008099440 SHA256: 5b918875a21dfedfa0e397c4263adcd091038337615733b7855fcf225d6b0eaa SHA1: 962b08ac910fda648ba0944f0c24d07fc976093b MD5sum: 3f9b4e9c9d7e69043ae651418f47aa9e Description: Debug symbols for linux-image-6.12.12+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.12+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.12+bpo-arm64-16k-dbg_6.12.12-1~bpo12+1_arm64.deb Package: linux-image-6.12.12+bpo-arm64-16k-unsigned Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 177061 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.12+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.12+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91459928 SHA256: f62c21a5cdeaca9e6f707d82136a851b7dbce20d530c9f9519e7fc7f1d3c12ff SHA1: 7848aef357117a35fc081df258982ab64fc69d42 MD5sum: db4f3fe467055b99db485931f93a442b Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.12+bpo-arm64-16k-unsigned_6.12.12-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64 Source: linux-signed-arm64 (6.12.22+1~bpo12+1) Version: 6.12.22-1~bpo12+1 Installed-Size: 177205 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91987592 SHA256: cae23e89431e75bbc6e5357da3ac00e96431b01c73b625fc916133a942ad6f56 SHA1: 8226d4fddcf7d2c90a6af829c5d55ab1450cb034 MD5sum: 0cc9f743ecd4a04ecc9a05c30ae110e8 Description: Linux 6.12 for 64-bit ARMv8 machines (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.22-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.22+bpo-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64-16k Source: linux-signed-arm64 (6.12.22+1~bpo12+1) Version: 6.12.22-1~bpo12+1 Installed-Size: 177773 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 92013696 SHA256: 5ad269ddde44912ef09de2a330195888ce860b4c243bac2e728987286ce48d5f SHA1: 55dcafd39e4ea8e9b6160d34dfd57b1e6db7efbb MD5sum: 7ce72b2aee6f4919df8043ae9e85c970 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.22-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.22+bpo-arm64-16k_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64-16k-dbg Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 6541838 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1015996612 SHA256: db108faa6c4898b66deff8012eb75454349480b3e4a756d9f3ffc68dc8d0039a SHA1: 7794255f984c007e78e6b746b679568633d93d65 MD5sum: 6dbd8db9f6aa9198bc5615b3d0bcb2e2 Description: Debug symbols for linux-image-6.12.22+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.22+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-arm64-16k-dbg_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64-16k-unsigned Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 177775 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 92013536 SHA256: f8b3dc9c4d4faedfbb01aa7941165506252faae1e534518be94c986352862b1c SHA1: f6cfef06b59fcff85eb9c2c3b548af0d2b50c22c MD5sum: b4eda0d09006f50ed7446d552109f583 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-arm64-16k-unsigned_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64-dbg Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 6541698 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1015903844 SHA256: a7db3550237b591c4a2401246c34b6793628b3e97248be04cb655a71c0515977 SHA1: 2c6ac29e7e779fd95910c98c0f8b7959d9b73032 MD5sum: f913f363eeb2dc6e49504b5e661bcd26 Description: Debug symbols for linux-image-6.12.22+bpo-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.22+bpo-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-arm64-dbg_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-arm64-unsigned Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 177207 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91986392 SHA256: ee07a878722b6c35e83f726176a9ea9d2dc47cf49cfa3d1d817c838616538a22 SHA1: adcb6ae10bf6295f4d8188e62ca14896428319ad MD5sum: 303e324aa2a5ded69869f0611dad8366 Description: Linux 6.12 for 64-bit ARMv8 machines The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-arm64-unsigned_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-cloud-arm64 Source: linux-signed-arm64 (6.12.22+1~bpo12+1) Version: 6.12.22-1~bpo12+1 Installed-Size: 72337 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-cloud-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-cloud-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27497392 SHA256: cc9e4c8032a0f86955c4f9e2f4e864141a33575186ea846143520fa927f21e42 SHA1: 9553881025142ea4f92bb6513208bcf3e0d83e2c MD5sum: 9980f2c8f023bd1b5a4df9015af9c910 Description: Linux 6.12 for arm64 cloud (signed) The Linux kernel 6.12 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.22-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.22+bpo-cloud-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-cloud-arm64-dbg Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 1783430 Maintainer: Debian Kernel Team Architecture: arm64 Size: 317702132 SHA256: bb15a9f8104e2cbb9b69117152d3d5f612aa67817ee452e17b8a01e23a2bdfcf SHA1: 915ae468679025b201745cd9d2e0d30b0db2555d MD5sum: 93c6364e1e873fe29bc4248019ca1e8e Description: Debug symbols for linux-image-6.12.22+bpo-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.22+bpo-cloud-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-cloud-arm64-dbg_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-cloud-arm64-unsigned Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 72339 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-cloud-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-cloud-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27493512 SHA256: 2a1b4419928dc0864173d54d1fd13bca6ff59f7ff96655f19691439e18586910 SHA1: c42cdecad463a7262803bb62d2c226a56d9ba0ae MD5sum: c8dff69ca59e64539bdf135027680623 Description: Linux 6.12 for arm64 cloud The Linux kernel 6.12 and modules for use on cloud platforms supporting arm64 virtual machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-cloud-arm64-unsigned_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-rt-arm64 Source: linux-signed-arm64 (6.12.22+1~bpo12+1) Version: 6.12.22-1~bpo12+1 Installed-Size: 176452 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-rt-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-rt-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91686892 SHA256: c9e072fa0b9131541e3652a403a24053fd7b1c7d59033bf04db3172995646f30 SHA1: 6835951389cbf7d48885c2c504d28b623746c431 MD5sum: 9d88702a9c26cfa9574f32dadbba5fc0 Description: Linux 6.12 for 64-bit ARMv8 machines (signed), PREEMPT_RT The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.22-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.22+bpo-rt-arm64_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-rt-arm64-dbg Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 6386131 Maintainer: Debian Kernel Team Architecture: arm64 Size: 992336412 SHA256: d273a8af8ce648deb3b397b26a75d3bc1fd9d9f183f20ee4e0b1bfc33f5fbe4b SHA1: fc15eb081338aa3a0bd8833cad770968f47e06d7 MD5sum: d71877f10fef5eeab577c0d52d6684dc Description: Debug symbols for linux-image-6.12.22+bpo-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.22+bpo-rt-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-rt-arm64-dbg_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.22+bpo-rt-arm64-unsigned Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 176454 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.22+bpo-rt-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.22+bpo-rt-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91689364 SHA256: 2db5d054e23f35a3e55a5a7bdd9c2737f1afb6aee87e978210f8c4c899673bbf SHA1: d2809c7595fc09b555afe2c76a289d8ab656c523 MD5sum: 3d6a9e7ed635c0ddd01986818e91486d Description: Linux 6.12 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.22+bpo-rt-arm64-unsigned_6.12.22-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 179729 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 93072016 SHA256: 43f731d2be075129cacb23623c8ce3e169a904c4e902909150a295819ed1df67 SHA1: aa028a5f6e594dae191aa1cc9122efc23ea775fa MD5sum: 52cd1a7e19c6bf98029de1eddcdaaea4 Description: Linux 6.12 for 64-bit ARMv8 machines (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.27-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.27+bpo-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64-16k Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 180288 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 93109884 SHA256: 873f6add3924bf95f14d29cff6706fb0df75f9d177e846276652f53983d7b5c3 SHA1: 2dc13dfa10d69733cfc15bc1aab40382ffb26776 MD5sum: 16a373b214d89e4f964aa208d9110625 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.27-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.27+bpo-arm64-16k_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64-16k-dbg Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 6562097 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1018324448 SHA256: 96bcbd4c328df145298fbe57e76826043625951d124044fa409069a756888f7b SHA1: e03474446d50381c9bdf61ddda21b3f52d92ddd5 MD5sum: 94e8d3172248463dad0f405f78765a46 Description: Debug symbols for linux-image-6.12.27+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.27+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-arm64-16k-dbg_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64-16k-unsigned Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 180290 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 93105088 SHA256: 5ad661a5ecbb08cdc55d8af8f812cc2b5cccd7631ebe73745aef0c19b8488296 SHA1: 516fb3fd2ca920f972de7fac830908800911caea MD5sum: 67d454adcd3e4fa40037ccf50cbe3d0d Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-arm64-16k-unsigned_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64-dbg Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 6561991 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1018516540 SHA256: 4b2043edcc5e337cd1db3234226b0b75f58b09dcf523557419f7e305b58094ba SHA1: 46b7f70cef237dac658ae448168ea90ae4caac94 MD5sum: 6aacbd870f26f0e33f6141937a2004a0 Description: Debug symbols for linux-image-6.12.27+bpo-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.27+bpo-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-arm64-dbg_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-arm64-unsigned Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 179731 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 93068252 SHA256: 46f3030a744e542db9c4d7f3cbb42b892525105f870d92dee813be9701508873 SHA1: a5e15ddf1d32f6d65d1ef3ede80a725001469a26 MD5sum: 814c22b665f49f796cf71c51a92f9120 Description: Linux 6.12 for 64-bit ARMv8 machines The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-arm64-unsigned_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-cloud-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 73936 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-cloud-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-cloud-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27986968 SHA256: c01dbfb080dfe310afc6cec1c26a1edc46d8c970db05b8dfb418964164c828ac SHA1: 84065714891200922917ace1510c2929a7ab3f9a MD5sum: 2c5df98a94d8cbf73b3245c921da74b2 Description: Linux 6.12 for arm64 cloud (signed) The Linux kernel 6.12 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.27-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.27+bpo-cloud-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-cloud-arm64-dbg Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1788247 Maintainer: Debian Kernel Team Architecture: arm64 Size: 318003912 SHA256: 02bbf00b427a2fedf928fb6c9959137a1507c14a2a1e99fd2c56b0be14002d32 SHA1: 8732f6a771cd6a79bf1b361be6cf4a850a3f031a MD5sum: 5c55229cf8ba5382dcae9c5a9615ea7f Description: Debug symbols for linux-image-6.12.27+bpo-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.27+bpo-cloud-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-cloud-arm64-dbg_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-cloud-arm64-unsigned Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 73938 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-cloud-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-cloud-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 27992184 SHA256: b1a1d44b9aa5b37614eeb470e376c4c47aa1d8fa336f6941703c93b7bf036d29 SHA1: 614a55679c37dd4a6d92391500e959202f3376a5 MD5sum: e95f8474c80e5f8fd0a25b680363a69d Description: Linux 6.12 for arm64 cloud The Linux kernel 6.12 and modules for use on cloud platforms supporting arm64 virtual machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-cloud-arm64-unsigned_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-rt-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 179179 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-rt-arm64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-rt-arm64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 92784552 SHA256: e2b72fc55bf3d258d5a12e5652edb8a75acc0c00dd3398765751d94e8621f4a5 SHA1: a510a36fba76b701e7a4f06c949a5223ab1179ac MD5sum: 8691518da1552db116c0bc2a39d769ce Description: Linux 6.12 for 64-bit ARMv8 machines (signed), PREEMPT_RT The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.27-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.27+bpo-rt-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-rt-arm64-dbg Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 6406271 Maintainer: Debian Kernel Team Architecture: arm64 Size: 995741692 SHA256: 2d57d16b4396fa65da2c2c8e49875c785ed6dc441ff30d773291029b240471ca SHA1: 57058d893606ba72232d1ec254dbefe0b573f0ee MD5sum: a8f7b563d76f7c79c26e1be551a6f054 Description: Debug symbols for linux-image-6.12.27+bpo-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.27+bpo-rt-arm64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-rt-arm64-dbg_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.27+bpo-rt-arm64-unsigned Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 179181 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.27+bpo-rt-arm64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.27+bpo-rt-arm64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 92778816 SHA256: ce41e1fed99d2ddddc6f0cc2644dd0f796147c8f4a10cf9bb7e1e0b6ace4b334 SHA1: e0fecb59f304a15611a4058bc7af4b8808aef074 MD5sum: 832bf8d79889282341169ccb3ea71bdb Description: Linux 6.12 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.27+bpo-rt-arm64-unsigned_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-6.12.9+bpo-arm64-16k Source: linux-signed-arm64 (6.12.9+1~bpo12+1) Version: 6.12.9-1~bpo12+1 Installed-Size: 175815 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.9+bpo-arm64-16k-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.9+bpo-arm64-16k-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91237092 SHA256: 5aafcf0c40e375a12500372d786cd6cbf56a43cfb5c5ac3dc932cf9b04a92d4f SHA1: cfb79875e1c7c404114981718dd48b6c20547807 MD5sum: 217cb78e42a7079f424d2e4ecbdd61a4 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages (signed) The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.12.9-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-6.12.9+bpo-arm64-16k_6.12.9-1~bpo12+1_arm64.deb Package: linux-image-6.12.9+bpo-arm64-16k-dbg Source: linux Version: 6.12.9-1~bpo12+1 Installed-Size: 6486319 Maintainer: Debian Kernel Team Architecture: arm64 Size: 1006203244 SHA256: 7765f9a57f2d7fa1a2ea83dc2a2fbf6cca210e5099300c8923414c251ed8e509 SHA1: 1bc07d261cc948b39c6e48976bd8a2db9708bb1f MD5sum: 55e00b4d7da488a4f96dbadc78316a65 Description: Debug symbols for linux-image-6.12.9+bpo-arm64-16k This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.12.9+bpo-arm64-16k. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.12.9+bpo-arm64-16k-dbg_6.12.9-1~bpo12+1_arm64.deb Package: linux-image-6.12.9+bpo-arm64-16k-unsigned Source: linux Version: 6.12.9-1~bpo12+1 Installed-Size: 175817 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-image-6.12.9+bpo-arm64-16k Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.12, debian-kernel-handbook Conflicts: linux-image-6.12.9+bpo-arm64-16k Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 91237356 SHA256: bca90959b495d7398f96921233ee431e82fabdde07102b8842b28009b2d93dae SHA1: 67a471ad320372b3ea9c10ac4f5e9add8b9e1f00 MD5sum: 403b33d1c85e9176b0303e69e81bb802 Description: Linux 6.12 for 64-bit ARMv8 machines with 16k pages The Linux kernel 6.12 and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.12.9+bpo-arm64-16k-unsigned_6.12.9-1~bpo12+1_arm64.deb Package: linux-image-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-image-generic, linux-latest-modules-6.12.27+bpo-arm64, wireguard-modules (= 1.0.0) Depends: linux-image-6.12.27+bpo-arm64 (= 6.12.27-1~bpo12+1) Size: 1452 SHA256: 2d0d4c75ec39df5836fec817e5bddd83e41fb8de0f11922ce73849524ac188eb SHA1: 079ffe1eead9bda385e3f714eb759ce1071ef4e9 MD5sum: 10f8a17ccd3ac66da1d4e262bf4e0f6b Description: Linux for 64-bit ARMv8 machines (meta-package) This package depends on the latest Linux kernel and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-arm64-16k Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-modules-6.12.27+bpo-arm64-16k, wireguard-modules (= 1.0.0) Depends: linux-image-6.12.27+bpo-arm64-16k (= 6.12.27-1~bpo12+1) Size: 1448 SHA256: 1b850a879bc242b0ec4003ddc169bd405d9bf067a74f14499a5ae6e4f9b021ad SHA1: eca07978ad212866822b133e9f83025ab53f1f3f MD5sum: cd5531e0feb215e98556760044c89875 Description: Linux for 64-bit ARMv8 machines with 16k pages (meta-package) This package depends on the latest Linux kernel and modules for use on 64-bit ARMv8 machines with 16k pages. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-arm64-16k_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-arm64-16k-dbg Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-image-dbg Depends: linux-image-6.12.27+bpo-arm64-16k-dbg (= 6.12.27-1~bpo12+1) Size: 1180 SHA256: 28b18a394eed857b4ed5783359ae69df87565158ce4fa7d18c3d9cf85fd61fa6 SHA1: 3322ca7a62f428b969d820d24f0794de1634a924 MD5sum: 0baefaf9979353837726031c7ebff783 Description: Debugging symbols for Linux arm64-16k configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel arm64-16k configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-arm64-16k-dbg_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-arm64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-arm64-dbg (= 6.6.13-1~bpo12+1) Size: 1328 SHA256: 01aa28c9c742e416f065f4732098a96fbd3a9900b2bbd2f6e12da66e109660ff SHA1: 375120a85b72ec03ddc068d6a0ae416e611b5050 MD5sum: 63547706a014a498e5a2504665657bf4 Description: Debugging symbols for Linux arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-arm64-dbg_6.6.13-1~bpo12+1_arm64.deb Package: linux-image-arm64-signed-template Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 3746 Maintainer: Debian Kernel Team Architecture: arm64 Depends: dpkg-dev, python3:any Size: 1333056 SHA256: ab15ad402389422906e86d2c91e4c52afd71dc48c383e6a8727a9b0c32595333 SHA1: 22b35312ca9cfbb9ae9721e9fd9ca01cff9bbf77 MD5sum: 942cfd7974a4095462fd34da37b0d747 Description: Template for signed linux-image packages for arm64 This package is used to control code signing by the Debian signing service. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-arm64-signed-template_6.6.13-1~bpo12+1_arm64.deb Package: linux-image-cloud-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-modules-6.12.27+bpo-cloud-arm64, wireguard-modules (= 1.0.0) Depends: linux-image-6.12.27+bpo-cloud-arm64 (= 6.12.27-1~bpo12+1) Size: 1460 SHA256: 1b5e8c396671e8ea170338cff3ce8bc8c00e50de162870663d73c50a33b5e3d9 SHA1: 6a6e31a6e6038e5fe67b7e5b236df1942d649c9a MD5sum: 9025ac42744a14c22bf6e145df9dfe4c Description: Linux for arm64 cloud (meta-package) This package depends on the latest Linux kernel and modules for use on cloud platforms supporting arm64 virtual machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-cloud-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-cloud-arm64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-cloud-arm64-dbg (= 6.6.13-1~bpo12+1) Size: 1336 SHA256: 184123ce248b3138221a191e11f3afff6ca63ba8afa0e5f0311eed67bc9c1872 SHA1: 80107519a38a7b39ccd8fcd82a4720866cdb88c1 MD5sum: 44a9fb21d2deef07b4f22c4420986595 Description: Debugging symbols for Linux cloud-arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel cloud-arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-cloud-arm64-dbg_6.6.13-1~bpo12+1_arm64.deb Package: linux-image-rt-arm64 Source: linux-signed-arm64 (6.12.27+1~bpo12+1) Version: 6.12.27-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-modules-6.12.27+bpo-rt-arm64, wireguard-modules (= 1.0.0) Depends: linux-image-6.12.27+bpo-rt-arm64 (= 6.12.27-1~bpo12+1) Size: 1448 SHA256: 804550e610b7f3756c70f2fe06331111b0760a4e2c091c12f59673300239ad5d SHA1: e602602562b75cf244a4318db74d0114c5d5619f MD5sum: 786d8c4d7fa65af33f1e5b620e39ab0f Description: Linux for 64-bit ARMv8 machines (meta-package) This package depends on the latest Linux kernel and modules for use on 64-bit ARMv8 machines. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-arm64/linux-image-rt-arm64_6.12.27-1~bpo12+1_arm64.deb Package: linux-image-rt-arm64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: arm64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-rt-arm64-dbg (= 6.6.13-1~bpo12+1) Size: 1332 SHA256: f1d90578f222c7de406a8bb8e259c2c8dfd5511f6e446514ee1471764f216ec1 SHA1: 0e3eac881341a491a1c757642920897c1617c260 MD5sum: 1330e02f2d0926bd65443e10d8e14e87 Description: Debugging symbols for Linux rt-arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-arm64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-arm64-dbg_6.6.13-1~bpo12+1_arm64.deb Package: linux-kbuild-6.11.10+bpo Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 2846 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1180436 SHA256: b918265d966156007f94ace050eb6d68660529da78e0dc9625af0bed64a962ea SHA1: fff584ee431f82b299d1eb69bbce5b38ff6189ec MD5sum: bbf17764282b9b6f651e4d00ca3115f7 Description: Kbuild infrastructure for Linux 6.11.10+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.11. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.11.10+bpo_6.11.10-1~bpo12+1_arm64.deb Package: linux-kbuild-6.11.5+bpo Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 2828 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1163212 SHA256: 641064e7a5c6a0fe9be83b1a9666e39c6705702f2a4c55793987b9213d0a1b95 SHA1: 8adce77ec40fc5cd13428b2a902ab5d1ca206d6d MD5sum: 938c000f86e4130faa34c2cca151e5d0 Description: Kbuild infrastructure for Linux 6.11.5+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.11. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.11.5+bpo_6.11.5-1~bpo12+1_arm64.deb Package: linux-kbuild-6.12.22+bpo Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 3374 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libelf1 (>= 0.144), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.3.3), pahole Size: 1388864 SHA256: d9be5041fc347cd8413639f39ab344a33935dbccd9d64cb2ca522a334c5559aa SHA1: 96cc11d8b969ae7c69f00395cc922e6c1b2b378c MD5sum: 9f5aaa06ed335ad2aad0962d911e8af6 Description: Kbuild infrastructure for Linux 6.12.22+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.12. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.12.22+bpo_6.12.22-1~bpo12+1_arm64.deb Package: linux-kbuild-6.12.27+bpo Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 3402 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libelf1 (>= 0.144), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.3.3), pahole Size: 1417640 SHA256: 387c4200094b85839c69400bb8edb0a3c8b0dd196b8defa2e3a8ab7324e314b5 SHA1: 279eafbe2a14493ffbc3fb105e95224d3059cc9d MD5sum: ad0dc729c035bc0f745d1f5f78ab33cc Description: Kbuild infrastructure for Linux 6.12.27+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.12. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.12.27+bpo_6.12.27-1~bpo12+1_arm64.deb Package: linux-libc-dev Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 9949 Maintainer: Debian Kernel Team Architecture: all Size: 2229204 SHA256: aca3bd8d6c7604fe02765b50da0c97d0242ebf9082896e0a202e865fc00cf9ba SHA1: 858ff12fde2d93e5903f3e8ab896605c33571cac MD5sum: 508e7f2dab040c5598fbf27fab513d26 Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These files are going to be installed into /usr/include, and are used by the installed headers for GNU libc and other system libraries. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-libc-dev_6.6.13-1~bpo12+1_all.deb Package: linux-perf Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 10495 Maintainer: Debian Kernel Team Architecture: arm64 Replaces: linux-tools-6.12 Provides: linux-tools-6.12 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libdw1 (>= 0.161), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libopencsd1 (>= 1.3.3), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtraceevent1 (>= 1:1.3.0), libunwind8, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3), perl:any, python3:any Suggests: linux-doc-6.12 Conflicts: linux-tools-6.12 Size: 2978688 SHA256: 1350035c3a396b1037ffc2b12414d467953c4bde178338883c20cac45185cbc3 SHA1: a3551603d4161e2d390589897ea4e89401f17e3d MD5sum: c5a3a1f8a4a750004d65a8ed26bcef05 Description: Performance analysis tools for Linux This package contains the 'perf' performance analysis tools for Linux. Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-perf_6.12.27-1~bpo12+1_arm64.deb Package: linux-source Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: all Depends: linux-source-6.6 (= 6.6.13-1~bpo12+1) Size: 1104 SHA256: 25e3ff650d3849ec541cf992c54d5a3ce945946f9fbec863d4e18ffbd717a754 SHA1: 55c3f201e27eddae5aa392dfb30163963a0ccff3 MD5sum: 8c0d1287147dad57191c141a2228805d Description: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source_6.6.13-1~bpo12+1_all.deb Package: linux-source-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 145371 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.10 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 148858024 SHA256: 7c567c540c53b61fdf395f1551d6d093ae4cd5d65a0f380e5d4cbd38bedc885a SHA1: 297a2373d191dfb2e81a88d06999ad76513b6846 MD5sum: 8f0143be36f07f194efae3c86d80f853 Description: Linux kernel source for version 6.10 with Debian patches This package provides source code for the Linux kernel version 6.10. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.10_6.10.11-1~bpo12+1_all.deb Package: linux-source-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 147359 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.11 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 150892676 SHA256: bee67d476aa65a5668f222b5dcfeae1e93aedfdc24f5cf0c2c6ea22da0db4d9a SHA1: ac45d56263a606d0c6740915d653dd2ae3e455a4 MD5sum: 04b3a3a3875192cae2322df0bfa5d3b3 Description: Linux kernel source for version 6.11 with Debian patches This package provides source code for the Linux kernel version 6.11. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.11_6.11.10-1~bpo12+1_all.deb Package: linux-source-6.12 Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 148471 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.12 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkgconf Size: 152032948 SHA256: 309ac739a4c310644c28b203444ec5dc42d07438a2f8ba4cdcabb8197e7f7ee5 SHA1: 27588614983dcb2b481ee84aaa36a924c08c8208 MD5sum: 52c10f479c9b146999ccb7c8d667a104 Description: Linux kernel source for version 6.12 with Debian patches This package provides source code for the Linux kernel version 6.12. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.12_6.12.27-1~bpo12+1_all.deb Package: linux-source-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 144271 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.9 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 147730876 SHA256: f6414fa18d3b7de53e3007ed0e35bbcf78d0de43bb6e8b57f9e3e2090a0a7c04 SHA1: 1b8acc8aa00ac04c37f59d82edb64579ede562f0 MD5sum: fe221e523835cd503f9b075c64f81d6e Description: Linux kernel source for version 6.9 with Debian patches This package provides source code for the Linux kernel version 6.9. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.9_6.9.10-1~bpo12+1_all.deb Package: linux-support-6.11.10+bpo Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1721 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 958424 SHA256: 41c996b1a0147aa77fe52277b3f2d2106a3eb519ffb3707610b4acc44f763b3f SHA1: 046ba3bf1327cb722a792c633f67cea1b98017dc MD5sum: 848f4e1a2f7743fd764f24f8cbdfac66 Description: Support files for Linux 6.11 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.11.10+bpo_6.11.10-1~bpo12+1_all.deb Package: linux-support-6.11.5+bpo Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 1703 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 940860 SHA256: b3925e6e80fee91109a4b96a1401a3a8847e9adb591967bc02e5aa2c9800ff3a SHA1: c2953f296e8f72d0f72b4b958a6ef32a45e39e6e MD5sum: f1be5fc130cf0c4f5097ee168b92b854 Description: Support files for Linux 6.11 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.11.5+bpo_6.11.5-1~bpo12+1_all.deb Package: linux-support-6.12.22+bpo Source: linux Version: 6.12.22-1~bpo12+1 Installed-Size: 1789 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 1030164 SHA256: 930212a1ad2cb1f5e2b6e7909e010cac58bac050f242450544e7cadee64f0b55 SHA1: 330ea670005e4fd27b24163da22f6a959ce21612 MD5sum: 8f5269f19376ca462f2631998e86065f Description: Support files for Linux 6.12 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.12.22+bpo_6.12.22-1~bpo12+1_all.deb Package: linux-support-6.12.27+bpo Source: linux Version: 6.12.27-1~bpo12+1 Installed-Size: 1817 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 1058924 SHA256: bfee68e404b70ab1cabadf9f81f5aa3ce57c6537d8e7e7048835a9de7f1d6800 SHA1: 89791bbdfba78fd1f14eb33a10963f61b4f26f52 MD5sum: 9ac44747f21fcbe41528e95d94c5e09c Description: Support files for Linux 6.12 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.12.27+bpo_6.12.27-1~bpo12+1_all.deb Package: linux-sysctl-defaults Source: linux-base Version: 4.12~bpo12+1 Installed-Size: 19 Maintainer: Debian Kernel Team Architecture: all Size: 5724 SHA256: 6e5043d8b8fd8780dda2841f3c6c5874c22855082b37c75430138f6277183e9f SHA1: 9b7a3a1d3578efcd1266c124040a301b9789b2de MD5sum: 4e50e68cff0326b2b50f02bbc06d8a28 Description: default sysctl configuration for Linux This package contains a sysctl configuration file setting some sensible defaults for Linux. Multi-Arch: foreign Section: kernel Priority: important Filename: pool/main/l/linux-base/linux-sysctl-defaults_4.12~bpo12+1_all.deb Package: lnav Version: 0.11.2-1~bpo12+1 Installed-Size: 7172 Maintainer: Salvatore Bonaccorso Architecture: arm64 Depends: libarchive13 (>= 3.2.1), libbz2-1.0, libc6 (>= 2.34), libcurl3-gnutls (>= 7.80.0), libgcc-s1 (>= 4.5), libncursesw6 (>= 6), libpcre2-8-0 (>= 10.22), libreadline8 (>= 6.1), libsqlite3-0 (>= 3.38.0), libstdc++6 (>= 11), libtinfo6 (>= 6), zlib1g (>= 1:1.2.2.4) Size: 2306088 SHA256: 16dab01d599153a9691d39cb2814bdacfda144aa81dbd88be7f61a6f30b8d50c SHA1: af960a98747f6768a522ef9ccb63ab495b043d07 MD5sum: dd3878217cbec35bc7431069b6eb818f Description: ncurses-based log file viewer The log file navigator, lnav, is an enhanced log file viewer that takes advantage of any semantic information that can be gleaned from the files being viewed, such as timestamps and log levels. Using this extra semantic information, lnav can do things like interleaving messages from different files, generate histograms of messages over time, and providing hotkeys for navigating through the file. It is hoped that these features will allow the user to quickly and efficiently zero in on problems. Homepage: https://lnav.org Section: admin Priority: optional Filename: pool/main/l/lnav/lnav_0.11.2-1~bpo12+1_arm64.deb Package: logsave Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 109 Maintainer: Theodore Y. Ts'o Architecture: arm64 Replaces: e2fsprogs (<< 1.45.3-1) Depends: libc6 (>= 2.34) Breaks: e2fsprogs (<< 1.45.3-1) Size: 23592 SHA256: afd19a38bba73dfb91fad07a73079b7ac6bb3e4b9b622388cc5f85d80c73d58b SHA1: 29aa1bbf408653302a82944d0ccd5f6e04e18484 MD5sum: 2ae2415577ff63ae19721ae3cd3a01c2 Description: save the output of a command in a log file The logsave program will execute cmd_prog with the specified argument(s), and save a copy of its output to logfile. If the containing directory for logfile does not exist, logsave will accumulate the output in memory until it can be written out. A copy of the output will also be written to standard output. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/logsave_1.47.2~rc1-2~bpo12+2_arm64.deb Package: lua-check Source: luacheck Version: 1.2.0-1~bpo12+1 Installed-Size: 448 Maintainer: Debian Lua Team Architecture: all Provides: lua5.1-check Depends: lua-argparse, lua-filesystem, lua5.1 Size: 115648 SHA256: 45c277162583d7b519335c790b12036527f05c43a4ce0a2844e7d5c771189f6e SHA1: aad62c58d64ee23cdf0cba4a7d658683e3fcfb21 MD5sum: dc188192ec1b9e16d40fba653dfa2e70 Description: static analyzer and a linter for the Lua language Luacheck is a static analyzer and a linter for Lua which detects issues such as usage of undefined global variables, unused variables and values, etc. It is fairly configurable and can be used as a part of automated testing, manually from the command line or inside an editor. Homepage: https://github.com/luarocks/luacheck Lua-Versions: 5.1 Section: interpreters Priority: optional Filename: pool/main/l/luacheck/lua-check_1.2.0-1~bpo12+1_all.deb Package: lua-ldap Version: 1.4.0-1~bpo12+1 Installed-Size: 294 Maintainer: Debian Lua Team Architecture: arm64 Provides: lua5.1-ldap, lua5.2-ldap, lua5.3-ldap, lua5.4-ldap Depends: libc6 (>= 2.17), libldap-2.5-0 (>= 2.5.4) Size: 15208 SHA256: d97f1474d9a0488b930f03b2397b71c517aa69a6ef2fd80b03d2efdbd7c8b1a9 SHA1: a8f23be7d8affc12c0baaafa0948df9ee154b50c MD5sum: 31eb85ac0f4e6e983ab0d74e3f0b67d5 Description: LDAP library for the Lua language This package contains the Lua LDAP library to: * Connect to an LDAP server (OpenLDAP or ADSI/WinLDAP); * Execute any operation (search, add, compare, delete, modify and rename); * Retrieve entries and references of the search result. . This package contains the runtime library. Multi-Arch: same Homepage: https://github.com/lualdap/lualdap Lua-Versions: 5.1 5.2 5.3 5.4 Section: interpreters Priority: optional Filename: pool/main/l/lua-ldap/lua-ldap_1.4.0-1~bpo12+1_arm64.deb Package: lua-ldap-dev Source: lua-ldap Version: 1.4.0-1~bpo12+1 Installed-Size: 210 Maintainer: Debian Lua Team Architecture: arm64 Provides: lua5.1-ldap-dev, lua5.2-ldap-dev, lua5.3-ldap-dev, lua5.4-ldap-dev Depends: lua-ldap (= 1.4.0-1~bpo12+1) Size: 57252 SHA256: de92ff12af0bbf50886dd608586e7963f2cd08abfc789f1d05249c2d61dba32c SHA1: f226d48a97828d1098cb1c8439c52464a3caff08 MD5sum: 90504f58ff6d9d463f5b8f93fff65934 Description: LDAP development files for the Lua language This package contains the development files of the Lua LDAP library, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). . Documentation is also shipped within this package. Multi-Arch: same Homepage: https://github.com/lualdap/lualdap Lua-Versions: 5.1 5.2 5.3 5.4 Section: libdevel Priority: optional Filename: pool/main/l/lua-ldap/lua-ldap-dev_1.4.0-1~bpo12+1_arm64.deb Package: lua-proctitle Version: 0.1-1~bpo12+1 Installed-Size: 294 Maintainer: Debian Lua Team Architecture: arm64 Provides: lua5.1-proctitle, lua5.2-proctitle, lua5.3-proctitle, lua5.4-proctitle Depends: libc6 (>= 2.17) Size: 4840 SHA256: e9f4db2018662ece38970b77b94dc12660abd65975ef81e025233f85301d4726 SHA1: fbb56e19d4e75c0a7ca701ad1434afe991b40857 MD5sum: 05e6a4dbe354bab868e4bff71eed1c50 Description: set process name from Lua Set your process' name from Lua so that it shows up differently in programs like ps or netstat. Homepage: https://github.com/hoelzro/lua-proctitle Lua-Versions: 5.1 5.2 5.3 5.4 Section: interpreters Priority: optional Filename: pool/main/l/lua-proctitle/lua-proctitle_0.1-1~bpo12+1_arm64.deb Package: lua-swupdate Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 210 Maintainer: Bastian Germann Architecture: arm64 Depends: libc6 (>= 2.34) Size: 40320 SHA256: d4f43be04829974b41dbe27d01a83ed7e0de0d083466ac06c1abe1541ee105fb SHA1: d9853af64c0e02840996c299e514e4c153b62e04 MD5sum: 79b6dc95f6b4c27339c91b3b69fbbaa6 Description: swupdate bindings for the Lua language This package contains the Lua bindings for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: interpreters Priority: optional Filename: pool/main/s/swupdate/lua-swupdate_2024.12.1+dfsg-1~bpo12+1_arm64.deb Package: lyx Version: 2.4.3-1~bpo12+1 Installed-Size: 15525 Maintainer: Dr. Tobias Quathamer Architecture: arm64 Depends: lyx-common (= 2.4.3-1~bpo12+1), xdg-utils, libc6 (>= 2.34), libenchant-2-2 (>= 2.2.3), libgcc-s1 (>= 3.0), libmagic1 (>= 5.12), libmythes-1.2-0, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Recommends: docbook-xsl-ns, dvipng, evince | pdf-viewer, fonts-lyx, ghostscript, imagemagick, libtiff-tools, poppler-utils, preview-latex-style, psutils, texlive-fonts-recommended, texlive-latex-extra, texlive-latex-recommended, texlive-plain-generic, texlive-science, xsltproc Suggests: chktex, gnuhtml2latex, gnumeric, groff, latex2rtf, librsvg2-bin | inkscape, lilypond, maxima, noweb, r-cran-knitr, rcs, tex4ht | hevea | tth | latex2html, texlive-xetex, writer2latex, wv Size: 4063656 SHA256: 0fa09aba37879f7951dae1028912ef092e129b25e407428b5b069605ce86fe77 SHA1: fd1d605cb2594633536cdaad40d1f82f0d74b693 MD5sum: 25e115077561c0d59ac37d0a7cedfafa Description: document processor LyX is an almost WYSIWYG-frontend for LaTeX. It makes the power and typesetting quality of LaTeX available for people who are used to word processors. Since LyX supports LaTeX's concept of general mark-ups, it is even easier and faster to create professional quality documents with it than with usual word processors. It is also possible to use LaTeX commands within LyX, so nothing of LaTeX's power is lost. . You can extend the functionality of LyX by installing these packages: * chktex: check for typographical errors * gnuhtml2latex: import HTML documents * groff: improved table formatting in plain text exports * gnumeric: import spreadsheats * librsvg2-bin, inkscape: use the SVG image format in LyX documents * lilypond: support for musical sheets * maxima: integrated CAS support for equation evaluation * mythes-*: use the OpenOffice.org/LibreOffice Thesaurus * noweb, r-cran-knitr: use literate programming * rcs, cvs, svn, git: integrated version control * texlive-xetex/luatex: use the XeTeX/LuaTeX typesetting system * wv: import MS Word documents * xsltproc (or saxon with openjdk-17-jre), docbook-xsl: ePub export Homepage: https://www.lyx.org/ Section: editors Priority: optional Filename: pool/main/l/lyx/lyx_2.4.3-1~bpo12+1_arm64.deb Package: lyx-common Source: lyx Version: 2.4.3-1~bpo12+1 Installed-Size: 57085 Maintainer: Dr. Tobias Quathamer Architecture: all Depends: tex-common (>= 6.13), python3:any Recommends: lyx Size: 11725992 SHA256: d939e5a171cfb1451f6973d85463531c24eb5d5f29f52260d2e3afb5c000a612 SHA1: 9e383f5cf7f336f0392281bd02dc6057890af61c MD5sum: 39a157012602a31faad2926cc243ddab Description: architecture-independent files for LyX This package contains LyX's common files which are not architecture-dependent. See the lyx package for a description of LyX itself. Homepage: https://www.lyx.org/ Section: editors Priority: optional Filename: pool/main/l/lyx/lyx-common_2.4.3-1~bpo12+1_all.deb Package: maildir-utils Version: 1.10.8-2~bpo12+1 Installed-Size: 2003 Maintainer: Debian Emacsen team Architecture: arm64 Depends: guile-3.0-libs, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.57.2), libgmime-3.0-0 (>= 3.0.4), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~) Size: 523588 SHA256: 86d0ca9cfb668f67e14c76c73f99ec7b06c99ce930d322d0d90ec5984e7be67a SHA1: a09efa99fd92a4bff9de4c3256e67dd46a7c68e1 MD5sum: 26f25fc8570d9dc3cc04f789703d68ae Description: Set of utilities to deal with Maildirs (upstream name mu) mu is a set of utilities to deal with Maildirs, specifically, indexing and searching. - mu index - recursively scans a collection of email messages, and stores information found in a database. - mu find - searches for messages based on some search criteria. - mu mkmdir - creates a new Maildir. . mu uses libgmime to parse the message, and Xapian to store the message data. Homepage: https://www.djcbsoftware.nl/code/mu/ Section: mail Priority: optional Filename: pool/main/m/maildir-utils/maildir-utils_1.10.8-2~bpo12+1_arm64.deb Package: manpages-cs Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 939 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 373856 SHA256: 9450e4cbb85e44c31fbeb394553bd8a9cd8212cbff34c38991f9850c63744dd7 SHA1: a0fbbc136dc29b4003359ca723069fb75a4fa53e MD5sum: 9ecec0648feb43a4c08362ccd4c3a0f1 Description: Czech man pages This package contains manual pages translated into Czech, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-cs_4.26.2-1~bpo12+1_all.deb Package: manpages-cs-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 789 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 163368 SHA256: 8e35c7b674728a79d54fbaae1aaf98c0f1c84c246ed490d0cb6641c26eaa4c80 SHA1: e3dce1903ccf19193e5d1e730b3ac964313aa2cf MD5sum: 89dafb8443f538913249aa41180d3b55 Description: Czech development manpages This package contains the Linux development manual pages translated into Czech. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-cs-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-da Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1041 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 437236 SHA256: 4b5715e849c4d665a207e59065b528db17156c97b5c99e3208b3c8abbd11ca0e SHA1: a77bf93d16b8b2f71a28bb55ec8a1197d67b49da MD5sum: e06fe4391c37d34001d5040f3fd03187 Description: Danish man pages This package contains manual pages translated into Danish, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-da_4.26.2-1~bpo12+1_all.deb Package: manpages-da-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 602 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 79940 SHA256: c496db659b60f0a854ba74cbf750980321abe9c64d0080c2628b0c69b7ad7c7c SHA1: d9b3b10ce7ed4bdcab2e613e30ad455de2a51e1c MD5sum: 97ee050625736f378710b9f0e70ceffd Description: Danish development manpages This package contains the Linux development manual pages translated into Danish. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-da-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-de Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 4886 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 3784980 SHA256: 991e09c16949236b039629f85cb88b00881c053c6724c4f5d40032495d9e579c SHA1: 1b7fb39364532146596a02e4d6c46c88566f423d MD5sum: 3ff2c8d1920d65ba0c1c17dfa133de2d Description: German man pages This package contains manual pages translated into German, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-de_4.26.2-1~bpo12+1_all.deb Package: manpages-de-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 2688 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1352780 SHA256: 052118d8980b495628fd42201dab853162ed8f11aa7d179602bcf24325058450 SHA1: 0806bcdecc5013707674fbbc91908e2d8ce243c8 MD5sum: ebe617a3c7005aa18fe397c09d677e26 Description: German development manpages This package contains the Linux development manual pages translated into German. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-de-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-el Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 595 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 91704 SHA256: 4698f90da8c847bc6810a6c2575705aa1cd672b29846f6f214e04f75de63765c SHA1: 5fbf7ea9f61e5e6f197cfc9748a4a6618a3974a1 MD5sum: fac214a9706fe406f0f7b36a4ddbddd7 Description: Greek man pages This package contains manual pages translated into Greek, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-el_4.26.2-1~bpo12+1_all.deb Package: manpages-es Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1783 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1070488 SHA256: 7c03db5503d68243ad15b23eef0d36be342e1108902479b2d6a335e78f530390 SHA1: 166f7f3fc32667b5d8ce843829875d9d0cab1c08 MD5sum: fc144e05ddef3d24d8a5ff24454ebad9 Description: Spanish man pages This package contains manual pages translated into Spanish, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-es_4.26.2-1~bpo12+1_all.deb Package: manpages-es-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1770 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 703028 SHA256: 3ff5717beac5421da24bf83cee03ce87cd13435f36101343a9495feaa4e629b7 SHA1: 2743ffe99d7b6da47628d33f73036cd766d6f269 MD5sum: bbcfdf1bf7b5c606ccfca429e0d941e8 Description: Spanish development manpages This package contains the Linux development manual pages translated into Spanish. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-es-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-fi Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 853 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 302300 SHA256: 5b075ba84d33433a6b547a4770f89f1c58263db927ca0edf5c609ad2190e59b9 SHA1: 270d1231441282728313868c9f1507f56b7d4b54 MD5sum: b17b936f231e82c96f7207ea4a145f78 Description: Finnish man pages This package contains manual pages translated into Finnish, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 6 = Games etc. * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-fi_4.26.2-1~bpo12+1_all.deb Package: manpages-fr Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 3608 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2746856 SHA256: 1011d2beb6de4ac80a97457f94318a152b052f705a30a31589c97454fb5bbaeb SHA1: e8f7ec8f758897473bb628c66fdea9940af688ae MD5sum: 6fa883265a20b70de16610a2eda122dc Description: French man pages This package contains manual pages translated into French, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-fr_4.26.2-1~bpo12+1_all.deb Package: manpages-fr-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 4844 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2856456 SHA256: 837c813814f4f7a46749aeb612992597f4716aa228b3d34c1295a6a275e173ed SHA1: f31fe8634afdf21a5407d54c854aff8342bcc772 MD5sum: 80c8de046117bc781d05e157b1c9b5ff Description: French development manpages This package contains the Linux development manual pages translated into French. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-fr-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-hu Source: manpages-l10n (4.26.2-1~bpo12+1) Version: 1:4.26.2-1~bpo12+1 Installed-Size: 871 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 306348 SHA256: d9f94b3d04aee334457c58dc57150c5e516fc879c434071b77b4d22387dfccb7 SHA1: 06bd72eb824ed8da25e51965370151a81f87b076 MD5sum: 224c9ce1f6aa38cc5663fbd18df02277 Description: Hungarian man pages This package contains manual pages translated into Hungarian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-hu_4.26.2-1~bpo12+1_all.deb Package: manpages-id Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 636 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 121340 SHA256: b97319c782a8e324796fb330c122303abe5c1ce53fc997000b8c312b4a380980 SHA1: 415acfded98b86253126daf4b914e600e7fec088 MD5sum: ce05cd1d45cd749250481f9ccfa12526 Description: Indonesian man pages This package contains manual pages translated into Indonesian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-id_4.26.2-1~bpo12+1_all.deb Package: manpages-it Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1053 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 490956 SHA256: 83abd034bbb22b49fa55c72e7fa9da4676e82cb366633bff2090b678421fcd4a SHA1: d8021976826393d41e2cfbbf7157afa6273d2129 MD5sum: 14856846e0fdd2e1ad2947d431cc85be Description: Italian man pages This package contains manual pages translated into Italian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-it_4.26.2-1~bpo12+1_all.deb Package: manpages-it-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 731 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 173984 SHA256: c0746fd116e6a78b8c02d66d22b9d74250c44b5a5013de6713717ecdba044f17 SHA1: 2ba45cca5acb13fe2709e88a36d8bf9c70427c9c MD5sum: e66b875a3bb817a46a82c80cc725cb3f Description: Italian development manpages This package contains the Linux development manual pages translated into Italian. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-it-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-ko Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 779 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-3) Size: 233020 SHA256: bed46439c0cf6fdd4b606ca78409d0a01622ebb62d175a96a73b520a640c35f5 SHA1: c8e0b37dcc571e5ba6a74f1b314591223c579bc3 MD5sum: 12f1783a44a2aca3bba454d23eb69723 Description: Korean man pages This package contains manual pages translated into Korean, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ko_4.26.2-1~bpo12+1_all.deb Package: manpages-ko-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 698 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 148432 SHA256: 40c0c2b93dfd096c2eded63e6ea425aa548d62d99e2da2803d89086457fc7458 SHA1: 78aae5784d86e2997db3f8a4494ab2e6a793fd40 MD5sum: 3c39f3581baf7594b498376b58c8dcb3 Description: Korean development manpages This package contains the Linux development manual pages translated into Korean. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ko-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-mk Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 626 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 112184 SHA256: 5d9eeca42419b3e5ad39c2374827e21797bb69a66f51ae26509187b62a3ef366 SHA1: d25a3b0d8efac896ee5d1c6965ad572e17a60964 MD5sum: b2147c72c7a5d9f82854e6ec6d743d11 Description: Macedonian man pages This package contains manual pages translated into Macedonian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-mk_4.26.2-1~bpo12+1_all.deb Package: manpages-nb Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 848 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 283752 SHA256: 1790cd93e2b993775734f0d3cebd6c4452b8df0ec44496242a9db8ab627795cd SHA1: 0c22691bb9bd6b8f17f2e6412e2a3659b09688e0 MD5sum: 398626e7c926615f72d65bb3aab24758 Description: Norwegian man pages This package contains manual pages translated into Norwegian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-nb_4.26.2-1~bpo12+1_all.deb Package: manpages-nl Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 941 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 368800 SHA256: d93df0d9c092a093433eb75bbd7b86cca4fb89b6d5d4ab4474edfc3d21b07a2e SHA1: 3a1b6d7e956275b53c4c0f540c7400050f6b179b MD5sum: f69a11e4ad8f96415f07d78dc9980fda Description: Dutch man pages This package contains manual pages translated into Dutch, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-nl_4.26.2-1~bpo12+1_all.deb Package: manpages-nl-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 985 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 354908 SHA256: aac3dcb73d3aeb81edcc6fe893e2310d1e805fd1cac7a301f522558801395f54 SHA1: dd4b3823cd927b090508e192f98ea84c1a07879a MD5sum: 913a1645e324306f7d74dc17401c107c Description: Dutch development manpages This package contains the Linux development manual pages translated into Dutch. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-nl-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-pl Source: manpages-l10n (4.26.2-1~bpo12+1) Version: 1:4.26.2-1~bpo12+1 Installed-Size: 2621 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1877896 SHA256: 763f1b882fb978cfba02f3e0530148bcceb446ac47dcf28b9c9bc13b463a5dde SHA1: e20ef7f326edc6bd5e7dc5823e25557e015b693d MD5sum: afa386b1605d1c9f95a53723f693b16b Description: Polish man pages This package contains manual pages translated into Polish, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-pl_4.26.2-1~bpo12+1_all.deb Package: manpages-pl-dev Source: manpages-l10n (4.26.2-1~bpo12+1) Version: 1:4.26.2-1~bpo12+1 Installed-Size: 2242 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 1068752 SHA256: 0772e19802b63cf4abfa6b3cc2819e40f50707abafbdf4ccd7d79cb299e8892e SHA1: f0652d9dc85989e9c512ec2418ff9374aebf2629 MD5sum: f722a697daebca2a91a4db8b05747e29 Description: Polish development manpages This package contains the Linux development manual pages translated into Polish. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-pl-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-pt-br Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1026 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 462448 SHA256: 95e69384bb5fdcacc5df101d8785c89baf7299eec2850a1b7d72e5e356299235 SHA1: 4d0e81b1a161a7c972f35e757131c39a9b343a46 MD5sum: bb8ec26ba27784f73cc21a708b126792 Description: Brazilian Portuguese man pages This package contains manual pages translated into Brazilian Portuguese, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-pt-br_4.26.2-1~bpo12+1_all.deb Package: manpages-pt-br-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1018 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 327040 SHA256: 37129e755a5f87157d292af612e159e8d54cf09a7f9c48dfb5f7e20c50114d83 SHA1: 22ba7740acb0bde7dcd5092e228bb785a327f7f3 MD5sum: dbdf904bd3f2f618220297b9c9c97f94 Description: Brazilian Portuguese development manpages This package contains the Linux development manual pages translated into Brazilian Portuguese. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-pt-br-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-ro Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 4056 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 3021156 SHA256: dea2284347c6537f174e540108f3de4d4c54f01112fe126d5752fc3afbe2c84c SHA1: b822e0b848b9fa527ac8a5f7a3105c7f3d8a0834 MD5sum: a274fe2d1f4b306ae07d8224efa56c71 Description: Romanian man pages This package contains manual pages translated into Romanian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ro_4.26.2-1~bpo12+1_all.deb Package: manpages-ro-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 3059 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1524092 SHA256: f95381e4773649a5b3b0efb035f645975c02dbe7e0c0dbe2f78ad25adbe727e1 SHA1: 91e472b938c41450767204fdd7169ba8211f7bae MD5sum: 1b4f9ff694a2ab9bd1d67f844cd0870f Description: Romanian development manpages This package contains the Linux development manual pages translated into Romanian. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ro-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-ru Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 2393 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 1703352 SHA256: 723025efe7a0832f1dfcb35fa76f7ee9a6848a8d7d90a14f64c8699e40760fb2 SHA1: 08cc4f07e1d0afb7ddc41835ed53c032798a94dd MD5sum: 97a35e9ba6022a59a9f362c940222f12 Description: Russian man pages This package contains manual pages translated into Russian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ru_4.26.2-1~bpo12+1_all.deb Package: manpages-ru-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 4604 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 2817500 SHA256: de4d228446b57e6238d7df46fcd2a1a101037924c38d2e4b14ba77cd50237cda SHA1: 913aeef60307b944887e80fdfc1cc2b757f16ebd MD5sum: 2fccf1197e28d93a47cedccbe52fba63 Description: Russian development manpages This package contains the Linux development manual pages translated into Russian. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-ru-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-sr Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 920 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 352716 SHA256: 110cb17ae9b267d386fa27a6d4af63a7073b18a5f4b3cc4432a33162baecbbe8 SHA1: 01efae174d52f86d9474f9c7fac6e0a47128d78d MD5sum: 65d4aeb37cb3f78f46a40c4f293d366a Description: Serbian man pages This package contains manual pages translated into Serbian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-sr_4.26.2-1~bpo12+1_all.deb Package: manpages-sv Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1004 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 413008 SHA256: 69789ef272e9d1b6e35ebf11eb316309964c3b97d1ffdfc200109f7c6cc2f546 SHA1: 5bd1520511f83bfe20fb96f1b9f7a9f72f6c3da3 MD5sum: 144fb895603311d46ddec1fe44689f65 Description: Swedish man pages This package contains manual pages translated into Swedish, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-sv_4.26.2-1~bpo12+1_all.deb Package: manpages-uk Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 1353 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 786676 SHA256: 3f04ad668784c827533443e235c7cbb11ce68773650f4ee5586a05c2fe7b7139 SHA1: 77929632ccb56dc3e7480c759c0bc29a0940dc12 MD5sum: 856372fd52b014335da0bf66b276c127 Description: Ukrainian man pages This package contains manual pages translated into Ukrainian, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). * 6 = Games etc. * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-uk_4.26.2-1~bpo12+1_all.deb Package: manpages-uk-dev Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 600 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 93560 SHA256: 1da347b73ca0f8d64d2940846bb2f4288a2d4d1e69763cfd561307b9122e9586 SHA1: 90df6dffcebbbd932ce7f893e4fff040d239ed01 MD5sum: e36b024e2df0ab752e43db4af6e5f68a Description: Ukrainian development manpages This package contains the Linux development manual pages translated into Ukrainian. . The following sections are included: * 2 = Linux system calls. * 3 = Libc calls (note that a more comprehensive source of information may be found in one of the libc-doc packages). . The English package manpages-dev contains additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-uk-dev_4.26.2-1~bpo12+1_all.deb Package: manpages-vi Source: manpages-l10n Version: 4.26.2-1~bpo12+1 Installed-Size: 898 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 331944 SHA256: 26a2b4f26d904aee8edaa9c636c0bbbf31841e5ebac744567612813f3c17a298 SHA1: 791de3aa4170533c91e6e8d548cf09a7a959800d MD5sum: caf7f59177bd43141304b88156748546 Description: Vietnamese man pages This package contains manual pages translated into Vietnamese, originating from a large number of projects which do not ship translated man pages themselves, including the traditional Linux manpages. The exact projects and man pages might change from release to release, so please look at the actually shipped files for the current set. . The following sections are included: * 1 = User programs (e.g. ls, ln) * 8 = System administration commands. . The original (software) packages contain additional manual pages which have not been translated yet. Multi-Arch: foreign Homepage: https://manpages-l10n-team.pages.debian.net/manpages-l10n/ Section: doc Priority: optional Filename: pool/main/m/manpages-l10n/manpages-vi_4.26.2-1~bpo12+1_all.deb Package: mapcache-cgi Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 80 Maintainer: Debian GIS Project Architecture: arm64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapcache1 (>= 1.14.0) Size: 9308 SHA256: 89e7c2cdca7ea801b06abf857c50fdeb12e5fcf182c5dfa11fea26ebb2961fba SHA1: ead95707d7539212cb3257a3830226e9f1db84be MD5sum: b4575fc783bb58f4503b18e025ba4414 Description: tile caching server - CGI binary This package contains the mapcache FastCGI program, as alternative to the Apache module available in libapache2-mod-mapcache. . MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. Homepage: http://www.mapserver.org/mapcache/ Section: web Priority: optional Filename: pool/main/m/mapcache/mapcache-cgi_1.14.1-1~bpo12+1_arm64.deb Package: mapcache-tools Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 154 Maintainer: Debian GIS Project Architecture: arm64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libgdal32 (>= 1.10.0-0~), libgeos-c1v5 (>= 3.4.2), libmapcache1 (>= 1.14.0), libsqlite3-0 (>= 3.5.9) Size: 33788 SHA256: 08484b048d59bfc701b84aa884b2465cc6e091be37b688080c3379067af86550 SHA1: dbc17a4f9b9a39d17442b9db885593d905e4d297 MD5sum: ca534c78d479f3bc674e89c9052ee9ab Description: tile caching server - tools This package provides command-line utilities for MapCache. . MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution. Homepage: http://www.mapserver.org/mapcache/ Section: misc Priority: optional Filename: pool/main/m/mapcache/mapcache-tools_1.14.1-1~bpo12+1_arm64.deb Package: mapserver-bin Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 878 Maintainer: Debian GIS Project Architecture: arm64 Replaces: libmapserver-dev (<< 8.0.0-2~) Depends: libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapserver2 (>= 8.2.1) Suggests: cgi-mapserver, mapserver-doc, shapelib, libmapscript-perl, php-mapscript-ng, python3-mapscript Breaks: libmapserver-dev (<< 8.0.0-2~) Size: 104852 SHA256: d5e3bd1a2179a79b5041c13727c28ce389698cd6f5fdb1a39f21a498ed7f1cff SHA1: 94a2ca0473f2935f7a37c0f9ebe5dd0dcbebe6a9 MD5sum: 9a5db41a6354509013f8b7e6c8b5ae2d Description: MapServer utilities This package provides command-line utilities for MapServer. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Homepage: https://mapserver.org Section: misc Priority: optional Filename: pool/main/m/mapserver/mapserver-bin_8.4.0-1~bpo12+1_arm64.deb Package: mapserver-doc Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 232 Maintainer: Debian GIS Project Architecture: all Suggests: cgi-mapserver, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 84008 SHA256: 6110b32b220ad998c864d7e03efd3bc57d86a0baaf5255a69c7c63f7e646f601 SHA1: 92580894a36fcf6fd39f60479cf8c968ee2bf532 MD5sum: 798e6757d5dfb00e97219206002ac462 Description: documentation for MapServer This package provides some brief documentation for MapServer. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Homepage: https://mapserver.org Section: doc Priority: optional Filename: pool/main/m/mapserver/mapserver-doc_8.4.0-1~bpo12+1_all.deb Package: markdownlint Source: ruby-mdl Version: 0.13.0-4~bpo12+1 Installed-Size: 100 Maintainer: Norwid Behrnd Architecture: all Replaces: ruby-mdl Provides: ruby-mdl Depends: ruby, ruby-kramdown (>= 2.3), ruby-kramdown-parser-gfm (>= 1.1), ruby-mixlib-cli (>= 2.1.1), ruby-mixlib-config (>= 2.2.1), ruby-mixlib-config (<< 4), ruby-mixlib-shellout Breaks: ruby-mdl (<< 0.13.0-1) Size: 22376 SHA256: f0d15f2ab7504289a59a5c575a6b0b2ea74a6d4144e5a9a573b5e2bd0232e05e SHA1: 80725661a0dfda577b0bef741795eb824c99ca42 MD5sum: 60a3c04179f12f154d82512a85e75777 Description: Markdown lint tool markdownlint checks an individual markdown file, or a directory of markdown files against a set of rules for syntax consistency. In its report back to the CLI, the Ruby based implementation reports the line(s) with an issue identified and how to improve it. Homepage: https://github.com/markdownlint/markdownlint Section: text Priority: optional Filename: pool/main/r/ruby-mdl/markdownlint_0.13.0-4~bpo12+1_all.deb Package: materia-kde Version: 20220823-2~bpo12+1 Installed-Size: 7856 Maintainer: Debian Desktop Themes Team Architecture: all Provides: qt5-style-kvantum-theme Recommends: qt5-style-kvantum, papirus-icon-theme Suggests: konsole, materia-gtk-theme, yakuake Size: 2917604 SHA256: 628733a08fa277895c70e7cbc3c84f9b845763b194ee4332021e39548eb96c13 SHA1: 9ec0b25d9adb47c26575bf4e5d35bec23d8f055c MD5sum: 99e00e8dd5311cf00856895e80bbcc93 Description: Port of the popular GTK theme Materia for Plasma 5 materia-kde is a port of the popular GTK theme Materia for Plasma 5 desktop with a few additions and extras. . This package contains: - Aurorae window decoration themes - Konsole color schemes - Kvantum themes - Plasma color schemes - Plasma Desktop themes - Plasma Look-and-Feel settings - Yakuake skins - SDDM themes - Wallpapers Multi-Arch: foreign Homepage: https://github.com/PapirusDevelopmentTeam/materia-kde Section: kde Priority: optional Filename: pool/main/m/materia-kde/materia-kde_20220823-2~bpo12+1_all.deb Package: matrix-synapse Version: 1.95.1-1~bpo12+1 Installed-Size: 11693 Maintainer: Matrix Packaging Team Architecture: arm64 Depends: adduser, libjs-jquery, lsb-base, python3-distutils, python3-bleach, python3-jinja2 (>= 3.0~), python3-lxml, python3-psycopg2 (>= 2.8), python3-systemd, python3-twisted (>= 18.9.0-8~), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), python3 (>= 3~), python3-attr (>= 19.2.0~), python3-bcrypt, python3-canonicaljson (>= 2.0.0~), python3-cryptography (>= 3), python3-ijson (>= 3.1.4), python3-immutabledict (>= 2.0.0), python3-jsonschema (>= 3.0.0), python3-matrix-common (>= 1.3.0~), python3-msgpack (>= 0.5.0), python3-netaddr (>= 0.7.18), python3-openssl (>= 0.14), python3-packaging (>= 16.1), python3-phonenumbers, python3-pil (>= 5.4.0), python3-prometheus-client, python3-pyasn1 (>= 0.1.9), python3-pyasn1-modules, python3-pydantic (>= 1.7.4), python3-pymacaroons (>= 0.13.0), python3-service-identity (>= 18.1.0), python3-signedjson (>= 1.1.0), python3-sortedcontainers, python3-treq (>= 18), python3-typing-extensions (>= 3.10~), python3-unpaddedbase64 (>= 2.1.0~), python3-yaml, python3:any Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3-pympler, matrix-synapse-ldap3 Suggests: python3-jwt (>= 1.6.4), python3-authlib (>= 0.14.0) Breaks: matrix-synapse-ldap3 (<< 0.1.3-2~) Size: 2593456 SHA256: a9ebda8ed64c3fddaa8299fbade2685c296b78950ae0fdf038e48d0a7394ba97 SHA1: 6ee8f05a8d794dbff94017ebf7a10d26e134b046 MD5sum: bdc527c0e60098c5fbd5e46f21d1d792 Description: Matrix reference homeserver Synapse is the reference Python/Twisted Matrix homeserver implementation. . Synapse is intended to showcase the concept of Matrix, and to let users run their own homeserver and generally help bootstrap the ecosystem. . Matrix is an open standard for interoperable, decentralised, real-time communication over IP. It can be used to power Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication or anywhere where's a need for a standard HTTP API for publishing and subscribing to data whilst tracking the conversation history. . In Matrix, every user runs one or more Matrix clients, which connect through to a Matrix homeserver. The homeserver stores all their personal chat history and user account information, much as a mail client connects through to an IMAP/SMTP server. Homepage: https://matrix.org/docs/projects/server/synapse.html Built-Using: rustc (= 1.63.0+dfsg1-2) X-Cargo-Built-Using: rustc (= 1.63.0+dfsg1-2) Section: net Priority: optional Filename: pool/main/m/matrix-synapse/matrix-synapse_1.95.1-1~bpo12+1_arm64.deb Package: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 1600 Maintainer: Dmitry Smirnov Architecture: arm64 Provides: mcedit Depends: libc6 (>= 2.34), libext2fs2 (>= 1.37), libglib2.0-0 (>= 2.67.3), libgpm2 (>= 1.20.7), libslang2 (>= 2.2.4), libssh2-1 (>= 1.2.8), mc-data (= 3:4.8.31-1~bpo12+1) Recommends: mailcap, perl, sensible-utils, unzip Suggests: antiword, arc | arcanist, arj, binutils, bzip2, cabextract, catdoc, texlive-binaries, clzip | lunzip | lzd | lzip | lziprecover | minilzip | pdlzip | plzip, cpio, ctorrent, dbview, default-jdk-headless, djview4, djvulibre-bin, elinks, epub-utils | ncbi-entrez-direct, exif, file, genisoimage, gettext, ghostscript, glade, gputils, groff-base, gv, imagemagick, info, jlha-utils | lhasa, kchmviewer, libaspell-dev, libbatik-java, libchm-bin, liblz4-tool, libxml2-utils, links2, links | w3m | lynx, lyx, xz-utils, man-db, mikmod, mpg321, mplayer, odt2txt | unoconv, p7zip-full, par2, poedit | potool, poppler-utils, procyon-decompiler, python3:any, python3-boto, python3-tz, rar, rpm, sox, sqlite3, timidity, unace | unace-nonfree, unalz, unar, unrar | unrar-free, vorbis-tools, wimtools, wv, xpdf | pdf-viewer, xpmutils, zip, zstd Size: 495592 SHA256: 9a1376f44fb4c9c18a7bd077e855209a8759d4c1be2389982d15961083aa4d33 SHA1: 3f9805f92e0fedb16c26cba3f0d913308d6e3495 MD5sum: 74743eae7437c92b40e36c68c04d7771 Description: Midnight Commander - a powerful file manager GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. Homepage: https://www.midnight-commander.org Section: utils Priority: optional Filename: pool/main/m/mc/mc_4.8.31-1~bpo12+1_arm64.deb Package: mc-data Source: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 6220 Maintainer: Dmitry Smirnov Architecture: all Replaces: mc (<< 3:4.8.1) Breaks: mc (<< 3:4.8.1) Size: 1346176 SHA256: e717e8dddc783f797dc5b483bf74c2c9342995224c0bff0b964b753911fabda8 SHA1: a15c2b39581f7cf6905e99653c2684638e0018e6 MD5sum: c53275d601b6f41e578822db5e9db8ce Description: Midnight Commander - a powerful file manager -- data files GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. . This package provides architecture independent files Multi-Arch: foreign Homepage: https://www.midnight-commander.org Section: utils Priority: optional Filename: pool/main/m/mc/mc-data_4.8.31-1~bpo12+1_all.deb Package: meld Version: 3.22.2-1~bpo12+1 Installed-Size: 3538 Maintainer: Debian GNOME Maintainers Architecture: all Depends: python3:any, dconf-gsettings-backend | gsettings-backend, gir1.2-gtk-3.0, python3-gi (>= 3.20), python3-gi-cairo, gir1.2-gtksource-4, patch Recommends: yelp Size: 552736 SHA256: e90fc0d2f0f89a0ab4ec93e668207d5b747f47dc6f6a6159b9d41be859cc44ae SHA1: a24b5533641875adcf50e193cbef0aa5a99a0f8f MD5sum: fdf55215e3e701ee7ba6d6871b5fc719 Description: graphical tool to diff and merge files Meld is a graphical diff viewer and merge application for the GNOME desktop. It supports 2 and 3-file diffs, recursive directory diffs, diffing of directories under version control (Bazaar, Codeville, CVS, Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion), as well as the ability to manually and automatically merge file differences. Homepage: https://meldmerge.org Section: gnome Priority: optional Filename: pool/main/m/meld/meld_3.22.2-1~bpo12+1_all.deb Package: mesa-common-dev Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 3544 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: libegl1-mesa-dev (<< 18.2.5-2) Depends: libgl-dev, libglx-dev, libx11-dev, libdrm-dev (>= 2.4.95) Breaks: libegl1-mesa-dev (<< 18.2.5-2) Size: 2922216 SHA256: 5e0ea978966f082a148a12d5e2f779e1f3041d547ff47a2cff9136ed40490337 SHA1: 3f2e75fff120da670bb13514ac6518ab5e2f35e2 MD5sum: e6131586257781ae353cb0c7d25d3ef8 Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/mesa-common-dev_25.0.4-1~bpo12+1_arm64.deb Package: mesa-drm-shim Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 1370 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34) Size: 96768 SHA256: 715e56ecdce454b4fc3a29a95c99ee3e52e42df00c48f83e593ee478216e9d6b SHA1: e10383fa706c2561b5bb6154bfd186143b6f5d4f MD5sum: d7afb2c45b889d658f26de2062d0ab74 Description: DRM shim libraries This package provides drm-shim libraries which can be used for testing DRM drivers when none exists on the host. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-drm-shim_25.0.4-1~bpo12+1_arm64.deb Package: mesa-libgallium Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 32765 Maintainer: Debian X Strike Force Architecture: arm64 Provides: libglapi-mesa Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3) Size: 7893264 SHA256: cc345f2d69d7b5f108cd2a2e165d8937cedc0feec2a8b03cf9c4ce99af7f27e5 SHA1: 6b9f851a2452241cefee6b8fc6933f2943bd03ab MD5sum: a9e47d17b9dbd52b6a2f4911d4b3686c Description: shared infrastructure for Mesa drivers This package contains libgallium, a private library shared between multiple Mesa drivers. This library is an implementation detail of Mesa and should not be used directly by user code. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-libgallium_25.0.4-1~bpo12+1_arm64.deb Package: mesa-opencl-icd Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 75979 Maintainer: Debian X Strike Force Architecture: arm64 Provides: opencl-icd Depends: libclc-15, ocl-icd-libopencl1 | libopencl1, libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3) Size: 10529140 SHA256: 7f5ee3ac22f2240a81040e206b789e912679d5436c5510102caf66a2cf5cef04 SHA1: 038bf702e36ed37547bf0662058f944a84d4e5bb MD5sum: f373fd51832916c3149106347c569c26 Description: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-opencl-icd_25.0.4-1~bpo12+1_arm64.deb Package: mesa-teflon-delegate Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 7368 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 923172 SHA256: c2e6c5d1e96bf941086bb19fab421d8cd31172a90eb38cd80be561303c5b15b6 SHA1: bd908cee44fa7a2d83a7cad19b90c03940086728 MD5sum: 0f0343b28e4916bda7c4ef0eb1f8e8ff Description: Mesa TensorFlow Lite external delegate TensorFlow Lite delegate which can make use of NPUs to accelerate ML inference. It is implemented in the form of a external delegate, a shared library which the TensorFlow Lite runtime can load at startup. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-teflon-delegate_25.0.4-1~bpo12+1_arm64.deb Package: mesa-va-drivers Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 47 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Depends: mesa-libgallium (= 25.0.4-1~bpo12+1) Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Size: 19836 SHA256: 43d6089b04c818793bf4acce0888cc9d8665f81ff46be4913f6f1a79c22c91c6 SHA1: 528dbb8e16acbf6f6cd22ea6354594b690eef63a MD5sum: 3c0f903039939d6d8269b5f2f18aef37 Description: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-va-drivers_25.0.4-1~bpo12+1_arm64.deb Package: mesa-vdpau-drivers Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: arm64 Provides: vdpau-driver Depends: libvdpau1 Enhances: libvdpau1 Size: 19980 SHA256: 47749070f1db390909f5519128d615fbc659b3e05d57a5898b7db0048225cd79 SHA1: f8b24db5115fec307e4d28015878367890441873 MD5sum: d1537b4f1d816af05326f5fa251e9c57 Description: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-vdpau-drivers_25.0.4-1~bpo12+1_arm64.deb Package: mesa-vulkan-drivers Source: mesa Version: 25.0.4-1~bpo12+1 Installed-Size: 54847 Maintainer: Debian X Strike Force Architecture: arm64 Provides: vulkan-icd Depends: libvulkan1, libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3) Size: 8819476 SHA256: 8a321224b1d352a68fdd84932face9302a00abf82e564479eb00e5c40c45eab5 SHA1: ea8f3118ada346b3ebbfe741156325b132f7e215 MD5sum: 9c22ff67b7f11423fbf7032d02f7df72 Description: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-vulkan-drivers_25.0.4-1~bpo12+1_arm64.deb Package: meson Version: 1.7.0-1~bpo12+1 Installed-Size: 3930 Maintainer: Jussi Pakkanen Architecture: all Depends: python3:any (>= 3.7~), ninja-build (>= 1.6), python3-setuptools Recommends: dpkg-dev Size: 639044 SHA256: 4b86d2f2cb4431d03826fa4b2c3a89508edeb8140509e7e4b285285ec3175bbe SHA1: c2b8a7d8f8b70ebc88e39a76a204d89ef6e6b54a MD5sum: 80dc544290c2decbef18cd9246f46414 Description: high-productivity build system Meson is a build system designed to increase programmer productivity. It does this by providing a fast, simple and easy to use interface for modern software development tools and practices. Multi-Arch: foreign Homepage: https://mesonbuild.com Section: devel Priority: optional Filename: pool/main/m/meson/meson_1.7.0-1~bpo12+1_all.deb Package: micropython-mpremote Version: 1.24.0-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Python Team Architecture: all Depends: python3-importlib-metadata | python3 (>> 3.8), python3-serial, python3:any Suggests: micropython Size: 28656 SHA256: 28216fc19f4cb2aa9fbcd4b1373af2bb765f78ccf7eeb0ff444a2991e65f7d94 SHA1: 703aeda1544126f89fec9fe72e7d946904e9b554 MD5sum: 2822f4e608d3c0298005612bf39e3818 Description: Tool for interacting remotely with MicroPython on a microcontroller The mpremote tool provides a set of commands for interacting with a microcontroller board running MicroPython over a serial connection. It includes the ability to run local scripts on the board, perform a variety of filesystem tasks (cat, ls, cp, rm, mkdir, rmdir), mount a local directory on the remote board, and execute an interactive REPL on the board. Homepage: https://github.com/micropython/micropython Section: utils Priority: optional Filename: pool/main/m/micropython-mpremote/micropython-mpremote_1.24.0-1~bpo12+1_all.deb Package: mini-buildd Version: 2.2.8~bpo12+1 Installed-Size: 397 Maintainer: Stephan Sürken Architecture: all Replaces: mini-buildd-bld, mini-buildd-rep Depends: debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~), python3-mini-buildd (= 2.2.8~bpo12+1), adduser, sudo, gnupg (>= 2.2.26), dirmngr, reprepro (>= 5.3.0-1.4~), debootstrap (>= 1.0.126+nmu1~), zstd, schroot (>= 1.6.10-3~), schroot (<< 1.7), sbuild (>= 0.72), dpkg-dev (>= 1.17.27~), devscripts (>= 2.14.5~) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: lintian, piuparts, autopkgtest, mini-buildd-doc, python3-apt, arch-test Suggests: debian-archive-keyring, ubuntu-keyring, haveged, lvm2, qemu-user-static (>= 1:5.2), binfmt-support, btrfs-progs, openssl Breaks: mini-buildd-bld (<< 1.0.0~), mini-buildd-rep (<< 1.0.0~) Size: 238552 SHA256: c25e110cf552ce8704027f81c93c7d6e72a398bac1c51cd8474271e90bef94b7 SHA1: 21897428e75027eac3cc80d98546bdd5e26a4c40 MD5sum: 1245b048a841fe6611f2552644a63ad3 Description: minimal build daemon - daemon Mini-buildd is an easy-to-configure autobuilder and repository for deb packages. . This package provides the main daemon. Homepage: http://mini-buildd.installiert.net/ Section: devel Priority: optional Filename: pool/main/m/mini-buildd/mini-buildd_2.2.8~bpo12+1_all.deb Package: mini-buildd-doc Source: mini-buildd Version: 2.2.8~bpo12+1 Installed-Size: 3916 Maintainer: Stephan Sürken Architecture: all Replaces: mini-buildd (<< 1.1.5~) Depends: libjs-sphinxdoc (>= 5.2) Breaks: mini-buildd (<< 1.1.5~) Size: 514724 SHA256: 3caee544bc655b988c737952c7ac91de11fcd5a8fb0ee70a1daaa09199530b06 SHA1: 697c70ce10170c4dcddfe848f32e7e06f41c50cd MD5sum: 87ee74c4a1144da459ed709bbb3e4e3d Description: minimal build daemon - manual Mini-buildd is an easy-to-configure autobuilder and repository for deb packages. . This package contains the HTML documentation. Multi-Arch: foreign Homepage: http://mini-buildd.installiert.net/ Section: doc Priority: optional Filename: pool/main/m/mini-buildd/mini-buildd-doc_2.2.8~bpo12+1_all.deb Package: mini-buildd-utils Source: mini-buildd Version: 2.2.8~bpo12+1 Installed-Size: 268 Maintainer: Stephan Sürken Architecture: all Replaces: python-mini-buildd, python3-mini-buildd (<< 1.1.5~) Depends: python3:any (>= 3.11~), python3-mini-buildd (= 2.2.8~bpo12+1), python3-apt Recommends: jq, lsb-release Breaks: python-mini-buildd, python3-mini-buildd (<< 1.1.5~) Size: 221168 SHA256: 516f2feec3ae4ffefde62f092d15afa4e2e9d5dd60c441673b7806e69a1ccddc SHA1: b1fee9b5b3a707ad7f66fd94ea18eea3943af4ca MD5sum: 02423d7edb7730674747ab26d9de9520 Description: minimal build daemon - utilities Mini-buildd is an easy-to-configure autobuilder and repository for deb packages. . This package provides (optional) utilities, notably mini-buildd-api, a command line to access the web API. Homepage: http://mini-buildd.installiert.net/ Section: devel Priority: optional Filename: pool/main/m/mini-buildd/mini-buildd-utils_2.2.8~bpo12+1_all.deb Package: mkbootimg Source: android-platform-tools (34.0.5-12~bpo12+1) Version: 1:34.0.5-12~bpo12+1 Installed-Size: 101 Maintainer: Android Tools Maintainers Architecture: all Replaces: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Depends: python3:any Breaks: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Size: 25360 SHA256: 0da7fe4b374a9b30a3455c4dae579e8a039a9f7b2475ed95746c469356ac5d51 SHA1: 034ad2a219649be1569d7b69614385e0c9166836 MD5sum: f6d86288658a7050fe123d02cb0c329c Description: Creates Android boot images Creates Android boot images that includes kernel image and ramdisk, in a special format which can be used with fastboot. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/mkbootimg_34.0.5-12~bpo12+1_all.deb Package: mkosi Version: 24.3-1~bpo12+1 Installed-Size: 1092 Maintainer: Debian systemd Maintainers Architecture: all Depends: bubblewrap (>= 0.4~), systemd (>= 254~), systemd-container (>= 254~), fdisk | util-linux (<< 2.29.2-3~), python3:any Recommends: ovmf, python3-pefile, cryptsetup-bin, gnupg, openssh-client, python3-cryptography, systemd-timesyncd, btrfs-progs, e2fsprogs, dosfstools, erofs-utils, squashfs-tools, xz-utils, zstd, archlinux-keyring, debian-archive-keyring, distribution-gpg-keys, ubuntu-archive-keyring, dnf, pacman-package-manager, zypper, uidmap Size: 222368 SHA256: 5ffda4e383d5bf5004b71c9b5b41031560ea9d141cf8935b5ed25fda05d88063 SHA1: cc013cf4fca2d7c26738dfbf0949db2ea7b9e352 MD5sum: 4aa9e72eb294be324dc1fda00b933760 Description: build Bespoke OS Images A fancy wrapper around "dnf --installroot", "apt", "zypper" and "pacstrap", that may generate disk images with a number of bells and whistles. . Generated images are "legacy-free". This means only GPT disk labels (and no MBR disk labels) are supported, and only systemd based images may be generated. Homepage: https://github.com/systemd/mkosi Section: admin Priority: optional Filename: pool/main/m/mkosi/mkosi_24.3-1~bpo12+1_all.deb Package: mmdebstrap Version: 1.5.6-4~bpo12+1 Installed-Size: 573 Maintainer: Johannes Schauer Marin Rodrigues Architecture: all Depends: apt (>= 2.3.14), python3 (>= 3.10), perl:any Recommends: arch-test, gpg (>= 2.2.8), libdistro-info-perl, libdpkg-perl, mount, uidmap Suggests: apt-transport-tor, apt-utils, binfmt-support | systemd (>= 251.2-1), ca-certificates, debootstrap, distro-info-data, dpkg-dev, fakechroot, fakeroot, genext2fs, e2fsprogs, libarchive13, perl-doc, qemu-user, qemu-user-static, squashfs-tools-ng, ncompress, bzip2, lzop, lz4, xz-utils, zstd Size: 135364 SHA256: 8843e7bf32c18a33bc3b887d7e6e6b4754649b40a2d5edcf09d81fad09aef97b SHA1: 82989febb5731e1fcbd3c9ee56626c808230dbb0 MD5sum: 2349fd7e2ef1b6080403fb6a815e2618 Description: create a Debian chroot Downloads, unpacks and installs Debian packages to either directly create a directory which can be chrooted into, or a tarball of it. In contrast to debootstrap it uses apt, supports more than one mirror, automatically uses security and updates mirrors for Debian stable chroots, is 3-6 times faster, produces smaller output by removing unnecessary cruft, is bit-by-bit reproducible if $SOURCE_DATE_EPOCH is set, allows unprivileged operation using Linux user namespaces or fakechroot and can setup foreign architecture chroots using qemu-user. Homepage: https://gitlab.mister-muffin.de/josch/mmdebstrap/ Section: admin Priority: optional Filename: pool/main/m/mmdebstrap/mmdebstrap_1.5.6-4~bpo12+1_all.deb Package: monitoring-plugins-check-smart-attributes Source: check-smart-attributes Version: 1.6-156-g498eafa-2~bpo12+1 Installed-Size: 216 Maintainer: Freexian Team Architecture: all Depends: perl:any, libjson-perl, smartmontools Suggests: sudo Size: 25364 SHA256: 00eaab933df17bca98f852558e84597940816bd0b7555df8f75f0d1ab874d2bf SHA1: 53e8608680d19cbbfbc193920ef1f58cdbc234d4 MD5sum: a52769b49c0fa0a63d000e2a24691dbb Description: Plugin for Nagios and Icinga for monitoring the health of disks Nagios and Icinga are monitoring systems. This package contains a plugin check_smart_attributes for monitoring the health of rotational and solid state disks using smartmontools. It comes with a drive database and can look beneath some hardware raid controllers at individual drives. Its use allows being alerted ahead of failure of disks in many cases. Multi-Arch: foreign Section: net Priority: optional Filename: pool/main/c/check-smart-attributes/monitoring-plugins-check-smart-attributes_1.6-156-g498eafa-2~bpo12+1_all.deb Package: monitoring-plugins-contrib Source: nagios-plugins-contrib Version: 45.20231212~bpo12+1 Installed-Size: 4441 Maintainer: Debian Nagios Maintainer Group Architecture: arm64 Replaces: nagios-plugins-contrib (<< 26) Provides: nagios-plugins-contrib Recommends: libsocket-perl, libmonitoring-plugin-perl | libnagios-plugin-perl (>= 0.31), libnet-snmp-perl (>= 5), whois, nagios-plugins-basic, libnet-dns-perl, libdate-manip-perl, libnet-cups-perl, debsecan, libio-socket-ssl-perl, libmail-imapclient-perl, libnet-smtp-tls-perl, libnet-smtp-ssl-perl, libnet-ssleay-perl, libnet-smtpauth-perl, bind9-host | knot-host, python3, liblocale-gettext-perl, liblwp-useragent-determined-perl, snmp, freeipmi-tools, libipc-run-perl, libxml-simple-perl, python3-pymongo, libdbd-mysql-perl, libreadonly-perl, libdata-validate-domain-perl, libdata-validate-ip-perl, libcapture-tiny-perl, libredis-perl, libtimedate-perl, bc, curl, file, openssl, libwebinject-perl, libnet-dns-sec-perl, ruby | ruby-interpreter, binutils, lz4, lzop, perl:any, libc6 (>= 2.34), libmemcached11 (>= 1.1.4) Suggests: backuppc, perl-doc, libsys-virt-perl, cciss-vol-status (>= 1.10), mpt-status, smstools (>= 3~), expect, iproute2, dnsutils, nagios-plugin-check-multi, moreutils, percona-toolkit, python3-boto Enhances: monitoring-plugins, monitoring-plugins-basic, monitoring-plugins-standard Breaks: nagios-plugins-contrib (<< 26) Size: 622484 SHA256: ed04aac6f21bc887e4bde0adb10dc7601ef54fc51039e21c4f6c43621a35f0ad SHA1: e57b556c0260847e4d5aa04852ceb2e0b02f1ff4 MD5sum: 7260b202d5c57acb846910f056dabbcd Description: Plugins for nagios compatible monitoring systems This package provides various plugins for Nagios compatible monitoring systems like Nagios and Icinga. It contains the following plugins: . * check_ajp (1): plugin to monitor the AJP ping response time Should work with all application servers (Tomcat, JBoss,....) which provide an AJPv13 connector. * check_backuppc (1.1.0): plugin for checking on the status of BackupPC backups * check_bgpstate (1.0): plugin to check all BGP session on Cisco routers * check_checksums (20130611): plugin to verify file checksums against (local, not 100% secure) lists. Supports md5 sha1 sha224 sha256 sha384 sha512 checksums. * check_chrony (0.1): chrony NTP server check This plugin is able to check the stratum time difference of a local chronyd instance. * check_clamav (1.2): plugin to check for clamav signature freshness This script is used to compare the version and signature level of the currently running clamd daemon with the latest available versions listed in the TXT record for current.cvd.clamav.net. * check_cups (0.2): plugin to check queues on a remote CUPS server This plugin is monitoring of queues on a remote CUPS server, which means that it doesn't need to be installed on the print server and run via NRPE. * check_debsecan (1.0.0): plugin to check the Debian CVE lists against your installed packages * check_drbd (0.5.3): plugin to check DRBD device states This plugin is for checking DRBD device states. It parses the /proc/drbd device and analyses the output. * check_email_delivery (0.7.1b): plugin to monitor email delivery Some typical uses of this plugin include: - check SMTP server - check messages and quota on IMAP server - check email delivery loop - check auto-responder function - keep an eye on email lag - monitor automated mailboxes - check email-to-FTP or other special email gateways * check_etc_hosts (?): plugin to check /etc/hosts for DNS consistency Check /etc/hosts, and make sure the content matches the information in DNS. Lookup IP, and check if the names listed in /etc/hosts maches the one in DNS. It will ignore entries with '# NAGIOSIGNORE' at the end. * check_etc_resolv: plugin to check /etc/resolv.conf Check /etc/resolv.conf, and make sure the name servers listed are working. It will ignore entries with '# NAGIOSIGNORE' at the end. * check_graphite: Plugin to monitor graphite metrics * check_haproxy (rev135): plugin to check the HAProxy statistics url * check_haproxy_stats (1.1.3): check haproxy via admin socket Different from check_haproxy this plugin is able to check haproxy via the unix admin socket. * check_hp_bladechassis (1.0.1): plugin to check the hardware health of HP blade enclosures via SNMP. The plugin is only tested with the c7000 enclosure. * check_hpasm (4.8.0.2): plugin to check the hardware health of HP Proliant Servers It either uses snmp or - if installed - the hpasm package locally. The plugin checks the health of * Processors * Power supplies * Memory modules * Fans * CPU- and board-temperatures * Raids and alerts you if one of these components is faulty or operates outside its normal parameters. * check_httpd_status (rev204): plugin checking Apache or lighttpd server-status page (using mod_status) * check_ipmi_sensor (3.14): IPMI Sensor Monitoring Plugin Plugin to monitor the hardware status (fan speed, temperaturs, voltages, power usage, ...) of a server using IPMI. * check_libs_ng (0.1.0): plugin to report processes using outdated libraries depents on kernel features present in kernels newer than 3.3 * check_libvirt (v7.0.3): monitor virtualization solutions using libvirt * check_lm_sensors (4.1.1): plugin to monitor hardware sensors and disk temperatures * check_memcached (1.3): plugin to check memcached instances It will give a critical message if a partiular memcached host is inaccessible and generate a warning if the hit/miss ratio falls below a given threshold or the number of evictions exceeds a given limit. Hit/miss and evictions are measured over a 30 minute interval, using a memcached object to store the earlier statistics. * check_mongodb (1b54df0): Plugin script to monitor your MongoDB server(s) * check_multipath (0.4.12): plugin to monitor the number of available and failed paths of multipath devices * check_mysql_health (2.2.2): plugin to check various parameters of a MySQL database * check_nfsmounts: checks whether there are stale NFS mounts on the host * check_printer: plugin to check printer supply levels using SNMP It outputs performance data for all supplies found, for example toner and drum. * check_printer_health (1.1.0.2): plugin which checks the health of snmp-enabled printers * check_raid (4.0.9): plugin to check sw/hw RAID status The plugin looks for any known types of RAID configurations, and checks them all. Supports: - Adaptec AAC RAID via aaccli or afacli or arcconf - AIX software RAID via lsvg - HP/Compaq Smart Array via cciss_vol_status (hpsa supported too) - HP Smart Array Controllers and MSA Controllers via hpacucli - HP Smart Array (MSA1500) via serial line - Linux 3ware SATA RAID via tw_cli - Linux Device Mapper RAID via dmraid - Linux DPT/I2O hardware RAID controllers via /proc/scsi/dpt_i2o - Linux GDTH hardware RAID controllers via /proc/scsi/gdth - Linux LSI MegaRaid hardware RAID via CmdTool2 - Linux LSI MegaRaid hardware RAID via megarc - Linux LSI MegaRaid hardware RAID via /proc/megaraid - Linux MegaIDE hardware RAID controllers via /proc/megaide - Linux MPT hardware RAID via mpt-status - Linux software RAID (md) via /proc/mdstat - LSI Logic MegaRAID SAS series via MegaCli - LSI MegaRaid via lsraid - Serveraid IPS via ipssend - Solaris software RAID via metastat - Areca SATA RAID Support via cli64/cli32 - Detecting SCSI devices or hosts with lsscsi * check_rbl (1.7.1): plugin to check if a server is blacklisted * check_redis (0.73): Redis Server check plugin This plugin checks Redis NoSQL database status variables, measures its response time and if specified allows one to set thresholds on one or more key data. You can set thresholds for data in stats variables and some of them are also conveniently available as long options with special threshold syntax. Plugin also calculates statistics such as Hitrate (calculated as rate of change of hits/misses) and memory use and can check replication delay. * check_smstools: plugin to check GSM Modems using smstools check_smstools is a plugin to monitor a GSM modem signal quality and registration status with smstools. * check_snmp_environment (0.7): plugin to check various hardware statuses Using snmp the plugin is able to retrieve Fan, power-supply, voltage, temperature, card and module status and various other information from Cisco, Nokia, Blue Coat, IronPort, Foundry Network, Linux (using lm-sensors), Extreme Networks, Juniper Networks, HP ProCurve, Netscreen, Citrix NetScaler and Transmode Systems hardware. * check_snmp_time (1.1): plugin to check the time on a server using SNMP This plugin queries the remote systems time through SNMP and compares it against the local time on the Nagios server. This identifies systems with no correct time set and sends alarms if the time is off to far. HOST-RESOURCES-MIB::hrSystemDate.0 used here returns 8 or 11 byte octets. SNMP translation needs to be switched off and to be converted the received SNMP data into readable strings. * check_ssl_cert (2.70.0): plugin to check the CA and validity of an X.509 certificate * check_uptime (0.521): check_uptime returns uptime of a system in text (readable) format as well as in minutes for performance graphing. The plugin can either run on a local unix system (using 'uptime' command) or check remote system by SNMP. Also it is able to report one CRITICAL or WARNING alert if system has been rebooted since last check. * check_v46 (2013-08-26T07:33:11Z): ipv4/ipv6 Nagios plugin wrapper Nagios plugin wrapper for running the actual plugin for both / either of IPv6 and/or IPv4. The worst result of the actual plugin runs will be the wrapper return value, that is, result will be OK only if all checks returned OK. Compatible with any plugin with standard command line options -6/-4. * check_webinject (1.80): plugin for testing web services It uses the WebInject Perl module for automated testing of web applications and web services. It can be used to check individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, AJAX, Servlets, HTML Forms, XML/SOAP Web Services, REST, etc). * check_whois (1.24): plugin to check for the expiration of a domain. The plugin may not yet work with all registrars, since their output formats differ or there is no expiration date in the whois output. * check_zone_auth (1.14): plugin to ensure that the authoritative nameservers for a given zone remain in sync. * check_zone_rrsig_expiration (1.14): plugin to check for expiration of signatures in dnssec-enabled zones. * dsa (2300473): plugins from the Debian System Administrators nagios plugins repository. * check_cert_expire: check for certificate expiration using openssl on the certificate file * check_cert_expire_dir: checks if any of the *.crt files in a directory on disk will expire soon * check_dnssec_delegation: check for correct DNSSEC delegation * check_entropy: check if there is enough entropy available. * check_packages: replacement for check_apt; needs a cronjob to update the apt database regularly * check_running_kernel: check if a system was rebooted after a kernel upgrade * check_soas: check SOA records * check_statusfile: deliver the content of a status file as check result * extras (1): various scripts and extras Not a plugin, but a collection of various useful event/obsession handlers and similar scripts. * madrisan-nagios-plugins-linux (bbbdc5279cd2569d4c6b5e0ed19d12c082e322ad): Nagios-compatible Plugins for Linux Various binary plugins for monitoring (physical and virtual) Linux hosts with Nagios and Nagios-compatible monitoring systems like Icinga and Naemon: * check_clock: returns the number of seconds elapsed between the host local time and Nagios time. * check_cpu: checks the CPU (user mode) utilization * check_cpufreq: displays the CPU frequency characteristics. * check_cswch: monitors the total number of context switches across all CPUs. * check_fc: monitors the status of the fiber status ports. * check_ifmountfs: checks whether the given filesystems are mounted. * check_intr: monitors the total number of system interrupts. * check_iowait: checks I/O wait bottlenecks * check_memory: checks the system memory utilization. * check_nbprocs: displays the number of running processes per user. * check_network: displays some network interfaces statistics, including: check_network_collisions, check_network_dropped, check_network_errors, check_network_multicast * check_paging: checks the memory and swap paging. * check_pressure: checks Linux Pressure Stall Information (PSI) data. * check_readonlyfs: checks for readonly filesystems. * check_tcpcount: displays TCP network and socket informations. * check_temperature: monitors the hardware's temperature. * percona-nagios-plugins (1.1.8): Percona Monitoring Plugins (nagios) Nagios MySQL Monitoring plugins writting/provided by Percona. . Some scripts and binaries need more packages installed to work, which is implemented as recommends. Section: net Priority: optional Filename: pool/main/n/nagios-plugins-contrib/monitoring-plugins-contrib_45.20231212~bpo12+1_arm64.deb Package: moosefs-cgi Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 735 Maintainer: Dmitry Smirnov Architecture: all Depends: python3:any Size: 137860 SHA256: 43b8d022699ed7b7276a084f8e625fec1987303583f455ad533774bd61bbc440 SHA1: 12c97de6a069b1d819924e2a0cdfe6bca626e422 MD5sum: edfdc0964540e0255188d3193b580234 Description: MooseFS - CGI monitor CGI application to monitor MooseFS through master/metadata server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cgi_4.56.6-1~bpo12+1_all.deb Package: moosefs-cgiserv Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 90 Maintainer: Dmitry Smirnov Architecture: all Depends: sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1), moosefs-cgi, python3:any Size: 48220 SHA256: 8e05d05cc780e0906db8be6c76f32211fb80ab522e10bff0daabee3fa2f1e1fe SHA1: 0d4d0427ab0c1f5f1a59ff7967f664f8f8c1a743 MD5sum: 0db5b1c657de1957107c0d72e42a961d Description: simple CGI-capable HTTP server to run MooseFS CGI monitor Simple standalone CGI-capable HTTP server to run MooseFS CGI Monitor. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cgiserv_4.56.6-1~bpo12+1_all.deb Package: moosefs-chunkserver Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 887 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-chunkserver (<< 3.12.0+dfsg-4) Size: 236244 SHA256: 9b2f231a986748ccfd91f68277520647e5cc70838c38e086b3ea147027a78f9e SHA1: 33711c88a9e7671ba4cefc98a98205324a2cbc5e MD5sum: 15dc375ee99688397622e908cab770c4 Description: MooseFS - data server The MooseFS data server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-chunkserver_4.56.6-1~bpo12+1_arm64.deb Package: moosefs-cli Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 552 Maintainer: Dmitry Smirnov Architecture: all Depends: python3:any Size: 108844 SHA256: b6e034394e44575eee8f72069f662c6986ed087e2d02238bdc06fc9f9ec09fb3 SHA1: 639465c93f63918654b992388df413ee3decf61c MD5sum: 097314fd60e2d9d384245d2982c35dd3 Description: MooseFS CLI utility MooseFS monitoring utility which can be used for showing list of connected chunkservers, clients, health of the system, some stats etc. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: foreign Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cli_4.56.6-1~bpo12+1_all.deb Package: moosefs-client Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 2672 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libmfsio1 (>= 4.56.6) Recommends: fuse3 Conflicts: lizardfs-client (<< 3.12.0+dfsg-4) Size: 428112 SHA256: e501595e9b6130f7d6572f663277686d8d434beed97e688f413b7199cbf1fb7a SHA1: 897c6b2fca0dd6df1d24b92b63eb6f3e5c43b73f MD5sum: 2b6f2edc589a2c7f7a9867f232938f0a Description: MooseFS - client tools and mount utility Moosefs FUSE mount utility "mfsmount" and client tools. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-client_4.56.6-1~bpo12+1_arm64.deb Package: moosefs-common Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 62 Maintainer: Dmitry Smirnov Architecture: all Depends: adduser Size: 46916 SHA256: 087a3a22bc314fb3bf5e90c326ed846d1dd3e89569954eb792db8eb40de92baf SHA1: e02eaf52dc0f05e36261f2200953c51a8a185754 MD5sum: 63f7eac0447472ad539618621f840097 Description: MooseFS - common files This is an empty package to facilitate creation of "mfs" user for MooseFS daemons and to own "/etc/mfs" and "/var/lib/mfs" directories. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: foreign Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-common_4.56.6-1~bpo12+1_all.deb Package: moosefs-master Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 1446 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-master (<< 3.12.0+dfsg-4) Size: 461868 SHA256: 043e16687e84f9fdc7db9834e3dd41c04ae171f13b0e7ad70448f75d0668e8d3 SHA1: 5a29e61b9888016d446a3df0cd4b5c70dfb6fb84 MD5sum: 4d4bde1c90717db7fee305421ea2d4a2 Description: MooseFS - master server MooseFS master (metadata) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-master_4.56.6-1~bpo12+1_arm64.deb Package: moosefs-metalogger Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 205 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-metalogger (<< 3.12.0+dfsg-4) Size: 81200 SHA256: a81d4dc8d530c35b1dfa04875ecec0affc9f05091845d013564ab84c41bac2dd SHA1: 0543a74d34c8bd198af834597181309291297cf1 MD5sum: f25f071b0e753844e255858a58f5d477 Description: MooseFS - metalogger server MooseFS metadata replication (backup) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-metalogger_4.56.6-1~bpo12+1_arm64.deb Package: moosefs-netdump Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 123 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8) Size: 48820 SHA256: cbef4bb92f2672562a1c2bf7b51ac69b50ca9badeb26784d0b9b28e12c29c69a SHA1: 52d2765f597e8a5047f55e3f27f58001d2921393 MD5sum: 3d0f6efe1f58a1257ac07f54dbb12232 Description: MooseFS network packet dump utility MooseFS monitoring tool "mfsnetdump" utility which can interpret MooseFS network traffic and show it in colorful form. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-netdump_4.56.6-1~bpo12+1_arm64.deb Package: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 794 Maintainer: Debian IoT Maintainers Architecture: arm64 Depends: adduser (>= 3.10), libcjson1 (>= 1.7.13), libmosquitto1 (= 2.0.21-1~bpo12+1), sysvinit-utils (>= 3.06), libc6 (>= 2.34), libdlt2 (>= 2.18.8), libssl3 (>= 3.0.0), libsystemd0, libwebsockets17 (>= 1.6.0), libwrap0 (>= 7.6-4~) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: apparmor Size: 258808 SHA256: f9308e97f96def684b989b2b695724deaad6bd5bf14dfc0bdec785f671939a37 SHA1: 1b212ad927ed6af2aa10f5ad5231288d56d8b919 MD5sum: 557e174e0b310a63ddc01ad576ab3389 Description: MQTT version 5.0/3.1.1/3.1 compatible message broker This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Homepage: https://mosquitto.org/ Section: net Priority: optional Filename: pool/main/m/mosquitto/mosquitto_2.0.21-1~bpo12+1_arm64.deb Package: mosquitto-clients Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 306 Maintainer: Debian IoT Maintainers Architecture: arm64 Depends: libmosquitto1 (= 2.0.21-1~bpo12+1), libc6 (>= 2.34), libcjson1 (>= 1.7.5) Size: 113544 SHA256: 688de0e771101eb1a9087c496c6d8c40180cd61acbc3e9120b9e58a6c7fbad96 SHA1: 15885759b56babd06dc66d5187773638f911a313 MD5sum: 815b32ae215a59d5cb32e7ccb23a8018 Description: Mosquitto command line MQTT clients This is two MQTT version 5.0/3.1.1/3.1 command line clients. mosquitto_pub can be used to publish messages to a broker and mosquitto_sub can be used to subscribe to a topic to receive messages. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: foreign Homepage: https://mosquitto.org/ Section: net Priority: optional Filename: pool/main/m/mosquitto/mosquitto-clients_2.0.21-1~bpo12+1_arm64.deb Package: mosquitto-dev Source: mosquitto Version: 2.0.21-1~bpo12+1 Installed-Size: 105 Maintainer: Debian IoT Maintainers Architecture: all Depends: mosquitto (<< 2.0.21-1~bpo12+1.1~), mosquitto (>= 2.0.21-1~bpo12+1) Size: 61328 SHA256: b9d0aca647b3736ad3b989111ce1a873a6e8730c5b38c412a4741fb0dc078d7b SHA1: 1089a5d13d55a6ab83070080efdfbdd26cc50c1d MD5sum: 8b10c91098b6dc0c20ec12f484ce7983 Description: Development files for Mosquitto Mosquitto is a message broker that supports the MQTT protocol. . This package contains the include files used if you wish to compile a package which requires Mosquitto's source file headers. Multi-Arch: foreign Homepage: https://mosquitto.org/ Section: devel Priority: optional Filename: pool/main/m/mosquitto/mosquitto-dev_2.0.21-1~bpo12+1_all.deb Package: mpd Version: 0.24.2-1~bpo12+1 Installed-Size: 2680 Maintainer: mpd maintainers Architecture: arm64 Depends: adduser, libadplug-2.3.3-0 (>= 2.3.3+dfsg), libao4 (>= 1.1.0), libasound2 (>= 1.0.27), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libbz2-1.0, libc6 (>= 2.34), libcdio-cdda2 (>= 10.2+2.0.0), libcdio-paranoia2 (>= 10.2+2.0.0), libcdio19 (>= 2.1.0), libchromaprint1 (>= 1.3.2), libcurl3-gnutls (>= 7.55), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), libfaad2 (>= 2.7), libflac12 (>= 1.3.0), libfluidsynth3 (>= 2.0.5), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libgme0 (>= 0.6.0), libicu72 (>= 72.1~rc-1~), libid3tag0 (>= 0.15.1b), libiso9660-11 (>= 2.0.0), libixml10 (>= 1:1.8.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libmad0 (>= 0.15.1b-3), libmikmod3 (>= 3.3.3), libmms0 (>= 0.4), libmodplug1 (>= 1:0.8.8.5), libmp3lame0 (>= 3.100), libmpcdec6 (>= 1:0.1~r435), libmpdclient2 (>= 2.16), libmpg123-0 (>= 1.28.0), libnfs13 (>= 1.9.7), libogg0 (>= 1.1.0), libopenal1 (>= 1.14), libopenmpt0 (>= 0.5.10), libopus0 (>= 1.1), libpcre2-8-0 (>= 10.22), libpipewire-0.3-0 (>= 0.3.38), libpulse0 (>= 0.99.1), libsamplerate0 (>= 0.1.7), libshout3 (>= 2.4.6), libsidplayfp6 (>= 2.4.2), libsmbclient (>= 2:4.0.3+dfsg1), libsndfile1 (>= 1.0.20), libsndio7.0 (>= 1.8.1), libsoxr0 (>= 0.1.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 12), libsystemd0, libupnp13 (>= 1:1.8.3), liburing2 (>= 2.3), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2), libwavpack1 (>= 5.0.0), libwildmidi2 (>= 0.4.0), libyajl2 (>= 2.0.4), libzzip-0-13 (>= 0.13.56), zlib1g (>= 1:1.1.4), libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio Size: 755512 SHA256: b962e625d2ac54b05ce2226c8f8f2b16e40492fb21bf202156fc590428283fd0 SHA1: 509a1d2b97d69c4d07e166b4af0df0f6c834cc31 MD5sum: e520881cd9e712a18044a098a343d918 Description: Music Player Daemon Music Player Daemon (MPD) is a server that allows remote access for playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams (Ogg-Vorbis, MP3) and managing playlists. Gapless playback, buffered output, and crossfading support is also included. The design focus is on integrating a computer into a stereo system that provides control for music playback over a TCP/IP network. The goals are to be easy to install and use, to have minimal resource requirements (it has been reported to run fine on a Pentium 75), and to remain stable and flexible. . The daemon is controlled through a client which need not run on the same computer mpd runs on. The separate client and server design allows users to choose a user interface that best suites their tastes independently of the underlying daemon (this package) which actually plays music. Homepage: https://www.musicpd.org/ Built-Using: sphinx (= 5.3.0-4) Section: sound Priority: optional Filename: pool/main/m/mpd/mpd_0.24.2-1~bpo12+1_arm64.deb Package: msgp Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 5393 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 1606644 SHA256: 6aeded37b8acdde01a9970a3b40d255dc76792f210bf1443edbb6d02fbe56442 SHA1: f93cd2a57691b06d5d09b2aa420d4283d48faaf6 MD5sum: 67b0965593965e25b2d5cee85ffe89e9 Description: Go code generator for MessagePack This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the tools/binaries. Homepage: https://github.com/tinylib/msgp Built-Using: golang-1.19 (= 1.19.8-2), golang-github-philhofer-fwd (= 1.1.1-1), golang-golang-x-mod (= 0.7.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-tools (= 1:0.5.0+ds-1) Section: golang Priority: optional Filename: pool/main/g/golang-github-tinylib-msgp/msgp_1.2.0-1~bpo12+1_arm64.deb Package: mu4e Source: maildir-utils Version: 1.10.8-2~bpo12+1 Installed-Size: 575 Maintainer: Debian Emacsen team Architecture: all Depends: emacsen-common, maildir-utils (<< 1.10.8-2~bpo12+1.1~), maildir-utils (>= 1.10.8-2~bpo12+1), dh-elpa-helper Size: 176508 SHA256: 3c5ee83cc04a2aae624e3bfe129e14211413a493a6ec2d56ed9bf7706ce4265e SHA1: 32e2797ea3d808d32272261d10a783cd69de0f15 MD5sum: d12235667355c1d029c57431498931a9 Description: e-mail client for Emacs based on mu (maildir-utils) mu4e (mu-for-emacs) is an e-mail client for GNU-Emacs version 23 and later, built on top of the mu e-mail search engine. mu4e is optimized for fast handling of large amounts of e-mail. Homepage: https://www.djcbsoftware.nl/code/mu/ Section: lisp Priority: optional Filename: pool/main/m/maildir-utils/mu4e_1.10.8-2~bpo12+1_all.deb Package: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 653 Maintainer: Munin Debian Maintainers Architecture: all Depends: cron | cron-daemon | systemd-sysv, fonts-dejavu-core, libdigest-md5-perl, libfile-copy-recursive-perl, libhtml-template-perl, libio-socket-inet6-perl, liblog-log4perl-perl, librrds-perl, libstorable-perl, libtime-hires-perl, libtimedate-perl, liburi-perl, munin-common (>= 2.0.76-1~bpo12+1), netbase, rrdtool, debconf (>= 0.5) | debconf-2.0, perl:any Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libcgi-fast-perl, munin-doc, munin-node Suggests: httpd, libapache2-mod-fcgid, libnet-ssleay-perl, www-browser Size: 208828 SHA256: 958fd3790618d2d176a703ec666b90ca4b3e15648ae35a85e3a4d8278dc568e8 SHA1: 886fac98cc1312ae8f2c7205fbfce066c9864205 MD5sum: f493b06e50e0df2d15d4fc6539ac0eac Description: network-wide graphing framework (grapher/gatherer) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the grapher/gatherer. You will only need one instance of it in your network. It will periodically poll all the nodes in your network it's aware of for data, which it in turn will use to create graphs and HTML pages, suitable for viewing with your graphical web browser of choice. . It is also able to alert you if any value is outside of a preset boundary, useful if you want to be alerted if a filesystem is about to grow full, for instance. You can do this by making Munin run an arbitrary command when you need to be alert it, or make use of the intrinsic Nagios support. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin_2.0.76-1~bpo12+1_all.deb Package: munin-async Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 113 Maintainer: Munin Debian Maintainers Architecture: all Depends: adduser, munin-common (>= 2.0.76-1~bpo12+1), munin-node, perl:any Pre-Depends: init-system-helpers (>= 1.54~) Size: 84892 SHA256: 4c3683f44f5fa4a59ebad7411ae52b191e35417e8115c2900d039a278232548f SHA1: 307dca9816f18a43c8243b4563eb8a7d1f862bd0 MD5sum: 036e2c262559c01a5e2b1aa7a6156130 Description: network-wide graphing framework (async master/client) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains munin-async and munin-asyncd which can be used for (optional) asynchronous operation of munin-update. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-async_2.0.76-1~bpo12+1_all.deb Package: munin-common Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 156 Maintainer: Munin Debian Maintainers Architecture: all Depends: adduser, liblist-moreutils-perl, perl:any Size: 96232 SHA256: 3363ff89f6300abc0e95d64173cce5b0336858d20c7e7d43a47f398363ac6a44 SHA1: 37286022f8d20f8a7d4c9463c7557193fe1d77c5 MD5sum: 88f076d9d1dd97b02d4fc75c56aaf575 Description: network-wide graphing framework (common) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the common perl modules that are used by both munin and munin-node. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-common_2.0.76-1~bpo12+1_all.deb Package: munin-doc Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 200 Maintainer: Munin Debian Maintainers Architecture: all Size: 173428 SHA256: 9f589bbedbeefe9f27a8af115f769cc4088cd6ce6e6154f4bbd3688608714fc3 SHA1: cb2da3edaee58009d1d88ef7e8c8aee55e266b5a MD5sum: 63dd7ed4aa2bb279cb5548a8d5e3b914 Description: network-wide graphing framework (documentation) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains all the documentation as POD files. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Multi-Arch: foreign Homepage: https://munin-monitoring.org Section: doc Priority: optional Filename: pool/main/m/munin/munin-doc_2.0.76-1~bpo12+1_all.deb Package: munin-node Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 323 Maintainer: Munin Debian Maintainers Architecture: all Depends: libnet-server-perl, munin-common (>= 2.0.76-1~bpo12+1), munin-plugins-core, netbase, perl:any Pre-Depends: init-system-helpers (>= 1.54~) Recommends: gawk, git, jo, jq, man, munin-plugins-extra, perl-doc, procps Suggests: munin, munin-plugins-java Size: 145760 SHA256: 0df2309a808e40eefaa6e3aa4033f89a5a87e8242c984af93003102d89bac841 SHA1: 452253f46b1434db8df468751bf6be85888936b9 MD5sum: 2abd1b9fa02999945ec902ff0eb5f47e Description: network-wide graphing framework (node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the daemon for the nodes being monitored. You should install it on all the nodes in your network. It will know how to extract all sorts of data from the node it runs on, and will wait for the gatherer to request this data for further processing. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-node_2.0.76-1~bpo12+1_all.deb Package: munin-plugins-core Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 1052 Maintainer: Munin Debian Maintainers Architecture: all Provides: munin-plugins Depends: munin-common (>= 2.0.76-1~bpo12+1), perl:any Recommends: libnet-snmp-perl Suggests: acpi | lm-sensors, conntrack, default-mysql-client, ethtool, hdparm, libcache-cache-perl, libdbd-mysql-perl, libdbd-pg-perl, libhttp-date-perl, liblwp-useragent-determined-perl, libnet-dns-perl, libnet-ip-perl, libnet-irc-perl, libnet-ldap-perl, libnet-netmask-perl, libnet-telnet-perl, libwww-perl, libxml-parser-perl, libxml-simple-perl, logtail, net-tools, python3, ruby, smartmontools Size: 243124 SHA256: 85a61efbc90d47b849890618b2fa8636fdfbf17d991a5057aaf5398d9f14bfb4 SHA1: 3c258f991468b57bbb853623388cc3b88eb9950e MD5sum: f96e14217cb3939356acb5f4c81f9230 Description: network-wide graphing framework (plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the official plugins for the Munin node, capable of extracting common values such as cpu usage, network usage, load average, and so on. . Creating your own plugins which are capable of extracting other system-specific values is very easy, and is often done in a matter of minutes. You can also create plugins which relay information from other devices in your network that can't run Munin, such as a switch or a server running another operating system, by using SNMP or similar technology. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-plugins-core_2.0.76-1~bpo12+1_all.deb Package: munin-plugins-extra Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 405 Maintainer: Munin Debian Maintainers Architecture: all Depends: munin-common (>= 2.0.76-1~bpo12+1), perl:any Suggests: libcache-memcached-perl, liblwp-useragent-determined-perl, libnet-ip-perl, libnet-netmask-perl, libnet-snmp-perl, libnet-telnet-perl, libtext-csv-xs-perl, libxml-libxml-perl, python3 Size: 135320 SHA256: 6b0211cf77f8e228d2fc8a03bd6d11fa069062ad9c9b7b837b038b37a4b8630f SHA1: 40567bd57c20f121979e2cc285e0690239ccf716 MD5sum: a92a906e18b131058318aabebcbe0191 Description: network-wide graphing framework (user contributed plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains unsupported plugins for the Munin node, contributed by various users of Munin. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-plugins-extra_2.0.76-1~bpo12+1_all.deb Package: munin-plugins-java Source: munin Version: 2.0.76-1~bpo12+1 Installed-Size: 169 Maintainer: Munin Debian Maintainers Architecture: all Depends: default-jre-headless | java6-runtime-headless | java5-runtime-headless | java2-runtime-headless, munin-common (>= 2.0.76-1~bpo12+1) Size: 148884 SHA256: 33478cbae15535c419e0eedf4f7bd328b2d0a433abd0870f8935848a2e2c6504 SHA1: 8f21602dc77c1957187b88d8d33d70de1d613c34 MD5sum: c29e0f40ff3dcdbbfe63243461beb165 Description: network-wide graphing framework (java plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the java based plugins that are used by munin-node to monitor Java Management Extensions (JMX). . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Homepage: https://munin-monitoring.org Section: net Priority: optional Filename: pool/main/m/munin/munin-plugins-java_2.0.76-1~bpo12+1_all.deb Package: nagios-plugins-contrib Version: 45.20231212~bpo12+1 Installed-Size: 55 Maintainer: Debian Nagios Maintainer Group Architecture: arm64 Depends: monitoring-plugins-contrib Size: 12488 SHA256: aff1855fc569f869215c2b432d5d567d5994e36b80b64ceb9ee21546fa43740f SHA1: 185d70f1d2e842689024161b08fa30724a08ef1b MD5sum: fde6c4281bf9d12306d4996c73db1e66 Description: Transitional package for monitoring-plugins-contrib nagios-plugins-contrib was renamed to monitoring-plugins-contrib. . This is a transitional package. It can safely be removed. Section: oldlibs Priority: optional Filename: pool/main/n/nagios-plugins-contrib/nagios-plugins-contrib_45.20231212~bpo12+1_arm64.deb Package: nala Version: 0.15.4~bpo12+1 Installed-Size: 752 Maintainer: Volian Developers Architecture: all Depends: python3-anyio, python3-httpx, python3-pexpect, python3-rich, python3-tomli, python3-typer, python3-typing-extensions, python3:any, apt, python3-apt, python3-debian Recommends: python3-socksio Size: 147772 SHA256: e53c0447ef8b8732949785d3e3c819a6f93f6977f2af04217e6cd73ea9a164b3 SHA1: 57332aecf30cf1d0e6e21a6860e4ce047d3b9cbd MD5sum: 569abd7ec857f7dd4de4023209a0dc3d Description: Commandline frontend for the APT package manager Nala is a frontend for the APT package manager. It has a lot of the same functionality, but formats the output to be more human readable. Also implements a history function to see past transactions and undo/redo them. Much like Fedora's dnf history. Homepage: https://gitlab.com/volian/nala Section: admin Priority: optional Filename: pool/main/n/nala/nala_0.15.4~bpo12+1_all.deb Package: ncat Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 785 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libssl3 (>= 3.0.0) Size: 492188 SHA256: 97fea900802a0e1754f5d1477709a2aa6cad737be6e48ea8e41fd02f2949f310 SHA1: 6099a11a3ea3b57391c3e320d933d3c59911647e MD5sum: ceae65a45fc683d9601c604ef62163c4 Description: NMAP netcat reimplementation ncat is a reimplementation of Netcat by the NMAP project, providing most of the features present in the original implementations, along with some new features such as IPv6 and SSL support. Port scanning support has been removed. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/ncat_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_arm64.deb Package: ndiff Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 375 Maintainer: Debian Security Tools Architecture: all Depends: python3-lxml, python3:any Recommends: nmap Breaks: nmap (<< 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1) Size: 303680 SHA256: 449812b217e36073fe69a4c265bde7b91b7cf52726bf1ed7203b50476db0d5ee SHA1: 65d978aefce417a544db51f8bd98fb7bb2173493 MD5sum: f6a3424edb0643816523acb7da5f8ad7 Description: The Network Mapper - result compare utility Ndiff is a tool to aid in the comparison of Nmap scans. It takes two Nmap XML output files and prints the differences between them them: hosts coming up and down, ports becoming open or closed, and things like that. It can produce output in human-readable text or machine-readable XML formats. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/ndiff_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb Package: needrestart Version: 3.8-2~bpo12+1 Installed-Size: 315 Maintainer: Patrick Matthäi Architecture: all Depends: perl:any, dpkg (>= 1.16.0), gettext-base, libintl-perl, libproc-processtable-perl, libsort-naturally-perl, libterm-readkey-perl, libmodule-find-perl, xz-utils Recommends: libpam-systemd | sysvinit-core, systemd | libimvirt-perl Suggests: needrestart-session | libnotify-bin, iucode-tool Enhances: intel-microcode Size: 65220 SHA256: 192d2888ba925baf4defa31d6810739cc8da8b766f9d222cd706fe695082e989 SHA1: 59e402f5ff2501446d185d99865ffc896befced7 MD5sum: b1b3ec0384a90b419c24add9347d1080 Description: check which daemons need to be restarted after library upgrades needrestart checks which daemons need to be restarted after library upgrades. It is inspired by checkrestart from the debian-goodies package. . Features: - supports (but does not require) systemd - binary blacklisting (i.e. display managers) - tries to detect required restarts of interpreter based daemons (supports Java, Perl, Python, Ruby) - tries to detect required restarts of containers (docker, LXC) - tries to detect pending kernel upgrades - tries to detect pending microcode upgrades for Intel CPUs - could be used as nagios check_command - fully integrated into apt/dpkg using hooks Homepage: https://github.com/liske/needrestart Section: admin Priority: optional Filename: pool/main/n/needrestart/needrestart_3.8-2~bpo12+1_all.deb Package: nemo-font-manager Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 85 Maintainer: Debian Fonts Task Force Architecture: arm64 Depends: font-viewer (= 0.8.9-1~bpo12+1), nemo (>= 3.0), font-manager-common (>= 0.8.9), libc6 (>= 2.17), libglib2.0-0 (>= 2.44), libnemo-extension1 (>= 1.1.2) Breaks: font-manager (<< 0.7.7-0.2~) Size: 11044 SHA256: 61f3ce09154d7449565aeba1992204e677556e7ee13abcfa4f96b74d743fd66a SHA1: 6e0b56d0cb1f1f4ab6463c74bd7173ff7c0e209f MD5sum: e4a40290d978cda0bda77d3401c294a9 Description: Nemo extension for Font Manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides integration with the Nemo file manager for Font Manager. Multi-Arch: same Homepage: https://fontmanager.github.io/ Section: gnome Priority: optional Filename: pool/main/f/font-manager/nemo-font-manager_0.8.9-1~bpo12+1_arm64.deb Package: neomutt Version: 20250510+dfsg-2~bpo12+1 Installed-Size: 9278 Maintainer: Mutt maintainers Architecture: arm64 Provides: imap-client, mail-reader Depends: sensible-utils, libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgpgme11 (>= 1.11.1), libgsasl18 (>= 1.1), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), liblmdb0 (>= 0.9.7), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 0.0~r130), libncursesw6 (>= 6.1), libnotmuch5 (>= 0.32~rc0), libpcre2-8-0 (>= 10.22), libsqlite3-0 (>= 3.20.0), libtinfo6 (>= 6), libtokyocabinet9 (>= 1.4.47), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Recommends: locales, mailcap Suggests: aspell | ispell, ca-certificates, default-mta | mail-transport-agent, gnupg, openssl, python3, urlview Size: 1880600 SHA256: 999460828db40c24b16983a7abfeac51c59ed867317f6eeab75c08026e44c066 SHA1: 513abde02474f96b510835e7b2ff1e04efba9304 MD5sum: 8b63aa38af3a8026cf6cb988ec2f038c Description: command line mail reader based on Mutt, with added features Neomutt supports all the features that are supported by Mutt, including POP and IMAP support, SSL encryption and SASL authentication, threading and GPG support. . On the top of that, neomutt provides: . * Notmuch: a mail indexing tools that provides advanced features such as full-text search, thread reconstruction and added features. * Color attachment headers using regex, just like mail bodies. * Custom rules for theming the mail index. * NNTP support. * Visual progress bar for slow operations. * Trash folder. Homepage: https://www.neomutt.org/ Section: mail Priority: optional Filename: pool/main/n/neomutt/neomutt_20250510+dfsg-2~bpo12+1_arm64.deb Package: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 16661 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: janus, nats-server Size: 4183492 SHA256: 5c269ccc4ae8d6443263a966160b4423cbb9b0379523d2ad09805dade7d4a2c7 SHA1: 922e3da8854c4e37d62133eef13ca77f787311e6 MD5sum: 33f22716a4ec6311d0554bc5c87ea66f Description: Standalone signaling server for Nextcloud Talk Nextcloud is an open source, self-hosted cloud software, and Talk is its WebRTC communication app. It requires a dedicated signaling server and a WebRTC media relay for scalability. . nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk for improved performance. Homepage: https://github.com/strukturag/nextcloud-spreed-signaling Built-Using: etcd (= 3.4.23-4), golang-1.19 (= 1.19.8-2), golang-fsnotify (= 1.6.0-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-dlintw-goconf (= 0.0~git20120228.dcc0709-2), golang-github-golang-jwt-jwt (= 4.4.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-josharian-intern (= 1.0.0-3), golang-github-mailru-easyjson (= 0.7.7-1), golang-github-nats-io-go-nats (= 1.22.1-1), golang-github-nats-io-nkeys (= 0.3.0-2), golang-github-nats-io-nuid (= 1.0.1-1), golang-github-notedit-janus-go (= 0.0~git20210115.fdce1b1-2), golang-github-oschwald-maxminddb-golang (= 1.8.0-1), golang-github-pion-randutil (= 0.1.0-2), golang-github-pion-sdp (= 3.0.6-1), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rs-xid (= 1.4.0-1), golang-go.crypto (= 1:0.4.0-1), golang-go.uber-atomic (= 1.10.0-2), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.23.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-protobuf-extensions (= 1.0.1-3) Section: golang Priority: optional Filename: pool/main/n/nextcloud-spreed-signaling/nextcloud-spreed-signaling_1.2.4-1~bpo12+1_arm64.deb Package: nextcloud-spreed-signaling-client Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 15154 Maintainer: Debian Go Packaging Team Architecture: arm64 Replaces: nextcloud-spreed-signaling (<< 1.2.2-2~) Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: nextcloud-spreed-signaling Breaks: nextcloud-spreed-signaling (<< 1.2.2-2~) Size: 3837884 SHA256: 1753d7384f7d3c0410bfcf242d4792618c3d3a2ce5a968295e31832c3f6db99b SHA1: 9860e92f335f9be0567372111dfffd2fb5b18d29 MD5sum: 09ebb9674b3432124289558b531deca1 Description: Standalone signaling server for Nextcloud Talk - benchmarking client Nextcloud is an open source, self-hosted cloud software, and Talk is its WebRTC communication app. It requires a dedicated signaling server and a WebRTC media relay for scalability. . nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk for improved performance. . This package contains a client for benchmarking the signaling server. Homepage: https://github.com/strukturag/nextcloud-spreed-signaling Built-Using: etcd (= 3.4.23-4), golang-1.19 (= 1.19.8-2), golang-fsnotify (= 1.6.0-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-dlintw-goconf (= 0.0~git20120228.dcc0709-2), golang-github-golang-jwt-jwt (= 4.4.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-josharian-intern (= 1.0.0-3), golang-github-mailru-easyjson (= 0.7.7-1), golang-github-nats-io-go-nats (= 1.22.1-1), golang-github-nats-io-nkeys (= 0.3.0-2), golang-github-nats-io-nuid (= 1.0.1-1), golang-github-notedit-janus-go (= 0.0~git20210115.fdce1b1-2), golang-github-oschwald-maxminddb-golang (= 1.8.0-1), golang-github-pion-randutil (= 0.1.0-2), golang-github-pion-sdp (= 3.0.6-1), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rs-xid (= 1.4.0-1), golang-go.crypto (= 1:0.4.0-1), golang-go.uber-atomic (= 1.10.0-2), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.23.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-protobuf-extensions (= 1.0.1-3) Section: golang Priority: optional Filename: pool/main/n/nextcloud-spreed-signaling/nextcloud-spreed-signaling-client_1.2.4-1~bpo12+1_arm64.deb Package: nextcloud-spreed-signaling-common Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: adduser Size: 25488 SHA256: 5b4d0e23d41d1cf03911a9e56ace6f781eba0a886a0b5e50cf45c03c2d54c551 SHA1: 02cd4ccaa107ecb48730266f5fe4610c9a6ef12d MD5sum: 721aaa75e5da761f3ffc95a018efc5f8 Description: Standalone signaling server for Nextcloud Talk - common Nextcloud is an open source, self-hosted cloud software, and Talk is its WebRTC communication app. It requires a dedicated signaling server and a WebRTC media relay for scalability. . nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk for improved performance. . This dependency package contains common files / scripts and creates the _signaling system user. Homepage: https://github.com/strukturag/nextcloud-spreed-signaling Section: golang Priority: optional Filename: pool/main/n/nextcloud-spreed-signaling/nextcloud-spreed-signaling-common_1.2.4-1~bpo12+1_all.deb Package: nextcloud-spreed-signaling-proxy Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 16324 Maintainer: Debian Go Packaging Team Architecture: arm64 Replaces: nextcloud-spreed-signaling (<< 1.2.2-2~) Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: janus Breaks: nextcloud-spreed-signaling (<< 1.2.2-2~) Size: 4103184 SHA256: 0817e095a3e93de81ca5578b9904f8e2b4b583d6162c7a217316adf2f2c89b3c SHA1: 3f88acc0afbb24588a29ef965c08ac7e495ac8fd MD5sum: 9541c902a5b39e5ecb4f8f7499b3b209 Description: Standalone signaling server for Nextcloud Talk - proxy Nextcloud is an open source, self-hosted cloud software, and Talk is its WebRTC communication app. It requires a dedicated signaling server and a WebRTC media relay for scalability. . nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk for improved performance. . This package contains the proxy code that is necessary to connect a signaling server to multiple Janus backends. Homepage: https://github.com/strukturag/nextcloud-spreed-signaling Built-Using: etcd (= 3.4.23-4), golang-1.19 (= 1.19.8-2), golang-fsnotify (= 1.6.0-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-dlintw-goconf (= 0.0~git20120228.dcc0709-2), golang-github-golang-jwt-jwt (= 4.4.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-josharian-intern (= 1.0.0-3), golang-github-mailru-easyjson (= 0.7.7-1), golang-github-nats-io-go-nats (= 1.22.1-1), golang-github-nats-io-nkeys (= 0.3.0-2), golang-github-nats-io-nuid (= 1.0.1-1), golang-github-notedit-janus-go (= 0.0~git20210115.fdce1b1-2), golang-github-oschwald-maxminddb-golang (= 1.8.0-1), golang-github-pion-randutil (= 0.1.0-2), golang-github-pion-sdp (= 3.0.6-1), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rs-xid (= 1.4.0-1), golang-go.crypto (= 1:0.4.0-1), golang-go.uber-atomic (= 1.10.0-2), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.23.0-1), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-protobuf-extensions (= 1.0.1-3) Section: golang Priority: optional Filename: pool/main/n/nextcloud-spreed-signaling/nextcloud-spreed-signaling-proxy_1.2.4-1~bpo12+1_arm64.deb Package: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 2003 Maintainer: Christoph Martin Architecture: arm64 Depends: dbus, nfs-common, rpcbind, libacl1 (>= 2.2.23), libblkid1 (>= 2.16), libc6 (>= 2.34), libcap2 (>= 1:2.10), libcom-err2 (>= 1.43.9), libdbus-1-3 (>= 1.9.14), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libnfsidmap1 (>= 1:2.6.2), libntirpc5.8 (>= 5.8), liburcu8 (>= 0.13.0), libuuid1 (>= 2.16), libwbclient0 (>= 2:4.0.3+dfsg1) Size: 572156 SHA256: de3888a1e7aca75d668bba680296361ea6a4c38d533d87014077f63a389c7483 SHA1: c9ddf489ff20e794e0292a107e87875ee452a904 MD5sum: eb62e4d66994b1acf46dd8360c51ccaf Description: NFS server in User Space NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains the binaries Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: net Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-ceph Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 327 Maintainer: Christoph Martin Architecture: arm64 Replaces: nfs-ganesha (<< 4.0-1) Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcephfs2 (>= 16.2.6+ds), librados2 (>= 16.2.11+ds), liburcu8 (>= 0.13.0) Breaks: nfs-ganesha (<< 4.0-1) Size: 54196 SHA256: 1e5f439663be9485e50a21540f86b126005cc1ae3088560ebd7bd78415f189f2 SHA1: c22ec1762642f6ce3504f2a9c7023dca31c3f25c MD5sum: eb1ff4bd923b086d5c3e7a66e120a0d0 Description: nfs-ganesha fsal ceph libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_CEPH and an example ceph.conf file Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-ceph_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-doc Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 88 Maintainer: Christoph Martin Architecture: all Size: 35836 SHA256: 2c388630c7a40d03f0804fe82d6b05197a8e2126bb895c8054b83fff4a0d3402 SHA1: 77e0fc9f61fd5cedc11d4803bdd722c5d2aa0abf MD5sum: 05d31cdb86205d1994bf9de3a401661e Description: Documentation for nfs-ganesha NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains documentation and examples for nfs-ganesha Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: doc Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-doc_5.9-5~bpo12+1_all.deb Package: nfs-ganesha-gluster Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 187 Maintainer: Christoph Martin Architecture: arm64 Depends: libglusterfs0 (>= 6.0), nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgfapi0 (>= 10.3), liburcu8 (>= 0.13.0) Size: 41752 SHA256: bf569c08e710ac1ec9632ba20dec3967e17d6da069f44314af102aaf955caf09 SHA1: b89447aca69c20db8aaeca8e6f80fce80b518b18 MD5sum: 976b173ca777d95b6a0bb5b1d48ee623 Description: nfs-ganesha fsal gluster libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for FSAL_GLUSTER and an example .conf file Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-gluster_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-gpfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 190 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), liburcu8 (>= 0.13.0) Size: 49700 SHA256: 794b20e5c7dbc9cfd2fff2517d011a5d52114bbb7854ffb46953c4c1276a1d1a SHA1: 4edd05865b27ccbabd231b5bc8fd67b19ece5d5c MD5sum: daada5e90a5a3da07e5994bc84cdf9dd Description: nfs-ganesha fsal gpfs libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_GPFS and conf files. Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-gpfs_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-mem Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 118 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34) Size: 28264 SHA256: 564ce63e0d213f96d2f9ed597829d58b882f4810f0925fa195f847e0246eae26 SHA1: 203185460faaeacfdd1db2f908d8febdeeb5f84a MD5sum: de4410facabc8cb49e4a916540a3e27c Description: nfs-ganesha fsal mem libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_MEM Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-mem_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-mount-9p Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 47 Maintainer: Christoph Martin Architecture: all Depends: nfs-ganesha (>= 5.9-5~bpo12+1) Size: 11172 SHA256: 664b6d463a6560a8cd0a1eba17000935f0e11361f8bbf73632c1c2a37c2be822 SHA1: 97a2c823a22c447fa863da01440d962f2e18821a MD5sum: e413f93476444a8a4e09ffc9ba024a3b Description: nfs-ganesha mount.9P NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains mount.9P Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: net Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-mount-9p_5.9-5~bpo12+1_all.deb Package: nfs-ganesha-nullfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 113 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.17) Size: 15568 SHA256: 8a498b60b4486f523098e68005a3c00fbf7539517374ac83823da926410f6996 SHA1: ee85364f358ed2ffa0c0b0d2e29d21a5ffe899c8 MD5sum: cf5612a1297d790ef1c41aeb98c64c31 Description: nfs-ganesha fsal nullfs libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_NULLFS Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-nullfs_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-proxy-v4 Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 182 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libntirpc5.8 (>= 5.8), liburcu8 (>= 0.13.0) Size: 43988 SHA256: 1a968cef1ea06ff8009a1bd791788fc0ac7381e66c6f81e9355ed5bae8e7c1bd SHA1: ce4cdb0aa3aef5b4d6c9a5115460ade763a32f3a MD5sum: 75f35f6976fd2c11140c6f476c4a869f Description: nfs-ganesha fsal proxy v4 libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_PROXY_V4 Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-proxy-v4_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-rados-grace Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 121 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), librados2 (>= 16.2.11+ds) Size: 23064 SHA256: a089ffa9f5ec1b5089601eca5f106ee4f3d1d9eff29ee7ea35d426d9ec3c226f SHA1: 3dddf7a8598becb583707283684da285354a5a1c MD5sum: 82e966921b7ea8ba4926c5235b32f75d Description: nfs-ganesha ganesha-rados-grace program NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains the ganesha-rados-grace program Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: net Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-rados-grace_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-rgw Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 119 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), librgw2 (>= 16.2.11+ds) Size: 24292 SHA256: d65fd1db0c75b0d939d15d5c7b328ce9da87f1f1e973fb8ca7966306826de119 SHA1: ec8dc26e34f07d7a3910c8192ae7c4e619abe553 MD5sum: 60bde4fdec3ba6ad4cf087c70cd0efc7 Description: nfs-ganesha fsal rgw libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_RGW and an example rgw.conf file Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-rgw_5.9-5~bpo12+1_arm64.deb Package: nfs-ganesha-vfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 186 Maintainer: Christoph Martin Architecture: arm64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34) Size: 49408 SHA256: 7acc543b3fe19669ac1b9d7a26c52185fe214cc0e61acaa96b129a9d021272dd SHA1: c89fcfed89e4f987e2b559edb031a41583b8d015 MD5sum: 04ae2b15b44653a74995fadf87f38f6f Description: nfs-ganesha fsal vfs libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_VFS and an example vfs.conf file Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-vfs_5.9-5~bpo12+1_arm64.deb Package: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 27270 Maintainer: Debian Electronics Team Architecture: arm64 Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libreadline8 (>= 6.0), libstdc++6 (>= 4.5), libtinfo6 (>= 6), libx11-6, libxaw7 (>= 2:1.0.14), libxft2 (>> 2.1.1), libxt6 Suggests: ngspice-doc (>= 44.2+ds-1~bpo12+1) Size: 3806440 SHA256: fde1b3b0e17fab45315dc2a9fd8d74f653fad6c63f779c603549f4cc3c98c28b SHA1: b9cccb632789c6b83f4818379eca3e0330086c64 MD5sum: 817d941bca33d68814f82a0c9ad6a796 Description: Spice circuit simulator NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . NGSpice is part of gEDA project, a full GPL'd suite of Electronic Design Automation tools. Homepage: https://ngspice.sourceforge.io Section: electronics Priority: optional Filename: pool/main/n/ngspice/ngspice_44.2+ds-1~bpo12+1_arm64.deb Package: ngspice-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 205 Maintainer: Debian Electronics Team Architecture: arm64 Depends: blt-dev, tclspice (= 44.2+ds-1~bpo12+1) Size: 162432 SHA256: 3b45fd3f2a4ecf5ddf20be6996a99b0bba9b8d58160bc57719281ef5822af9f0 SHA1: 8e732d90c6974eb3e17cef2b953f660ff7c5fb31 MD5sum: de93bddf433a10a677a364298906d8b8 Description: Spice circuit simulator - development files for ngspice and tclspice NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . Use this package in case you need to compile own Xspice models as a dynamic library with a file extension *.cm. Those files need to be placed into /usr/lib/$(multiarch)/ngspice and will be loaded by the ngspice executable. . This package contains the development header files for libspice and own ngspice dynamic library models. Homepage: https://ngspice.sourceforge.io Section: libdevel Priority: optional Filename: pool/main/n/ngspice/ngspice-dev_44.2+ds-1~bpo12+1_arm64.deb Package: ngspice-doc Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 7354 Maintainer: Debian Electronics Team Architecture: all Size: 3756664 SHA256: 490132de4a17962c5d2cefbbd342917dd42197d0d0b02eeda7fd2a44b08eb5c3 SHA1: 2465145426f1673739d890bb2626aeca0c0f8d89 MD5sum: 063ec809f22f4ef16acf2c612b4a7523 Description: Documentation for the NGspice circuit simulator NGspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . NGSpice is part of gEDA project, a full GPL'd suite of Electronic Design Automation tools. . This package contains the PDF and HTML documentation. Multi-Arch: foreign Homepage: https://ngspice.sourceforge.io Section: doc Priority: optional Filename: pool/main/n/ngspice/ngspice-doc_44.2+ds-1~bpo12+1_all.deb Package: ngtcp2-client Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 226 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libstdc++6 (>= 11) Size: 75148 SHA256: cb409761810015475a22aeae9bc090ac4a0ad2e1c4981f6d3142de1ffcd4a055 SHA1: fa97bdd1bc81783cee582fdb35fab9696d19b7f6 MD5sum: 2d14388e126688aa7398af57f92cf2ed Description: implementation of QUIC protocol (development) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the ngtcp2 client. Multi-Arch: foreign Homepage: https://github.com/ngtcp2/ngtcp2 Section: libs Priority: optional Filename: pool/main/n/ngtcp2/ngtcp2-client_1.11.0-1~bpo12+1_arm64.deb Package: ngtcp2-server Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 239 Maintainer: Debian Curl Maintainers Architecture: arm64 Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1), ssl-cert, libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.9.1), libstdc++6 (>= 11) Size: 87104 SHA256: 20e840fe4234c49ad4782708fccc6fb16cd1320982aafaf8142d701b1eebc959 SHA1: 80037dd1b4469d7f6b7f022906349060cfaf135c MD5sum: bf21281350cbd71f8d31c755daad4de4 Description: implementation of QUIC protocol (development) ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. . This package contains the ngtcp server. Multi-Arch: foreign Homepage: https://github.com/ngtcp2/ngtcp2 Section: libs Priority: optional Filename: pool/main/n/ngtcp2/ngtcp2-server_1.11.0-1~bpo12+1_arm64.deb Package: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 4494 Maintainer: Debian Security Tools Architecture: arm64 Depends: nmap-common (= 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblinear4 (>= 2.01+dfsg), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libpcre2-8-0 (>= 10.32), libssh2-1 (>= 1.2.9), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: ncat, ndiff, zenmap Size: 1856332 SHA256: 8a8497abbdd15fc498e64cf8d5a0dd83eea9cd1aa2b27cb5d38bf48eb5e1d1bf SHA1: b47c2978e11eaf9680af000a464036f9dc7e0ed2 MD5sum: fa4f24930a3b7b32c9bb400363f9fe9d Description: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/nmap_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_arm64.deb Package: nmap-common Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 21738 Maintainer: Debian Security Tools Architecture: all Recommends: nmap Size: 4322488 SHA256: 028a193be984c56d401f4ead3bce52cf9acfe5cf8da6f1561800ebddc175b30a SHA1: 2b41c90f966b0a577c6638424b0d3177069ece19 MD5sum: 759db8899a4f745623a5973f13453494 Description: Architecture independent files for nmap Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. . This package contains the nmap files shared by all architectures. Multi-Arch: foreign Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/nmap-common_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb Package: nncp Version: 8.11.0-2~bpo12+1 Installed-Size: 168108 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Pre-Depends: debconf Suggests: hjson-go Size: 29321324 SHA256: d350079ec0b782c5f767ddaaa7332d12d929236e4a9d3f4c88e531ef90d9426f SHA1: d655addf3336fe62af40d6803a07135b7b317275 MD5sum: 997afe1200845fe0efecd2af8eb5676b Description: Secure store-and-forward files, mail, and commands NNCP is a package facilitating secure store-and-forward file and mail exchange. It can be thought of as a modern UUCP with Internet smarts. . NNCP supports direct online communication over a LAN or Internet, scheduled communication, offline copies, streaming communication (pipes), and more. It can therefore be used for air-gapped computers that might be communicated with by CD-ROM, tape, or USB stick. It can also be used for intermittent or on-demand links, very slow or high latency links, etc. . NNCP can build up ad-hoc friend-to-friend (F2F) statically routed, darknet, delay-tolerant networks for fire-and-forget secure reliable files, file requests, Internet mail and commands transmission. All packets are integrity checked, end-to-end encrypted, explicitly authenticated by known participants public keys. Onion encryption is applied to relayed packets. Each node acts both as a client and server, can use push and poll behaviour model. Also there is multicasting areas support. . Out-of-box offline sneakernet/floppynet, dead drops, sequential and append-only CD-ROM/tape storages, air-gapped computers support. But online TCP daemon with full-duplex resumable data transmission exists. Homepage: http://www.nncpgo.org/ Built-Using: balloon (= 1.1.1-2), golang-1.22 (= 1.22.1-1~bpo12+1), golang-fsnotify (= 1.7.0-1~bpo12+1), golang-github-arceliar-ironwood (= 0.0~git20240529.b8e5957-1~bpo12+1), golang-github-arceliar-phony (= 0.0~git20220903.530938a-1~bpo12+1), golang-github-bits-and-blooms-bitset (= 1.13.0-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-davecgh-go-xdr (= 0.0~git20161123.e6a2ba0-2), golang-github-dustin-go-humanize (= 1.0.1-1~bpo12+1), golang-github-flynn-noise (= 1.1.0-1~bpo12+1), golang-github-gologme-log (= 1.3.0-2), golang-github-google-btree (= 1.0.1-1~bpo12+1), golang-github-gorhill-cronexpr (= 1.0.0+git20180427.88b0669-2), golang-github-klauspost-compress (= 1.17.9+ds1-1~bpo12+1), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-lucas-clemente-quic-go (= 0.46.0-2~bpo12+1), golang-github-willf-bloom (= 3.3.1-1), golang-go.crypto (= 1:0.4.0-1), golang-go.cypherpunks-recfile (= 2.0.0-1~bpo12+2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-term (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.16.0-1~bpo12+1), golang-golang-x-time (= 0.3.0-1), golang-gvisor-gvisor (= 0.0~20240729.0-4~bpo12+2), golang-lukechampine-blake3 (= 1.3.0-1~bpo12+1), golang-nhooyr-websocket (= 1.8.11-5~bpo12+1), hjson-go (= 4.4.0-1~bpo12+1), yggdrasil (= 0.5.8-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/n/nncp/nncp_8.11.0-2~bpo12+1_arm64.deb Package: node-ace-builds Source: node-ace-code Version: 1.35.4+~cs1.7.37-3~bpo12+1 Installed-Size: 26852 Maintainer: Debian Javascript Maintainers Architecture: all Depends: node-html5shiv Size: 2348188 SHA256: 74f107935adfe05c0198576db55d6949d74d389e1a5b2919d9ead7aef40c2f6f SHA1: 45187b4d4e4aef757bd06115c323500e1bdbff24 MD5sum: b3e9dff8bc7e89e7086c41424a0ee778 Description: standalone code editor, written in JavaScript Ace (Ajax.org Cloud9 Editor) aims to provide an in-browser editing experience that compares favourably with native editors such as TextMate, Vim or Eclipse. . It is the primary editor of the Cloud9 IDE, and is the successor of the Mozilla Skywriter (Bespin) Project. . This package mostly consists of minified files (e.g. .../src-min/*), that enable Ace to be easily embedded in webpages & JavaScript applications. Homepage: https://github.com/ajaxorg/ace Section: javascript Priority: optional Filename: pool/main/n/node-ace-code/node-ace-builds_1.35.4+~cs1.7.37-3~bpo12+1_all.deb Package: node-anser Version: 2.3.0-2~bpo12+1 Installed-Size: 55 Maintainer: Debian Javascript Maintainers Architecture: all Size: 16568 SHA256: 7516d41b63e0671db703a412876bc5e3e3368aac742d37ccd571d2116dc1fa0e SHA1: 327b041590def42c860cd504a504090562b63b1f MD5sum: e758aefa5cc79a4a64c98d746c780e36 Description: low level ANSI escape code parser node-anser provides a JavaScript function that is able to parse ANSI escape sequences in text. . One can choose for it to do various combinations of: convert color escape codes into equivalent HTML elements; produce JSON output; perform HTML escaping; convert links into HTML elements. . Node.js is an event-based server-side JavaScript engine. Homepage: https://github.com/IonicaBizau/anser#readme Section: javascript Priority: optional Filename: pool/main/n/node-anser/node-anser_2.3.0-2~bpo12+1_all.deb Package: node-bootstrap Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 514 Maintainer: Daniel Baumann Architecture: all Replaces: libjs-bootstrap4, libjs-bootstrap5 (<< 5.2.3+dfsg-8~) Provides: sass-stylesheets-bootstrap Depends: libjs-bootstrap5 (= 5.3.3+dfsg-1~bpo12+3) Suggests: bootstrap-icons, libjs-bootstrap5-doc Breaks: libjs-bootstrap4, libjs-bootstrap5 (<< 5.2.3+dfsg-8~) Size: 72924 SHA256: 6b0f12e7f2c031312c4755f7f97c8930862e48c21e30a9358dc937a45ecefebc SHA1: 145771b7ae0d21a41b177976aca95143b38f0fcc MD5sum: 40837ce28af149749a7e33f0fe0407d3 Description: HTML front-end framework (nodejs, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the nodejs integration for bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/node-bootstrap_5.3.3+dfsg-1~bpo12+3_all.deb Package: nom Version: 0.1.5-3~bpo12+1 Installed-Size: 56 Maintainer: Holger Levsen Architecture: all Depends: gnuplot-x11 | gnuplot, ruby, ruby-nokogiri (>= 1.6) Size: 10836 SHA256: 550574c22994922fc5e08f4a8a4db502457e5d3a8a9702f152e76953972d1322 SHA1: 5a813ac3648b0ee4d63bbc2a35443770800388f5 MD5sum: 163e24ab08c88e836f3ab55ab1c4933a Description: command line tool that helps you lose weight nom is a command line tool that helps you lose weight by tracking your energy intake and creating a negative feedback loop. It's inspired by John Walker's The Hacker's Diet (https://www.fourmilab.ch/hackdiet/) and tries to automate things as much as possible. Homepage: https://github.com/blinry/nom Section: ruby Priority: optional Filename: pool/main/n/nom/nom_0.1.5-3~bpo12+1_all.deb Package: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 376 Maintainer: Carl Worth Architecture: arm64 Depends: libnotmuch5 (= 0.38.1-1~bpo12+1), libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), libgmime-3.0-0 (>= 3.0.4), libtalloc2 (>= 2.0.4~git20101213), zlib1g (>= 1:1.2.6) Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm Suggests: mailscripts, notmuch-doc Size: 180112 SHA256: a3abd89fdd74f6183a993630f20707b08cf3a67bef5b04f178970f10dd9b8c26 SHA1: 0c82ae24b2adea4885d27068002f56bb80c06180 MD5sum: c309bcd2535cf8802d08e066bc31e157 Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains the notmuch command-line interface Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch_0.38.1-1~bpo12+1_arm64.deb Package: notmuch-doc Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 1100 Maintainer: Carl Worth Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Suggests: notmuch Size: 122348 SHA256: 32ca514cbf6e7b3a90453648817f078240eb95b1b00d9c562a8d1126856c09dd SHA1: 147863bef2b9330644e48ccbb12d3e22fef40098 MD5sum: de426a7bbe3d07efd07e0c7cf4cd4a83 Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains the HTML documentation Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-doc_0.38.1-1~bpo12+1_all.deb Package: notmuch-git Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 68 Maintainer: Carl Worth Architecture: all Depends: git, notmuch, python3 Size: 24960 SHA256: 9be1bd70ad551ac941604893a3e57c3ac25cb5da69c7262f621476692814bf44 SHA1: 80c1ac01a707bae310e1e2004a7f071deedb6578 MD5sum: e6dbf948f5e725d915ef44f11a84204f Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains a simple tool to save, restore, and synchronize notmuch tags via git repositories. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-git_0.38.1-1~bpo12+1_all.deb Package: notmuch-mutt Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 40 Maintainer: Carl Worth Architecture: all Depends: libmail-box-perl, libmailtools-perl, libterm-readline-gnu-perl, notmuch (>= 0.4), perl:any Recommends: mutt Enhances: mutt, notmuch Size: 15132 SHA256: 32967fc7fbf2b7ff260d20b245e7173069e79cb755566fb3b271c1c0dc77bd2f SHA1: 4334f017a106d34bec957c0b86dba17ff3035df0 MD5sum: e63ab6e16ef163dc7c0cbaed77b18f75 Description: thread-based email index, search and tagging (Mutt interface) notmuch-mutt provides integration among the Mutt mail user agent and the Notmuch mail indexer. . notmuch-mutt offer two main integration features. The first one is the ability of stating a search query interactively and then jump to a fresh Maildir containing its search results only. The second one is the ability to reconstruct threads on the fly starting from the current highlighted mail. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-mutt_0.38.1-1~bpo12+1_all.deb Package: notmuch-vim Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 55 Maintainer: Carl Worth Architecture: all Replaces: notmuch (<< 0.6~254~) Depends: notmuch, ruby-notmuch, vim-addon-manager, vim-ruby Recommends: ruby-mail Breaks: notmuch (<< 0.6~254~) Size: 16416 SHA256: c7fcd46126a3e39ab561b99db60549612783ffef4ac4d394dd5fbea286c86bc4 SHA1: 1d5669ad1b6084409d51160d30848ebd6208af3f MD5sum: 3a35acd03950f1164147ab1929dc6bc5 Description: thread-based email index, search and tagging (vim interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a vim based mail user agent based on notmuch. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-vim_0.38.1-1~bpo12+1_all.deb Package: nxt-firmware Version: 1.29.7-2~bpo12+1 Installed-Size: 299 Maintainer: Debian LEGO Team Architecture: all Recommends: libnxt Suggests: nbc Size: 90876 SHA256: 6bc7fde5a2d7f0da878ee34493843d53d2a521592c10c913f2d9d95efdfb17a3 SHA1: 1344bc1b205102ec61da9c2b0930f1f499bbfed5 MD5sum: 9c60d312c2a1572ed882adc204f5a3f0 Description: Improved firmware for LEGO Mindstorms NXT bricks The NXT Improved Firmware is a community-based open source project around the original LEGO Mindstorms firmware for the NXT bricks. . The firmware can be installed on the robot control bricks of type NXT. It is almost identical to the original firmware, meaning that all existing software working with the original firmware can be expected to work with the improved firmware as well. . The main differences between the original firmware and the improved firmware are the addition of absolute position regulation for motors and that it can be built with GCC rather than the non-free toolchain used by the LEGO Group. . This package contains the firmware image file, which can be flashed onto the brick with various tools, e.g. fwflash from the libnxt package. Multi-Arch: foreign Homepage: https://nxt-firmware.ni.fr.eu.org/ Section: electronics Priority: optional Filename: pool/main/n/nxt-firmware/nxt-firmware_1.29.7-2~bpo12+1_all.deb Package: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 21 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libobjfw1 (= 1.1.6-1~bpo12+1), libobjfw1-dev (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwrt1-dev (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1), libobjfwtls1-dev (= 1.1.6-1~bpo12+1), ofarc (= 1.1.6-1~bpo12+1), ofdns (= 1.1.6-1~bpo12+1), ofhash (= 1.1.6-1~bpo12+1), ofhttp (= 1.1.6-1~bpo12+1) Size: 11916 SHA256: 6b29215e5d4de477799efd7e7220c073c9e0dc2ca66877c5ff7e91adac12fb98 SHA1: 9f846d8980b662b788a03257b89b805883061a0f MD5sum: b3d82e87bfb4eb6c914f9e45554d0266 Description: Portable, lightweight framework for the Objective-C language ObjFW is a portable, lightweight framework for the Objective-C language. It enables you to write an application in Objective-C that will run on any platform supported by ObjFW without having to worry about differences between operating systems or various frameworks you would otherwise need if you want to be portable. . It supports all modern Objective-C features when using Clang, but is also compatible with GCC ≥ 4.6 to allow maximum portability. . ObjFW also comes with its own lightweight and extremely fast Objective-C runtime, which in real world use cases was found to be significantly faster than both GNU's and Apple's runtime. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/objfw_1.1.6-1~bpo12+1_arm64.deb Package: obs-3d-effect Version: 0.0.2-2~bpo12+1 Installed-Size: 85 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7700 SHA256: 788f16e27ceab3f12ce9a3ac22656675137cb9d387fc7551cb6abb12f328913b SHA1: 5ea092e6a5b95cdc0e5e9c61a07fd7d92479b2b5 MD5sum: 40477b8ad2f873d62c26a5b43c74169a Description: plugin for OBS Studio to add a static 3D effect to sources This plugin provides a filter that creates a static 3D effect over a source. In other words, is possible to rotate a source around three axis. Also is possible to move the source over three axis and scale it over two axis. Homepage: https://obsproject.com/forum/resources/3d-effect.1692/ Section: video Priority: optional Filename: pool/main/o/obs-3d-effect/obs-3d-effect_0.0.2-2~bpo12+1_arm64.deb Package: obs-advanced-scene-switcher Version: 1.26.4-1~bpo12+1 Installed-Size: 10431 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libobs0 (>= 29.0.0), libopencv-core406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libopencv-objdetect406 (>= 4.6.0+dfsg), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.2.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 12), libx11-6, obs-advanced-scene-switcher-data (>= 1.16.3-1~), obs-studio (>= 26.1.2) Enhances: obs-studio (>= 26.1.2) Size: 1813344 SHA256: c3b688e0a70c39971862ba9b16836202f0619b5325f45546e74ebf3172377429 SHA1: 1aa87a27b860aec1a2bc158f8d8d78f44a590657 MD5sum: 90eae6707bfd84f8178c05b9f1738f0f Description: plugin for OBS Studio to improve the scene switching Advanced Scene Switcher plugin is based on the built-in Automatic Scene Switcher. It extends its functionality by adding the following: . - Audio based scene switching (Audio tab). - Media based scene switching (Media tab). - System time based scene switching (Time tab). - Sequence of automated scene switches (Scene Sequence tab). - Cursor position based scene switching (Region). - The option to switch to a scene after detection of being idle (Idle tab). - Executable based scene switching (Executable tab). - File content based scene switching (File). - Improvements for the window title based scene switching (full-screen / maximized detection, ignore windows). - The ability select a different transition for each automated switch case (Transitions tab). - Automatically pause the scene switcher based on scene or window title hotkey to start and stop the scene switcher. - Trigger actions on scene change. - and more ... Multi-Arch: same Homepage: https://obsproject.com/forum/resources/advanced-scene-switcher.395/ Section: video Priority: optional Filename: pool/main/o/obs-advanced-scene-switcher/obs-advanced-scene-switcher_1.26.4-1~bpo12+1_arm64.deb Package: obs-advanced-scene-switcher-data Source: obs-advanced-scene-switcher Version: 1.26.4-1~bpo12+1 Installed-Size: 35511 Maintainer: Joao Eriberto Mota Filho Architecture: all Replaces: obs-advanced-scene-switcher (<< 1.16.1~) Enhances: obs-studio (>= 26.1.2) Breaks: obs-advanced-scene-switcher (<< 1.16.1~), obs-text-slideshow (<= 1.5.2-3) Size: 9354436 SHA256: de98e9ca27b4e7130c5c7a6021758c22799510047a6f5bba6e330fe375a103a4 SHA1: 7685c817ce5e5ee7f0b08eaa6675080610a4bb47 MD5sum: bec2ffc57236efec8559e285af5f307d Description: data package for obs-advanced-scene-switcher Advanced Scene Switcher plugin is based on the built-in Automatic Scene Switcher. . This package provides architecture-independent data for obs-advanced-scene-switcher. Multi-Arch: foreign Homepage: https://obsproject.com/forum/resources/advanced-scene-switcher.395/ Section: video Priority: optional Filename: pool/main/o/obs-advanced-scene-switcher/obs-advanced-scene-switcher-data_1.26.4-1~bpo12+1_all.deb Package: obs-ashmanix-blur-filter Version: 0.0.2-2~bpo12+1 Installed-Size: 90 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libobs0 (>= 0.13.2), libstdc++6 (>= 5), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7624 SHA256: fcad25bc2e9af068b314e4ed332ad4e29892aaf60142900cecd0a72c2dfc82b8 SHA1: ce4971e258bdb54abf2875bc22eaa33442a040a6 MD5sum: 55c0f3bb7540402f3cc84ddbd9e3d85c Description: plugin for OBS Studio to set a blur filter on a source This plugin lets to set a simple blur filter on any OBS source, such images, videos, texts, scenes, webcam, etc. To use it, just right click on an image or video source and select Filters. Homepage: https://obsproject.com/forum/resources/ashmanix-blur-filter.1742/ Section: video Priority: optional Filename: pool/main/o/obs-ashmanix-blur-filter/obs-ashmanix-blur-filter_0.0.2-2~bpo12+1_arm64.deb Package: obs-ashmanix-countdown Version: 1.3.0-1~bpo12+1 Installed-Size: 155 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libobs0 (>= 25.0.3), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.1.0) | libqt5gui5-gles (>= 5.1.0), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 26304 SHA256: aac12e936c24eac799d0c65d02df6d712759aa93aa4c88f08425774779a82e1a SHA1: 9ec99c2adcd63ed92c28c9afffafdd5f66006e2a MD5sum: 4f4e78e830a423f6c7c8c9358b7eaa5a Description: plugin for OBS Studio to create a countdown timer This plugin lets to use a text source in OBS to show a countdown timer that updates in real time. This is useful to show to viewers the time left before a transmission. . The plugin appears as a dockable widget and comes with options to display a final message or to switch to a scene when the counter reaches zero. These two features can be disabled via checkbox, so the countdown will show the zero time when waiting for someone to switch the scene. . When configuring, is possible to set a period of time or a real time to count down from it. Also is possible to choose not show some part of the time (hours, minutes, seconds). Homepage: https://obsproject.com/forum/resources/ashmanix-countdown-timer.1610/ Section: video Priority: optional Filename: pool/main/o/obs-ashmanix-countdown/obs-ashmanix-countdown_1.3.0-1~bpo12+1_arm64.deb Package: obs-color-monitor Version: 0.5.2-3~bpo12+1 Installed-Size: 302 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libobs0 (>= 27.0.1), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.2.0~alpha1) | libqt5gui5-gles (>= 5.2.0~alpha1), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 5.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 71472 SHA256: 2e6510642df63df36da59d010959bf8589662b1e5ce62595934eeb2aa8008ad4 SHA1: 4e8c24952004952d5fccfe6e16c041b2d7cac60a MD5sum: 560b4c6b4c2e203cda6c49a6db7c04a5 Description: plugin for OBS Studio to monitor color balances This plugin provides some sources to monitor color balances, like vectorscope, waveform, histogram, zebra and false color. These tools are useful especially for streaming with multiple cameras. Color conditions can be checked in real time and it is possible to adjust the color correction settings from these monitors. In addition, a dock widget to show sources is available. Homepage: https://obsproject.com/forum/resources/color-monitor.1277/ Section: video Priority: optional Filename: pool/main/o/obs-color-monitor/obs-color-monitor_0.5.2-3~bpo12+1_arm64.deb Package: obs-command-source Version: 0.4.0-4~bpo12+1 Installed-Size: 95 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10900 SHA256: 642bccf83069ebfdf6449750c87c2fc486bd7feb24e79e58642ce75de5a3bad8 SHA1: 3db219fa5fc4f345c4202fdb11eb8038e7f63ece MD5sum: 3681740e21303b41821766476c501114 Description: plugin for OBS Studio providing a dummy source to execute commands This plugin provides a dummy source to execute arbitrary commands when a scene is switched. . Current features: . Start a command at the following events: * Show (the source is shown in either preview or program). * Hide (the source is hidden so that no longer shown in neither preview nor program). * Activate (the source goes to the program). * Deactivate (the source goes from the program). * Show in preview (the source goes to the preview). * Hide from preview (the source goes from the preview). . Optionally, kill the created process at these conditions (this feature is not available for Windows as of now): * When hiding, kill the process created at shown. * When deactivating, kill the process created at activated. * When hiding from the preview, kill the process created at preview. . Possible usage: * Implementing custom tally lights. * Controlling PTZ cameras by switching the scene. Ii is possible to combine with CURL to send some commands. * Start and stop a daemon program required for the scene. * Trigger other operations through websocket at the event. A helper script is available for this (request-websocket.py). * Start or stop a streaming and recording. * Open a full screen video. * Open a calculator to teach about finances when switching a scene. * Other actions. . Caution: since this plugin executes arbitrary commands, users need to consider security concerns. For example, when combining with obs-websocket plugin, a remote user could change property through the websocket interface so that the arbitrary commands can be executed. Homepage: https://obsproject.com/forum/resources/dummy-source-to-execute-command.952/ Section: video Priority: optional Filename: pool/main/o/obs-command-source/obs-command-source_0.4.0-4~bpo12+1_arm64.deb Package: obs-gradient-source Version: 0.3.2-1~bpo12+1 Installed-Size: 85 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 9596 SHA256: 066f37af811c94d7827457277ac1dd9e9231dda0bce63e912ab2d1a0cd48fe5d SHA1: 225796dc5ea1cbe140e6a87916e1cb58cb01912a MD5sum: cd909e649b38c0cf8193c333d0b9c5e1 Description: plugin for OBS Studio that creates a gradient background This plugin allows OBS to create sources to make available gradients to be used as background. Is possible to choose a size, two colors (from and to), a rotation for the gradient, a midpoint and an opacity level. Multi-Arch: same Homepage: https://obsproject.com/forum/resources/gradient-source.1172/ Section: video Priority: optional Filename: pool/main/o/obs-gradient-source/obs-gradient-source_0.3.2-1~bpo12+1_arm64.deb Package: obs-move-transition Version: 2.9.1-1~bpo12+1 Installed-Size: 281 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 28.0.1), obs-studio (>= 28.0.1) Enhances: obs-studio Size: 66216 SHA256: 1d57c18bc8ce12a7f2814450935b30af8e1179260e6d37b1da3ce7b6fff2c5b1 SHA1: f48f61e9dbc0f2afefe56ef8d4b7538182a929c6 MD5sum: f9a2b5219c88f5e8c87453cce6c04e7a Description: plugin for OBS Studio to improve switching scenes This plugin moves sources to a new position during a scene transition, adding nice effects. If the 2 scenes contain a source with similar name (configured with settings) it will do the move the position and size between the 2 positions. . This filter can be added to a scene or a source to override the move transition for a source of the scene or the source global. . To use Move Transition, find for "Move" on "Scene Transitions" dock. Multi-Arch: same Homepage: https://obsproject.com/forum/resources/move-transition.913/ Section: video Priority: optional Filename: pool/main/o/obs-move-transition/obs-move-transition_2.9.1-1~bpo12+1_arm64.deb Package: obs-scene-as-transition Version: 1.1.0+20230419.ce423a3-2~bpo12+1 Installed-Size: 99 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 28.0.1), obs-studio (>= 29) Suggests: obs-move-transition Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10952 SHA256: c6ea34fdc7fe1148001f03f6e115aba268f842d27396cb0866c8f99d4b9e290a SHA1: e2125a06b539b63b77cb4f0041ca29c07e3aaed0 MD5sum: ea195ece366f7097d6825d54e7a3569a Description: plugin for OBS Studio to use a Scene as a Transition This plugin can be used to create all kinds of transitions. It is recommended to get the most out of this plugin that you use other powerful plugins such as obs-move-transition to create advanced movements. . Is possible to make the transitions dynamic by passing information from other ways. An example would be putting a text source on the transition scene and having it updated with the name of the scene or game you are transitioning to. . Some features: . - Choose a scene to use as a transition. - Set the total transition duration. - Set a what point the scene changes (Time or Percentage). - Choose a filter to trigger on the transition scene when the transition starts. Homepage: https://obsproject.com/forum/resources/scene-as-transition.1704 Section: video Priority: optional Filename: pool/main/o/obs-scene-as-transition/obs-scene-as-transition_1.1.0+20230419.ce423a3-2~bpo12+1_arm64.deb Package: obs-scene-tree-view Version: 0.1.5-2~bpo12+1 Installed-Size: 213 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libobs0 (>= 27.0.1), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.11.0~rc1), libstdc++6 (>= 5), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 37312 SHA256: 3e54cf244a6b6b52d155616231592254ed9bdb4e7c0d6941f9c2db831d91a912 SHA1: a54ff006142a995a632f758f1bcc5efff379c5b1 MD5sum: 49d023cef5ad54d90ec18daa6c55f9c9 Description: plugin for OBS Studio that adds a scene tree folder dock This plugin allows OBS to group and organize scenes into a folder structure. It is possible to switch the standard scene dock provided by OBS to this special plugin. . It is possible to create several folders to group scenes on them. Homepage: https://obsproject.com/forum/resources/scene-tree-folder-plugin-for-obs-studio.1500 Section: video Priority: optional Filename: pool/main/o/obs-scene-tree-view/obs-scene-tree-view_0.1.5-2~bpo12+1_arm64.deb Package: obs-source-clone Version: 0.1.4-1~bpo12+1 Installed-Size: 87 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 13056 SHA256: 59275ae65ba0b07e11da703c6b11c02bf6cd4cadd656b40eb9888476a708fabf SHA1: 7db568c62dcfdf3d7bdc41985588f833860881a4 MD5sum: 3e1f203bbfa32fcbeab03e0e4096f884 Description: plugin for OBS Studio to clone sources from a scene This plugin lets to clone sources to allow different filters than the original. The main idea is generate a new source type that gets sources from a scene and clone them in current scene. . WARNING: Source Clone is not an async source. In OBS there are async sources that can have more types of filters. . To use Source Clone, click over the "plus" signal inside the Sources Dock. Multi-Arch: same Homepage: https://obsproject.com/forum/resources/source-clone.1632/ Section: video Priority: optional Filename: pool/main/o/obs-source-clone/obs-source-clone_0.1.4-1~bpo12+1_arm64.deb Package: obs-time-source Version: 0.2-5~bpo12+1 Installed-Size: 87 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libobs0 (>= 27.0.1), libpango-1.0-0 (>= 1.22.0), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7464 SHA256: 12884fed4f4fb9b54f108dec8dadf41201828a46a63864f8a0fc42e7c7c96a99 SHA1: fc2eacbae45650d706d696e402e16abda9ba83a6 MD5sum: 6f1c60d7e4a9acaa710d83fe5b651d12 Description: plugin for OBS Studio that displays current date and time This plugin provides a source that displays current date and time. It is possible to configure the time format, text font, background and text colors and outline in source properties. Homepage: https://obsproject.com/forum/resources/time-and-date-source.1781/ Section: video Priority: optional Filename: pool/main/o/obs-time-source/obs-time-source_0.2-5~bpo12+1_arm64.deb Package: obs-vintage-filter Version: 1.0.0-2~bpo12+1 Installed-Size: 90 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.17), libobs0 (>= 0.13.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 6132 SHA256: eb79c72cce0056101490d3043faed571003febeda3a74c24f607737906884e45 SHA1: 86b435499892f45193219f2ee8484f9b9a177dcc MD5sum: a91b38ad4a4b218c07cc7507b087b04c Description: plugin for OBS Studio to make sources black and white or sepia This plugin provides a filter that adds the ability for sources to be black and white or sepia. This is useful to create vintage effects over photos, movies, webcam images, etc. Homepage: https://obsproject.com/forum/resources/vintage-filter.818/ Section: video Priority: optional Filename: pool/main/o/obs-vintage-filter/obs-vintage-filter_1.0.0-2~bpo12+1_arm64.deb Package: odoo-16 Source: odoo Version: 16.0.0+dfsg.2-3~bpo12+1 Installed-Size: 833765 Maintainer: Freexian Packaging Team Architecture: all Replaces: odoo, openerp, openerp-server, openerp-web, tinyerp-server Provides: odoo Depends: python3-babel, python3-chardet, python3-cryptography, python3-dateutil, python3-decorator, python3-docutils, python3-gevent, python3-greenlet, python3-idna, python3-jinja2, python3-libsass, python3-lxml, python3-markupsafe, python3-num2words, python3-ofxparse, python3-openssl, python3-passlib, python3-pil, python3-polib, python3-psutil, python3-psycopg2, python3-pydot, python3-pypdf2, python3-qrcode, python3-reportlab, python3-requests, python3-serial, python3-stdnum, python3-tz, python3-urllib3, python3-usb, python3-vobject, python3-werkzeug, python3-xlrd, python3-xlsxwriter, python3-xlwt, python3-zeep, python3:any, adduser, fonts-dejavu-core | fonts-freefont-ttf | fonts-freefont-otf | fonts-noto-core, fonts-glyphicons-halflings, fonts-inconsolata, fonts-font-awesome, fonts-ocr-b, fonts-roboto-unhinted, gsfonts, libjs-jquery, libjs-jquery-form, libjs-underscore, postgresql-client, python3-freezegun, python3-renderpm, wkhtmltopdf Pre-Depends: init-system-helpers (>= 1.54~) Recommends: postgresql, python3-ldap Conflicts: odoo, odoo-14, openerp, openerp-server, openerp-web, tinyerp-server Size: 87872856 SHA256: 132b5506383b3df1c165b5d220643f4a1a45a03e5c3cd8f7c6abe8fec16aa0ec SHA1: 3940934e9e9e18671c9518720af2290d2b369cd4 MD5sum: 7225e6f29e0792ad0ce9c8c6e06ab04d Description: Open Source Apps To Grow Your Business Odoo, formerly known as OpenERP, is a suite of open-source business apps written in Python and released under the LGPLv3 license. This suite of applications covers all business needs, from Website/Ecommerce down to manufacturing, inventory and accounting, all seamlessly integrated. Odoo's technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, customizable reports, and an XML-RPC interface. Odoo is the most installed business software in the world. It is used by 2.000.000 users worldwide ranging from very small companies (1 user) to very large ones (300 000 users). Homepage: http://www.odoo.com/ Section: net Priority: optional Filename: pool/main/o/odoo/odoo-16_16.0.0+dfsg.2-3~bpo12+1_all.deb Package: odr-dabmod Version: 3.0.0+ds-1~bpo12+1 Installed-Size: 895 Maintainer: Robin Alexander Architecture: arm64 Depends: libbladerf2 (>= 0.2022.11), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.0), liblimesuite22.09-1 (>= 22.09.1+dfsg), libsoapysdr0.8 (>= 0.8.1), libstdc++6 (>= 12), libuhd4.3.0 (>= 4.3.0.0+ds1) Size: 283084 SHA256: 427c226bece8c9c62289570107bede5bb3f6901463deb9e900867bf896ac479e SHA1: a3206b669d26f78b4d415d158bd0075a7ddfdde9 MD5sum: fb8c754073e0e781023f7c39a4cf4b5e Description: DAB modulator compliant to ETSI EN 300 401 ODR-DabMod is the Digital Audio Broadcast (DAB) OFDM modulator compliant to ETSI EN 300 401. . ODR-DabMod takes an Ensemble Transport Interface (ETI) stream as input and outputs a complex baseband stream of interlaced I/Q samples with a default sampling frequency of 2.048MHz. It can also directly drive SDR devices through Ettus' UHD driver, SoapySDR and LimeSuite. Multi-Arch: foreign Homepage: https://www.opendigitalradio.org/mmbtools Section: hamradio Priority: optional Filename: pool/main/o/odr-dabmod/odr-dabmod_3.0.0+ds-1~bpo12+1_arm64.deb Package: odr-dabmux Version: 5.1.0+ds-1~bpo12+1 Installed-Size: 1301 Maintainer: Robin Alexander Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), libzmq5 (>= 4.0.1+dfsg) Size: 377060 SHA256: 23031c9daddaf4500a12675f8f63b0affd42eb1fa7162626e97a916cdf3a2b4a SHA1: 01480733a5f72e369c68ff4001ca4f26c805111e MD5sum: 30abacd2387650a5cc3c78baa482183d Description: Digital Audio Broadcasting multiplexer compliant to ETSI EN 300 401 ODR-DabMux implements a DAB multiplexer that combines all audio and data inputs into an ETI output. It can be used off-line (i.e. not real-time) to generate ETI data for later processing, or in a real-time streaming scenario (e.g. in a transmitter). Multi-Arch: foreign Homepage: https://www.opendigitalradio.org/Mmbtools Section: hamradio Priority: optional Filename: pool/main/o/odr-dabmux/odr-dabmux_5.1.0+ds-1~bpo12+1_arm64.deb Package: odr-padenc Version: 3.0.0-3~bpo12+1 Installed-Size: 152 Maintainer: Robin Alexander Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libmagickcore-6.q16-6 (>= 8:6.9.10.2), libmagickwand-6.q16-6 (>= 8:6.9.10.2), libstdc++6 (>= 11) Size: 46736 SHA256: 0b00875e3d9e6b655dda46185fdaad837d9b7f06d4825aba54027421ef205e3a SHA1: 747873bc8bf266f8daf52d2c5fb2c0dfcd18c1fb MD5sum: 517cece3772de6ba536c3c0bc176d0a3 Description: This is an encoder for Programme Associated Data ODR-PadEnc is an encoder for Programme Associated Data (PAD) and includes support for: . - MOT Slideshow (including catSLS), according to ETSI EN 301 234 and TS 101 499 . - DLS (including DL Plus), according to ETSI EN 300 401 and TS 102 980 . To encode DLS and Slideshow data, the odr-padenc tool reads images from a folder and DLS text from a file, and generates the PAD data for the encoder. Multi-Arch: foreign Homepage: https://www.opendigitalradio.org/Mmbtools Section: hamradio Priority: optional Filename: pool/main/o/odr-padenc/odr-padenc_3.0.0-3~bpo12+1_arm64.deb Package: ofarc Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 339 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 59884 SHA256: fd0fd903ec5f0695aa392c350c64b8cbf7558abe8f1b2a5bf1c52ba6e6fe3190 SHA1: f8c3fd143e2b05c24cf81ca1838d95bd95d2786e MD5sum: 378d056be69776381be79235a64dd84c Description: Utility for handling ZIP, Tar and LHA archives ofarc is a multi-format archive utility that allows creating, listing, extracting and modifying ZIP, Tar and LHA archives using ObjFW's classes for various archive types. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/ofarc_1.1.6-1~bpo12+1_arm64.deb Package: ofdns Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 96 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.34), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19996 SHA256: bd20272828be7d2d810ee8e0ac288d3ded04c99041a1f9df4afe5fe30050d7b1 SHA1: 6b8c7fd8c9f8a97dacf73ad1b0c64e237e5cdd3f MD5sum: b52edc1c8a0a952bf6ef5db96430ad69 Description: Utility for performing DNS requests on the command line ofdns is an utility for performing DNS requests on the command line using ObjFW's DNS resolver. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/ofdns_1.1.6-1~bpo12+1_arm64.deb Package: ofhash Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 95 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 21072 SHA256: eaef0f2984805aa899f2a3be5c0a3d4cf26d99881c9523600f3ff72fa7ff3528 SHA1: 874970134b286644a9cc8057306e247667a8fab9 MD5sum: 56b68e64e3a74a84bde07e2f991cef60 Description: Utility to hash files with various cryptographic hash functions ofhash is an utility to hash files with various cryptographic hash functions (even using different algorithms at once) using ObjFW's classes for various cryptographic hashes. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/ofhash_1.1.6-1~bpo12+1_arm64.deb Package: ofhttp Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 174 Maintainer: Jonathan Schleifer Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 37308 SHA256: de59f0f12b7bb14943152899d5f9516e931f132428783ebd63c7c4a00cad9afc SHA1: 9931406a1256f6d6a5fa7edb42ea1c3ade4a2493 MD5sum: c8cbcfe25061cded886fa6fe2e85437e Description: Command line downloader for HTTP(S) ofhttp is a command line downloader for HTTP and HTTPS using ObjFW's OFHTTPClient class. It supports all features one would expect from a modern command line downloader such as resuming of downloads, using a SOCKS5 proxy, a modern terminal-based UI, etc. Homepage: https://objfw.nil.im/ Section: misc Priority: optional Filename: pool/main/o/objfw/ofhttp_1.1.6-1~bpo12+1_arm64.deb Package: omniidl Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 1256 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 5), python3 (<< 3.12), python3 (>= 3.11~), python3:any Suggests: omniidl-python Breaks: omniidl-python (<< 3.5-1) Size: 242760 SHA256: 53e509875c00ddff55db7dbccb2433e20ea09a9ce7678a139e09adb52b1daaba SHA1: ff2e6ab5bcf5bd9dcd2e0f9a6a7b2f72ebc15255 MD5sum: 1cac945264fe010b1440646dc952c4c0 Description: omniORB IDL to C++ and Python3 compiler omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl compiler. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniidl_4.3.3+ds1-1~bpo12+1_arm64.deb Package: omniorb Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 359 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 5) Size: 41620 SHA256: 69647612990eb084b34b3c0045078734fa866a53fbe0a47f64469d2f580c9c12 SHA1: e64708afb41b11df92c41a2d5e986161d9d70f0e MD5sum: f07eee6645de9529ed1cf4c2be302de4 Description: IOR and naming service utilities for omniORB omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb_4.3.3+ds1-1~bpo12+1_arm64.deb Package: omniorb-doc Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 4824 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 5) Suggests: libomniorb4-dev (= 4.3.3+ds1-1~bpo12+1), libomnithread4-dev (= 4.3.3+ds1-1~bpo12+1) Size: 741456 SHA256: 43a9c363a0109474ea3271780299799e834854728b594dee838503e808110253 SHA1: c18b1fd7485f16710485799e98f24b2b5ff44f76 MD5sum: 19a482f1e4f69c5103f44a9fcce3a8fb Description: omniORB documentation and examples omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the documentation and compiled examples. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-doc_4.3.3+ds1-1~bpo12+1_arm64.deb Package: omniorb-idl Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 255 Maintainer: Freexian Packaging Team Architecture: all Size: 41052 SHA256: 5afe3b1e2d1730d1a06c7da951b598109d9aec9c1b9d1901ce4dec5e75248df7 SHA1: 893db1d38fffc677c05a34b22d9b1363675bac95 MD5sum: fd8e9f6344990c177d23959a1e4ce853 Description: omniORB CORBA services idl files omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl files. Multi-Arch: foreign Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-idl_4.3.3+ds1-1~bpo12+1_all.deb Package: omniorb-nameserver Source: omniorb-dfsg Version: 4.3.3+ds1-1~bpo12+1 Installed-Size: 160 Maintainer: Freexian Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 5) Size: 39964 SHA256: c789ec4dec6c25ef9f01e7bdbd32122478410a00fd9da63dc1a55635d8665acc SHA1: a91f045c6023db287325c6c727a7e581d443a966 MD5sum: 1b003dbe5aefb0d561cc3744babc3aba Description: omniORB naming service omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the CORBA nameserver. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-nameserver_4.3.3+ds1-1~bpo12+1_arm64.deb Package: open-vm-tools Version: 2:12.5.0-2~bpo12+1 Installed-Size: 4226 Maintainer: Bernd Zeimetz Architecture: arm64 Replaces: open-vm-tools-sdmp (<< 2:12.1.0-2~) Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.3), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.31.8), libmspack0 (>= 0.4), libssl3 (>= 3.0.0), libtirpc3 (>= 1.0.2), libudev1 (>= 183), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.31), libxmlsec1-openssl (>= 1.2.31), pciutils, iproute2, lsb-release Pre-Depends: init-system-helpers (>= 1.54~) Recommends: ethtool, zerofree, fuse3 Suggests: open-vm-tools-desktop, cloud-init, open-vm-tools-containerinfo Breaks: open-vm-tools-sdmp (<< 2:12.1.0-2~) Size: 644404 SHA256: 10fd424ef89db6151e348053c67b960277223bd733ed470ea208e2e416dc748a SHA1: 1bad95ba21060a11ae844e44832ad46870f898e0 MD5sum: e93f9ba076a602754d9ddde4f2ce26ba Description: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools_12.5.0-2~bpo12+1_arm64.deb Package: open-vm-tools-containerinfo Source: open-vm-tools Version: 2:12.5.0-2~bpo12+1 Installed-Size: 746 Maintainer: Bernd Zeimetz Architecture: arm64 Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.32), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 5.2), open-vm-tools (= 2:12.5.0-2~bpo12+1) Size: 153456 SHA256: e5fe42c7e53cfc2972f1551bc9ccbd73a0502b91b6429224e85fd711bf72fe36 SHA1: 7358a4f476690913e316e4b614620c208a8e4cb1 MD5sum: 729f56cbf6cd7dbfe4e895a37e49e154 Description: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Container Info plugin, which captures and publishes information about running containers inside the guest. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-containerinfo_12.5.0-2~bpo12+1_arm64.deb Package: open-vm-tools-desktop Source: open-vm-tools Version: 2:12.5.0-2~bpo12+1 Installed-Size: 720 Maintainer: Bernd Zeimetz Architecture: arm64 Depends: libatkmm-1.6-1v5 (>= 2.28.3), libc6 (>= 2.34), libcairomm-1.0-1v5 (>= 1.14.4), libdrm2 (>= 2.4.3), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1v5 (>= 2.66.5), libgtk-3-0 (>= 3.19.12), libgtkmm-3.0-1v5 (>= 3.24.7), libice6 (>= 1:1.0.0), libsigc++-2.0-0v5 (>= 2.8.0), libsm6, libstdc++6 (>= 11), libtirpc3 (>= 1.0.2), libudev1 (>= 183), libx11-6 (>= 2:1.4.99.1), libxext6, libxi6, libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.2.0), libxtst6, open-vm-tools (= 2:12.5.0-2~bpo12+1), fuse3, kmod Recommends: xauth, xserver-xorg-video-vmware Suggests: xdg-utils Size: 138844 SHA256: dfee2ff58d79e1322405f476c60527e58bd02bdfd5f030dfdba9547c017b5f21 SHA1: 84067aa076865fd54b7db620217ae7e4f994c95b MD5sum: d58648b22fb3595e51c128d0e9c9b230 Description: Open VMware Tools for virtual machines hosted on VMware (GUI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the user-space programs and libraries that are essential for improved user experience of VMware virtual machines. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-desktop_12.5.0-2~bpo12+1_arm64.deb Package: open-vm-tools-dev Source: open-vm-tools Version: 2:12.5.0-2~bpo12+1 Installed-Size: 4292 Maintainer: Bernd Zeimetz Architecture: arm64 Depends: open-vm-tools (= 2:12.5.0-2~bpo12+1) Size: 506836 SHA256: b9d2be954eb6d7d68448e41623c00238ecf153a39eaf61dea2a9ab2d327905eb SHA1: ecbcb66513228a8515789688cedb71363ae9a124 MD5sum: 5e849f1cfdf705da325326db6852bb7b Description: Open VMware Tools for virtual machines hosted on VMware (development) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the development files. Homepage: https://github.com/vmware/open-vm-tools Section: devel Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-dev_12.5.0-2~bpo12+1_arm64.deb Package: open-vm-tools-sdmp Source: open-vm-tools Version: 2:12.5.0-2~bpo12+1 Installed-Size: 116 Maintainer: Bernd Zeimetz Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.28.0), open-vm-tools (= 2:12.5.0-2~bpo12+1), iproute2, procps, gawk Size: 25508 SHA256: 66734577a45e95e6f4e0cf9cf943a1d61d8e66c9a16df70eea4aba18c7a6c25f SHA1: f016756637f4cdba3591baf20529a4682fedc1c5 MD5sum: aca00ad90a994ed642f940d0e190c4cc Description: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Operations Service Discovery Management Pack (SDMP) plugin, which discovers services running in VMs and builds relationships between them in vRealize. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-sdmp_12.5.0-2~bpo12+1_arm64.deb Package: openbgpd Version: 8.8-1~bpo12+1 Installed-Size: 841 Maintainer: Marco d'Itri Architecture: arm64 Depends: libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libmnl0 (>= 1.0.4-1~), systemd | systemd-standalone-sysusers | systemd-sysusers Recommends: rpki-client Size: 259576 SHA256: 8e3f6b20fbd92b69796aef3d7207e63bb649f71e3058f9a239c382423902a49a SHA1: d666dd14935cb0c325de75423121ca7b5766a271 MD5sum: a927129be1b9667e4fbaca7882dad5ac Description: OpenBSD BGP daemon OpenBGPD, also known as OpenBSD Border Gateway Protocol Daemon, is a server software program that allows general purpose computers to be used as routers, Route Reflectors, or Route Servers. Homepage: https://www.openbgpd.org/ Section: net Priority: optional Filename: pool/main/o/openbgpd/openbgpd_8.8-1~bpo12+1_arm64.deb Package: opencpn Version: 1:5.10.2+dfsg-1~bpo12+1 Installed-Size: 23696 Maintainer: Alec Leamas Architecture: arm64 Replaces: opencpn-gshhs-crude (<< 1:1), opencpn-plugins (<< 4.8.8~), opencpn-tcdata (<< 1:1) Depends: opencpn-data (>= 1:5.10.2+dfsg-1~bpo12+1), bzip2, libjs-mathjax, libjs-highlight.js, libarchive13 (>= 3.0.4), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libcxx-serial1 (>= 1.2.1), libgcc-s1 (>= 3.0), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglib2.0-0 (>= 2.26.0), libglu1-mesa | libglu1, libgtk-3-0 (>= 3.21.4), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20120614), libportaudio2 (>= 19+svn20101113), libshp2 (>= 1.3.0), libsqlite3-0 (>= 3.14.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libtinyxml2.6.2v5 (>= 2.6.2), libudev1 (>= 183), libunarr1 (>= 1.0.0), libusb-1.0-0 (>= 2:1.0.16), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk-webview3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libx11-6, libxrandr2 (>= 2:1.2.0), zlib1g (>= 1:1.2.3.4) Recommends: wx3.2-i18n, xdg-utils, libusb-0.1-4, opencpn-sglock-arm64 Suggests: binutils Breaks: opencpn-gshhs-crude (<< 1:1), opencpn-plugins (<< 4.8.8~), opencpn-tcdata (<< 1:1) Size: 6846552 SHA256: f7d6628cb00da934626436752ec06d10dfc0f781e5f2c80a2ec7a8f0a5f7d16d SHA1: 9205e46fca6e2df417d2d862f266c423ba131202 MD5sum: f51c38638cdd03736162b471d0c86ffe Description: Open Source Chartplotter and Marine GPS Navigation Software Chart Plotter and Navigational software program for use underway or as a planning tool. Developed by a team of active sailors using real world conditions for program testing and refinement. By default supports raster and vector formats like BSB and S63. Support for many other formats are available in plugins. Other plugins provides support for e. g., AIS, radar and weather maps. Application has language support in 20+ languages. . This package contains programs, libraries and some support files. Homepage: https://opencpn.org Section: misc Priority: optional Filename: pool/main/o/opencpn/opencpn_5.10.2+dfsg-1~bpo12+1_arm64.deb Package: opencpn-data Source: opencpn Version: 1:5.10.2+dfsg-1~bpo12+1 Installed-Size: 46437 Maintainer: Alec Leamas Architecture: all Replaces: opencpn (<< 1:1) Breaks: opencpn (<< 1:1) Size: 11211064 SHA256: acc931b2d5ab1b6d607c44f560821ef860c5de5fa114b89f7a7e1b9636f50789 SHA1: a14afd82b162d683d550f78edb2b11b271e1655d MD5sum: 79a2f65da467a04d279d63d0dfba5283 Description: Open Source Chartplotter and Marine GPS Navigation Software (data) Chart Plotter and Navigational software program for use underway or as a planning tool. Developed by a team of active sailors using real world conditions for program testing and refinement. By default supports raster and vector formats like BSB and S63. Support for many other formats are available in plugins. Other plugins provides support for e. g., AIS, radar and weather maps. Application has language support in 20+ languages. . This package contains architecture independent data files. Multi-Arch: foreign Homepage: https://opencpn.org Section: misc Priority: optional Filename: pool/main/o/opencpn/opencpn-data_5.10.2+dfsg-1~bpo12+1_all.deb Package: openqa Version: 4.6.1732034221.ae34b08ff-2~bpo12+1 Installed-Size: 8301 Maintainer: Philip Hands Architecture: all Depends: perl:any, openqa-common (>= 4.6.1732034221.ae34b08ff-2~bpo12+1), openqa-client (>= 4.6.1732034221.ae34b08ff-2~bpo12+1), sqlite3, git, optipng, dbus, liburi-perl, liblwp-protocol-https-perl, libdbix-class-perl (>= 0.082801), libsql-splitstatement-perl, libdbix-class-deploymenthandler-perl, libmojo-sqlite-perl, libjson-validator-perl, libtext-diff-perl, libyaml-pp-perl, libdatetime-format-pg-perl, libminion-perl (>= 10.25), libmojo-pg-perl, libcommonmark-perl, postgresql, libclass-c3-componentised-perl, fonts-fork-awesome, fonts-roboto-fontface, libjs-jquery-datatables, libjs-codemirror, libjs-jquery, libjs-jquery-timeago, node-popper2, node-jquery-ujs (>= 1.2.3-1), node-bootstrap (>= 5.3.3+dfsg-1~), node-ace-builds, node-d3, node-dagre-d3-renderer, node-anser Recommends: apparmor-profiles, apparmor-utils, apache2, logrotate, libdbd-pg-perl, libmojolicious-plugin-oauth2-perl Size: 580944 SHA256: 3abc8072b44af0cd3e9ddf0afff068919c1c788bb48930feb9605eea484bc3fa SHA1: e4c937c05e64ea5b3af0fc360dcac254d3cdad71 MD5sum: 7327d8ed278a0cd0aa088557ac6ccbe5 Description: automatic Operating System testing framework (webUI & scheduler) openQA is a testing framework that allows you to run tests on pretty-much anything that you can get 'remote' control of (most often, anything you can run in a VM and point VNC at). This allows testing of things including GUI applications, system boot-up (BIOS, bootloaders, kernels), installers and whole operating systems. . Tests (using Perl syntax) generally consist mostly of sequences of code like: assert_and_click 'some_icon'; assert_screen 'some_prompt'; send_key 'ret'; which are run using the os-autoinst test engine, by a worker. The tags named in scripts can then be associated with 'needles' (elements of screenshots) via the webUI (either from past tests, or while controlling a live test). Other testing possibilities include: serial-connected headless systems, multi-host networked tests, and non-VM 'real' systems. . This package includes the job scheduler, the elements providing the services to allow workers to run tests and upload results, and the Web-based user interface. Homepage: https://open.qa Section: devel Priority: optional Filename: pool/main/o/openqa/openqa_4.6.1732034221.ae34b08ff-2~bpo12+1_all.deb Package: openqa-client Source: openqa Version: 4.6.1732034221.ae34b08ff-2~bpo12+1 Installed-Size: 123 Maintainer: Philip Hands Architecture: all Depends: perl:any, libjson-perl, libconfig-inifiles-perl, libdata-dump-perl, libmojolicious-perl (>= 9.34), openqa-common (= 4.6.1732034221.ae34b08ff-2~bpo12+1) Suggests: python3 Size: 41596 SHA256: 541a223077ff8e05eb3fcf6623b7a7263ff414ba3c73027835e765dc6de7b5a4 SHA1: 024cd808c23f3d71280757094be448e892c7a6b4 MD5sum: 4df7286d2c4d2de53e6bb0a92782a485 Description: automatic Operating System testing framework (utilities) This package includes scripts such as 'openqa-cli' and 'openqa-clone-job' to provide easy control of openQA servers, via the REST API, as well as commands useful when administering an OpenQA server. . openQA is a testing framework that allows you to run tests on pretty-much anything that you can 'remotely' control. For instance, a VM that can be accessed via VNC. Homepage: https://open.qa Section: devel Priority: optional Filename: pool/main/o/openqa/openqa-client_4.6.1732034221.ae34b08ff-2~bpo12+1_all.deb Package: openqa-common Source: openqa Version: 4.6.1732034221.ae34b08ff-2~bpo12+1 Installed-Size: 513 Maintainer: Philip Hands Architecture: all Depends: libmojolicious-perl (>= 9.34), libjs-chosen, libdbd-sqlite3-perl, libdbix-class-perl (>= 0.082801), libconfig-inifiles-perl, libsql-translator-perl, libdatetime-format-sqlite-perl, libfile-copy-recursive-perl, libmojolicious-plugin-renderfile-perl, libmojolicious-plugin-assetpack-perl (>= 1.36), libaliased-perl, libconfig-tiny-perl, libdbix-class-dynamicdefault-perl, libdbix-class-schema-config-perl, libdbix-class-optimisticlocking-perl, libio-socket-ssl-perl, libdata-dump-perl, libtext-markdown-perl, libnet-dbus-perl, libipc-run-perl, libarchive-extract-perl, libcss-minifier-xs-perl (>= 0.01), libjavascript-minifier-xs-perl, libmojo-rabbitmq-client-perl, libtime-parsedate-perl, libsort-versions-perl, libbsd-resource-perl, libnet-openid-consumer-perl, libpod-pom-perl, libregexp-common-perl, libjson-validator-perl, libfilesys-df-perl, libtime-moment-perl, libcpanel-json-xs-perl, libmoose-perl Recommends: git-lfs Size: 103036 SHA256: f4e77d87f2a24546ed8fb74173559555d87526b93c047fe681fa2467474f18e6 SHA1: 9f25b62e6d3d5abf375220b72772107d7fa05cff MD5sum: 354cd9a9d0d7a9301139480c50af6fd5 Description: automatic Operating System testing framework (common files) This package contains shared resources for openQA web front-end and openQA workers. . openQA is a testing framework that allows you to run tests on pretty-much anything that you can 'remotely' control. For instance, a VM that can be accessed via VNC. Homepage: https://open.qa Section: devel Priority: optional Filename: pool/main/o/openqa/openqa-common_4.6.1732034221.ae34b08ff-2~bpo12+1_all.deb Package: openqa-doc Source: openqa Version: 4.6.1732034221.ae34b08ff-2~bpo12+1 Installed-Size: 741 Maintainer: Philip Hands Architecture: all Size: 561536 SHA256: bc11f57cbf7f358fdd0f452833f0dfa398605c3eec008770a10c4b3ab0ee5659 SHA1: e35703b92bcd76416e611c909d61cf2e77b4e95e MD5sum: 8b289456e19db33d5b653f2116829c77 Description: automatic Operating System testing framework - documentation Documentation for openQA (and the associated os-autoinst test engine), covering topics including: installation, configuration, and basic test writing. . openQA is a testing framework that allows you to run tests on pretty-much anything that you can 'remotely' control. For instance, a VM that can be accessed via VNC. Multi-Arch: foreign Homepage: https://open.qa Section: doc Priority: optional Filename: pool/main/o/openqa/openqa-doc_4.6.1732034221.ae34b08ff-2~bpo12+1_all.deb Package: openqa-worker Source: openqa Version: 4.6.1732034221.ae34b08ff-2~bpo12+1 Installed-Size: 239 Maintainer: Philip Hands Architecture: all Depends: perl:any, openqa-client (>= 4.6.1732034221.ae34b08ff-2~bpo12+1), os-autoinst (>= 4.6.1631608584), libsql-splitstatement-perl, libmojo-ioloop-readwriteprocess-perl, libnet-dns-native-perl, vde2, libfile-map-perl Pre-Depends: openqa-common (>= 4.6.1732034221.ae34b08ff-2~bpo12+1) Recommends: qemu, libminion-backend-sqlite-perl Size: 46928 SHA256: 5f5608874e13bbe7aae8f943019e94be6110855d5850a626c37f430dbf10b154 SHA1: dba83ee65c22c5784a04a581f480b6ed37e882d2 MD5sum: a02b96953ad1ef53b64b4b768632bf72 Description: automatic Operating System testing framework (worker) openQA is a testing framework that allows you to run tests on pretty-much anything that you can get 'remote' control of (most often, anything you can run in a VM and point VNC at). This allows testing of things including GUI applications, system boot-up (BIOS, bootloaders, kernels), installers and whole operating systems. . Tests (using Perl syntax) generally consist of little more than sequences like: assert_and_click 'some_icon'; assert_screen 'some_prompt'; send_key 'ret'; which are run using the os-autoinst test engine, by a worker. The tags named in scripts can then be associated with 'needles' (elements of screenshots) via the webUI (either from past tests, or while controlling a live test). Other testing possibilities include: serial-connected headless systems, multi-host networked tests, and non-VM 'real' systems. . This package is to be installed on a worker system (which may also be acting as a server). Workers register with a server (or perhaps multiple servers), and can then accept jobs, and run tests (using the os-autoinst test engine). Homepage: https://open.qa Section: devel Priority: optional Filename: pool/main/o/openqa/openqa-worker_4.6.1732034221.ae34b08ff-2~bpo12+1_all.deb Package: opensbi Version: 1.5.1-1~bpo12+2 Installed-Size: 1810 Maintainer: Vagrant Cascadian Architecture: all Size: 183368 SHA256: d4f5fb635e06d734df99e8c9e5f518c2946d16590fb41276f7a42aa4f91220ca SHA1: 997d951163cbf01cf503af61a61d38381bfd1527 MD5sum: 152d6100ae16f165d6a599775a4d5b45 Description: RISC-V Open Source Supervisor Binary Interface An open-source reference implementation of the RISC-V SBI specifications for platform-specific firmwares executing in M-mode. . The following firmware platforms are provided: generic Multi-Arch: foreign Homepage: https://github.com/riscv-software-src/opensbi Section: misc Priority: optional Filename: pool/main/o/opensbi/opensbi_1.5.1-1~bpo12+2_all.deb Package: openseachest Version: 23.12-1~bpo12+1 Installed-Size: 8494 Maintainer: Gürkan Myczko Architecture: arm64 Depends: libc6 (>= 2.34) Size: 1080084 SHA256: be85e9e98038184eb0d6e85f6b178dc43c58a2b2f01122588948e9aa75e63de5 SHA1: aba653bab00369632c8b3486e82bbb1e48042a05 MD5sum: 1c957998cd9a029ce3af38c4e97d52db Description: utilities for operations on SATA/SAS/NVMe/USB storage devices These are tools for storage devices, some allegedly general, some specific for Seagate devices. . These allow things like upgrading the device firmware or changing to exported sector size of HDDs (i.e. that it also uses 4K logical sectors and not just 512e/4Kn). Homepage: https://github.com/Seagate/openSeaChest Section: admin Priority: optional Filename: pool/main/o/openseachest/openseachest_23.12-1~bpo12+1_arm64.deb Package: opensmtpd Version: 7.4.0p1-1~bpo12+1 Installed-Size: 1712 Maintainer: Ryan Kavanagh Architecture: arm64 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libdb5.3, libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, adduser, ed Pre-Depends: init-system-helpers (>= 1.54~) Recommends: opensmtpd-extras Suggests: ca-certificates Conflicts: mail-transport-agent, sendmail-base Size: 355436 SHA256: d0e6c92ca714fd8ed33b32e8fd4fa6a0893a6684607efe8b77362681a465478e SHA1: 0b50b3271e9a774ee3b4aaeab49cbbca6358a13f MD5sum: 83a54dcffe0d6c40171be3b36e98421d Description: secure, reliable, lean, and easy-to configure SMTP server The OpenSMTPD server seeks to be * as secure as possible, and uses privilege separation to mitigate possible security bugs * as reliable as possible: any accepted email must not be lost * lean: it covers typical usage cases instead of every obscure one * easy to configure, with a configuration syntax reminiscent of the OpenBSD Packet Filter's (PF) * fast and efficient: it can handle large queues with reasonable performance Homepage: https://www.opensmtpd.org/ Section: mail Priority: optional Filename: pool/main/o/opensmtpd/opensmtpd_7.4.0p1-1~bpo12+1_arm64.deb Package: openssh-client Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 5196 Maintainer: Debian OpenSSH Maintainers Architecture: arm64 Replaces: openssh-sk-helper, ssh, ssh-krb5 Provides: ssh-client Depends: adduser, passwd, init-system-helpers (>= 1.52), libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libfido2-1 (>= 1.8.0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Recommends: xauth Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass Conflicts: sftp Breaks: openssh-sk-helper Size: 920220 SHA256: 38183da97d60097e18036076dbb7664bead5e8d7146bcb45bd182c2f8d3d0bbe SHA1: 69a3f99eb40e5d832939731f190d6f20f5f72bfc MD5sum: 9e443707b61928aa0aa310b021ce7aa9 Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: standard Filename: pool/main/o/openssh/openssh-client_10.0p1-5~bpo12+2_arm64.deb Package: openssh-client-gssapi Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 155 Maintainer: Debian OpenSSH Maintainers Architecture: all Depends: openssh-client (>= 1:10.0p1-5~bpo12+2) Size: 147180 SHA256: 58e918ee381f0c4ab2dc84da358b83a7c6a8b34278ad92fbd6ffc0f9a7cbb932 SHA1: e7d4fbb4a8ff9c7c304e998e2bb399f52538881b MD5sum: 42c75949d0945d41945900e2cd596769 Description: secure shell (SSH) client, with GSS-API support This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides versions of the ssh client and related programs built with support for GSS-API authentication and key exchange, which can be used with systems such as Kerberos. It is currently an empty package depending on openssh-client, but future releases will remove GSS-API support from openssh-client, so users who need it should install this package. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/openssh-client-gssapi_10.0p1-5~bpo12+2_all.deb Package: openssh-server Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 3423 Maintainer: Debian OpenSSH Maintainers Architecture: arm64 Replaces: openssh-client (<< 1:7.9p1-8), ssh, ssh-krb5 Provides: ssh-server Depends: libpam-modules, libpam-runtime, lsb-base, openssh-client (= 1:10.0p1-5~bpo12+2), openssh-sftp-server, procps, ucf, debconf (>= 0.5) | debconf-2.0, runit-helper (>= 2.14.0~), systemd | systemd-standalone-sysusers | systemd-sysusers, libaudit1 (>= 1:2.2.1), libc6 (>= 2.36), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: default-logind | logind | libpam-systemd, ncurses-term, xauth Suggests: molly-guard, monkeysphere, ssh-askpass, ufw Conflicts: sftp, ssh-socks, ssh2 Breaks: runit (<< 2.1.2-51~) Size: 546000 SHA256: 9956fe93f497f54d733454040010b7c5172dcdc6cf9f08303706e9032abf5de3 SHA1: d399b4951968d772084c603b661c6e3792479c34 MD5sum: 2998278eb09b321bb8e2b230a617d69b Description: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/openssh-server_10.0p1-5~bpo12+2_arm64.deb Package: openssh-server-gssapi Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 155 Maintainer: Debian OpenSSH Maintainers Architecture: all Depends: openssh-client-gssapi (>= 1:10.0p1-5~bpo12+2), openssh-server (>= 1:10.0p1-5~bpo12+2) Size: 147188 SHA256: 9ec4f05d2353716137adcfd3e0736b5b63397ce9458bfa33c8ee4d6fb6085b6e SHA1: ff5f3d85cf22a00ea77a359e74b7af3a73ce9f83 MD5sum: b1534be6b0ae0fbdb7222fd3d3e6c962 Description: secure shell (SSH) server, with GSS-API key exchange This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides a version of the sshd server built with support for GSS-API authentication and key exchange, which can be used with systems such as Kerberos. It is currently an empty package depending on openssh-server, but future releases will remove GSS-API support from openssh-server, so users who need it should install this package. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/openssh-server-gssapi_10.0p1-5~bpo12+2_all.deb Package: openssh-sftp-server Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 209 Maintainer: Debian OpenSSH Maintainers Architecture: arm64 Replaces: openssh-server (<< 1:6.5p1-5) Depends: openssh-client (= 1:10.0p1-5~bpo12+2), libc6 (>= 2.34) Recommends: openssh-server | ssh-server Enhances: openssh-server, ssh-server Breaks: openssh-server (<< 1:6.5p1-5) Size: 59792 SHA256: dd7026bacadc7ac3077e58696d083132eb2164330df2134dbb6691a7bff35772 SHA1: a6f1e81efee264011eab39acc971d98f8436804c MD5sum: 165b337055400a07f5e84cb3415f484f Description: secure shell (SSH) sftp server module, for SFTP access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the SFTP server module for the SSH server. It is needed if you want to access your SSH server with SFTP. The SFTP server module also works with other SSH daemons like dropbear. . OpenSSH's sftp and sftp-server implement revision 3 of the SSH filexfer protocol described in: . http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt . Newer versions of the draft will not be supported, though some features are individually implemented as extensions. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/openssh-sftp-server_10.0p1-5~bpo12+2_arm64.deb Package: openssh-tests Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 7351 Maintainer: Debian OpenSSH Maintainers Architecture: arm64 Depends: openssh-client (= 1:10.0p1-5~bpo12+2), openssh-server (= 1:10.0p1-5~bpo12+2), openssh-sftp-server (= 1:10.0p1-5~bpo12+2), openssl, putty-tools (>= 0.67-2), python3-twisted, libc6 (>= 2.36), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 1002272 SHA256: 7550648e83cfe0bb90651e078b221feb4299bce5e2bada31bdf3a3710fc653a1 SHA1: 07462d386acc19fdd33187fbdb321376013c34bb MD5sum: 3fe1a13867899cbbb8c2b5dbed9fa012 Description: OpenSSH regression tests This package provides OpenSSH's regression test suite. It is mainly intended for use with the autopkgtest system, though can also be run directly using /usr/lib/openssh/regress/run-tests. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/openssh-tests_10.0p1-5~bpo12+2_arm64.deb Package: opentelemetry-cpp Version: 1.19.0-3~bpo12+1 Installed-Size: 3702 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libcurl4 (>= 7.68.0), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11) Size: 583712 SHA256: 1104d3b0e8b015e50ced0bb3066a970d984e7ff132b5aa3ce13b23a194fb9124 SHA1: 243a431b6b04ee310a939ad402fedbe47844687f MD5sum: 1cb3a2a2157d822b23e11fa4a3261a67 Description: OpenTelemetry C++ SDK library OpenTelemetry is an Observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. Crucially, OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends. . OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. The storage and visualization of telemetry is intentionally left to other tools. . This package provides the C++ OpenTelemetry SDK library. Multi-Arch: same Homepage: https://github.com/open-telemetry/opentelemetry-cpp/ Section: libs Priority: optional Filename: pool/main/o/opentelemetry-cpp/opentelemetry-cpp_1.19.0-3~bpo12+1_arm64.deb Package: opentelemetry-cpp-dev Source: opentelemetry-cpp Version: 1.19.0-3~bpo12+1 Installed-Size: 2283 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: opentelemetry-cpp (= 1.19.0-3~bpo12+1) Size: 274424 SHA256: e51240c132a8f0615ce4f3a3f1ced94c5ed58827b1bd60bdc28ac6a5c930069d SHA1: eb289d14efe47ad85729cb85a378348f7554c52e MD5sum: 3d986161101d7fd0f318fd51ec4689e5 Description: OpenTelemetry C++ client library OpenTelemetry is an Observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. Crucially, OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends. . OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. The storage and visualization of telemetry is intentionally left to other tools. . This package provides the C++ OpenTelemetry client header-only library. Multi-Arch: same Homepage: https://github.com/open-telemetry/opentelemetry-cpp/ Section: libdevel Priority: optional Filename: pool/main/o/opentelemetry-cpp/opentelemetry-cpp-dev_1.19.0-3~bpo12+1_arm64.deb Package: opentelemetry-proto Version: 1.5.0-1~bpo12+1~1 Installed-Size: 256 Maintainer: Debian Science Maintainers Architecture: all Size: 98296 SHA256: c577d4676e44c0d34e1eb8e4640bd8d8f7899aa766220b8c4a61d8eec165c757 SHA1: a9c532b973796d2f88ce45bb1831231ef0067dd7 MD5sum: 69f2759fe3ffc23db010ce172ad71bab Description: OpenTelemetry protocol specification and proto files OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. Crucially, OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends. . OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. The storage and visualization of telemetry is intentionally left to other tools. . This package contains the OpenTelemetry Protocol (OTLP) specification and the corresponding language independent interface types (.proto files). Homepage: https://opentelemetry.io/docs/specs/otlp/ Section: science Priority: optional Filename: pool/main/o/opentelemetry-proto/opentelemetry-proto_1.5.0-1~bpo12+1~1_all.deb Package: orca Version: 48.1-1~bpo12+1 Installed-Size: 15816 Maintainer: Debian Accessibility Team Architecture: all Depends: python3:any, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-wnck-3.0, gir1.2-gstreamer-1.0, gstreamer1.0-plugins-good, gir1.2-atspi-2.0 (>= 2.50.0~), python3-brlapi, python3-cairo, python3-gi, python3-louis, at-spi2-core (>= 2.50.0~), python3-speechd, python3-dbus, speech-dispatcher, gsettings-desktop-schemas, xkbset Recommends: xbrlapi Suggests: brltty Size: 1984844 SHA256: 1d48ef66689ce9479d07f8f61b1dcfadb8a91c8ff1917c5ec94c517040e91a7c SHA1: 31124421267ad16b182a6d10bfee658680a43373 MD5sum: c459053b0148f4077118e451652e35ae Description: Scriptable screen reader A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). . Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts. Multi-Arch: foreign Homepage: https://wiki.gnome.org/Projects/Orca Section: gnome Priority: optional Filename: pool/main/o/orca/orca_48.1-1~bpo12+1_all.deb Package: os-autoinst Version: 4.6.1731418769.97d9a7fd-4~bpo12+1 Installed-Size: 1108 Maintainer: Philip Hands Architecture: arm64 Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopencv-core406 (>= 4.6.0+dfsg), libopencv-highgui406 (>= 4.6.0+dfsg), libopencv-imgcodecs406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libsndfile1 (>= 1.0.20), libstdc++6 (>= 12), libtheora0 (>= 1.0), perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, qemu-system-x86 (>= 4.0.0), qemu-utils, optipng, git, tesseract-ocr-all, python3, libmojolicious-perl (>= 5.60), libcarp-always-perl, libdata-dump-perl, libcrypt-des-perl, libjson-perl, libnet-dbus-perl, libipc-system-simple-perl, libxml-libxml-perl, libnet-ssh2-perl, libtest-mockmodule-perl, libdevel-cover-perl, libtest-warnings-perl, libpod-coverage-perl, libtest-fatal-perl, libtest-pod-perl, libexception-class-perl, libipc-run-perl, libtest-output-perl, libautodie-perl, libnet-ip-perl, libfile-which-perl, libnet-snmp-perl, libjson-xs-perl, libyaml-pp-perl, libtime-moment-perl, libmojo-ioloop-readwriteprocess-perl, libjson-validator-perl, libcpanel-json-xs-perl, liblist-moreutils-perl Recommends: x11-xkb-utils, tigervnc-standalone-server, openvswitch-switch, ffmpeg Enhances: openqa Size: 223532 SHA256: 3ff7f30d4d262a39df9b319f2cee8643b469c02f82ae0a945208d501967604b7 SHA1: 429d4e60ce881a2b1ac4751fd79f9a542dc6dfbe MD5sum: c73aaa79011ec06234e8eb248a98eff1 Description: automated testing of Operating Systems The OS-autoinst project aims at providing a means to run fully automated tests. Especially to run tests of basic and low-level operating system components such as bootloader, kernel, installer and upgrade, which can not easily and safely be tested with other automated testing frameworks. However, it can just as well be used to test firefox and openoffice operation on top of a newly installed OS. . os-autoinst can be executed alone, but is currently designed to be executed together with openQA, the web user interface that allows one to run more than one os-autoinst instance at the same time. Homepage: http://open.qa Section: devel Priority: optional Filename: pool/main/o/os-autoinst/os-autoinst_4.6.1731418769.97d9a7fd-4~bpo12+1_arm64.deb Package: osm2pgsql Version: 2.1.1+ds-1~bpo12+1 Installed-Size: 3262 Maintainer: Debian GIS Project Architecture: arm64 Depends: python3-psycopg2, python3-pyosmium, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.5), liblua5.3-0, libopencv-core406 (>= 4.6.0+dfsg), libopencv-imgcodecs406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libpotrace0, libpq5 (>= 9.0~), libproj25 (>= 6.1.0), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Recommends: postgis Size: 731844 SHA256: 5268f64eaa3317ff5bd22c165fa1fbbec9725f2be3afc9c5bd2976561d02d7c9 SHA1: fb2e38172b1a09d9f99d556dd47ef9766ec6e946 MD5sum: 77468deb89873098fd0d7c1b19ca35ec Description: OpenStreetMap data to PostgreSQL converter Convert OSM planet snapshot data to SQL suitable for loading into a PostgreSQL database with PostGIS geospatial extensions. This database may then be used to render maps with Mapnik or for other geospatial analysis. Homepage: https://osm2pgsql.org/ Section: utils Priority: optional Filename: pool/main/o/osm2pgsql/osm2pgsql_2.1.1+ds-1~bpo12+1_arm64.deb Package: osmcoastline Version: 2.4.1-1~bpo12+1 Installed-Size: 1262 Maintainer: Debian GIS Project Architecture: arm64 Depends: libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.4.0), libgeos-c1v5 (>= 3.4.2), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 243148 SHA256: d71aecfb1ccd5f408e932eb14d787c6580a863d0201b5621db91b811dfc648ce SHA1: a784b8bc25edb64551c8e9e1b414e4111cbf1a32 MD5sum: bc36b8a8743a17b776d91ab76ac5f8e8 Description: Extract coastline data from OpenStreetMap planet file OSMCoastline extracts the coastline from an OSM planet file and assembles all the pieces into polygons for use in map renderers etc. . OSMCoastline relies on the Osmium library for its OpenStreetMap data handling. . The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. . This package contains the OSMCoastline utilities. Homepage: https://osmcode.org/osmcoastline/ Section: utils Priority: optional Filename: pool/main/o/osmcoastline/osmcoastline_2.4.1-1~bpo12+1_arm64.deb Package: osmium-tool Version: 1.18.0-1~bpo12+1 Installed-Size: 2052 Maintainer: Debian GIS Project Architecture: arm64 Depends: libboost-program-options1.74.0 (>= 1.74.0+ds1), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 633552 SHA256: d2729b4f6cc7da0afb64fe759b38623df01576c38b88b340e957525d577111e4 SHA1: f78a11f9348872f29c94fc4cde26251f596a57f7 MD5sum: f974c95b958cdc6e4360d38c631caa6b Description: Command line tool for working with OpenStreetMap data Osmium Tool is a multipurpose command line tool based on the Osmium library. . With the Osmium Tool you currently can: . * Get information about an OSM file * Convert OSM files from one format into another (supports all XML and PBF formats) * Merge and apply change files to an OSM file (with or without history) * Extract data from OSM history files for a given point in time or a time range . The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations. Homepage: https://osmcode.org/osmium-tool/ Section: utils Priority: optional Filename: pool/main/o/osmium-tool/osmium-tool_1.18.0-1~bpo12+1_arm64.deb Package: osmosis Version: 0.49.2-2~bpo12+1 Installed-Size: 2401 Maintainer: Debian GIS Project Architecture: all Depends: default-jre-headless | java17-runtime-headless, libcommons-logging-java, libcommons-pool-java, libplexus-classworlds-java, libspring-beans-java, libspring-core-java, libspring-transaction-java, libcommons-codec-java (>= 1.15), libcommons-compress-java (>= 1.22), libcommons-csv-java (>= 1.9.0), libcommons-dbcp-java (>= 1.4), libcommons-io-java (>= 2.11.0), libguava-java, libjpf-java, libmariadb-java (>= 2.7.6), libosmpbf-java, libpostgis-java, libpostgresql-jdbc-java (>= 42.5.4), libprotobuf-java, libspring-jdbc-java Size: 941004 SHA256: 15652f8d903890fd3e1cfa9c636923d1f13f3a26a2af6badc55a3afb7d0d052c SHA1: 10398ed48e377f61a8fa411396c3acf2e85f2e8d MD5sum: 93d5f6cb050f6b3aa356e7e3b08f5b4e Description: Command line OpenStreetMap data processor Osmosis consists of a series of components that can be chained together in order to perform operations on an OpenStreetMap database or OpenStreetMap XML or PBF files. Such operations include: * Generate and load dumps from and to a database. * Produce changesets comparing databases and files and applying them to other databases and files. * Sort data contained in a file. * Extract data contained in a bounding box or in a polygon. Homepage: https://wiki.openstreetmap.org/wiki/Osmosis Section: utils Priority: optional Filename: pool/main/o/osmosis/osmosis_0.49.2-2~bpo12+1_all.deb Package: osslsigncode Version: 2.9-1~bpo12+1 Installed-Size: 278 Maintainer: Stephen Kitt Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 75284 SHA256: 3f972d96a70f08cd11989ba2f8bfb65a7f49e6b144b2ea949cfe5c96a23b9c3a SHA1: 8538269e460c6a0eba943758f9eaa9dbca029aa9 MD5sum: 5a667dc10ba7300edbe40aaf5c4d1988 Description: Authenticode signing tool osslsigncode is an Authenticode signing tool for PE binaries (Windows executables, DLLs, drivers...), CAB archives and MSI installation packages. It also supports timestamping using Authenticode and RFC-3161. Multi-Arch: foreign Homepage: https://github.com/mtrojnar/osslsigncode Section: otherosfs Priority: optional Filename: pool/main/o/osslsigncode/osslsigncode_2.9-1~bpo12+1_arm64.deb Package: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 425 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: arm64 Depends: libc6 (>= 2.34), libcotp3 (>= 3.0.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3), libgtk-3-0 (>= 3.21.5), libjansson4 (>= 2.14), libpng16-16 (>= 1.6.2-1), libprotobuf-c1 (>= 1.3.1), libqrencode4 (>= 3.2.0), libsecret-1-0 (>= 0.7), libuuid1 (>= 2.16), libzbar0 (>= 0.10) Suggests: otpclient-cli (= 4.0.2-1~bpo12+1) Size: 70188 SHA256: acecec296e6b59fc883ff085a3275a2d133067a8e339e167b6b49b2e7862dda4 SHA1: 9961f72605051a015c9f75fc0ed8d1c7e53572da MD5sum: e8954c1379d24cda9158ce81730c1039 Description: Simple GTK+ software to generate OTPs (TOTP and HOTP) OTPClient is GTK+ software for two-factor authentication that supports both Time-based One-time Passwords (TOTP) and HMAC-Based One-Time Passwords (HOTP). . Features: - Support both TOTP and HOTP. - Support setting custom digits (between 4 and 10 inclusive). - Support setting a custom period (between 10 and 120 seconds inclusive). - Support SHA1, SHA256 and SHA512 algorithms. - Support for Steam codes. - Import encrypted Authenticator Plus backup. - Import and export encrypted and/or plain andOTP backup. - Import and export plain FreeOTPPlus backup (key URI format only). - Import and export plain Aegis backup (plain json only). - Local database is encrypted using AES256-GCM. * Key is derived using PBKDF2 with SHA512 and 100k iterations. * Decrypted file is never saved (and hopefully never swapped) to disk. While the app is running, the decrypted content resides in a "secure memory" buffer allocated by Gcrypt. Homepage: https://github.com/paolostivanin/OTPClient Section: utils Priority: optional Filename: pool/main/o/otpclient/otpclient_4.0.2-1~bpo12+1_arm64.deb Package: otpclient-cli Source: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 161 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: arm64 Depends: libc6 (>= 2.34), libcotp3 (>= 3.0.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.67.3+git20210214), libjansson4 (>= 2.14), libsecret-1-0 (>= 0.7), libuuid1 (>= 2.16) Recommends: otpclient (= 4.0.2-1~bpo12+1) Size: 35648 SHA256: a4d27cde1872c0624483d74fcb6f62e1174538bdcf6d66817f68656232350168 SHA1: 446546cb4d5710a09f8dbc02a17a8eb1de6427ea MD5sum: 3886d9c1c20a11cd19fcb607d1e722f0 Description: command-line for OTPClient OTPClient-CLI is simplified version of OTPClient. Only two operations are supported: - list: this will print all pairs of account and issuer that are in the database. - show: this will show the OTP for a given account/issuer. Homepage: https://github.com/paolostivanin/OTPClient Section: utils Priority: optional Filename: pool/main/o/otpclient/otpclient-cli_4.0.2-1~bpo12+1_arm64.deb Package: packetsender Version: 8.3.5-1~bpo12+1 Installed-Size: 2475 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0~alpha1) | libqt5gui5-gles (>= 5.2.0~alpha1), libqt5network5 (>= 5.15.1), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5) Size: 1373260 SHA256: fdd2e3dc59717f258a0a9ec9f81ee770333d471c7f970090f4f05fbe5db92fb1 SHA1: e005cf997e14b0c3919c506a313e924b0faac06d MD5sum: 70fe294605c121a73492c09de92f180a Description: Utility for sending and receiving TCP, UDP, SSL, HTTP packets Packet Sender is a utility that sends and receives TCP, UDP, SSL (encrypted TCP)packets as well HTTP/HTTPS on the ports of your choosing. It supports IPv4 and IPv6 and provides a GUI for final users. However, is also possible use Packet Sender in text mode via command line. . Some features: * Can act as client/server to send and receive network traffic. * A payload can be created in ASCII or hex. * Command line mode is available for automation and scripting. * Packet Sender cloud is a disposable resource to be used to publicly display and distribute packets (via an URL) for collaboration, tutorials, end users, etc. Packet Sender may import public packet sets with public URL. . Some uses: * Control network-based devices in ways beyond their original apps. * Test automation (using command line tool and/or hotkeys). * Test network APIs (using the built-in TCP, UDP, SSL clients). * Malware analysis (using the built-in UDP, TCP, SSL servers). * Troubleshoot secure connections (using SSL). * Test network connectivity/firewalls (by having 2 Packet Senders talk to each other). * Stress-test a device (using intense network generator tool). * Tech support (by sending customers a portable Packet Sender with pre-defined settings and packets). * Share/Save/Collaborate using the Packet Sender Cloud service. . Packet Sender is useful for network security, network teaching, pentesters and to test firewall systems. Homepage: https://packetsender.com/ Section: net Priority: optional Filename: pool/main/p/packetsender/packetsender_8.3.5-1~bpo12+1_arm64.deb Package: papirus-icon-theme Version: 20250501-1~bpo12+1 Installed-Size: 187357 Maintainer: Debian Desktop Theme Team Architecture: all Replaces: epapirus-icon-theme Provides: epapirus-icon-theme Depends: hicolor-icon-theme Recommends: librsvg2-common Suggests: gtk-update-icon-cache Breaks: epapirus-icon-theme Size: 22616812 SHA256: d9f3bc708e404b0b6864615d8b8de7f28c612ffa805a3665ef7375cf96bf485b SHA1: a0a1025578e131a0bc93afd9ae1c32d893bbfd15 MD5sum: 33ee5f1d614815ba036bbb4fbf011811 Description: Papirus open source icon theme for Linux Papirus is a SVG-based icon theme, drawing inspiration from Material Design and flat design. . This package contains the following icon themes: - Papirus - Papirus-Dark - Papirus-Light Homepage: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme Section: x11 Priority: optional Filename: pool/main/p/papirus-icon-theme/papirus-icon-theme_20250501-1~bpo12+1_all.deb Package: pari-doc Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 14908 Maintainer: Bill Allombert Architecture: all Recommends: pari-gp, perl:any, texlive-base Size: 8503516 SHA256: d6dca82bb2f78c1ca7c9ce7776bbb50c2f3f37840ff316930175579a60dd0690 SHA1: c3b5f8d059aecff91a4f8bbd1b54a5c919af7824 MD5sum: d114744516bf8b1f593a6f354f66c1de Description: PARI/GP Computer Algebra System documentation PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the documentation and the extended online help. Multi-Arch: foreign Homepage: http://pari.math.u-bordeaux.fr Section: doc Priority: optional Filename: pool/main/p/pari/pari-doc_2.17.0-2~bpo12+1_all.deb Package: pari-gp Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 9578 Maintainer: Bill Allombert Architecture: arm64 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libreadline8 (>= 6.0), libx11-6 Recommends: pari-doc, pari-galdata, pari-elldata, pari-seadata Suggests: pari-gp2c, pari-galpol, pari-nflistdata Size: 3555964 SHA256: 1975c272979f6ddd3bd0be2b2e2b6f4581b752f4f4256c8c051473ad7c750358 SHA1: 44a1377fb253d8f1bdbd2c93ee90c51333e5bd13 MD5sum: 189dc36b1810f2dc4461dd0a53f6cf59 Description: PARI/GP Computer Algebra System binaries PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the GP calculator. Homepage: http://pari.math.u-bordeaux.fr Section: math Priority: optional Filename: pool/main/p/pari/pari-gp_2.17.0-2~bpo12+1_arm64.deb Package: persepolis Version: 4.3.0-1~bpo12+1 Installed-Size: 1790 Maintainer: Debian Python Team Architecture: all Depends: aria2, libnotify-bin, libqt5svg5, python3-pyqt5, python3-requests, python3:any Recommends: ffmpeg, pulseaudio, python3-psutil, python3-setproctitle, sound-theme-freedesktop, yt-dlp Size: 347684 SHA256: 7c4a7134d69348f9d4dccc7e53f8e021c144eff47b210b949b5169403b459765 SHA1: 5ae04b3644b7a1dbbc88181bf4e37d3c7d0e414a MD5sum: 95c7300cc448b8b31d09be58cd899064 Description: Graphical download manager based on Aria2 Persepolis is a graphical user interface on the Aria2 download manager. . Aria2 is a high speed download utility which is capable of making several connections to download files. It will boost the download in some cases, specially if you have a limited network connection. . Persepolis makes the usage of Aria2 easier by providing a graphical interface for it and in addition, it includes some extra functionalities like scheduled downloads. Homepage: https://persepolisdm.github.io/ Section: net Priority: optional Filename: pool/main/p/persepolis/persepolis_4.3.0-1~bpo12+1_all.deb Package: php-mapscript-ng Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 897 Maintainer: Debian GIS Project Architecture: arm64 Depends: php-common (>= 1:7.0+33~), phpapi-20220829, libc6 (>= 2.17), libmapserver2 (>= 8.4.0) Suggests: mapserver-bin, mapserver-doc Size: 191176 SHA256: 4ee682401e36b2c9f1e9115cbf1c16819cb6ac20f75fc59cde63352ee01950d0 SHA1: 639aa049733d0ba92cc98a237f2daafcb79b490e MD5sum: 7445c4852363014b33dedf8b44f3a23b Description: PHP MapServer module (SWIG) PHP MapScript provides MapServer functions for PHP scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. . This package provides MapScript for PHP based on SWIG. Homepage: https://mapserver.org Section: php Priority: optional Filename: pool/main/m/mapserver/php-mapscript-ng_8.4.0-1~bpo12+1_arm64.deb Package: php-phpmyadmin-sql-parser Source: phpmyadmin-sql-parser Version: 5.10.3-1~bpo12+1 Installed-Size: 3039 Maintainer: phpMyAdmin Team Architecture: all Depends: php-cli, php-common, php-mbstring Suggests: php-phpmyadmin-motranslator Size: 98612 SHA256: 631d454df5c9c722a3042f8e49f3ad518441f053bf65485a8cf4367d186bab7f SHA1: d90153a80fab1660f97e21d81fe2b3c925cbc0c6 MD5sum: c2e1e535c1f633cb45b8023892ad6766 Description: validating SQL lexer and parser This library parses and is able to tokenize, lint and syntax-highlight SQL statements. It is also able to alter the parsed query. . This library has a focus on the MySQL dialect. Homepage: https://github.com/phpmyadmin/sql-parser Section: php Priority: optional Filename: pool/main/p/phpmyadmin-sql-parser/php-phpmyadmin-sql-parser_5.10.3-1~bpo12+1_all.deb Package: php-tcpdf Source: tcpdf Version: 6.9.1+dfsg-1~bpo12+1 Installed-Size: 19747 Maintainer: phpMyAdmin Team Architecture: all Depends: icc-profiles-free, php-curl, php-common Recommends: php-bcmath, php-gd, php-mcrypt Suggests: php-imagick Size: 7824408 SHA256: ff78608039729d74ba3ebea53d76e800244330009510ed1da96a1261fe04dacb SHA1: a157f697df61ace5ff83eb61741e216e63d6e8ac MD5sum: 0296ad5587ae69b57ec61da7011c4712 Description: PHP class for generating PDF files on-the-fly TCPDF is a library to generate PDF files that does not require external extensions. It also includes a class to extract data from existing PDF documents and classes to generate 1D and 2D barcodes in various formats. . TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (https://www.fpdf.org). . Its main features are: . * an extensive API to control the generated content and its layout (including using XHTML as input); * works without external libraries; * works with any language (UTF-8 and RTL support); * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts; * supports all page formats (standardized and customized); * supports most PDF features: - encryption and digital signatures - compression - bookmarks - javascript and forms support - PDF annotations, including links, text and file attachments - XOBject Templates (layers and object visibility, PDF/A-1b support) * supports barcode generation (multiple formats); * automatic hyphenation and page break. Homepage: https://www.tcpdf.org/ Section: php Priority: optional Filename: pool/main/t/tcpdf/php-tcpdf_6.9.1+dfsg-1~bpo12+1_all.deb Package: phpldapadmin Version: 1.2.6.7-3~bpo12+1 Installed-Size: 3097 Maintainer: William Desportes Architecture: all Depends: php, php-ldap, php-xml, ucf, debconf (>= 0.5) | debconf-2.0 Recommends: libapache2-mod-php | lighttpd | nginx | php-fpm | httpd Suggests: www-browser Size: 768856 SHA256: f7f887a91a3923853f091202511e821e71fe9dc90282dc99ae41199ef4e7b848 SHA1: 5e007decbea003c66baba3b6fafb4f03211e6034 MD5sum: 249e4187cc63e29af271891aec3f0941 Description: web based interface for administering LDAP servers phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Since it is a web application, this LDAP browser works on many platforms, making your LDAP server easily manageable from any location. Usually, you may access PLA by pointing your browser to http:///phpldapadmin . Homepage: https://www.phpldapadmin.org/ Section: admin Priority: optional Filename: pool/main/p/phpldapadmin/phpldapadmin_1.2.6.7-3~bpo12+1_all.deb Package: phppgadmin Version: 7.14.7+dfsg-1~bpo12+1 Installed-Size: 2830 Maintainer: Debian PostgreSQL Maintainers Architecture: all Depends: libapache2-mod-php | php-cgi | php-fpm, libjs-jquery, libphp-adodb, php-common, php-pgsql, php-mbstring Recommends: apache2 (>= 2.4.6-4~) | httpd Suggests: postgresql, postgresql-doc, slony1-bin Size: 450792 SHA256: a9d7fd66299a6daf9a7c7bec3906f8e47a4a823c49868e684a73df2d6e5cb99f SHA1: efdf24ae7d07c808383402e39b00cc5f3fccb22c MD5sum: cb9146737bf7df7f80c3a70e8eb183fc Description: web-based administration tool for PostgreSQL phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies and hosting services. . Features: * Administer multiple servers * Manage all aspects of: * Users & groups * Databases * Schemas * Tables, indexes, constraints, triggers, rules & privileges * Views, sequences & functions * Advanced objects * Reports * Easy data manipulation: * Browse tables, views & reports * Execute arbitrary SQL * Select, insert, update and delete * Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed, pg_dump * Import SQL scripts, COPY data, XML, CSV and Tabbed * Supports the Slony master-slave replication engine * Excellent language support: * Available in 27 languages * No encoding conflicts. Edit Russian data using a Japanese interface! * Easy to install and configure Homepage: https://github.com/ReimuHakurei/phpPgAdmin Section: web Priority: optional Filename: pool/main/p/phppgadmin/phppgadmin_7.14.7+dfsg-1~bpo12+1_all.deb Package: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 53 Maintainer: Patrick Zajda Architecture: arm64 Depends: pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 9064 SHA256: 55003fac34b93bd2ff6f719e9adf44c3dd1f95e7853c092dc633516f6b346981 SHA1: e37c65634f2d2137f1b469ee1e74491d3a5899f0 MD5sum: ada137051bd693239444b264fd72698d Description: Skype plugin for libpurple messengers (Pidgin-specific files) This protocol plugin allows libpurple to communicate with Skype Web. Applications using libpurple (Pidgin, Finch, Empathy/Telepathy, etc.) can thus show your Skype contacts alongside those from other protocols, and you can communicate with them using that application. . This product uses the web version of Skype. . This package contains Pidgin-specific files. Homepage: https://github.com/EionRobb/skype4pidgin Section: net Priority: optional Filename: pool/main/p/pidgin-skype/pidgin-skype_20240122+gitab786a3+dfsg-2~bpo12+1_arm64.deb Package: pidgin-skype-common Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 224 Maintainer: Patrick Zajda Architecture: arm64 Replaces: pidgin-skype (<< 20121121+svn646+dfsg-1), skype4pidgin Provides: skype4pidgin Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.28.0), libjson-glib-1.0-0 (>= 1.5.2), libpurple0 (>= 2.10.12), zlib1g (>= 1:1.1.4) Breaks: pidgin-skype (<< 20121121+svn646+dfsg-1), skype4pidgin Size: 65872 SHA256: d955e9209c2f2617e61b8c1618abead36958ba0ec7ab342e8b6d9802fa33cec8 SHA1: 497da981a60af69fe14bafee39d5bf0848f026da MD5sum: 9783bdc7415ad78676b0673beebbac7c Description: Skype plugin for libpurple messengers (common files) This protocol plugin allows libpurple to communicate with Skype Web. Applications using libpurple (Pidgin, Finch, Empathy/Telepathy, etc.) can thus show your Skype contacts alongside those from other protocols, and you can communicate with them using that application. . This product uses the web version of Skype. Homepage: https://github.com/EionRobb/skype4pidgin Section: net Priority: optional Filename: pool/main/p/pidgin-skype/pidgin-skype-common_20240122+gitab786a3+dfsg-2~bpo12+1_arm64.deb Package: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 137 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: adduser, libpipewire-0.3-modules (= 1.4.2-1~bpo12+1), pipewire-bin (= 1.4.2-1~bpo12+1), init-system-helpers (>= 1.52) Size: 118404 SHA256: b2466646e07f7b5291ded97b786d068d371a6d4bffc9b39abd20483a718567a6 SHA1: 0557a4207bc00ee790861008469e9f091eee07cc MD5sum: 81850ee631fd6506e9b52dc9349c3b64 Description: audio and video processing engine multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This metapackage makes PipeWire available for programs of the same architecture, and provides the systemd user service necessary to run pipewire on-demand. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-alsa Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 244 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.4.2-1~bpo12+1), libasound2 (>= 1.2.6), libc6 (>= 2.17), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1) Conflicts: pulseaudio Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 63628 SHA256: c15fbb34ef74c4560d18cb2e0f95beb25e8dba11abc2e8eb77d333d97775b35a SHA1: c71bd449eb1fbda4e5882a1f76e25bc284243f10 MD5sum: 8896bb9dfaaa448e79c96edca106a476 Description: PipeWire ALSA plugin, for ALSA applications to output via PipeWire PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin for ALSA applications to output via PipeWire. Multi-Arch: same Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-alsa_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-audio Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 31 Maintainer: Utopia Maintenance Team Architecture: all Replaces: pulseaudio, pulseaudio-module-bluetooth Depends: libspa-0.2-bluetooth, pipewire-alsa, pipewire-pulse, wireplumber (>= 0.5.0) Conflicts: pulseaudio, pulseaudio-module-bluetooth Size: 20004 SHA256: f5aa57ac33c93cd2368ffcb6472a2bbb3adc14c00c9d55f82363d5cec2da67b5 SHA1: 3586259715421c4d62be844baefdd217f1ac541c MD5sum: 6162bcb8e7208dcea81187c4bb16ffb5 Description: recommended set of PipeWire packages for a standard audio desktop use PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This metapackage depends on a recommended set of pipewire packages for a standard audio desktop use. Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-audio_1.4.2-1~bpo12+1_all.deb Package: pipewire-audio-client-libraries Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 31 Maintainer: Utopia Maintenance Team Architecture: all Depends: pipewire-alsa, pipewire-jack Size: 19808 SHA256: 6f7ffdfe4fb9a41dbe8bdabfbaad59c3596620e3aeab7613e8065a17275243fc SHA1: 3354f34cf60b2aaa1032d953a1e27d59c6f12e11 MD5sum: 15ed4334a4ae522d7f6b4f14a8e72904 Description: transitional package for pipewire-alsa and pipewire-jack PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for pipewire-alsa and pipewire-jack. It can safely be removed. Homepage: https://pipewire.org/ Section: oldlibs Priority: optional Filename: pool/main/p/pipewire/pipewire-audio-client-libraries_1.4.2-1~bpo12+1_all.deb Package: pipewire-bin Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 2839 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire (<< 0.3.5) Depends: libpipewire-0.3-modules (= 1.4.2-1~bpo12+1), libasound2 (>= 1.2.6), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libncursesw6 (>= 6), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1), libreadline8 (>= 6.0), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6) Recommends: dbus-user-session, rtkit, wireplumber Breaks: pipewire (<< 0.3.5) Size: 565856 SHA256: aa05600395bc867a87c57344d1e23a0d294c4bc73d0c79d73bfef7242bf17dfa SHA1: 08bfaba96c66e64615a36b3b01be8b4ea7fb49d0 MD5sum: 2d38590c4c02d65c4f64b8daac6f3380 Description: PipeWire multimedia server - programs PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the server and command-line utilities, and should not normally be depended on directly. PipeWire clients should depend on the pipewire package instead. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire-bin_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-doc Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 29710 Maintainer: Utopia Maintenance Team Architecture: all Replaces: libpipewire-0.2-doc (<< 0.3.1) Breaks: libpipewire-0.2-doc (<< 0.3.1) Size: 1705428 SHA256: 885baaeea6f6b50751e0df8c432c468f1bfa86a8839afce83b46e95d325d316f SHA1: bbd19144f9843e1077cce88a6538ec49cca94613 MD5sum: 938bb8b1e2de6655983c5d7f86e6ecea Description: libraries for the PipeWire multimedia server - documentation PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the API reference. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: doc Priority: optional Filename: pool/main/p/pipewire/pipewire-doc_1.4.2-1~bpo12+1_all.deb Package: pipewire-jack Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 766 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.4.2-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1) Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 121608 SHA256: 3a2f90613329b3f867577bc985060a48b5e6c78958ee762675aebbb507abfa48 SHA1: 62228852bad59126e0cd58c3026611223b49d2d7 MD5sum: 7aff94dc70bc5228ecb4bae7e809ddf2 Description: PipeWire JACK plugin, for JACK applications to output via PipeWire PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin for JACK applications to output via PipeWire. Multi-Arch: same Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-jack_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-libcamera Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 31 Maintainer: Utopia Maintenance Team Architecture: all Depends: libspa-0.2-libcamera Size: 19788 SHA256: b828777291b8a433a648de07963f2f4d8333f4759cfb9901eb2a2ff8c2619b4a SHA1: fae9220785a7cd90824716298e9c7c9886b556e7 MD5sum: 4f930530a58d88f65aee4faf783b1cf0 Description: transitional package for libspa-0.2-libcamera PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for libspa-0.2-libcamera. It can safely be removed. Homepage: https://pipewire.org/ Section: oldlibs Priority: optional Filename: pool/main/p/pipewire/pipewire-libcamera_1.4.2-1~bpo12+1_all.deb Package: pipewire-module-xrdp Version: 0.2-2~bpo12+1 Installed-Size: 21 Maintainer: Utopia Maintenance Team Architecture: all Depends: libpipewire-0.3-modules-xrdp (>= 0.2-2~bpo12+1) Suggests: pipewire-bin Size: 4280 SHA256: a8a6d45e8ebc9b508cc5c7ac7baf7ae835d8df19a2ca471e5926afdf4c379ffe SHA1: bffb484a511489eb3337af0b503408d360388273 MD5sum: 18426ffab6a5da694d47569fbca7808d Description: audio over xrdp for PipeWire based systems This package provides scripts to automatically load the PipeWire xrdp modules when a xrdp session is started, thus allowing xrdp to generate sound on a pipewire-based system. Homepage: https://github.com/neutrinolabs/pipewire-module-xrdp Section: sound Priority: optional Filename: pool/main/p/pipewire-module-xrdp/pipewire-module-xrdp_0.2-2~bpo12+1_all.deb Package: pipewire-pulse Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 63 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire-bin (<< 0.3.27-2) Depends: pipewire (= 1.4.2-1~bpo12+1), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52) Recommends: wireplumber Suggests: libspa-0.2-bluetooth, pulseaudio-utils Conflicts: pulseaudio-module-gsettings Breaks: pipewire-bin (<< 0.3.27-2) Size: 25224 SHA256: fc4155f20bd69401e2abcd8a8717a38c22eb0990db1bc5965660f4194f417a9f SHA1: ddf88d8aa05b4742471021953519b8417c1b59e4 MD5sum: 7ff809acca13eeb022727e8f2187502c Description: PipeWire PulseAudio daemon PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the PulseAudio replacement daemon. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-pulse_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-tests Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 5952 Maintainer: Utopia Maintenance Team Architecture: arm64 Depends: pipewire (= 1.4.2-1~bpo12+1), libasound2 (>= 1.2.6), libc6 (>= 2.34), libglib2.0-0 (>= 2.35.8), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpipewire-0.3-0 (= 1.4.2-1~bpo12+1), libsdl2-2.0-0 (>= 2.0.12) Size: 531100 SHA256: 37f62e7e2d56c1fa5436399eb8dd60b89e46c52dddb04bce36530f3e1e1c271e SHA1: c8154f409051ed7934872dfae3fc49b009609048 MD5sum: 6fe47d5db3ded678f1b1206bf24280b3 Description: PipeWire multimedia server - tests and examples PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains automated and manual tests and example programs. Homepage: https://pipewire.org/ Section: misc Priority: optional Filename: pool/main/p/pipewire/pipewire-tests_1.4.2-1~bpo12+1_arm64.deb Package: pipewire-v4l2 Source: pipewire Version: 1.4.2-1~bpo12+1 Installed-Size: 171 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Depends: pipewire (= 1.4.2-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.4.2-1~bpo12+1) Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Size: 51044 SHA256: 8464280d4c4ee3f30974425f9bd0e4792e6b671804a4c0dab5798d20d7013728 SHA1: 5f3b1c4c99bb9ed8177a6e885f7d282e6815f012 MD5sum: e698ff91619cf470f58feb9240ee497e Description: PipeWire V4L2 plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the V4L2 plugin. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire-v4l2_1.4.2-1~bpo12+1_arm64.deb Package: pkb-client Version: 2.1.1-1~bpo12+1 Installed-Size: 102 Maintainer: Unit 193 Architecture: all Depends: python3-dnspython, python3-pkg-resources, python3-requests, python3:any Size: 16528 SHA256: c9624c1778682d139f9e851fee354126444e8f8fc9ae3ca3ec88b73aee95881c SHA1: a4425024e49c20e0a6c09e68ec6ac022f3c86e16 MD5sum: 11503c24bd85f4139d0e969a6c09818d Description: Unofficial client for the Porkbun API pkb_client is an unofficial client for the Porkbun API. It supports the v3 of the API. You can find the official documentation of the Porkbun API at https://porkbun.com/api/json/v3/documentation Homepage: https://github.com/infinityofspace/pkb_client Section: utils Priority: optional Filename: pool/main/p/pkb-client/pkb-client_2.1.1-1~bpo12+1_all.deb Package: podman-compose Version: 1.0.6-1~bpo12+1 Installed-Size: 205 Maintainer: Debian Python Team Architecture: all Depends: python3-dotenv, python3-yaml, python3:any Recommends: podman Size: 37992 SHA256: 214244ac96e1fd170b05fddf2a4f8e61ac06c19c21448ea396d72e789737b9ea SHA1: 8da11be1e5733f8892aec2f5a9d2ac829c9ab748 MD5sum: ff83318ce37d6ccae4b1ad06d067e922 Description: Run docker-compose.yml using podman An implementation of docker-compose with podman backend. The main objective of this project is to be able to run docker-compose.yml unmodified and rootless. Homepage: https://github.com/containers/podman-compose Section: admin Priority: optional Filename: pool/main/p/podman-compose/podman-compose_1.0.6-1~bpo12+1_all.deb Package: postgresql-15-pgsphere Source: pgsphere Version: 1.4.2-1~bpo12+1 Installed-Size: 1671 Maintainer: Debian PostgreSQL Maintainers Architecture: arm64 Provides: postgresql-pgsphere Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 14) Size: 425384 SHA256: a9c7f6f5efe14ea5c11ade2c850d14222904cba93c930ab69950e49fdfbb31ed SHA1: aa61c3a3eab69ee3ba3d23ada4e176cb4edc4fd5 MD5sum: 2ae0c6c371dca3dbbb86c91cfbc6e4d3 Description: Spherical data types for PostgreSQL PgSphere, an extension for PostgreSQL, aims at providing uniform access to spherical data. It allows for a fast search and analysis for objects with spherical attributes in geographical, astronomical, or other applications using PostgreSQL. . By using an SQL interface, PgSphere's users can conveniently manage data of geographical objects around the world and astronomical data collections like star and other catalogues. Homepage: https://pgsphere.github.io/ Section: database Priority: optional Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.4.2-1~bpo12+1_arm64.deb Package: powerline-go Version: 1.25-1~bpo12+1 Installed-Size: 3037 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Recommends: fonts-powerline Size: 864312 SHA256: 9f93a9e6c39307e1b4c3ea9a6b0e4920d26e5a57e9cba5a460d250a270097417 SHA1: 202f4410916438e251542bc0ad0e2bba3c854ea5 MD5sum: 1ab24f12339a60386c7a0df5070d16db Description: Powerline style prompt for your shell: Bash, ZSH and Fish - Shows some important details about the git/hg branch - Changes color if the last command exited with a failure code - If you're too deep into a directory tree, shortens the displayed path with an ellipsis - Shows the current Python virtualenv environment - Shows the current Ruby version using rbenv or rvm - Shows if you are in a nix shell - It's easy to customize and extend. . To use it, add the following to your ~/.bashrc: function _update_ps1() { PS1="$($GOPATH/bin/powerline-go -error $? -jobs $(jobs -p | wc -l))" . # Uncomment the following line to automatically clear errors after showing # them once. This not only clears the error for powerline-go, but also for # everything else you run in that shell. Don't enable this if you're not # sure this is what you want. . #set "?" } . if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" fi . Or to your ~/.zshrc: function powerline_precmd() { PS1="$($GOPATH/bin/powerline-go -error $? -jobs ${${(%):%j}:-0})" . # Uncomment the following line to automatically clear errors after showing # them once. This not only clears the error for powerline-go, but also for # everything else you run in that shell. Don't enable this if you're not # sure this is what you want. . #set "?" } . function install_powerline_precmd() { for s in "${precmd_functions[@]}"; do if [ "$s" = "powerline_precmd" ]; then return fi done precmd_functions+=(powerline_precmd) } . if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then install_powerline_precmd fi . For fish, redefine fish_prompt in ~/.config/fish/config.fish: function fish_prompt eval $GOPATH/bin/powerline-go -error $status -jobs (count (jobs -p)) end Homepage: https://github.com/justjanne/powerline-go Built-Using: golang-1.19 (= 1.19.8-2), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-shirou-gopsutil (= 4.24.9-2~bpo12+1), golang-github-tklauser-go-sysconf (= 0.3.9-2), golang-github-tklauser-numcpus (= 0.3.0-2), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-yaml.v2 (= 2.4.0-4) Section: utils Priority: optional Filename: pool/main/p/powerline-go/powerline-go_1.25-1~bpo12+1_arm64.deb Package: privacybrowser Version: 0.6.2-1~bpo12+2 Installed-Size: 5346 Maintainer: Soren Stoutner Architecture: arm64 Provides: www-browser Depends: kio, libc6 (>= 2.34), libkf5completion5 (>= 4.97.0), libkf5configcore5 (>= 4.98.0), libkf5configgui5 (>= 4.97.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 5.16.0), libkf5crash5 (>= 5.15.0), libkf5dbusaddons5 (>= 4.97.0), libkf5i18n5 (>= 4.97.0), libkf5kiocore5 (>= 5.69.0), libkf5notifications5 (>= 5.90.0), libkf5widgetsaddons5 (>= 5.37.0), libkf5xmlgui5 (>= 4.98.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5webenginecore5 (>= 5.15.17+dfsg-3~bpo12+1), libqt5webenginewidgets5 (>= 5.15.17+dfsg-3~bpo12+1), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 4.8), khelpcenter Suggests: hunspell-af, hunspell-an, hunspell-be, hunspell-bg, hunspell-bn, hunspell-bs, hunspell-ca, hunspell-cs, hunspell-da, hunspell-de-at, hunspell-de-at-frami, hunspell-de-ch, hunspell-de-ch-frami, hunspell-de-de, hunspell-de-de-frami, hunspell-el, hunspell-en-gb, hunspell-en-med, hunspell-en-za, hunspell-eo, hunspell-es, hunspell-eu, hunspell-gd, hunspell-gl, hunspell-gu, hunspell-gug, hunspell-he, hunspell-hi, hunspell-hr, hunspell-hu, hunspell-id, hunspell-is, hunspell-it, hunspell-kk, hunspell-kmr, hunspell-ko, hunspell-lo, hunspell-lt, hunspell-lv, hunspell-mn, hunspell-no, hunspell-ne, hunspell-oc, hunspell-pl, hunspell-pt-br, hunspell-pt-pt, hunspell-ro, hunspell-ru, hunspell-si, hunspell-sk, hunspell-sl, hunspell-sr, hunspell-sv, hunspell-sw, hunspell-te, hunspell-th, hunspell-tr, hunspell-uk, hunspell-vi, myspell-da, myspell-de-de-1901, myspell-eo, myspell-es, myspell-fo Size: 1941812 SHA256: 954f43a01b92a59801493c14bd856f539bce38afc574c60357ba7080f1b0335f SHA1: 7d1bb7e2562a66edd588f39936f5b0c55d3bc4ea MD5sum: 6dc342f1e0c86aaee3069f8a1037a1f1 Description: web browser that respects your privacy Privacy Browser is a web browser based on Qt WebEngine with a focus on privacy and security. Features like JavaScript and cookies are disabled by default but are easy to automatically enable on-the-fly or by domain. Multi-Arch: foreign Homepage: https://www.stoutner.com/privacy-browser-pc/ Section: web Priority: optional Filename: pool/main/p/privacybrowser/privacybrowser_0.6.2-1~bpo12+2_arm64.deb Package: profanity Version: 0.15.0-1~bpo12+1 Installed-Size: 1897 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.63.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.65.1), libgpgme11 (>= 1.9.0), libgtk-3-0 (>= 3.24~), libncursesw6 (>= 6), libnotify4 (>= 0.7.0), libotr5 (>= 4.0.0), libpython3.11 (>= 3.11.0), libqrencode4 (>= 3.2.0), libreadline8 (>= 6.0), libsignal-protocol-c2.3.2 (>= 2.3.3), libsqlite3-0 (>= 3.6.0), libstrophe0 (>= 0.12.0), libtinfo6 (>= 6), libx11-6, libxss1 Conflicts: profanity-light Size: 429996 SHA256: 773c5a12224031a79db6bfce8178f5a82c4bef33f9f6497a1c97bc0adaaf9ee2 SHA1: f001b951b7333f489a8392a3beeaef5bd06a15b9 MD5sum: 3e0d77dd980372a31a2a7a9735108410 Description: console based XMPP client Profanity is a console based instant messaging client for XMPP (Jabber) protocol based chat. It is inspired by popular IRC client IRSSI. . Profanity's features are: . * Supports XMPP chat services * MUC chat room support * PGP, OMEMO, and OTR encryption * Roster management * Flexible resource and priority settings * Desktop notifications * Plugins in Python and C * Support for colorthemes Homepage: https://profanity-im.github.io/ Section: net Priority: optional Filename: pool/main/p/profanity/profanity_0.15.0-1~bpo12+1_arm64.deb Package: profanity-light Source: profanity Version: 0.15.0-1~bpo12+1 Installed-Size: 1831 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.63.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.65.1), libgpgme11 (>= 1.9.0), libncursesw6 (>= 6), libotr5 (>= 4.0.0), libqrencode4 (>= 3.2.0), libreadline8 (>= 6.0), libsignal-protocol-c2.3.2 (>= 2.3.3), libsqlite3-0 (>= 3.6.0), libstrophe0 (>= 0.12.0), libtinfo6 (>= 6) Conflicts: profanity Size: 418724 SHA256: f7a6840120000becc063c3b47c8db480827de1be2b5c72e9b21b7123a4e7364a SHA1: 6e71fa47f0d498610484f083c0575d62e58f4065 MD5sum: 15e383dec804d445b997e679c1e94f61 Description: console based XMPP client, light version Profanity is a console based instant messaging client for XMPP (Jabber) protocol based chat. It is inspired by popular IRC client IRSSI. . Profanity's features are: . * Supports XMPP chat services * MUC chat room support * PGP, OMEMO, and OTR encryption * Roster management * Flexible resource and priority settings * Plugins in C * Support for colorthemes . This version does not depend on X11 libraries nor Python. If you like to have support for xscreensaver, icons, notifications, or Python plugins, you should install profanity instead of profanity-light. Homepage: https://profanity-im.github.io/ Section: net Priority: optional Filename: pool/main/p/profanity/profanity-light_0.15.0-1~bpo12+1_arm64.deb Package: profile-sync-daemon Version: 6.50-1~bpo12+1 Installed-Size: 108 Maintainer: Debian QA Group Architecture: all Depends: rsync, init-system-helpers (>= 1.52) Suggests: libpam-systemd, systemd-sysv Size: 22604 SHA256: 0e8d177f601a9107f9335552bd24a216d6f669a74d062c3c0f893ea3f9fb1b6c SHA1: d07b9483c52b4041e0433c4719d3bb50b7ee7b77 MD5sum: 9714526e1db3db58a3eb2367a94ec14f Description: Symlink and sync browser profile directories into RAM Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage your browsers profile in tmpfs and periodically sync it back to disk. . This is accomplished by symlinking and the innovative use of rsync to maintain a backup and synchronization between tmpfs and disk. One of the major design goals of psd is a completely transparent user experience. Homepage: https://github.com/graysky2/profile-sync-daemon Section: utils Priority: optional Filename: pool/main/p/profile-sync-daemon/profile-sync-daemon_6.50-1~bpo12+1_all.deb Package: prosody Version: 13.0.1-1~bpo12+1 Installed-Size: 3049 Maintainer: Debian XMPP Maintainers Architecture: arm64 Provides: xmpp-server Depends: adduser, lua-expat (>= 1.2.0), lua-filesystem (>= 1.4.2-3~), lua5.4, lua5.4-bitop, lua5.4-expat, lua5.4-filesystem, lua5.4-sec, lua5.4-socket, ssl-cert, libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libssl3 (>= 3.0.0) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: lua5.4-event, lua5.4-readline, lua5.4-unbound Suggests: lua-dbi-mysql, lua-dbi-postgresql, lua-dbi-sqlite3, lua-zlib Conflicts: prosody-modules (<< 0.0~hg20220330.b45c23ce24ba+dfsg-1) Size: 453780 SHA256: d06c177df2c8fc54729a86fdd9eb7099b74ce36d629397a9eb3ea35dd9daf32c SHA1: a23a662bf7731adcfe0bbb253358c6ad5fe3868e MD5sum: fa7e30690ec5c5a29171f692582285b5 Description: Lightweight Jabber/XMPP server Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols. Multi-Arch: foreign Homepage: http://www.prosody.im/ Section: net Priority: optional Filename: pool/main/p/prosody/prosody_13.0.1-1~bpo12+1_arm64.deb Package: prosody-modules Version: 0.0~hg20250402.f315edc39f3d+dfsg-1~bpo12+1 Installed-Size: 2109 Maintainer: Debian XMPP Maintainers Architecture: all Depends: prosody (>= 13~) Recommends: lua-ldap, lua-luaossl, lua-proctitle Size: 870476 SHA256: 147ae335c2b16fdee53a1842eb7e3d014907c3e2fb94965185150295f3f74db6 SHA1: dfac9e9b2daa7b350cff2c0baf91da22095a4c4b MD5sum: a1f2ce40b641c30a4c117fc08c2e16e9 Description: Selection of community modules for Prosody This package contains extensions to the Prosody XMPP server. This is a selection of the community provided archive at http://hg.prosody.im/prosody-modules/ . modules included: - mod_adhoc_blacklist: XEP-0133: Service Administration blacklist editing - mod_adhoc_oauth2_client: Ad-Hoc command interface to dynamic OAuth2 - mod_admin_web: provides basic web administration interface - mod_anti_spam/mod_dnsbl/mod_flags: various ways to block spam - mod_atom: exposes users microblogging on HTTP - mod_auth_ccert: PKI-style client certificate authentication - mod_auth_cyrus: Cyrus SASL - mod_auth_dovecot: dovecot authentication - mod_auth_ha1: HA1 based authentication - mod_auth_ldap2: another take on LDAP authentication - mod_auth_oauthbearer: authentication module for SASL OAUTHBEARER mechanism - mod_auth_sql: SQL Database authentication module - mod_blocking: XEP-0191: Blocking Command - mod_block_strangers: block messages from jids not in roster - mod_bob: cache Bits of Binary on MUC services - mod_broadcast: broadcast a message to online users, like mod_announce - mod_c2s_conn_throttle: c2s connections throttling module - mod_carbons_adhoc: XEP-0280: adhoc command for Message Carbons - mod_carbons_copies: XEP-0280: Message Carbons, v0 style copy support - mod_client_certs: XEP-0257: Client Certificate Management for SASL EXTERNAL - mod_cloud_notify_encrypted/mod_cloud_notify_extensions/ mod_cloud_notify_filters/mod_cloud_notify_priority_tag: XEP-0357: Push Notifications - mod_csi_battery_saver/mod_filter_chatstates/mod_throttle_presence: XEP-0352: Client State Indication - mod_default_bookmarks: default bookmarks for users - mod_delegation: XEP-0355: Namespace Delegation - mod_firewall: block, bounce, drop, forward, copy, redirect stanzas - mod_host_guard: granular remote host blacklisting plugin - mod_http_libjs: serve common Javascript libraries - mod_http_muc_log: web interface to stored chatroom logs - mod_http_pep_avatar: serves avatars from local users who have published XEP-0084: User Avatar via PEP. - mod_http_oauth2/mod_adhoc_oauth2_client: OAuth2/OpenID Connect (OIDC) Authorization Server on top of Prosody’s internal authentication backend - mod_http_upload: XEP-0363: upload files over HTTP for clients - mod_http_upload_external: XEP-0363: upload files over HTTP for clients to an external web server - mod_invites_api: authenticated HTTP API to create invites - mod_invites_page: generate friendly web page for invitations - mod_invites_register_web: register accounts via the web using invite tokens - mod_invites_tracking: store, who created an invite which was used to create the user’s account - mod_ipcheck: XEP-0279: server IP check - mod_lastlog: stores the timestamp of when a user logs in - mod_lastlog2: records timestamps of various events - mod_lib_ldap: LDAP lib - mod_list_inactive: lists users, who haven't used their account in a defined time-frame - mod_log_auth: log failed authentication attempts with their IP address - mod_mam_adhoc: XEP-0313: adhoc command for Message Archive Management - mod_measure_active_users: calculates the number of daily, weekly and monthly active users (DAU, WAU, MAU) - mod_migrate_http_upload: mod_http_upload to mod_http_file_share migrator - mod_muc_activity: XEP-0502: MUC Activity Indicator - mod_muc_limits: control the maximum rate of ‘events’ in a MUC room - mod_muc_moderation: XEP-0425: Message Moderation - mod_muc_restrict_avatars: add room configuration option to hide avatars of non-members - mod_muc_restrict_media: adds room configuration option to hide inline media and display links instead - mod_muc_restrict_nick: require MUC occupant nicknames to match a specific pattern - mod_muc_restrict_rooms: regexp based room restriction module - mod_muc_rtbl: subscribes to a real-time blocklist using pubsub - mod_muc_search: implements https://search.jabber.network/docs/api#xmpp - mod_net_dovecotauth: server implementation of the Dovecot authentication protocol. It allows you to authenticate e.g. Postfix against your Prosody installation. - mod_net_proxy: implementation of PROXY protocol versions 1 and 2 - mod_onions: allow federation (s2s) to Tor hidden services - mod_password_policy: password policy enforcement for Prosody - mod_password_reset: allows users to reset their password via web page - mod_pastebin: redirect long messages to built-in pastebin - mod_ping_muc: reacts to server-to-server connections closing - mod_privacy_lists: XEP-0016: privacy lists - mod_private_adhoc: retrieve private XML data via adhoc command - mod_privilege: XEP-0356: allows entity/component to have privileged access - mod_proctitle: sets the process name to ‘prosody‘ - mod_pubsub_feeds: fetch Atom and RSS feeds, push to pubsub subscribers - mod_pubsub_forgejo: accepts Forgejo webhooks and publishes them to a local pubsub component - mod_pubsub_mqtt: lets MQTT clients connect to pubsub nodes - mod_pubsub_serverinfo: expose server information over Pub/Sub - mod_pubsub_subscription: programmatically subscribe to updates from a pubsub node - mod_pubsub_text_interface: lets users manage subscriptions to pubsub nodes via simple chat messages - mod_register_apps: manage list of compatible client apps - mod_register_json: token based JSON registration & verification servlet - mod_register_redirect: XEP-077: IBR Registration Redirect - mod_register_web: web interface to register user accounts - mod_reload_modules: automatically reload modules with the config - mod_report_forward: forwards spam/abuse reports to one or more JIDs - mod_rest: RESTful API for sending and receiving stanzas via Prosody - mod_s2s_idle_timeout: close idle server-to-server connections - mod_s2s_smacks_timeout: closes s2s connections when a connection is broken or the remote server is not responding - mod_sasl2/mod_sasl2_bind2/mod_sasl2_fast/mod_sasl2_sm: XEP-0388: Extensible SASL Profile and XEP-0484: Fast Authentication Streamlining Tokens - mod_sasl_oauthbearer: RFC-7628: SASL mechanism OAUTHBEARER - mod_sasl_ssdp: XEP-0474: SASL SCRAM Downgrade Protection - mod_seclabels: XEP-0258: Security Labels in XMPP - mod_server_status/mod_stanza_counter: server status plugin - mod_spam_reporting: basic implementation of XEP-0377: Spam Reporting - mod_storage_ldap: LDAP storage (read-only) for rosters and vCards. - mod_support_contact: add a support contact to new registrations - mod_track_muc_joins: keep track of joined chat rooms - mod_turncredentials: XEP-0215: Implementation for time-limited TURN credentials - mod_unified_push: implements a Unified Push Provider that uses XMPP to talk to a Push Distributor - mod_vjud: XEP-0055: Jabber Search - mod_watch_spam_reports: handles incoming XEP-0377: Spam Reporting - mod_webpresence: display your online status in web pages Multi-Arch: foreign Homepage: https://modules.prosody.im/ Section: net Priority: optional Filename: pool/main/p/prosody-modules/prosody-modules_0.0~hg20250402.f315edc39f3d+dfsg-1~bpo12+1_all.deb Package: puppet-lint Version: 4.3.0-1~bpo12+1 Installed-Size: 240 Maintainer: Puppet Package Maintainers Architecture: all Depends: ruby:any Suggests: rake Size: 48692 SHA256: 35977f4be46a54b1afaf400fb23e984eefcc44576fe92d2af34bc01757a2dc38 SHA1: 54e918dbb98e806be216c5fba94a2a15aebcf8dc MD5sum: 30120b4e9d93b48b476d4def7934af1c Description: check puppet manifests for style guide conformity Checks your Puppet manifests against the Puppet Labs style guide and alerts you to any discrepancies. . This program checks spacing, indentation, whitespace, quoting, conditionals and classes. Multi-Arch: foreign Homepage: https://github.com/puppetlabs/puppet-lint Section: admin Priority: optional Filename: pool/main/p/puppet-lint/puppet-lint_4.3.0-1~bpo12+1_all.deb Package: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 27 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.2+ds+1~), puredata-common (>= 0.55.2+ds-1~bpo12+1), puredata-core (<< 0.55.2+ds+1~), puredata-core (>= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1), puredata-doc (<< 0.55.2+ds+1~), puredata-doc (>= 0.55.2+ds-1~bpo12+1), puredata-extra (<< 0.55.2+ds+1~), puredata-extra (>= 0.55.2+ds-1~bpo12+1), puredata-gui (<< 0.55.2+ds+1~), puredata-gui (>= 0.55.2+ds-1~bpo12+1), puredata-utils Suggests: gem, multimedia-puredata, pd-aubio, pd-csound, pd-pdp, pd-zexy Size: 14772 SHA256: 44e2068a9e6a3524bcb89256691ca161153740ba8b9f40fe65eae0a5996a298a SHA1: bf7eac9a2bd3c0c6b4847baae9548fa8c96d2563 MD5sum: 065cc7a7b407efd97c6efcd16168884a Description: realtime computer music and graphics system Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. Pd's audio functions are built-in; graphical computations require separate packages such as gem (Graphics Environment for Multimedia) or pd-pdp (Pd Packet). . This is a metapackage that depends on all components of the core of Pd. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-common Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1391 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Replaces: puredata-core (<< 0.54), puredata64-core (<< 0.54) Depends: libc6 (>= 2.34) Breaks: puredata-core (<< 0.54), puredata64-core (<< 0.54) Size: 248952 SHA256: 1cd4b34221e5535568971a23c1647474a44e8d6491fb8f7f6c32db1f9c1342d2 SHA1: 90a0cf4d4716174162a7bf9fbf74180f3f1cf3f7 MD5sum: 5b623ba58ffe61361613c0dd8948e652 Description: realtime computer music and graphics system - common components Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides common parts of the core infrastructure for Pure Data, like the pd-watchdog (for realtime operations) and the reference patches. It is of little use without the puredata*-core package. Most likely you will want to install "puredata" (or "puredata64") instead. Multi-Arch: foreign Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-common_0.55.2+ds-1~bpo12+1_arm64.deb Package: puredata-core Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1394 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Provides: pd Depends: libasound2 (>= 1.0.18), libc6 (>= 2.35), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libportaudio2 (>= 19+svn20101113) Recommends: puredata-common, puredata-gui Breaks: puredata-gui (>> 0.55.2+ds+1~), puredata-gui (<< 0.55.2+ds) Size: 556052 SHA256: ebd3005de7d923ebd3cdf0908ef924b12ce6a0e882dff7479908c41735ca14b9 SHA1: f42879f130c394058f2888a92a85dd18e798e98d MD5sum: ee0e78234f277eb17b799138d7d75bc1 Description: realtime computer music and graphics system - core components Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides the core infrastructure of Pure Data. Most likely you will want to install "puredata-gui" (or even the full "puredata") as well. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-core_0.55.2+ds-1~bpo12+1_arm64.deb Package: puredata-dev Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 159 Maintainer: Debian Multimedia Maintainers Architecture: all Size: 44640 SHA256: 07a39d19af81b5d61f604204a15e7ff6e5b8e9bf4fa523f9639d325591a1be1f SHA1: 49b3f8660604ad63a4e8c424e2a4a4e57248335d MD5sum: 1b8c1c7e860401aa3e9224a044770b22 Description: realtime computer music and graphics system - development files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the header-files for compiling externals (plugins) for puredata. Multi-Arch: foreign Homepage: https://puredata.info Section: libdevel Priority: optional Filename: pool/main/p/puredata/puredata-dev_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-doc Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 6543 Maintainer: Debian Multimedia Maintainers Architecture: all Recommends: node-html5shiv, puredata | puredata64 Size: 4954004 SHA256: 54b42d7b516b82a375c12b8df705687f6b80d9b11412277f41a9e219e1f5cd5b SHA1: 69fae7b03284901596691c05751121f9399ae67e MD5sum: 998bcf465f20d476561917bd297ff428 Description: realtime computer music and graphics system - documentation Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the documentation for Pure Data. Most likely you will want to install "puredata" as well. Homepage: https://puredata.info Section: doc Priority: optional Filename: pool/main/p/puredata/puredata-doc_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-extra Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1657 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: puredata-core (<< 0.55.2+ds+1~) | puredata64-core (<< 0.55.2+ds+1~), puredata-core (>= 0.55.2+ds-1~bpo12+1) | puredata64-core (>= 0.55.2+ds-1~bpo12+1), libc6 (>= 2.33) Size: 145920 SHA256: 02c93cbde513042d61fd2248774b93d865f5ba72a44de41b350a4a1c5ac670ca SHA1: 2160d86e8696377508c030c5b95f042f681f19cd MD5sum: 66a1dcf4155810dfbc031a5582adebb0 Description: realtime computer music and graphics system - extra files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides extra objects that come with Pd, e.g. for signal analysis (fiddle~, sigmund~, bonk~) and more. . The objects for expression evaluation (expr~) have been included into puredata-core, so they are no longer part of this package. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-extra_0.55.2+ds-1~bpo12+1_arm64.deb Package: puredata-gui Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 639 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: python3:any, tcl, tk Recommends: puredata | puredata64, puredata-gui-l10n, sensible-utils Breaks: puredata-core (>> 0.55.2+ds+1~), puredata-core (<< 0.55.2+ds) Size: 141412 SHA256: b31a38be071db8bdb47662852643b076bf560839e0c94a77a5a0a54c26fd1f36 SHA1: 4b10b8f618efe0c5c70af831c6d189b7cca3486a MD5sum: faaba0982127b77bfe02461fad7d614c Description: realtime computer music and graphics system - GUI Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the graphical user-interface for Pure Data. Most likely you will want to install "puredata-core" (or even "puredata") as well. Installing this package without the accompanying puredata-core is only useful if you want to run the GUI and the DSP on different machines. Multi-Arch: foreign Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-gui_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-gui-l10n Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 874 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-gui Size: 122280 SHA256: 081724d3bd04892156e15d3641eab1734303c6d79ed44a082d0785b702cf6be8 SHA1: 71645c0af0030eb6b481c4292de91a039489950c MD5sum: beca0f324e64fe684bf7af72e992e67c Description: realtime computer music and graphics system - translations Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the translations for the graphical user-interface of Pure Data. Multi-Arch: foreign Homepage: https://puredata.info Section: localization Priority: optional Filename: pool/main/p/puredata/puredata-gui-l10n_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-utils Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 167 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Provides: pd-utils Depends: libc6 (>= 2.34) Size: 24360 SHA256: 423cbadc3475a644a95c117f530a866b066357cc5e1d79f246141445011c3735 SHA1: 79f6e6888c6f379d698498dc34892fb041583d17 MD5sum: 86abb9dcdbd0badd0fe8c1b6cf188cc5 Description: realtime computer music and graphics system - utility programs Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides utility applications for puredata, namely pdsend and pdreceive, for sending and receiving FUDI over the net. Multi-Arch: foreign Homepage: https://puredata.info Section: utils Priority: optional Filename: pool/main/p/puredata/puredata-utils_0.55.2+ds-1~bpo12+1_arm64.deb Package: puredata64 Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 25 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.2+ds+1~), puredata-common (>= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1), puredata-doc (<< 0.55.2+ds+1~), puredata-doc (>= 0.55.2+ds-1~bpo12+1), puredata-extra (<< 0.55.2+ds+1~), puredata-extra (>= 0.55.2+ds-1~bpo12+1), puredata-gui (<< 0.55.2+ds+1~), puredata-gui (>= 0.55.2+ds-1~bpo12+1), puredata-utils, puredata64-core (<< 0.55.2+ds+1~), puredata64-core (>= 0.55.2+ds-1~bpo12+1) Size: 13732 SHA256: f7a2421bd36fa69a12d08ed5138be2f7d119fc9ab76e2cc9e1a3ec21190b8bcc SHA1: 79f6d44ce5cfed4753f1d3216d9368f360e0408e MD5sum: d77082db6b4c598ec6861924fa0cfb09 Description: realtime computer music and graphics system (double precision) Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. Pd's audio functions are built-in; graphical computations require separate packages such as gem (Graphics Environment for Multimedia) or pd-pdp (Pd Packet). . This is a metapackage that depends on all core components of double precision Pd. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata64_0.55.2+ds-1~bpo12+1_all.deb Package: puredata64-core Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1395 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Provides: pd64 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.35), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libportaudio2 (>= 19+svn20101113) Recommends: puredata-common, puredata-gui Breaks: puredata-gui (>> 0.55.2+ds+1~), puredata-gui (<< 0.55.2+ds) Size: 556640 SHA256: a15a77ab3f0dba05bd2c602ecfd174fee126ecba482d435535dd0388bb0431c9 SHA1: 9fe6e19764bfe8a92ed1bea270a7bda32445941d MD5sum: 03f00d3aaaff1e188f9212f2ae078752 Description: realtime computer music and graphics system - core components (double) Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides the core infrastructure for the double precision version of Pure Data. Most likely you will want to install "puredata-gui" (or even the full "puredata64") as well. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata64-core_0.55.2+ds-1~bpo12+1_arm64.deb Package: purple-discord Version: 0.9.2023.10.23.git.f8b0c59-1~bpo12+1 Installed-Size: 311 Maintainer: Patrick Zajda Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.67.3), libjson-glib-1.0-0 (>= 1.5.2), libnss3 (>= 2:3.16.2), libpurple0 (>= 2.7.0), libqrencode4 (>= 3.2.0), zlib1g (>= 1:1.1.4) Suggests: python3-harmony Enhances: finch, pidgin Size: 93320 SHA256: 755b26c3654a6d7475d86bb643d6e5d976711d688d36641124c4a248334ca374 SHA1: 1cabbaa7e0998facfb97b144fdaefc821c2ad4eb MD5sum: 0f4032f60fce10bce012de7d5db6e480 Description: Discord messaging service plugin for libpurple A plugin for libpurple that adds the option to use the Discord messaging service in all libpurple-based clients (including Pidgin and Finch). . This plugin does not support creating and managing Discord accounts, please use the harmony package for those tasks. Multi-Arch: same Homepage: https://github.com/EionRobb/purple-discord/ Section: net Priority: optional Filename: pool/main/p/purple-discord/purple-discord_0.9.2023.10.23.git.f8b0c59-1~bpo12+1_arm64.deb Package: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 89 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pyfai (>= 2023.9.0-1~bpo12+1), python3-numpy, python3:any Size: 53040 SHA256: f4e6ce495e480e92d9b6e6ae1466e755f846a8d15d89b42e3f3991eec9621d8a SHA1: f00c47947431aad9878224e3c6251fb625b4a871 MD5sum: 6eebd5fd108e4133d28b3405e5a6f7d5 Description: Fast Azimuthal Integration scripts PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. Homepage: https://github.com/silx-kit/pyFAI Section: science Priority: optional Filename: pool/main/p/pyfai/pyfai_2023.9.0-1~bpo12+1_all.deb Package: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 217 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pymca5 (>= 5.8.7+dfsg-2~bpo12+1), python3-numpy, python3:any Size: 176604 SHA256: 4f483c8c12d67851d71d8966a11aa89ba215509f4c9760843220c8f2823de03e SHA1: 6400068b77f2de7dd891ae48f145fce382dbaedd MD5sum: 44870b2efd886febd61fd07c5013b352 Description: Applications and toolkit for X-ray fluorescence analysis -- scripts PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . The applications included in this package are: . * edfviewer - Display and inspection of data files in ESRF Data Format * elementsinfo - Displays element specific X-ray data * mca2edf - Converts files from SPEC MCA format to EDF * peakidentifier - Displays X-ray fluorescence peaks in a given energy range * pymcabatch - Batch fitting of spectra * pymcapostbatch - Post-processing of batch fitting results * pymca - Interactive data-analysis * pymcaroitool - Region-of-interest (ROI) imaging tool . The PyMca toolkit can read data files in SPEC, ESRF data file (EDF), OMNIC, HDF5, AIFIRA and SupaVisio formats. . This are the scripts of the package. Homepage: https://github.com/vasole/pymca Section: science Priority: optional Filename: pool/main/p/pymca/pymca_5.8.7+dfsg-2~bpo12+1_all.deb Package: pymca-data Source: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 23311 Maintainer: Debian PaN Maintainers Architecture: all Size: 4210160 SHA256: 2bbd4217d53d04653b80bf0488d4caefe59877d0f5d78d82c86aca13365f6b52 SHA1: da0c33e4630b377ff8581b7390d83246fcf9aeca MD5sum: 5783c125a4de22fbb908359dfe1d0240 Description: Architecture independent data files for PyMca PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . This package contains the architecture independent data files for PyMca. Multi-Arch: foreign Homepage: https://github.com/vasole/pymca Section: science Priority: optional Filename: pool/main/p/pymca/pymca-data_5.8.7+dfsg-2~bpo12+1_all.deb Package: pymca-doc Source: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 3774 Maintainer: Debian PaN Maintainers Architecture: all Replaces: pymca (<< 5.1.2+dfsg) Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2) Breaks: pymca (<< 5.1.2+dfsg) Size: 2672332 SHA256: f003e9291eec8c2f540bb635d75d7fc1264c2b9b46bc694919dfc8d21a2a9921 SHA1: 447711bc4c3dc62e72bd4a4c1c813f18986d8967 MD5sum: f76221f3bc356365971645e59a6ef710 Description: Documentation files for PyMca PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . This package contains the documentation files for PyMca. Multi-Arch: foreign Homepage: https://github.com/vasole/pymca Section: doc Priority: optional Filename: pool/main/p/pymca/pymca-doc_5.8.7+dfsg-2~bpo12+1_all.deb Package: pynx Version: 2025.1-2~bpo12+1 Installed-Size: 88 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pynx (>= 2025.1-2~bpo12+1), python3-numpy, python3:any Size: 23520 SHA256: 0235934d5db2d94863c0f0f01110f5aaa5ab3ffa0db0cf3644bdf92cb0290965 SHA1: 09b9557d4bb8a08416628cf5d9281f9a93cef71f MD5sum: 2546d5819e6f81cac9e87b7e63ae1fc2 Description: Python tools for Nano-structures Crystallography (Scripts) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). Homepage: https://gitlab.esrf.fr/favre/PyNX Section: science Priority: optional Filename: pool/main/p/pynx/pynx_2025.1-2~bpo12+1_all.deb Package: pyosmium Version: 4.0.2-1~bpo12+1 Installed-Size: 28 Maintainer: Debian GIS Project Architecture: all Depends: python3-pyosmium (>= 4.0.2-1~bpo12+1) Size: 12564 SHA256: bf5fe7a647db7593c5ed83ae47e17d80ee544a910de2f643ecebba46e7c7988c SHA1: 854c0b42133fd25bbbc6e62a11c696b26548e438 MD5sum: 96dee791a69dd4f7f3fe5dce84144fa7 Description: Osmium library bindings for Python - utilities The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium utilities. Homepage: https://osmcode.org/pyosmium/ Section: utils Priority: optional Filename: pool/main/p/pyosmium/pyosmium_4.0.2-1~bpo12+1_all.deb Package: pyosmium-doc Source: pyosmium Version: 3.7.0-1~bpo12+1 Installed-Size: 511 Maintainer: Debian GIS Project Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 58180 SHA256: ce0f4c589f8bb9f7ec055137eee899c9c3ce6257b712972801fef008467b5915 SHA1: b137bc693642a2e00524114cf37f37126a4dfa42 MD5sum: f20dacd8394ee88713acff9e2bfdc2cc Description: Osmium library bindings for Python - Documentation The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium documentation. Homepage: https://osmcode.org/pyosmium/ Section: doc Priority: optional Filename: pool/main/p/pyosmium/pyosmium-doc_3.7.0-1~bpo12+1_all.deb Package: python-aiocoap-doc Source: aiocoap Version: 0.4.12-4~bpo12+1 Installed-Size: 365 Maintainer: Mazen Neifer Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Recommends: python3-aiocoap Size: 66196 SHA256: e07296401051bd7eacb366e3942b366f186a65d60093bc049b86eca02515373f SHA1: ac3c14605f6768029589108a03b610243c0ef8d6 MD5sum: 693db7509080d952c38f13bb78629561 Description: Python implementation of CoAP (doc) The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. . This package contains API documentation and examples. Multi-Arch: foreign Homepage: https://github.com/chrysn/aiocoap Section: doc Priority: optional Filename: pool/main/a/aiocoap/python-aiocoap-doc_0.4.12-4~bpo12+1_all.deb Package: python-changelogd-doc Source: python-changelogd Version: 0.1.9-1~bpo12+1 Installed-Size: 171 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 33028 SHA256: 96a87107743288dba93b40f244ebcb00c6f95e69cb4006da60d988728e790005 SHA1: fe13f1b9926b0dc4b8447446be76f1fa2cf409f1 MD5sum: 41f88a9f86e390e0dbbe12933601946e Description: Documentation for python-changelogd Changelogd allows teams to avoid merge conflicts for the changelog files. The ``changelogd`` content is stored within multiple YAML files - one per each changelog entry. Then, during application release, all input files are combined into one release file. The script uses Jinja2 templates to generate one consistent text file out of all input YAML files. The default output format is Markdown, but by modifying the templates it can be changed into any text format you like. . This package contains documentation for changelogd. Multi-Arch: foreign Homepage: https://github.com/aklajnert/changelogd Section: doc Priority: optional Filename: pool/main/p/python-changelogd/python-changelogd-doc_0.1.9-1~bpo12+1_all.deb Package: python-django-doc Source: python-django Version: 3:4.2.21-1~bpo12+1 Installed-Size: 33909 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 3598376 SHA256: 7c763ed1d87d17351199b47b169944ea28ed98861b9cecc4683c92e7d5ed44ca SHA1: a42ef61bc6332678ef7b0b8f7dfebd6cc9892ccb MD5sum: 02a23b4105c8cb68a0c522e1fac37abf Description: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Homepage: http://www.djangoproject.com/ Section: doc Priority: optional Filename: pool/main/p/python-django/python-django-doc_4.2.21-1~bpo12+1_all.deb Package: python-django-dynamic-fixture-doc Source: python-django-dynamic-fixture Version: 4.0.1-1~bpo12+1 Installed-Size: 411 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 45532 SHA256: d9dc3b30f78afa612dc534f8b8cd08a213c3ab0a90832d5c1298ec6d4efb025b SHA1: 4ac7891912ae78408f5aab0ad028f778682e8dad MD5sum: 342c2470e9017f2149096c3b6472590c Description: create dynamic model instances for testing purposes (Documentation) Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic model instances for testing purposes. . It lets you focus on your tests, instead of focusing on generating some dummy data which is boring and pollutes the test source code. . It exists to solve the anti-pattern of Static Fixtures and Factory objects. . Features: * Highly customizable: you can customize fields recursively * Deals with unique=True * Deals with cyclic dependencies (including self references) * Deals with many to many relationship (common M2M or M2M with additional data, i.e. through=’table’) * Deals with custom fields (especially if the custom field inherits from a django field) * Support for parallel tests * Deals with auto calculated attributes * It is easy to debug errors . This package contains the documentation. Homepage: https://github.com/paulocheque/django-dynamic-fixture Section: doc Priority: optional Filename: pool/main/p/python-django-dynamic-fixture/python-django-dynamic-fixture-doc_4.0.1-1~bpo12+1_all.deb Package: python-django-pgtrigger-doc Source: python-django-pgtrigger Version: 4.14.0-1~bpo12+1 Installed-Size: 3179 Maintainer: Debian Python Team Architecture: all Size: 455732 SHA256: 0f32cde7911d7da3b2389e1d698da097cdb27f88f28b86480a4dddafbcf0521e SHA1: 819383efd7acce0a78a6d6ce7e278e919e84af26 MD5sum: ea73fb525a7957570280896743e203cb Description: Write Postgres triggers for your Django models (Documentation) django-pgtrigger helps you write Postgres triggers for your Django models. Triggers can solve a variety of complex problems more reliably, performantly, and succinctly than application code. . For example: * Protecting operations on rows or columns (pgtrigger.Protect). * Making read-only models or fields (pgtrigger.ReadOnly). * Soft-deleting models (pgtrigger.SoftDelete). * Snapshotting and tracking model changes (django-pghistory). * Enforcing field transitions (pgtrigger.FSM). * Keeping a search vector updated for full-text search (pgtrigger.UpdateSearchVector). * Building official interfaces (e.g. enforcing use of User.objects.create_user and not User.objects.create). * Versioning models, mirroring fields, computing unique model hashes. . This package contains the documentation. Homepage: https://github.com/AmbitionEng/django-pgtrigger Section: doc Priority: optional Filename: pool/main/p/python-django-pgtrigger/python-django-pgtrigger-doc_4.14.0-1~bpo12+1_all.deb Package: python-fabio-doc Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 1918 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 628564 SHA256: b5bbb6c6a522e6e23e7775e76dfd552683117684d29b4016cdd7b623d6f4c039 SHA1: 76030b31b1b97134ed805a05d68cedebdcbf8f53 MD5sum: 05f0780c1945c51bb406de0bd2d70a91 Description: I/O library for images produced by 2D X-ray detector - documentation FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python. FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats) . This is the common documentation package. Homepage: https://github.com/silx-kit/fabio Section: doc Priority: optional Filename: pool/main/p/python-fabio/python-fabio-doc_2023.6.0-3~bpo12+1_all.deb Package: python-igraph-doc Source: python-igraph Version: 0.11.8+ds-1~bpo12+1 Installed-Size: 14970 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Suggests: www-browser, pdf-viewer, jupyter-notebook Enhances: python3-igraph (= 0.11.8+ds-1~bpo12+1) Size: 6017280 SHA256: a1736372f2cdb75b51645be7b0968ff517a0051ec8ebfd2d2cc71a5089ea4d28 SHA1: f95bb3674976c4bb5ade0fd1a76647f87a77595b MD5sum: 6f587721e0843e14a03d91ad1ad058e9 Description: High performance graph data structures and algorithms (doc) Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. . Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. . This package contains documentation for the Python interface of igraph. Multi-Arch: foreign Homepage: https://igraph.org/python/ Section: doc Priority: optional Filename: pool/main/p/python-igraph/python-igraph-doc_0.11.8+ds-1~bpo12+1_all.deb Package: python-ilorest-doc Source: python-ilorest Version: 5.2.0.0+ds-1~bpo12+1 Installed-Size: 2133 Maintainer: Carsten Schoenert Architecture: all Depends: python3-sphinx-rtd-theme, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 192404 SHA256: abf3782c899c0c9df802af591cbccc13526d69eff27040c767fe222e854fd92e SHA1: d5c3a6c1ca803f57b85569cc60b83057df9bdc90 MD5sum: 3ba2f847891b58aa8b70dc833e01e75c Description: Documentation of RESTful API for HPE iLO and HPE Chassis Manager This package contains the Sphinx based documentation for the library python-ilorest. . It contains also the examples from upstream that explain the usage of the library with dedicated examples. Homepage: https://github.com/HewlettPackard/python-ilorest-library Section: doc Priority: optional Filename: pool/main/p/python-ilorest/python-ilorest-doc_5.2.0.0+ds-1~bpo12+1_all.deb Package: python-itango-doc Source: itango Version: 0.1.9+ds-1~bpo12+1 Installed-Size: 398 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 245996 SHA256: 85bc607d95a33432f3596cf7ad59564cb41b956daae426b2cc5eca5d042e6538 SHA1: 9bf7f7a297ba0f059a6e519a9b7fdd4b9dc33e99 MD5sum: b7989495af15dc67be212a3b10496b5f Description: Interactive Tango client - documentation ITango works like a normal Python console, but it provides a nice set of features from IPython. It also adds set of PyTango specific features: . This package contains the documentation for the python-itango package. Multi-Arch: foreign Homepage: https://pythonhosted.org/itango/ Section: doc Priority: optional Filename: pool/main/i/itango/python-itango-doc_0.1.9+ds-1~bpo12+1_all.deb Package: python-nbxmpp-doc Source: python-nbxmpp Version: 4.5.4-1~bpo12+1 Installed-Size: 23 Maintainer: Debian XMPP Maintainers Architecture: all Size: 10348 SHA256: 0b8ccf7d9210cc94a479779c884798d451d8c2636927ff776534ddac6330364c SHA1: 7e5ae3d7dc78383a1b21550bb5bfa5736e044772 MD5sum: a42598c3912e9631b1d678b9748dd040 Description: Non blocking Jabber/XMPP Python library, documentation python-nbxmpp is a Python library that provides a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. . This is the documentation of this library. Multi-Arch: foreign Homepage: https://dev.gajim.org/gajim/python-nbxmpp Section: doc Priority: optional Filename: pool/main/p/python-nbxmpp/python-nbxmpp-doc_4.5.4-1~bpo12+1_all.deb Package: python-pyfai-doc Source: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 161136 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 136648776 SHA256: 59ee156edfc7f1df314908874bbaf4411cf9e7d99eaa5e47123e665806d49051 SHA1: 631a10a3720960e01aa8293eac15ef196d9a2a01 MD5sum: 3e92d398e900ca0ac488a731112470d6 Description: Fast Azimuthal Integration scripts - Documentation PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. . This is the common documentation package. Multi-Arch: foreign Homepage: https://github.com/silx-kit/pyFAI Section: doc Priority: optional Filename: pool/main/p/pyfai/python-pyfai-doc_2023.9.0-1~bpo12+1_all.deb Package: python-pymodbus-doc Source: pymodbus Version: 3.6.4-1~bpo12+1 Installed-Size: 2321 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 313228 SHA256: f8bdbba1d40b1406204a7e24e29b4e519306f8a3cf8e242320386cce14b139a3 SHA1: 9c58fd47f8e8a113e949b349e75c6d43b6d6727c MD5sum: 2a0243c2da837176b335fac6948277eb Description: full Modbus protocol implementation, documentation Pymodbus is a full Modbus protocol implementation. It is currently supports the following : . Client Features: * Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registers * Working on diagnostic/file/pipe/setting/info requests * Can fully scrape a host to be cloned . Server Features: * Can function as a fully implemented TCP/ASCII modbus server * Full server control context * Working on serial communication * Working on functioning as a RTU * Can mimic a server based on the supplied input data . For asynchronous communication, you need python-twisted-core. For serial communication, you need python-serial. . This package provides the documentation and examples. Multi-Arch: foreign Homepage: https://github.com/pymodbus-dev/pymodbus Section: doc Priority: optional Filename: pool/main/p/pymodbus/python-pymodbus-doc_3.6.4-1~bpo12+1_all.deb Package: python-pynx-doc Source: pynx Version: 2025.1-2~bpo12+1 Installed-Size: 26358 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 20281544 SHA256: 57ca0659b85289a2161e91c4d5578809883fa9992ffb0f43fef2374d20e354d1 SHA1: 2a7685d9dae4869da21f515eb152b5a3c4cd9378 MD5sum: 2c0aa3fa16fe46a0bd0163c76d7760be Description: Python tools for Nano-structures Crystallography (common documentation) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). . This is the common documentation package. Multi-Arch: foreign Homepage: https://gitlab.esrf.fr/favre/PyNX Section: doc Priority: optional Filename: pool/main/p/pynx/python-pynx-doc_2025.1-2~bpo12+1_all.deb Package: python-pytest-subprocess-doc Source: pytest-subprocess Version: 1.5.3-1~bpo12+1 Installed-Size: 360 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 49356 SHA256: 02d3c55f30db8b2323ded412350b7e6a287764541e5ec16edc1323edd1ada9f3 SHA1: 1d842ef54ed846a3c52cf7463b281b95730e7a5f MD5sum: f3dcc8a0de2302f6c638605e3e5bfeaf Description: Documentation for pytest-subprocess The plugin adds the ``fake_process`` fixture (and ``fp`` as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the ``subprocess.Popen()``, which is the base for other subprocess functions. That makes the ``subprocess.run()``, ``subprocess.call()``, ``subprocess.check_call()`` and ``subprocess.check_output()`` methods also functional. . This package contains documentation for pytest-subprocess. Multi-Arch: foreign Homepage: https://github.com/aklajnert/pytest-subprocess Section: doc Priority: optional Filename: pool/main/p/pytest-subprocess/python-pytest-subprocess-doc_1.5.3-1~bpo12+1_all.deb Package: python-pytest-trio-doc Source: python-pytest-trio Version: 0.8.0-2~bpo12+1 Installed-Size: 284 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 41476 SHA256: ea8cf8ebae4d238ba11b90acb20262047f292b81a65c06cc5a775f4ca304f02d SHA1: 860819e8b673b64571cab9d340fc463d8079e113 MD5sum: 8e2f9a360d1e555d6dee246c674ffe13 Description: Pytest plugin for trio (Documentation) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the documentation. Homepage: https://github.com/python-trio/pytest-trio Section: doc Priority: optional Filename: pool/main/p/python-pytest-trio/python-pytest-trio-doc_0.8.0-2~bpo12+1_all.deb Package: python-respx-doc Source: python-respx Version: 0.21.1-2~bpo12+1 Installed-Size: 2824 Maintainer: Debian Python Team Architecture: all Size: 755576 SHA256: 43579545dabf6fae1dc25aa00eedc0b7493aa857e140836771b5ab21aed8c6ad SHA1: 85a5fd9ced2808cf184455833661ce250d73e714 MD5sum: ebbe401d7424618a6dfb2b72eae685af Description: Documentation for python-respx RESPX is a mock router, capturing requests sent by HTTPX, mocking their responses. Inspired by the flexible query API of the Django ORM, requests are filtered and matched against routes and their request patterns and lookups. . This package contains documentation for RESPX. Multi-Arch: foreign Homepage: https://github.com/lundberg/respx Section: doc Priority: optional Filename: pool/main/p/python-respx/python-respx-doc_0.21.1-2~bpo12+1_all.deb Package: python-sardana-doc Source: sardana Version: 3.5.0-1~bpo12+1 Installed-Size: 95789 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 20417064 SHA256: 44ebf5b1f74c2e7c4bd3cd6f2352b6885ac381de76c972b8c8d0ccfbf09fc2c3 SHA1: ba45b747d897fd3984a082b1b07c2a117892a5ba MD5sum: fe42339582863cae064a91e589d8429f Description: instrument control and data acquisition system - documentation Sardana is a Supervision, Control And Data Acquisition (SCADA) system for scientific installations. It is written in Python and based on the TANGO library. The hardware control and data acquisition routines can be accessed via an IPython console and a generic graphical user interface (both of which are easily extensible by the user). . This package contains the documentation for the python3-sardana library. Homepage: http://www.sardana-controls.org Section: doc Priority: optional Filename: pool/main/s/sardana/python-sardana-doc_3.5.0-1~bpo12+1_all.deb Package: python-silx-doc Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 39201 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2) Size: 15344428 SHA256: 4be0308f94890a63cc72709c66dd1043b4f7d7e9d65eaf6539a7d47559f1a229 SHA1: 26aa012e01ad56d359259c4a4bd72aa39359d3af MD5sum: 02824e73dce3bec7ce8b641673e3d77b Description: Toolbox for X-Ray data analysis - Documentation The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis applications at synchrotron radiation facilities. It aims at providing reading/writing different file formats, data reduction routines and a set of Qt widgets to browse and visualize data. . The current version provides : . * reading HDF5 file format (with support of SPEC file format) * histogramming * fitting * 1D and 2D visualization using multiple backends (matplotlib or OpenGL) * image plot widget with a set of associated tools (See changelog file). * Unified browser for HDF5, SPEC and image file formats supporting inspection and visualization of n-dimensional datasets. * Unified viewer (silx view filename) for HDF5, SPEC and image file formats * OpenGL-based widget to display 3D scalar field with isosurface and cutting plane. . This is the common documentation package. Multi-Arch: foreign Homepage: https://github.com/silx-kit/silx Section: doc Priority: optional Filename: pool/main/s/silx/python-silx-doc_1.1.2+dfsg-2~bpo12+1_all.deb Package: python-slixmpp-doc Source: slixmpp Version: 1.10.0-1~bpo12+1 Installed-Size: 25417 Maintainer: Debian XMPP Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 816128 SHA256: 5abc0833fc42853b3dcffefdec0d6b5f13eb7deb4c5c636e73cdfd5cfeea58ec SHA1: 465d42783875e1dbd83f8724245560faa4337d1a MD5sum: f8c0b29e5444d48b32c5105712c4ae7e Description: Threadless, event-based XMPP Python library (documentation) Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the core of the library by entirely removing all threads from the library and using an event-based approach instead. . This is the documentation package. Multi-Arch: foreign Homepage: https://codeberg.org/poezio/slixmpp Section: doc Priority: optional Filename: pool/main/s/slixmpp/python-slixmpp-doc_1.10.0-1~bpo12+1_all.deb Package: python-tango-doc Source: pytango Version: 10.0.2-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Science Maintainers Architecture: all Replaces: python-pytango-doc (<< 9.2.0-2~) Depends: libjs-d3 Breaks: python-pytango-doc (<< 9.2.0-2~) Size: 35552 SHA256: 05500b6d26b87d63b5a40ce2466da5712e0129c06d2202bec43ee8cf032a65ed SHA1: 7137d66639311c40c50de944b773c68f09d3f580 MD5sum: 42fdd22e65b71c479d7a23107a5a8f80 Description: API for the TANGO control system TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This package contains the documentation for the python-tango library. Homepage: https://pytango.readthedocs.io/en/latest/ Section: doc Priority: optional Filename: pool/main/p/pytango/python-tango-doc_10.0.2-1~bpo12+1_all.deb Package: python-taurus-doc Source: taurus Version: 5.1.8-1~bpo12+1 Installed-Size: 36909 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 5954748 SHA256: c3d405a02aacaafe6c52b8e301cb5a0fcfed99b05c00baea0d7e318321010fb5 SHA1: 421fcaf84b239eea6dc82b898e1c98474b10916b MD5sum: de62e8591f1961938135e7df934ca129 Description: Framework for scientific/industrial CLIs and GUIs - Documentation Taurus is a Python framework for control and data acquisition CLIs and GUIs in scientific/industrial environments. It supports multiple control systems or data sources: Tango, EPICS, ... New control system libraries can be integrated through plugins. . This package contains the documentation for the taurus Python module. Homepage: http://www.taurus-scada.org Section: doc Priority: optional Filename: pool/main/t/taurus/python-taurus-doc_5.1.8-1~bpo12+1_all.deb Package: python3-access2base Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 135 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-base Depends: libjs-jquery, libreoffice-base, libreoffice-common (>= 1:6.4.0~beta1-2~), python3-uno, python3:any Size: 55856 SHA256: e6d9b0ea16740ebd4baed694272534dc0f0960de43ccfd416d1955f543c7c5fb SHA1: c8df52e808df675d41705bc3768069ea817f44e2 MD5sum: f68001be03a1eb84e99e1ceced669193 Description: interface between Python and the LibreOffice Access2Base library Access2Base is a LibreOffice/OpenOffice Basic library of macros for (business or personal) application developers and advanced users. . Their syntax and their meaning are directly inspired by MSAccess. The macros are callable from - a LibreOffice / OpenOffice Base application, - any LibreOffice / OpenOffice document wanting to access data stored in databases. . This package contains an interface between Python (user) scripts and Access2Base. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.access2base.com/access2base.html Section: python Priority: optional Filename: pool/main/libr/libreoffice/python3-access2base_25.2.3-2~bpo12+1_all.deb Package: python3-aiocoap Source: aiocoap Version: 0.4.12-4~bpo12+1 Installed-Size: 785 Maintainer: Mazen Neifer Architecture: all Depends: python3:any Recommends: oscore, prettyprint, ws Suggests: python-aiocoap-doc, tinydtls Size: 174528 SHA256: b8bb0810909fa233b71dda66378945a620a6c69f9656159f6d3d72d62a0584db SHA1: e0e1136bcabd72d3c9d3a2a5e8c0eac4ebbcd817 MD5sum: 42572c9c951538de0ac51288d59950e7 Description: Python implementation of CoAP The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. Homepage: https://github.com/chrysn/aiocoap Section: python Priority: optional Filename: pool/main/a/aiocoap/python3-aiocoap_0.4.12-4~bpo12+1_all.deb Package: python3-aiohttp-socks Source: aiohttp-socks Version: 0.9.0-1~bpo12+1 Installed-Size: 32 Maintainer: Debian Python Team Architecture: all Depends: python3-aiohttp, python3-python-socks, python3:any Size: 6652 SHA256: 8c606e901865466428f73126b14cc14d6ba020ee4199d5998d6e3a0567fad6ce SHA1: 2bae4c2e336bd8c5309efb9b65e752aba7c697b0 MD5sum: 2eed31c072ac92c64dd34b5460eea90b Description: SOCKS proxy connector for aiohttp (Python 3) SOCKS proxy connector for aiohttp that supports SOCKS4(a) and SOCKS5. . This package installs the library for Python 3. Homepage: https://github.com/romis2012/aiohttp-socks Section: python Priority: optional Filename: pool/main/a/aiohttp-socks/python3-aiohttp-socks_0.9.0-1~bpo12+1_all.deb Package: python3-awscrt Source: aws-crt-python Version: 0.20.4+dfsg-1~bpo12+1 Installed-Size: 3093 Maintainer: Debian Cloud Team Architecture: arm64 Depends: python3 (>= 3~), python3:any, libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 767996 SHA256: 7756b001ac7e5ce9d2d0dcc94dc8306719d5001938afb67d379f7f15e914427b SHA1: dc1732700ac0cb74617d8059dd149b90c1c55f72 MD5sum: e1e7794d7cb0418c99a454be6994c5d7 Description: Python 3 bindings for the AWS Common Runtime This package contains a number of low-level helper and utility functions for interacting with Amazon Web Services APIs from within python programs. Most application developers will prefer higher level abstractions such as those provided by the python-boto3 packages. Homepage: https://github.com/awslabs/aws-crt-python Section: python Priority: optional Filename: pool/main/a/aws-crt-python/python3-awscrt_0.20.4+dfsg-1~bpo12+1_arm64.deb Package: python3-baler Source: baler Version: 1.3.0-1~bpo12+1 Installed-Size: 129 Maintainer: Mattias Ellert Architecture: arm64 Depends: python3-matplotlib, python3-sklearn, python3-torch, python3-tqdm, python3:any Size: 25292 SHA256: 8a4a63534babeb15f7ad63116dbedeb1c77983b784e8557f1062865413419dc8 SHA1: ef6e2da0eea6a85717acfd52e050e66d2150fd36 MD5sum: bfb731897d50a5d0112df83922e59587 Description: Baler - a machine learning based data compression tool Baler is a tool used to test the feasibility of compressing different types of scientific data using machine learning-based autoencoders. Baler provides you with an easy way to: 1. Train a machine learning model on your data 2. Compress your data with that model. This will also save the compressed file and model 3. Decompress the file using the model at a later time 4. Plot the performance of the compression/decompression Multi-Arch: foreign Homepage: https://github.com/baler-collaboration/baler/ Section: python Priority: optional Filename: pool/main/b/baler/python3-baler_1.3.0-1~bpo12+1_arm64.deb Package: python3-binoculars Source: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 415 Maintainer: Debian PaN Maintainers Architecture: all Depends: gir1.2-hkl-5.0, python3-gi, python3-h5py, python3-matplotlib, python3-numpy, python3-pyfai, python3-pymca5, python3-pyqt5, python3-xrayutilities, python3:any Size: 71056 SHA256: f6729c91dd6667b7ccd406a1e7dee14f0a8c6b8ed783ef884e03045f47bae97d SHA1: 0e1157b5ae67c8f8e698122c45dcab9cc7c0cd35 MD5sum: 0142c1f49d5ba173775bd803f1254991 Description: Surface X-ray diffraction 2D detector data reduction - Python3 BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. . This is the Python 3 version of the package. Homepage: https://github.com/picca/binoculars Section: python Priority: optional Filename: pool/main/b/binoculars/python3-binoculars_0.0.19-1~bpo12+1_all.deb Package: python3-brlapi Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 379 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), python3 (<< 3.12), python3 (>= 3.11~) Size: 140172 SHA256: fc0719490cf3bb0e0fd784f0f5464c8a022df2e92536d5730b05ef44f091d81e SHA1: a8247c67aa340f488e7615a84e1f87666d4d46e7 MD5sum: c9908e689946d414f9a3c09a91731c48 Description: Braille display access via BRLTTY - Python3 bindings BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides Python 3 bindings. Multi-Arch: same Homepage: https://brltty.com Section: python Priority: optional Filename: pool/main/b/brltty/python3-brlapi_6.7-3.1~bpo12+1_arm64.deb Package: python3-btrfsutil Source: btrfs-progs Version: 6.14-1~bpo12+1 Installed-Size: 140 Maintainer: Nicholas D Steeves Architecture: arm64 Depends: libbtrfsutil1 (>= 6.11), libc6 (>= 2.17), python3 (<< 3.12), python3 (>= 3.11~) Size: 49724 SHA256: c9f943acca3ce86cfbaca0f5dc170d02e2fd4e26158b252698dccba84cb507fb SHA1: acd7b9ce1c1673dc604feb2305f2411f70876d10 MD5sum: 4941e27eeb86d725f75707f374ab0e49 Description: Checksumming Copy on Write Filesystem utilities (python3 bindings) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains python3 bindings. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: python Priority: optional Filename: pool/main/b/btrfs-progs/python3-btrfsutil_6.14-1~bpo12+1_arm64.deb Package: python3-canonicaljson Source: python-canonicaljson Version: 2.0.0-2~bpo12+1 Installed-Size: 30 Maintainer: Matrix Packaging Team Architecture: all Depends: python3:any Size: 7408 SHA256: de43d949335c24d6f8f8561e259b45fcebab32c04926cf788650a4b2f6a06172 SHA1: c41c407bd8e624357ec81c9075df20a501e0895a MD5sum: 7648ffe2328b9700cf644acdb364fc6f Description: canonical JSON implementation for Python 3 Canonical JSON implementation for Python 3. . * Encodes objects and arrays as RFC 7159 JSON. * Sorts object keys so that you get the same result each time. * Has no inignificant whitespace to make the output as small as possible. * Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible. * Uses the shortest escape sequence for each escaped character. * Encodes the JSON as UTF-8. * Can be configured to encode custom types unknown to the stdlib JSON encoder. Homepage: https://github.com/matrix-org/python-canonicaljson Section: python Priority: optional Filename: pool/main/p/python-canonicaljson/python3-canonicaljson_2.0.0-2~bpo12+1_all.deb Package: python3-certbot-dns-desec Source: python-certbot-dns-desec Version: 1.2.1-2~bpo12+1 Installed-Size: 46 Maintainer: Debian Let's Encrypt Architecture: all Depends: certbot, python3-certbot-abi-2, python3-certbot, python3-pkg-resources, python3-requests, python3:any Enhances: certbot Size: 9596 SHA256: 23425302ce0abc719037ad0609e7db3758792697dabe9cc6b4268070465eb624 SHA1: 7017b9a8c626d4918df859cae7a6fc3266f8b8f3 MD5sum: ad5d4829e2f486ee131dda8a0b4785c9 Description: desec.io DNS plugin for Certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the desec.io DNS plugin to the main application. Homepage: https://github.com/desec-io/certbot-dns-desec Section: python Priority: optional Filename: pool/main/p/python-certbot-dns-desec/python3-certbot-dns-desec_1.2.1-2~bpo12+1_all.deb Package: python3-changelogd Source: python-changelogd Version: 0.1.9-1~bpo12+1 Installed-Size: 84 Maintainer: Debian Python Team Architecture: all Depends: python3-click, python3-jinja2, python3-ruamel.yaml, python3-toml, python3:any Size: 17276 SHA256: c580148f4fbb2d8c2683e8e216f813eb79733f128e25706de237d04db3dbd612 SHA1: 445432d5498f092af07cacab5bc75d46befc0857 MD5sum: 62550362aa4ecc3c75732cc0f77fc87a Description: Changelogs without conflicts Changelogd allows teams to avoid merge conflicts for the changelog files. The ``changelogd`` content is stored within multiple YAML files - one per each changelog entry. Then, during application release, all input files are combined into one release file. The script uses Jinja2 templates to generate one consistent text file out of all input YAML files. The default output format is Markdown, but by modifying the templates it can be changed into any text format you like. Homepage: https://github.com/aklajnert/changelogd Section: python Priority: optional Filename: pool/main/p/python-changelogd/python3-changelogd_0.1.9-1~bpo12+1_all.deb Package: python3-chartkick Source: python-chartkick Version: 1.0.1+ds1-2~bpo12+1 Installed-Size: 55 Maintainer: Debian Python Team Architecture: all Depends: python3:any, libjs-chartkick.js, libjs-chart.js Size: 8836 SHA256: e380704708a38cb9503a70d25eaeceb8da634d9b81db7d5b09c64adce29c2e1f SHA1: 2e5f31da99dd012bf2902778461497abd6845734 MD5sum: 386663bc01dc372111b9c993dff1bc4a Description: create beautiful JavaScript charts with minimal code (Python 3) chartkick provides a beautiful JavaScript charts. It supports Chart.js, Google Charts, and Highcharts, and works with Django, Flask/Jinja2. . This package provides Python 3 library. Multi-Arch: foreign Homepage: https://github.com/ankane/chartkick.py Section: python Priority: optional Filename: pool/main/p/python-chartkick/python3-chartkick_1.0.1+ds1-2~bpo12+1_all.deb Package: python3-construct-classes Source: python-construct-classes Version: 0.1.2-3~bpo12+1 Installed-Size: 31 Maintainer: Debian Python Team Architecture: all Depends: python3-construct, python3:any Size: 6352 SHA256: 524c8a5a370bcd2eae31bd56351d7c7ae2c2577fcac5b22ce24ab0bfe267ed98 SHA1: 803426d532ad93727f591fdf39dc5bd42a129d19 MD5sum: 54008e9e062af8d3a7a8148b08060c58 Description: Python module for parsing and packing data classes Construct Classes relies on python3-construct for parsing binary data into data classes and packing data classes into binary data. The programmer needs to manually write the Construct expressions. There is no type verification, so it is the programmer's responsibility that the dataclass and the Construct expression match. Homepage: https://github.com/matejcik/construct-classes Section: python Priority: optional Filename: pool/main/p/python-construct-classes/python3-construct-classes_0.1.2-3~bpo12+1_all.deb Package: python3-crc Source: python-crc Version: 7.1.0-1~bpo12+1 Installed-Size: 48 Maintainer: Home Assistant Team Architecture: all Depends: python3:any Size: 9444 SHA256: 793418d27fcd1e1731f33d81917e014c20377f3f8fbcd069d35d60b16e2b6d02 SHA1: ec5bbafae80ed59270dfc4015b0fc7eee06e819b MD5sum: b907761ce8f5eecdbfda9d4d6f419025 Description: library and CLI to calculate and verify all kinds of CRC checksums This package provides a library and CLI to calculate and verify all kinds of CRC checksums. The library includes a variety of common CRC configurations for convenience. Homepage: https://nicoretti.github.io/crc/ Section: python Priority: optional Filename: pool/main/p/python-crc/python3-crc_7.1.0-1~bpo12+1_all.deb Package: python3-dar Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1357 Maintainer: John Goerzen Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.32), libdar64-6000 (>= 2.7.15), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 278164 SHA256: d86b7f20ed2426fa1ceaa9cce92c2bcc27e9188720a79ec9c99b506c0c8b9eac SHA1: e8631017f728193ef3fc103010803c0351a42e0a MD5sum: 89e830f9f881f3222a8e27a77a28e47f Description: Disk ARchive: Python bindings Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Homepage: http://dar.linux.free.fr/ Section: python Priority: optional Filename: pool/main/d/dar/python3-dar_2.7.15-2~bpo12+1_arm64.deb Package: python3-debusine Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 2304 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-aiohttp, python3-dateutil, python3-debian, python3-email-validator, python3-fasteners, python3-prometheus-client, python3-psutil, python3-pydantic, python3-requests, python3-requests-file, python3-requests-toolbelt, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 324824 SHA256: 2317a181f12d11365a66b8cce1cbf54f63a835fa9cac6c721545ee7d74f6291a SHA1: 835041095e713098a29a6b15abfd802f8733fd4f MD5sum: 4f5bc7eae35ca14009fe77f04e025fa5 Description: Main Python library for debusine Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package contains most of the Python libraries. Homepage: https://salsa.debian.org/freexian-team/debusine Section: python Priority: optional Filename: pool/main/d/debusine/python3-debusine_0.11.1~bpo12+1_all.deb Package: python3-debusine-server Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 5841 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.11.1~bpo12+1), python3-debusine-signing (= 0.11.1~bpo12+1), python3-django (>= 3:4.2), python3-aiohttp, python3-boto3, python3-botocore, python3-celery, python3-channels-redis, python3-daphne, python3-dateutil, python3-debian, python3-django-celery-results, python3-django-channels, python3-django-cte, python3-django-pglocks, python3-django-pgtrigger, python3-djangorestframework, python3-email-validator, python3-fabric, python3-fasteners, python3-hcloud, python3-jsonpath-rw, python3-jwcrypto, python3-packaging, python3-prometheus-client, python3-psutil, python3-psycopg2, python3-pydantic, python3-pygments, python3-requests, python3-requests-file, python3-requests-oauthlib, python3-requests-toolbelt, python3-rich, python3-tenacity, python3-unidiff, python3-yaml, python3:any (>= 3.11~) Size: 746264 SHA256: bd9a98fad7e99e79107759abc9f63aa1c6e9a8e192959f980f200279b88c32c6 SHA1: 58fcb80760cd1828f665a6cbdb45c676e5844f41 MD5sum: e13ffd134643f6da19d03c858c2dcc54 Description: Server part of the Python library for debusine Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package contains the server related part of the Python libraries. Homepage: https://salsa.debian.org/freexian-team/debusine Section: python Priority: optional Filename: pool/main/d/debusine/python3-debusine-server_0.11.1~bpo12+1_all.deb Package: python3-debusine-signing Source: debusine Version: 0.11.1~bpo12+1 Installed-Size: 302 Maintainer: Raphaël Hertzog Architecture: all Replaces: python3-debusine-server (<< 0.3.3~) Depends: python3-debusine (= 0.11.1~bpo12+1), python3-aiohttp, python3-dateutil, python3-debian, python3-django (>= 3:4.2), python3-email-validator, python3-fasteners, python3-nacl, python3-prometheus-client, python3-psutil, python3-psycopg2, python3-pydantic, python3-requests, python3-requests-file, python3-requests-toolbelt, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Breaks: python3-debusine-server (<< 0.3.3~) Size: 44412 SHA256: b1c1efe295c15e6bcbe26130824c095a312da50b0212854e227988f197f562ce SHA1: a5a391c4311f1408c99af6c6dd5ad7ebf668a8cd MD5sum: e8e44e50131226d114363632a7b52cc8 Description: Signing worker part of the Python library for debusine Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution. . This package contains the signing worker related part of the Python libraries. Homepage: https://salsa.debian.org/freexian-team/debusine Section: python Priority: optional Filename: pool/main/d/debusine/python3-debusine-signing_0.11.1~bpo12+1_all.deb Package: python3-django Source: python-django Version: 3:4.2.21-1~bpo12+1 Installed-Size: 25594 Maintainer: Debian Python Team Architecture: all Replaces: python-django-common Provides: python-django-common Depends: python3-asgiref, python3-sqlparse, python3:any Recommends: libjs-jquery, python3-tz Suggests: bpython3, geoip-database-contrib, gettext, ipython3, libgdal20, libsqlite3-mod-spatialite, python-django-doc, python3-bcrypt, python3-flup, python3-memcache, python3-mysqldb, python3-pil, python3-psycopg2, python3-selenium, python3-sqlite, python3-yaml Breaks: python-django-common, python3-mysqldb (<< 1.3.13) Size: 2898160 SHA256: 81450dc370d641fab1b73bb06bf3319416126e545f0faba0ff6d76598f3d726d SHA1: d47f2a8755e33a18ae45c11f433a55333de26dff MD5sum: ff75be389ba15e2e60a92aae23c29540 Description: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Homepage: http://www.djangoproject.com/ Section: python Priority: optional Filename: pool/main/p/python-django/python3-django_4.2.21-1~bpo12+1_all.deb Package: python3-django-dynamic-fixture Source: python-django-dynamic-fixture Version: 4.0.1-1~bpo12+1 Installed-Size: 263 Maintainer: Debian Python Team Architecture: all Depends: python3-django, python3:any Suggests: python-django-dynamic-fixture-doc Size: 40268 SHA256: 01c6c2d3f116129a588d1755c87f2f55081bde5a8d4f46ab41060fbc3f590fb5 SHA1: 82aa9a6c9ffe1e2e73562bd8129f3a8d439f20cc MD5sum: d24dcc96ed47b0ccda551ff57b8de8d7 Description: create dynamic model instances for testing purposes (Python3 version) Django Dynamic Fixture (DDF) is a complete and simple library to create dynamic model instances for testing purposes. . It lets you focus on your tests, instead of focusing on generating some dummy data which is boring and pollutes the test source code. . It exists to solve the anti-pattern of Static Fixtures and Factory objects. . Features: * Highly customizable: you can customize fields recursively * Deals with unique=True * Deals with cyclic dependencies (including self references) * Deals with many to many relationship (common M2M or M2M with additional data, i.e. through=’table’) * Deals with custom fields (especially if the custom field inherits from a django field) * Support for parallel tests * Deals with auto calculated attributes * It is easy to debug errors . This package contains the Python 3 version of the library. Homepage: https://github.com/paulocheque/django-dynamic-fixture Section: python Priority: optional Filename: pool/main/p/python-django-dynamic-fixture/python3-django-dynamic-fixture_4.0.1-1~bpo12+1_all.deb Package: python3-django-pgtrigger Source: python-django-pgtrigger Version: 4.14.0-1~bpo12+1 Installed-Size: 286 Maintainer: Debian Python Team Architecture: all Depends: python3-django (>= 3:4.0), python3:any Suggests: python-django-pgtrigger-doc Size: 57736 SHA256: 26f8736e48677d9e9dd187a2ad5fa088a7ee366dca18c504c53e493bc068500d SHA1: f43db0f05b8af719a71ee4f741e3244cca9a3fee MD5sum: 0e9ecea783267cf2ce6b4976a8a9c659 Description: Write Postgres triggers for your Django models (Python3 version) django-pgtrigger helps you write Postgres triggers for your Django models. Triggers can solve a variety of complex problems more reliably, performantly, and succinctly than application code. . For example: * Protecting operations on rows or columns (pgtrigger.Protect). * Making read-only models or fields (pgtrigger.ReadOnly). * Soft-deleting models (pgtrigger.SoftDelete). * Snapshotting and tracking model changes (django-pghistory). * Enforcing field transitions (pgtrigger.FSM). * Keeping a search vector updated for full-text search (pgtrigger.UpdateSearchVector). * Building official interfaces (e.g. enforcing use of User.objects.create_user and not User.objects.create). * Versioning models, mirroring fields, computing unique model hashes. . This package contains the Python 3 version of the library. Homepage: https://github.com/AmbitionEng/django-pgtrigger Section: python Priority: optional Filename: pool/main/p/python-django-pgtrigger/python3-django-pgtrigger_4.14.0-1~bpo12+1_all.deb Package: python3-django-q Source: django-q Version: 1.6.1-1~bpo12+1 Installed-Size: 1471 Maintainer: Debian Python Team Architecture: all Depends: python3-arrow, python3-blessed, python3-django (>= 2:2.2), python3-django-picklefield, python3-importlib-metadata | python3 (>> 3.10), python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Suggests: python3-boto3, python3-croniter, python3-django-redis, python3-hiredis, python3-psutil, python3-pymongo, python3-redis Size: 352372 SHA256: d8784e2006ea8edd9f6ca3574919555013a38fd06b93d817d41b57329de935d6 SHA1: fe25098a6de4917a080703f702e918bbd8ad7555 MD5sum: f7c9cf6a5e501c796152ea7f61b1e74e Description: Django multiprocessing distributed task queue (Python 3 version) A multiprocessing distributed task queue for Django with following features: . * Multiprocessing worker pool * Asynchronous tasks * Scheduled and repeated tasks * Encrypted and compressed packages * Failure and success database or cache * Result hooks, groups and chains * Django Admin integration * PaaS compatible with multiple instances * Multi cluster monitor * Redis, Disque, IronMQ, SQS, MongoDB or ORM * Rollbar and Sentry support . This package contains the Python 3 version of the library. Homepage: https://github.com/Koed00/django-q Section: python Priority: optional Filename: pool/main/d/django-q/python3-django-q_1.6.1-1~bpo12+1_all.deb Package: python3-django-webtest Source: django-webtest Version: 1.9.12-2~bpo12+1 Installed-Size: 68 Maintainer: Debian Python Team Architecture: all Depends: python3-django, python3-webtest, python3:any Size: 18300 SHA256: d9edeefaa22bfb371e1e3a1835e91ed3bb79d7aede2bda91c15f56461d58af47 SHA1: fafc03764b41af7b39e648569f509d628f06e66e MD5sum: 7ed107fd3c9db500bc71ae8dd7359e52 Description: Instant integration of Ian Bicking's WebTest (Python 3) App for instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with Django's testing framework. . This package installs the library for Python 3. Homepage: https://github.com/django-webtest/django-webtest Section: python Priority: optional Filename: pool/main/d/django-webtest/python3-django-webtest_1.9.12-2~bpo12+1_all.deb Package: python3-dput Source: dput-ng Version: 1.43~bpo12+1 Installed-Size: 253 Maintainer: dput-ng Maintainers Architecture: all Depends: gnupg, python3-debian, python3-xdg, python3:any Recommends: debian-keyring, lintian, openssh-client, python3-distro-info, python3-jsonschema, python3-paramiko Size: 42400 SHA256: 742d8a552c74069930164d397cf35027e874b42d29859b02f7326b32390a91fe SHA1: 4f7cab4fb4d8ecb36aed80e9613ad23340089e3b MD5sum: 84abb5c077aad6a90926b26e58a2c458 Description: next generation Debian package upload tool (Python 3 library) dput-ng is a Debian package upload tool which provides an easy to use interface to Debian (like) package archive hosting facilities. It allows anyone who works with Debian packages to upload their work to a remote service, including Debian's ftp-master, mentors.debian.net, Launchpad or other package hosting facilities for Debian package maintainers. . This package provides Python library functions providing core functionality to dput-ng and tools building on top of that. This library provides upload classes, profile parser, sanity checks and helper functions required to build a dput service. . The recommended package python3-paramiko is needed to upload via SSH. Homepage: https://debian.pages.debian.net/dput-ng Section: python Priority: optional Filename: pool/main/d/dput-ng/python3-dput_1.43~bpo12+1_all.deb Package: python3-editables Source: python-editables Version: 0.5-2~bpo12+1 Installed-Size: 43 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 14848 SHA256: a6339adb48aa75df93b95402b8102e711292333f3d4d4af1cf14fc04b105365d SHA1: 5bf75443b670f07c7a0d33348c0cd55bf0029583 MD5sum: 51d442db956d175e24a105527637cb56 Description: Python library for creating "editable wheels" This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in "editable mode". In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall. Homepage: https://github.com/pfmoore/editables Section: python Priority: optional Filename: pool/main/p/python-editables/python3-editables_0.5-2~bpo12+1_all.deb Package: python3-electrum Source: electrum Version: 4.5.8+ds-5~bpo12+1 Installed-Size: 19628 Maintainer: Debian Cryptocoin Team Architecture: all Depends: libjs-jquery, libjs-jquery-ui, libjs-jquery-ui-theme-ui-lightness, node-qrcode-generator, python3-cryptography, libsecp256k1-1, python3-aiohttp, python3-aiohttp-socks (>= 0.8.4), python3-aiorpcx, python3-attr, python3-certifi, python3-dnspython, python3-jsonpatch, python3-protobuf (>= 3.20), python3-qdarkstyle, python3-qrcode, python3:any Recommends: python3-cbor, python3-matplotlib, python3-zbar Suggests: electrum, fonts-adobe-sourcesans3, fonts-dejavu-core, python3-btchip, trezor Size: 3811528 SHA256: db3731ed31fc456be29972d8a746fd20a600dd5ba2fd9793649193c86f572332 SHA1: ec8996dc5ecc379d553032f6becf6e84f0941456 MD5sum: 6c5f9bf1f7983865f5cea1b98571b853 Description: Easy to use Bitcoin client - Python module This package provides a lightweight Bitcoin client which protects you from losing your bitcoins in a backup mistake or computer failure. Also, Electrum does not require waiting time because it does not download the Bitcoin blockchain. . This package provides the "electrum" Python module which can be used to access a Bitcoin wallet from Python programs. Homepage: https://electrum.org/ Section: python Priority: optional Filename: pool/main/e/electrum/python3-electrum_4.5.8+ds-5~bpo12+1_all.deb Package: python3-fabio Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 3031 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: python3-h5py, python3-lxml, python3-matplotlib, python3-pil, python3-pyqt5, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.29) Suggests: python-fabio-doc Size: 492780 SHA256: 095692123d5341d18f3fa5e8dcf005913090226bde056312346a0a5784771d43 SHA1: 3f707ec10dc7e8ffb64c20be9d8e621a728a29b4 MD5sum: 733cb3acb03b3bd90a6acb7fe40d715a Description: I/O library for images produced by 2D X-ray detector - Python3 FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python. FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats) . This is the Python 3 version of the package. Homepage: https://github.com/silx-kit/fabio Section: python Priority: optional Filename: pool/main/p/python-fabio/python3-fabio_2023.6.0-3~bpo12+1_arm64.deb Package: python3-genometools Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 244 Maintainer: Debian Med Packaging Team Architecture: all Depends: python3:any, libgenometools0 Size: 32556 SHA256: 461f537bcf3a18f36eb130ee304053b65fcb3d3a15f6d0a7a305049ebd50e25a SHA1: 79e4984f3cc9b9fac222c113a6231c5b92554c3d MD5sum: 85cc74e6193b9fba62867af838ad3dd8 Description: Python3 bindings for genometools Partial Python3 bindings for the GenomeTools library. Besides basic bioinformatics data structures, the library contains components for sequence and annotation handling, sequence compression, index structure generation and access, efficient matching, annotation visualization and much more. Homepage: http://genometools.org Section: python Priority: optional Filename: pool/main/g/genometools/python3-genometools_1.6.5+ds-2~bpo12+1_all.deb Package: python3-gensio Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 984 Maintainer: Marc Haber Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgensio6 (>= 2.8.6-1~bpo12+2), libstdc++6 (>= 5.2), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 159640 SHA256: 324ddfb89ccb4c50692ee62cec86be47d4d72a27a33e6f771259c2c26fb5c108 SHA1: e2ebac3415c731c4954ccf6672006c8c744ab017 MD5sum: c4ae5abf58416f1ff3df02e0f111ab9f Description: abstract stream I/O (Python 3 bindings) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the Python 3 bindings. Homepage: https://github.com/cminyard/gensio Section: python Priority: optional Filename: pool/main/g/gensio/python3-gensio_2.8.6-1~bpo12+2_arm64.deb Package: python3-gnucash Source: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 1850 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.12.0), libpython3.11 (>= 3.11.0), python3 (<< 3.12), python3 (>= 3.11~), python3:any Suggests: gir1.2-gtk-3.0, gobject-introspection, python3-gi Size: 283416 SHA256: dd3aa025fd4b421bb3fe1fb95054490ad3fa70bde65e14629987919ea0067de5 SHA1: cbf9a6ad9ed9ffd575b8e41890376a7372b90bd0 MD5sum: 4ed878ced55bb5c8bd81c02b13cebc79 Description: Gnucash interface for Python Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the Python bindings for Gnucash which allow you to read and manipulate Gnucash data files. Homepage: https://www.gnucash.org/ Section: python Priority: optional Filename: pool/main/g/gnucash/python3-gnucash_5.6-1~bpo12+1_arm64.deb Package: python3-graph-tool Source: graph-tool Version: 2.91+ds-5~bpo12+1 Installed-Size: 261262 Maintainer: Debian Python Team Architecture: arm64 Replaces: graph-tool Depends: python3-scipy, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-context1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcairomm-1.0-1v5 (>= 1.14.4), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.5), libgmp10 (>= 2:6.2.1+dfsg1), libgomp1 (>= 9), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11) Recommends: python3-gv, python3-matplotlib, python3-cairo, python3-gi-cairo, python3-gi, gir1.2-gtk-3.0, build-essential, pkgconf, libpython3-dev, libboost-dev, libboost-python-dev, python3-cairo-dev, libsparsehash-dev Suggests: mencoder Size: 44210728 SHA256: 855399d377978cf3a5157e8b5058dbdc7beee6f028c957046f8bddc9ab9b7cae SHA1: b36eb7d118e6e85814ff697d850dff253e6c82e7 MD5sum: 70ab53f71d3754e10812dceab140dfd1 Description: Efficient network analysis -- Python graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the Python material. Homepage: https://graph-tool.skewed.de/ Section: python Priority: optional Filename: pool/main/g/graph-tool/python3-graph-tool_2.91+ds-5~bpo12+1_arm64.deb Package: python3-gtts Source: gtts Version: 2.5.1-1~bpo12+1 Installed-Size: 112 Maintainer: Debian Python Team Architecture: all Depends: python3-click, python3-requests, python3:any, python3-pkg-resources Size: 24912 SHA256: 6c6f8e5ffb108965ca024e7a0f227cd30a337dba9da09526101b030d20984627 SHA1: 0446663723b22761611d7accf666baa71efdd6eb MD5sum: d856dc75c5842463d58fb01e587a24f5 Description: Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3) A Python interface for Google's Text to Speech API. Create an mp3 file with the gTTS module or the gtts-cli tool. It allows unlimited lengths to be spoken by tokenizing long sentences where the speech would naturally pause. . This package contains the module for Python 3. Homepage: https://gtts.readthedocs.io/ Section: python Priority: optional Filename: pool/main/g/gtts/python3-gtts_2.5.1-1~bpo12+1_all.deb Package: python3-gyoto Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 5541 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), libxerces-c3.2, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.12), python3 (>= 3.11~), python3:any Recommends: python3-opencv Size: 892148 SHA256: 0b7325f2134d4a552bfb434169a95f2e4f8b477ce7c3583258a5b6d3c1030d18 SHA1: 2e9135692564d7852a3782b9f4999b5741a973b2 MD5sum: a8c40aebe689ff937ace86988b25090c Description: General relativistic geodesic integration for the Python 3 language Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package also includes a Gyoto plug-in allowing to write new Gyoto objects in the Python 3 language. . This package provides an extension for the Python 3 programming language exposing the Gyoto facilities. It allows using Gyoto interactively from the Python 3 prompt or running complex Gyoto scripts. . Producing videos requires the python3-opencv package. Multi-Arch: allowed Homepage: http://gyoto.obspm.fr Section: python Priority: optional Filename: pool/main/g/gyoto/python3-gyoto_2.0.2-1~bpo12+1_arm64.deb Package: python3-harmony Source: harmony Version: 0.7.2-1~bpo12+1 Installed-Size: 93 Maintainer: Patrick Zajda Architecture: all Depends: python3-keyring (>= 17.0.0~), python3-librecaptcha (>= 0.6.0~), python3-pil (>= 4.1.1~), python3-requests (>= 2.18.1~), python3:any Suggests: pidgin, purple-discord Size: 17116 SHA256: 048fa0234e3d40815057fc0161d1878d7206930eb37c682f1953a042cbd8b125 SHA1: 8ca8691a22c43d6d7e371ba7edc8d0acac685753 MD5sum: b6c3b2786747cb7abcbb0a28e287a373 Description: program and library for creating and managing Discord accounts A program and library for performing various actions with the Discord messaging service. Currently, it supports: . * Creating an account * Verifying the email address * Viewing the account tag * Change the username, email address, password, and avatar * Change safety and privacy settings * List servers you’re in and members in those servers * Transfer and delete servers you own * Accept server invites * Delete your account . This program does not support messaging with Discord, please use Pidgin with the purple-discord plugin for that. . https://en.wikipedia.org/wiki/Discord_(software) Homepage: https://github.com/taylordotfish/harmony/ Section: web Priority: optional Filename: pool/main/h/harmony/python3-harmony_0.7.2-1~bpo12+1_all.deb Package: python3-hatch-fancy-pypi-readme Source: python-hatch-fancy-pypi-readme Version: 24.1.0-1~bpo12+1 Installed-Size: 46 Maintainer: Debian Python Team Architecture: all Depends: python3-hatchling, python3-tomli | python3 (>> 3.11), python3-typing-extensions | python3 (>> 3.8), python3:any Size: 10872 SHA256: 4705343585ecc69ce9422ea84f876e9db2de10d883a8bfeb576891e6b46f6102 SHA1: 164ae62535535a9c721a1a2e2aa45e86bed81721 MD5sum: 9e2430a5418cef9f674812f408416d07 Description: Hatch metadata plugin for fancy PyPI READMEs This plugin is for everyone who cares about the first impression of their project’s PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions. . Once you’ve assembled your readme, you can additionally run regular expression-based substitutions over it. For instance to make relative links absolute or to linkify users and issue numbers in your changelog. . This package installs the Python 3 version. Homepage: https://github.com/hynek/hatch-fancy-pypi-readme Section: python Priority: optional Filename: pool/main/p/python-hatch-fancy-pypi-readme/python3-hatch-fancy-pypi-readme_24.1.0-1~bpo12+1_all.deb Package: python3-ibus-1.0 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 324 Maintainer: Debian Input Method Team Architecture: all Depends: python3:any, gir1.2-ibus-1.0, python3-gi Size: 300336 SHA256: 8fa1223e69ba2ff221859351f930f7e678dfaac8ebcaf1bf92404c1ce88101fb SHA1: 30c12d8d8936b917f5e101073e85d82082dff36a MD5sum: 16aac13dc433c148f54c73e6e4db51af Description: Intelligent Input Bus - introspection overrides for Python (Python 3) IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains GObject Introspection overrides for Python that can be used by Python applications using IBus. Homepage: https://github.com/ibus/ibus Section: python Priority: optional Filename: pool/main/i/ibus/python3-ibus-1.0_1.5.31-1~bpo12+1_all.deb Package: python3-igraph Source: python-igraph Version: 0.11.8+ds-1~bpo12+1 Installed-Size: 1639 Maintainer: Debian Python Team Architecture: arm64 Depends: python3-texttable, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libigraph3t64 (>= 0.10.15) Size: 318092 SHA256: 345bd39b7671f1d2c7a22ee355953187745a6cb32def3a59ddae4575f18e032a SHA1: 6707073b919d9e6d9a3f38a89dac928c3af2e6e5 MD5sum: 33a76f67825c68ed2290831e7f426a33 Description: High performance graph data structures and algorithms (Python 3) Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. . Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. . This package contains the Python 3 version of igraph. Homepage: https://igraph.org/python/ Section: python Priority: optional Filename: pool/main/p/python-igraph/python3-igraph_0.11.8+ds-1~bpo12+1_arm64.deb Package: python3-ilorest Source: python-ilorest Version: 5.2.0.0+ds-1~bpo12+1 Installed-Size: 384 Maintainer: Carsten Schoenert Architecture: all Depends: python3-certifi, python3-json-pointer, python3-jsonpatch, python3-jsonpath-rw, python3-six, python3-urllib3, python3:any Size: 65160 SHA256: 25185bb178851f04e0ad3278f3918dc46cff8fa571ec3177fef285698effeac2 SHA1: 18eafb3517f969b3d94e103236575f5b4ec98a06 MD5sum: 3d929cf451eb88efb02e15acc4b19fb9 Description: RESTful API for HPE iLO and iLO Chassis Manager based HPE servers (Python3) HPE RESTful API for iLO is a RESTful application programming interface for the management of iLO and iLO Chassis Manager based HPE servers. . REST (Representational State Transfer) is a web based software architectural style consisting of a set of constraints that focuses on a system's resources. iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application State) REST architecture. The API allows the clients to manage and interact with iLO through a fixed URL and several URIs. . This package contains the Python 3 version. Homepage: https://github.com/HewlettPackard/python-ilorest-library Section: python Priority: optional Filename: pool/main/p/python-ilorest/python3-ilorest_5.2.0.0+ds-1~bpo12+1_all.deb Package: python3-itango Source: itango Version: 0.1.9+ds-1~bpo12+1 Installed-Size: 228 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-ipython, python3-packaging, python3-tango (>= 9.2.0), python3:any Recommends: python3-qtconsole | ipython3-qtconsole Breaks: python3-pytango (<< 9.2.0) Size: 87152 SHA256: ae8a0fb442c34da61ee6e44eaa27cea2735c1dcd4ccebd29f745ad49a2117a80 SHA1: 82315553021452c9b6dac9ad044ef508780f1b0b MD5sum: 3a6b71029e7ec0c4e1d3a87096a2949f Description: Interactive Tango client - Python 3 ITango works like a normal Python console, but it provides a nice set of features from IPython. It also adds set of PyTango specific features: . * automatic import of Tango objects * device and attribute name completion * list tango devices, classes, servers * customized tango error message * database utilities . This is the Python 3 version of the package. Homepage: https://pythonhosted.org/itango/ Section: python Priority: optional Filename: pool/main/i/itango/python3-itango_0.1.9+ds-1~bpo12+1_all.deb Package: python3-knack Source: knack Version: 0.12.0-1~bpo12+1 Installed-Size: 233 Maintainer: Debian Python Team Architecture: all Depends: python3-argcomplete, python3-jmespath, python3-packaging, python3-pygments, python3-tabulate, python3-yaml, python3:any Size: 44916 SHA256: abed200ab21424fccd2fb01699016ed274092da754246613bfda45c107909036 SHA1: eed5e8288ccfa2c02fb728f950b8378848db6662 MD5sum: 9ecef36b8af00b2d4bbb588a32671575 Description: Python command line interface framework Knack provides a set of Python modules to build a custom command line interface. Homepage: https://github.com/Microsoft/knack Section: python Priority: optional Filename: pool/main/k/knack/python3-knack_0.12.0-1~bpo12+1_all.deb Package: python3-ldb Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 278 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: python3-ldb-dev, python3-samba (= 2:4.21.2+dfsg-1) Depends: libldb2 (= 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.25), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213) Breaks: python3-ldb-dev Size: 73160 SHA256: e79262e42b20a8efdb5fa63568e83827bf75a39320d1ba31e4a542d8e045da91 SHA1: acfa60f7d36142cdd77abafbbc9b398b432d0bce MD5sum: c8de858d13ebfd363be587d881b5e1c9 Description: Python 3 bindings for LDB ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python 3 bindings for ldb. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-ldb_2.11.0+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: python3-ldb-dev Source: samba Version: 2:4.21.1+dfsg-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Samba Maintainers Architecture: arm64 Size: 38084 SHA256: 3a8eb539080b185389c5f1c9b5c687838613cd0aa1423a3f840e75a2f6264f15 SHA1: a1f1f18436e9c6c24c8db66cee81cfa52194d384 MD5sum: dc6790f838948ab97e7743defffa6fb4 Description: LDB Python 3 bindings development files - transitional empty package This package previously contained development files for python3-ldb. These files are not needed outside of samba build system. It is safe to remove this package. Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/python3-ldb-dev_4.21.1+dfsg-2~bpo12+1_arm64.deb Package: python3-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1031 Maintainer: Debian Multimedia Maintainers Architecture: arm64 Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 213820 SHA256: 5c66cdaa088ea05810793f2ac25dec345504c82d9208771d7658b4dab819ba24 SHA1: b2788745ebd6b7d053e7abb04793a56a5921b4cb MD5sum: 8d93bef002c62a0521d91769c477c0c7 Description: complex camera support library (Python bindings) libcamera is a complex camera support library which handles low-level control of the camera devices, providing a unified higher-level programming interface to the applications. . This package contains the libcamera Python bindings. Multi-Arch: same Homepage: https://libcamera.org/ Section: python Priority: optional Filename: pool/main/libc/libcamera/python3-libcamera_0.3.2-1~bpo12+1_arm64.deb Package: python3-libgpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 163 Maintainer: Gavin Lai (賴建宇) Architecture: arm64 Depends: libc6 (>= 2.17), libgpiod3 (= 2.1.3-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 28020 SHA256: 52f1f55d46914dc32d142e2545802489f2ebf7a3530154e714cf6eb56f419ab0 SHA1: d01fbb63a72bf445db3ad631cd3e290d6b15d695 MD5sum: 1177ab1e2d22518ab6c56131432b9ab7 Description: Python bindings for libgpiod (Python 3) libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains Python 3 bindings for the libgpiod library. Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: python Priority: optional Filename: pool/main/libg/libgpiod/python3-libgpiod_2.1.3-1~bpo12+1_arm64.deb Package: python3-louis Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 59 Maintainer: Debian Accessibility Team Architecture: all Depends: python3:any, liblouis20 (>= 3.33.0-1~bpo12+1) Size: 24480 SHA256: b13f94641652a4ad765327e3bf21c6f9242d056fc83c735a71210ce1ad23542d SHA1: 2157415137468c51653fa2ec1a416f650c1605f0 MD5sum: bed39f89bc3b1bfd8391c5ba3ce21281 Description: Python bindings for liblouis Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains Python bindings. Multi-Arch: foreign Homepage: http://liblouis.org/ Section: python Priority: optional Filename: pool/main/libl/liblouis/python3-louis_3.33.0-1~bpo12+1_all.deb Package: python3-lsprotocol Source: lsprotocol Version: 2023.0.1-1~bpo12+1 Installed-Size: 511 Maintainer: Debian Python Team Architecture: all Depends: python3-attr, python3-cattr, python3:any Size: 58352 SHA256: 14e6168d935e2eef43464bed4f24bf522f127dcc5360bb618eb136dda4e2c819 SHA1: 4ef38d294a225be82c9ccf46a1f2c6527bfe8282 MD5sum: c2bb35ece4730c7093e9c4cb6070d0ea Description: Python implementation of the Language Server Protocol lsprotocol is a Python implementation of object types used in the Language Server Protocol (LSP). This repository contains the code generator and the generated types for LSP. Homepage: https://github.com/microsoft/lsprotocol Section: python Priority: optional Filename: pool/main/l/lsprotocol/python3-lsprotocol_2023.0.1-1~bpo12+1_all.deb Package: python3-mapscript Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 1410 Maintainer: Debian GIS Project Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libmapserver2 (>= 8.4.0), libpython3.11 (>= 3.11.0) Suggests: mapserver-bin, mapserver-doc Size: 320796 SHA256: ec605c7b7e725e45cc3add99b56b8b013b1a4a4ac5ebd88ebaca2f1d2ec21a30 SHA1: a7b0ffdc05f6f21415831d4697881ba1b45164d4 MD5sum: 6dd46bcffa7600eca0c5ed87f511f1ea Description: Python library for MapServer Python MapScript provides MapServer functions for Python scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Homepage: https://mapserver.org Section: python Priority: optional Filename: pool/main/m/mapserver/python3-mapscript_8.4.0-1~bpo12+1_arm64.deb Package: python3-mini-buildd Source: mini-buildd Version: 2.2.8~bpo12+1 Installed-Size: 1082 Maintainer: Stephan Sürken Architecture: all Replaces: python-mini-buildd Depends: python3:any (>= 3.11~), python3-packaging, python3-dateparser, python3-argcomplete (>= 2), python3-keyring (>= 17), python3-debian (>= 0.1.25~), python3-distro-info (>= 1.0~), python3-twisted (>= 20), python3-pyftpdlib (>= 1.2.0), python3-attr (>= 19), python3-django (>= 3:3.2), python3-gpg, libjs-jquery, libjs-jquery-datatables, node-clipboard (>= 2.0.6+ds+~cs7.6.4-1~) Suggests: python3-bs4, debmirror Conflicts: python-mini-buildd Size: 355576 SHA256: 0a2e33ea301d6e51cbd4cc69a37ab9f7b3ad99a1c7eb1f34fe047fe9ebc062e5 SHA1: ed6ff078b9bbf9e8ce822d4956c745eeb7c32e71 MD5sum: 27f704ccdb0c5d382443bffebb3e276e Description: minimal build daemon - Python library and user tool Mini-buildd is an easy-to-configure autobuilder and repository for deb packages. . This package contains the "mini_buildd" Python package. Homepage: http://mini-buildd.installiert.net/ Section: python Priority: optional Filename: pool/main/m/mini-buildd/python3-mini-buildd_2.2.8~bpo12+1_all.deb Package: python3-mnemonic Source: python-mnemonic Version: 0.21-2~bpo12+1 Installed-Size: 258 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 78164 SHA256: ecfa73755a19c70d5ee97bfbaa1ad702a4fe78019578d7852bda36ae6bd4a58f SHA1: d6a183c78bbb1c962f37ac83e054001f58275bc8 MD5sum: 59bce755580229431c3139ac421ad134 Description: Implementation of Bitcoin BIP-0039 (Python 3) This BIP describes the implementation of a mnemonic code or mnemonic sentence. A group of easy to remember words for the generation of deterministic wallets. . It consists of two parts: generating the mnenomic, and converting it into a binary seed. This seed can be later used to generate deterministic wallets using BIP-0032 or similar methods. . ==BIP paper== See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for full specification. . This package contains the Python 3 version. Homepage: https://github.com/trezor/python-mnemonic Section: python Priority: optional Filename: pool/main/p/python-mnemonic/python3-mnemonic_0.21-2~bpo12+1_all.deb Package: python3-nabu Source: nabu Version: 2024.2.1-1~bpo12+1 Installed-Size: 2310 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pyvkfft, python3-glymur, python3-numpy, python3-psutil, python3-pytest, python3-pywt, python3-scipy, python3-silx, python3-skimage, python3-tifffile, python3-tqdm, python3:any Size: 388644 SHA256: 191239f7b9414db5b4f176320263bba4e3fa21b6a721bb14057b4afd2d9a2ca2 SHA1: 12a5bd45ae11753b6ade93823e51afb28bdb7eae MD5sum: 3697abbc7af302c557093ae556cd82e3 Description: ESRF tomography processing software Nabu can be used in several ways: - As a Python library, by features like Backprojector, FlatField, etc - As a standalone application with the command line interface - From Tomwer (https://gitlab.esrf.fr/tomotools/tomwer/) Homepage: https://gitlab.esrf.fr/tomotools/nabu Section: python Priority: optional Filename: pool/main/n/nabu/python3-nabu_2024.2.1-1~bpo12+1_all.deb Package: python3-nbsphinx-link Source: nbsphinx-link Version: 1.3.0-4~bpo12+1 Installed-Size: 28 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-nbsphinx, python3-sphinx, python3:any Size: 6328 SHA256: cb338b4026fa81b81fd34e0eed5267f7d50740fa1af2485cd99648a7fba6043a SHA1: b9f3ef8e0d8ef6207ffc47113f320d5ddd88c772 MD5sum: e76b327f49d19d8206319ac169c37963 Description: sphinx extension for including notebooks outside of sphinx root Normally, Sphinx will only allow you to add files that are situated inside the source directory, but you might want to include files from another directory, for example a central 'examples' folder. For RST files these can be linked with include directives inside another RST file. For notebooks, there's nbsphinx-link. Homepage: https://github.com/vidartf/nbsphinx-link.git Section: python Priority: optional Filename: pool/main/n/nbsphinx-link/python3-nbsphinx-link_1.3.0-4~bpo12+1_all.deb Package: python3-nbxmpp Source: python-nbxmpp Version: 4.5.4-1~bpo12+1 Installed-Size: 797 Maintainer: Debian XMPP Maintainers Architecture: all Depends: python3-gi, python3-idna, python3-packaging, python3-precis-i18n, python3:any, gir1.2-soup-3.0 Recommends: python3-gssapi Breaks: gajim (<< 1.4~) Size: 125836 SHA256: 46a71939b3aa85293ecdfc9e9669208538ac7607b3c330b6569c1b128f8201fb SHA1: ba83bc8a7c20e0c1b47663afec40502a2c30988c MD5sum: 574f7a2914be43cdd5405341ab775978 Description: Non blocking Jabber/XMPP Python 3 library python-nbxmpp is a Python library that provides a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. . This is the Python 3 version of this library. Homepage: https://dev.gajim.org/gajim/python-nbxmpp Section: python Priority: optional Filename: pool/main/p/python-nbxmpp/python3-nbxmpp_4.5.4-1~bpo12+1_all.deb Package: python3-nfs-ganesha Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 317 Maintainer: Christoph Martin Architecture: all Replaces: python-nfs-ganesha Depends: python3-dbus, python3-pyqt5, python3:any, libc6 (>= 2.34), libntirpc5.8 (>= 5.8), nfs-ganesha Size: 46900 SHA256: fcb28871b3a121bb4916eab3dca7c44d304695c2208c7921b353f5532181cadb SHA1: 42e32b8c7f4032f571635f27593036eef80b694b MD5sum: 527a5a1d2fa6daa6fb79c8875f5eb0a3 Description: Python bindings for nfs-ganesha NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains Python bindings for nfs-ganesha admin Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: python Priority: optional Filename: pool/main/n/nfs-ganesha/python3-nfs-ganesha_5.9-5~bpo12+1_all.deb Package: python3-notmuch Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 150 Maintainer: Carl Worth Architecture: all Depends: libnotmuch5 (>= 0.38.1-1~bpo12+1), python3:any Size: 30192 SHA256: bab7ccf82f2ebc388bcea21f2ce6dd7cb70365f084724837adb5e923403db505 SHA1: c75f0da2d08fc361a3848b4b95728e86d010e29d MD5sum: 84e70f950c9a60d2ed4e09af8ee446f9 Description: Python 3 legacy interface to the notmuch mail search and index library Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a legacy Python 3 interface to the notmuch functionality, directly interfacing with a shared notmuch library. . New projects are encouraged to use python3-notmuch2 instead. Homepage: https://notmuchmail.org/ Section: python Priority: optional Filename: pool/main/n/notmuch/python3-notmuch_0.38.1-1~bpo12+1_all.deb Package: python3-notmuch2 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 272 Maintainer: Carl Worth Architecture: arm64 Depends: libnotmuch5 (>= 0.38.1-1~bpo12+1), python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.17) Size: 43368 SHA256: 6a58f97cb81be797ba61cd53d4178d941d824226a6a3539b212d5c055d41856c SHA1: ee1c0b40d9b591019de6958474bf9f2fcde6c05c MD5sum: ada09cbecdf7cede34edaaf055919369 Description: Python 3 interface to the notmuch mail search and index library Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a Python 3 interface to the notmuch functionality using CFFI bindings, which interface with a shared notmuch library. . This is the preferred way to use notmuch via Python. Homepage: https://notmuchmail.org/ Section: python Priority: optional Filename: pool/main/n/notmuch/python3-notmuch2_0.38.1-1~bpo12+1_arm64.deb Package: python3-nxt Source: nxt-python Version: 3.5.1-1~bpo12+1 Installed-Size: 1464 Maintainer: Debian LEGO Team Architecture: all Depends: python3-pil, python3-usb, python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Recommends: python3-bluez Size: 141460 SHA256: 7d36b1ca53eb482439dc8a76ea21387ab03c157f53f662080db0faa3c98a2be9 SHA1: 15ece948fbec83fab77146c9032e2ffb11b4dc5b MD5sum: 2ff8634a078b7829a605c8a1379fcdac Description: Python driver/interface/wrapper for the LEGO Mindstorms NXT robot NXT-Python is a package for controlling a LEGO NXT robot using the Python programming language. It can communicate using either USB or Bluetooth. Homepage: https://sr.ht/~ni/nxt-python/ Built-Using: sphinx (= 5.3.0-4) Section: python Priority: optional Filename: pool/main/n/nxt-python/python3-nxt_3.5.1-1~bpo12+1_all.deb Package: python3-nxtomo Source: nxtomo Version: 1.3.0.dev9-1~bpo12+1 Installed-Size: 364 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-h5py (>= 3.0), python3-numpy, python3-packaging, python3-pyunitsystem, python3-silx, python3:any Size: 51660 SHA256: 54ba5c5d97b5ac36e3f664d1c627ee2c3f9ce0ffae7eed14a39297d54dfd3a11 SHA1: 26bd25214b2c4fed17050717cc93873f5dff9a78 MD5sum: a25201e24a5a6cb72e4c017598f6b08d Description: Powerful and user friendly API to create and edit NXtomo applications The goal of this project is to provide a powerful and user friendly API to create and edit NXtomo applications. Homepage: https://gitlab.esrf.fr/tomotools/nxtomo Section: python Priority: optional Filename: pool/main/n/nxtomo/python3-nxtomo_1.3.0.dev9-1~bpo12+1_all.deb Package: python3-omemo-dr Source: omemo-dr Version: 1.0.1-2~bpo12+1 Installed-Size: 319 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-cryptography, python3-protobuf, python3:any, libc6 (>= 2.17) Size: 97380 SHA256: d5e80ef66cf3697141c45ac2b55dc6a39490bdf0cb9470295d732b94f793aaf5 SHA1: d82fcaedfbecd9f20d44d42a03bc065a23d06e62 MD5sum: 26c1a62c39b744e472eb531a0cab734c Description: OMEMO double ratchet for Python Initial codebase was forked from python-axolotl, which is a Python 3 port of libaxolotol-android. The library is defined as a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. Homepage: https://dev.gajim.org/gajim/omemo-dr Section: python Priority: optional Filename: pool/main/o/omemo-dr/python3-omemo-dr_1.0.1-2~bpo12+1_arm64.deb Package: python3-opentelemetry-proto Source: opentelemetry-proto Version: 1.5.0-1~bpo12+1~1 Installed-Size: 100 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-protobuf, python3:any Size: 15220 SHA256: 30bdeb2e0c6c410f2ef30a1e4a3eda8ec14082716f0802b6081d5bb0a0e11887 SHA1: 8eed2e3e4df7502e6c32362007b7b77683596d58 MD5sum: 555ed87f2a19934d1deb8d8314f9a399 Description: OpenTelemetry protocol specification and proto files OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. Crucially, OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends. . OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. The storage and visualization of telemetry is intentionally left to other tools. . This package contains the Python library. Homepage: https://opentelemetry.io/docs/specs/otlp/ Section: python Priority: optional Filename: pool/main/o/opentelemetry-proto/python3-opentelemetry-proto_1.5.0-1~bpo12+1~1_all.deb Package: python3-packaging Source: python-packaging Version: 25.0-1~bpo12+1 Installed-Size: 258 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 57520 SHA256: 72998355c3afad01e9209253ea56b25a3edf925e1db98425dc3d6833d0fb6fac SHA1: eb7aba691f6f8e7a15ae9fb5c383fe0026de7367 MD5sum: 2fb0f6e3fb7e78e3c835be585199f4f9 Description: core utilities for python3 packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) Homepage: https://github.com/pypa/packaging Section: python Priority: optional Filename: pool/main/p/python-packaging/python3-packaging_25.0-1~bpo12+1_all.deb Package: python3-packaging-whl Source: python-packaging Version: 25.0-1~bpo12+1 Installed-Size: 85 Maintainer: Debian Python Team Architecture: all Size: 75108 SHA256: 48de83db6f0b4e086c41dff2d3accdc9b7bcf84a9086a447d8ede17f2e8a0ab4 SHA1: b79013940d879fbd40a779bc83b7a9d54865413b MD5sum: 6c3566c623c4e653f08654ab27161b61 Description: core utilities for python3 packages (wheel package) These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) . This is the support package for the PEP 427 wheel version of the package, required for using packaging inside a virtual environment. Homepage: https://github.com/pypa/packaging Section: python Priority: optional Filename: pool/main/p/python-packaging/python3-packaging-whl_25.0-1~bpo12+1_all.deb Package: python3-podman Source: python-podman Version: 5.4.0.1-2~bpo12+1 Installed-Size: 481 Maintainer: Debian Python Team Architecture: all Depends: python3-xdg, python3-requests, python3-urllib3, python3-tomli, python3:any Size: 77104 SHA256: 0915ab94ffafd6dc7929d19d3c43c9e44609124b514bd307fc9644f133dfbbce SHA1: 170e5974394b75294245a267f1efe5d52cd75ed8 MD5sum: 2aae06af3661b68e5effe6875a3121e1 Description: Python 3 wrapper to access podman's interface This package contains oodles of routines that aid in controlling podman over it's RESTful API. . This package provides Python 3 module bindings. Homepage: https://github.com/containers/podman-py Section: python Priority: optional Filename: pool/main/p/python-podman/python3-podman_5.4.0.1-2~bpo12+1_all.deb Package: python3-pycotap Source: python-pycotap Version: 1.3.1-2~bpo12+1 Installed-Size: 27 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 5412 SHA256: 3774be6e79318192059aa72e7b7a701e8b99bba2147befcc715650a0da65ca96 SHA1: 6fff0eb5d67529ae26e94c369154f741ccbd4daf MD5sum: ecf029bdda1f72988b04e7ee6029116c Description: tiny test runner that outputs TAP results to standard output This package provides a simple Python test runner for unittest that outputs "Test Anything Protocol" (see http://testanything.org) results to standard output, similar to what tape (https://www.npmjs.com/package/tape) does for JavaScript). Homepage: https://github.com/remko/pycotap Section: python Priority: optional Filename: pool/main/p/python-pycotap/python3-pycotap_1.3.1-2~bpo12+1_all.deb Package: python3-pyfai Source: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 14347 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: python3-pyqt5, python3 (<< 3.12), python3 (>= 3.11~), python3-fabio, python3-h5py, python3-matplotlib, python3-numexpr, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-scipy, python3-silx, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgomp1 (>= 6), libstdc++6 (>= 5) Size: 2318652 SHA256: b347662dc60549654e74022c53371e3955599896cf0cc9637a661d47d14c510d SHA1: dfb31cc1ef984578853628b35c07c4986b4e63c0 MD5sum: 7754ea2dbd6632f8aa0f0e82680daeaa Description: Fast Azimuthal Integration scripts - Python3 PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. . This is the Python 3 version of the package. Homepage: https://github.com/silx-kit/pyFAI Section: python Priority: optional Filename: pool/main/p/pyfai/python3-pyfai_2023.9.0-1~bpo12+1_arm64.deb Package: python3-pygls Source: pygls Version: 1.3.0-2~bpo12+1 Installed-Size: 266 Maintainer: Niels Thykier Architecture: all Depends: python3-cattr, python3-lsprotocol, python3:any Suggests: python3-websockets Size: 43144 SHA256: 70a3349d19fde3f0529bd4846e787d6b17099e42de0078d12d60f942ede6cbcc SHA1: 751a785fd16864fe6b629fe13ef200293a3e094e MD5sum: d44e32ece071f4602a27c532c04f56dc Description: Generic Language Server Framework for Python pygls (pronounced like "pie glass") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing your own Language Servers in just a few lines of code. Homepage: https://github.com/openlawlibrary/pygls Section: python Priority: optional Filename: pool/main/p/pygls/python3-pygls_1.3.0-2~bpo12+1_all.deb Package: python3-pymca5 Source: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 32302 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: pymca-data (= 5.8.7+dfsg-2~bpo12+1), python3-h5py, python3 (<< 3.12), python3 (>= 3.11~), python3-fisx (>= 1.1.6), python3-matplotlib, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-opengl, python3-pyqt5, python3-pyqt5.qtopengl, python3-qtconsole, python3:any, libc6 (>= 2.33) Recommends: python3-mdp, python3-silx Size: 5386480 SHA256: f9e089f25ee23d96e216d4580aae5c108ed7d24452578958d7dbf6d37b8cbc2d SHA1: d79e8d9cb286c3298e7a402d6f4a5becde83ff1d MD5sum: 242cb3a8b7328c7f098f66d143addabf Description: Applications and toolkit for X-ray fluorescence analysis -- Python 3 PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . The applications included in this package are: . * edfviewer - Display and inspection of data files in ESRF Data Format * elementsinfo - Displays element specific X-ray data * mca2edf - Converts files from SPEC MCA format to EDF * peakidentifier - Displays X-ray fluorescence peaks in a given energy range * pymcabatch - Batch fitting of spectra * pymcapostbatch - Post-processing of batch fitting results * pymca - Interactive data-analysis * pymcaroitool - Region-of-interest (ROI) imaging tool . The PyMca toolkit can read data files in SPEC, ESRF data file (EDF), OMNIC, HDF5, AIFIRA and SupaVisio formats. . This is the Python 3 version of the package. Homepage: https://github.com/vasole/pymca Section: python Priority: optional Filename: pool/main/p/pymca/python3-pymca5_5.8.7+dfsg-2~bpo12+1_arm64.deb Package: python3-pymodbus Source: pymodbus Version: 3.6.4-1~bpo12+1 Installed-Size: 738 Maintainer: Debian Python Team Architecture: all Depends: python3:any Recommends: python3-serial-asyncio, python3-typer Size: 164212 SHA256: 1427ddd1063d6229ac37066b10afc84898ea1f0df3ca19ec8b3b7e32421f336b SHA1: 662f95d6254918be063706108a5b8e389b8122d9 MD5sum: 67054e010c2c487300aadc2544555aca Description: full Modbus protocol implementation for Python 3 Pymodbus is a full Modbus protocol implementation. It is currently supports the following : . Client Features: * Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registers * Working on diagnostic/file/pipe/setting/info requests * Can fully scrape a host to be cloned . Server Features: * Can function as a fully implemented TCP/ASCII modbus server * Full server control context * Working on serial communication * Working on functioning as a RTU * Can mimic a server based on the supplied input data . For asynchronous communication, you need python-twisted-core. For serial communication, you need python-serial. . This package provides the Python 3.x module. Homepage: https://github.com/pymodbus-dev/pymodbus Section: python Priority: optional Filename: pool/main/p/pymodbus/python3-pymodbus_3.6.4-1~bpo12+1_all.deb Package: python3-pynx Source: pynx Version: 2025.1-2~bpo12+1 Installed-Size: 4610 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: python3-fabio (>= 2023.6.0-3~), python3-mako, python3-matplotlib, python3-numexpr, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-nxtomo, python3-packaging, python3-pooch, python3-psutil, python3-pyopencl, python3-pytools, python3-pyvkfft, python3-scipy, python3-silx, python3-skimage, python3-sklearn, python3-tomoscan, python3:any, python3-h5py, python3-hdf5plugin Suggests: python-pynx-doc Size: 571328 SHA256: 8067bef67694ba934c753cab46c7118d245bd99ab7d55513b377f2340515c29d SHA1: ff477c6fb285da1388e247f1cf4d06da877c1e85 MD5sum: 3321397d4f6f4dafcad06e5ba93c61b6 Description: Python tools for Nano-structures Crystallography (Python 3) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). . This package installs the library for Python 3. Homepage: https://gitlab.esrf.fr/favre/PyNX Section: python Priority: optional Filename: pool/main/p/pynx/python3-pynx_2025.1-2~bpo12+1_arm64.deb Package: python3-pyosmium Source: pyosmium Version: 4.0.2-1~bpo12+1 Installed-Size: 3240 Maintainer: Debian GIS Project Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-requests, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Suggests: python3-shapely Size: 680312 SHA256: ef840f24d39ca9783454112c10683974ef18f8592db0029c0eef6ad51568ed34 SHA1: 5f6c0b1b795d915730f79575fca32a268298fecd MD5sum: 9dd4423b09d9e1512853e7bc3ff358aa Description: Osmium library bindings for Python 3 The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium module for Python 3. Homepage: https://osmcode.org/pyosmium/ Section: python Priority: optional Filename: pool/main/p/pyosmium/python3-pyosmium_4.0.2-1~bpo12+1_arm64.deb Package: python3-pytest-subprocess Source: pytest-subprocess Version: 1.5.3-1~bpo12+1 Installed-Size: 94 Maintainer: Debian Python Team Architecture: all Depends: python3-pytest, python3:any Size: 20136 SHA256: 40f8d828ec76924538473cca3520f119fe6f8364720c3e698e89b8cd3ec1d92e SHA1: bf594a9b9c1986e9053ca1bee850ec412df22997 MD5sum: 2e90c2c6e9256910e91a55d9ed57c00e Description: Plugin to fake subprocess for pytest The plugin adds the ``fake_process`` fixture (and ``fp`` as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the ``subprocess.Popen()``, which is the base for other subprocess functions. That makes the ``subprocess.run()``, ``subprocess.call()``, ``subprocess.check_call()`` and ``subprocess.check_output()`` methods also functional. Homepage: https://github.com/aklajnert/pytest-subprocess Section: python Priority: optional Filename: pool/main/p/pytest-subprocess/python3-pytest-subprocess_1.5.3-1~bpo12+1_all.deb Package: python3-pytest-trio Source: python-pytest-trio Version: 0.8.0-2~bpo12+1 Installed-Size: 99 Maintainer: Debian Python Team Architecture: all Depends: python3-outcome, python3-pytest, python3-trio, python3:any Suggests: python-pytest-trio-doc Size: 18972 SHA256: 01e8f0507bbf35b7f1fd356a5248f9039943fe8740df657127be93ab2c35cc12 SHA1: 3a8637b62e20c4d6310634875f3d1a4313db1a68 MD5sum: 958b1d21a899bf217b11b9e4e1dadb75 Description: Pytest plugin for trio (Python3 version) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the Python 3 version of the library. Homepage: https://github.com/python-trio/pytest-trio Section: python Priority: optional Filename: pool/main/p/python-pytest-trio/python3-pytest-trio_0.8.0-2~bpo12+1_all.deb Package: python3-pyunitsystem Source: pyunitsystem Version: 2.0.0-1~bpo12+1 Installed-Size: 41 Maintainer: Debian Pan Maintainers Architecture: all Depends: python3:any Size: 7216 SHA256: b50a1f3e882f1637af6d9a068f43e6c00b559a61f4a25d384f34d7efec5274e5 SHA1: 16fde0670a2972344518d1f322b48d0cb1ecab67 MD5sum: 023a80af8c70d2c9718d69c70acf9dd0 Description: dummy unit system # pyunitsystem . dummy low level unit system Homepage: https://gitlab.esrf.fr/tomotools/pyunitsystem Section: python Priority: optional Filename: pool/main/p/pyunitsystem/python3-pyunitsystem_2.0.0-1~bpo12+1_all.deb Package: python3-pyvkfft Source: pyvkfft Version: 2024.1.4+ds1-3.1~bpo12+1 Installed-Size: 904 Maintainer: Debian PaN Maintainers Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-psutil, python3-pyopencl, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), ocl-icd-libopencl1 | libopencl1 Suggests: python3-pyvkfft-cuda Size: 241596 SHA256: a78d08bb25d2bec50bcf833a57bac4228b791a2262cfac984aa587f9e9a53561 SHA1: aa478c74919d332dc80e0a1068ef2bdd8ece9258 MD5sum: ba79fa2704a8c6b80b49e2f6581c2900 Description: Binding to the OpenCL backends of VkFFT - Python3 pyvkfft offers a simple python interface to the CUDA and OpenCL backends of VkFFT, compatible with pyCUDA, CuPy and pyOpenCL. . This package installs the library for Python 3 and includes the OpenCL backend. The CUDA backend is available in the python3-pyvkfft-cuda package. Homepage: https://github.com/vincefn/pyvkfft Section: science Priority: optional Filename: pool/main/p/pyvkfft/python3-pyvkfft_2024.1.4+ds1-3.1~bpo12+1_arm64.deb Package: python3-pyvkfft-doc Source: pyvkfft Version: 2024.1.4+ds1-3.1~bpo12+1 Installed-Size: 58077 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 45596380 SHA256: 1f8b26533ae2434551936c05cc0b2570021124b612420a6d6c2f215732d9e6b1 SHA1: 50202487f6a4a5d5d5d2750dea6cd713e4234649 MD5sum: 19444f445cb4744a9a5f25a82aaf0558 Description: Binding to the backends of VkFFT - Documentation pyvkfft offers a simple python interface to the CUDA and OpenCL backends of VkFFT, compatible with pyCUDA, CuPy and pyOpenCL. . This is the common documentation package. Multi-Arch: foreign Homepage: https://github.com/vincefn/pyvkfft Section: doc Priority: optional Filename: pool/main/p/pyvkfft/python3-pyvkfft-doc_2024.1.4+ds1-3.1~bpo12+1_all.deb Package: python3-qgis Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 104073 Maintainer: Debian GIS Project Architecture: arm64 Depends: python3-qgis-common (= 3.40.6+dfsg-1~bpo12+1), qgis-providers (= 3.40.6+dfsg-1~bpo12+1), libqgispython3.40.6, libsqlite3-mod-spatialite, python3-jinja2, python3-lxml, python3-owslib, python3-plotly, python3-psycopg2, python3-pygments, python3-pyproj, python3-pyqt5, python3-pyqt5.qsci, python3-pyqt5.qtmultimedia, python3-pyqt5.qtpositioning, python3-pyqt5.qtserialport, python3-pyqt5.qtsql, python3-pyqt5.qtsvg, python3-pyqt5.qtwebkit, python3-yaml, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqca-qt5-2 (>= 2.0.2), libqgis-3d3.40.6 (>= 3.40.6+dfsg), libqgis-analysis3.40.6 (>= 3.40.6+dfsg), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5positioning5 (>= 5.6.0), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.11.0~rc1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 16070116 SHA256: 2a03e65dc6e4d3dd8647a3e5cf457ac6cd8933505c886453375d50c6ce96fd6f SHA1: ba2ffb926b00ed386ab6b92d94472dfb3afe8186 MD5sum: 1ab09caed07b18d5b9d05856f1a6d88c Description: Python bindings to QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the files for the Python support. Homepage: https://qgis.org/ Section: python Priority: optional Filename: pool/main/q/qgis/python3-qgis_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: python3-qgis-common Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 14853 Maintainer: Debian GIS Project Architecture: all Replaces: python-qgis-common (<< 3.4.5) Depends: gdal-bin, python3-gdal, python3-matplotlib, libqgis-customwidgets (>= 3.40.6+dfsg-1~bpo12+1), python3:any Breaks: python-qgis-common (<< 3.4.5) Size: 6096200 SHA256: 50b1764d2367849137083ef104d128477faa0c3f843595d5ec0782870fe38438 SHA1: 88d2e0bbdc42ab5a33750c5de2556c9e8c59a6b1 MD5sum: b1323c338d2973f009bf00f9ebe6d676 Description: Python bindings to QGIS - architecture-independent files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent files for the QGIS Python bindings. Homepage: https://qgis.org/ Section: python Priority: optional Filename: pool/main/q/qgis/python3-qgis-common_3.40.6+dfsg-1~bpo12+1_all.deb Package: python3-respx Source: python-respx Version: 0.21.1-2~bpo12+1 Installed-Size: 113 Maintainer: Debian Python Team Architecture: all Depends: python3-httpx, python3:any Size: 25724 SHA256: 63ffc3bf49a4657634f9433da720f0d1d6a620db5cc6733cda37de7bf9d70c9f SHA1: 94be08d891bd9be880d5becc2cfd931da3bf9c85 MD5sum: 01223561f431cfdb2953932a0c7b5d56 Description: Utility for mocking out the Python HTTPX and HTTP Core libraries RESPX is a mock router, capturing requests sent by HTTPX, mocking their responses. Inspired by the flexible query API of the Django ORM, requests are filtered and matched against routes and their request patterns and lookups. Homepage: https://github.com/lundberg/respx Section: python Priority: optional Filename: pool/main/p/python-respx/python3-respx_0.21.1-2~bpo12+1_all.deb Package: python3-rtf-tokenize Source: python-rtf-tokenize Version: 1.0.0-2~bpo12+1 Installed-Size: 87 Maintainer: Debian Python Team Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.17) Size: 6676 SHA256: b9cdb420fd88f41d1fb9c300ff905ed2c3de6a0b2b397b9a297b08b61853b4d9 SHA1: d2b5c42bf9a7a990217e4acc49ebc0c50284f81c MD5sum: 3f4d901cb480b4ce4101e1d06741288a Description: Simple RTF tokenizer for python This package provides a simple RTF tokenizer library for python. It can be used by various stenotype engines. Homepage: https://github.com/openstenoproject/rtf_tokenize Section: python Priority: optional Filename: pool/main/p/python-rtf-tokenize/python3-rtf-tokenize_1.0.0-2~bpo12+1_arm64.deb Package: python3-sabctools Source: sabctools Version: 8.2.3-2~bpo12+1 Installed-Size: 98 Maintainer: Jeroen Ploemen Architecture: arm64 Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 29808 SHA256: 4aab38d565d9c6459d157dde041f1769800211c223130465a500d098400c32b1 SHA1: f32463076ef1dce708cc6579c8cf3b555990af46 MD5sum: 25d22cb2313cd615d3900def682234c4 Description: C implementations of functions for use within SABnzbd This module implements three main sets of C implementations that are used within SABnzbd: * yEnc decoding and encoding using SIMD routines * CRC32 calculations * Non-blocking SSL-socket reading Homepage: https://github.com/sabnzbd/sabctools Section: python Priority: optional Filename: pool/main/s/sabctools/python3-sabctools_8.2.3-2~bpo12+1_arm64.deb Package: python3-samba Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 23147 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.16.0+dfsg-1~) Depends: python3-ldb (= 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), python3-tdb, python3-cryptography, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:1.1.23), libndr6 (>= 2:4.22.0~rc1), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), python3-talloc (>> 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1~) Recommends: tdb-tools Breaks: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 2535672 SHA256: bae7106100031547bd4a04753cd36a5b85e2ee12d8cb1758ffa1f0f2f68a13a9 SHA1: b45881e0049bcbe7f5793340d27ebd687f050a8f MD5sum: 33beb272a11fb240a92c41b92f9a9d0f Description: Python 3 bindings for Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains Python 3 bindings for most Samba libraries. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-samba_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: python3-sardana Source: sardana Version: 3.5.0-1~bpo12+1 Installed-Size: 5019 Maintainer: Debian Science Maintainers Architecture: all Replaces: python-sardana (<< 3.0.0) Depends: python3-numpy, python3-click, python3-lxml, python3-packaging, python3-tango (>= 9.2.5-0~), python3-taurus, python3:any, gir1.2-hkl-5.0, python3-itango, python3-h5py Suggests: python-sardana-doc Breaks: python-sardana (<< 3.0.0) Size: 652344 SHA256: 8762846ec97e671cb5efaf9d32ab547cdd5d2fd906f9fb5e0e14361784236b73 SHA1: fe3c786ab94748d11f786d821b3ef01b0c97af28 MD5sum: e37066a3ede11f90f7aafac4fbeda4b6 Description: instrument control and data acquisition system - library Sardana is a Supervision, Control And Data Acquisition (SCADA) system for scientific installations. It is written in Python and based on the TANGO library. The hardware control and data acquisition routines can be accessed via an IPython console and a generic graphical user interface (both of which are easily extensible by the user). Homepage: http://www.sardana-controls.org Section: python Priority: optional Filename: pool/main/s/sardana/python3-sardana_3.5.0-1~bpo12+1_all.deb Package: python3-scikit-build-core Source: scikit-build-core Version: 0.11.1-2~bpo12+1 Installed-Size: 822 Maintainer: Debian Python Team Architecture: all Depends: python3-exceptiongroup | python3 (>> 3.11), python3-importlib-resources | python3 (>> 3.9), python3-packaging (>= 25.0-1~), python3-pathspec (>= 0.10.1~), python3-tomli | python3 (>> 3.11), python3-typing-extensions | python3 (>> 3.9), python3:any, python3-pyproject-metadata Size: 125092 SHA256: 181080a66bbe5dd87a975dc47b03f2eafeefd5d291cbe67b4b24a18f041f44d6 SHA1: ae2e5340c6b7ba76e4cfef873cd07b0be1705d34 MD5sum: f2573fe4e1c59b744a380deb8cf36ada Description: Python package build systems and CMake integration (Python 3) Scikit-build-core is a ground-up rewrite of Scikit-build, a bridge between Python package build systems and CMake. . This package installs the library for Python 3. Multi-Arch: foreign Homepage: https://github.com/scikit-build/scikit-build-core Section: python Priority: optional Filename: pool/main/s/scikit-build-core/python3-scikit-build-core_0.11.1-2~bpo12+1_all.deb Package: python3-scriptforge Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 593 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~) Depends: libreoffice-common (>= 1:7.1.0~), python3-uno, python3:any Size: 117192 SHA256: 8a298c5f61958a35033c9f2ee69df5cab76a8547986ecb46375482e816b82240 SHA1: 26738b704bb6c2b3ac1dcf7d64a2dbbb820a1ff2 MD5sum: 4806f337643b96f91a654a8955ef6516 Description: interface between Python and the LibreOffice ScriptForge library ScriptForge libraries build up an extensible collection of macro scripting resources for LibreOffice to be invoked from Basic macros or Python scripts. . This package contains the public scriptforge python library. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: python Priority: optional Filename: pool/main/libr/libreoffice/python3-scriptforge_25.2.3-2~bpo12+1_all.deb Package: python3-sdbus Source: python-sdbus Version: 0.13.0-1~bpo12+1 Installed-Size: 401 Maintainer: Debian Python Team Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libsystemd0 (>= 248) Size: 78708 SHA256: c15f483295f6eb140b58ef07412f6b2579afa71b193305d92cdc80592315e0dc SHA1: ee8f254f59261f49fe24565be83b57a8a66ce9fa MD5sum: b74b641ea88dc5faea3d547db464e11b Description: modern Python D-Bus library Python-sdbus is the Python D-Bus library that aim to use the modern features of Python. It is based on libsystemd's sd-bus. . This package installs the library for Python 3. Multi-Arch: foreign Homepage: https://github.com/python-sdbus/python-sdbus Section: python Priority: optional Filename: pool/main/p/python-sdbus/python3-sdbus_0.13.0-1~bpo12+1_arm64.deb Package: python3-silx Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 12696 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-dateutil, python3-fabio, python3-h5py, python3-hdf5plugin, python3-mako, python3-matplotlib, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-opengl, python3-pil, python3-pkg-resources, python3-pyopencl, python3-pyqt5, python3-pyqt5.qtopengl, python3-pyqt5.qtsvg, python3-qtconsole, python3-scipy, python3:any, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 5.2) Size: 2205740 SHA256: 6e3c8ffc026e6cf396d58caaf39404afdf02d725fef312ff7462bd21890a78b3 SHA1: dc2cc713c845a0701430c936a6ec22a4fa2d2842 MD5sum: 8eb2a3f4554e47bdb3a0d2e9bad8dbaa Description: Toolbox for X-Ray data analysis - Python3 The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis applications at synchrotron radiation facilities. It aims at providing reading/writing different file formats, data reduction routines and a set of Qt widgets to browse and visualize data. . The current version provides : . * reading HDF5 file format (with support of SPEC file format) * histogramming * fitting * 1D and 2D visualization using multiple backends (matplotlib or OpenGL) * image plot widget with a set of associated tools (See changelog file). * Unified browser for HDF5, SPEC and image file formats supporting inspection and visualization of n-dimensional datasets. * Unified viewer (silx view filename) for HDF5, SPEC and image file formats * OpenGL-based widget to display 3D scalar field with isosurface and cutting plane. . This is the Python 3 version of the package. Homepage: https://github.com/silx-kit/silx Section: python Priority: optional Filename: pool/main/s/silx/python3-silx_1.1.2+dfsg-2~bpo12+1_arm64.deb Package: python3-slixmpp Source: slixmpp Version: 1.10.0-1~bpo12+1 Installed-Size: 1837 Maintainer: Debian XMPP Maintainers Architecture: all Depends: python3-aiodns, python3-pyasn1, python3-pyasn1-modules, python3:any Recommends: gnupg, python3-aiohttp, python3-cryptography, python3-emoji (>= 2.2.0~) Size: 245500 SHA256: 5e460e946502a0355daf6590766675131be6443cdcec0cd549ee48fe33e6ef16 SHA1: dcc6244dffdb7f8985c2c9a1a9002a443830641d MD5sum: 350b591de57f5aea75e13ddc43a19ad5 Description: Threadless, event-based XMPP Python 3 library Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the core of the library by entirely removing all threads from the library and using an event-based approach instead. . Features of this library: * No threads. See http://blog.louiz.org/slixmpp. All parts of the API relying on threads are removed. * No support for Python < 3.4. This allows one to remove a lot of workaround and other hacks. * No backward compatibility with old SleekXMPP version. For example things like “addHandler = add_handler” are removed. . You should use this library only if you would prefer not to use threads in your application. If threads don’t really bother you, or if you need Python 2 support, then you should use SleekXMPP instead. Homepage: https://codeberg.org/poezio/slixmpp Section: python Priority: optional Filename: pool/main/s/slixmpp/python3-slixmpp_1.10.0-1~bpo12+1_all.deb Package: python3-slixmpp-lib Source: slixmpp Version: 1.8.6-1~bpo12+1 Installed-Size: 86 Maintainer: Debian XMPP Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libidn12 (>= 1.13), python3 (<< 3.12), python3 (>= 3.11~) Size: 13984 SHA256: c841e9d9ec2f78508c5a32a3b07fcd422e28df63b281c9bd1f6aee10a60f3537 SHA1: 7074a56308ce6f69a88b2a66a41dc98154df7249 MD5sum: aab136199a9d910f8e43d27de8e26372 Description: Threadless, event-based XMPP Python 3 library (optional binary module) Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the core of the library by entirely removing all threads from the library and using an event-based approach instead. . This is an optional package that installs a binary extension module to improve performance on critical modules. Multi-Arch: same Homepage: https://codeberg.org/poezio/slixmpp Section: python Priority: optional Filename: pool/main/s/slixmpp/python3-slixmpp-lib_1.8.6-1~bpo12+1_arm64.deb Package: python3-speechd Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 142 Maintainer: Debian TTS Team Architecture: all Replaces: python-speechd Depends: python3-xdg, python3:any Breaks: python-speechd Size: 44820 SHA256: 703d1ebf3c00e37cf7496829c142e419f947c81fd078d62d52a235e6940ca6d5 SHA1: ea21f1cbfa0b06a23085fbf8ebf4edb3aceb1082 MD5sum: d6a46f7397201063c680b6ede036469a Description: Python interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a Python library for communication with Speech Dispatcher. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: python Priority: optional Filename: pool/main/s/speech-dispatcher/python3-speechd_0.12.0-4~bpo12+1_all.deb Package: python3-sphinx-design Source: sphinx-design Version: 0.5.0-2~bpo12+1 Installed-Size: 8724 Maintainer: Gianfranco Costamagna Architecture: all Depends: python3-sphinx, python3:any Size: 852512 SHA256: c781f1f6754fd880b2fad8e36fba0a47a00c12f674b480ac3788b84a6ad4ba6b SHA1: ffdc170bdf77e52253e4abd2e3cb9ac75ac34d17 MD5sum: 4d923722dd6a0c6f920d1d477f5b8d0d Description: A sphinx extension for designing beautiful, view size responsive web components. Created with inspiration from Bootstrap (v5), Material Design and Material-UI design frameworks. . Supported browsers . Chrome >= 60 Firefox >= 60 Firefox ESR iOS >= 12 Safari >= 12 Explorer >= 12 Homepage: https://github.com/executablebooks/sphinx-design Section: python Priority: optional Filename: pool/main/s/sphinx-design/python3-sphinx-design_0.5.0-2~bpo12+1_all.deb Package: python3-sphinx-togglebutton Source: sphinx-togglebutton Version: 0.3.2-1.1~bpo12+1 Installed-Size: 40 Maintainer: Debian Python Team Architecture: all Depends: python3-docutils, python3-pkg-resources, python3-sphinx, python3-wheel, python3:any Size: 9944 SHA256: 0437730c4fef9f60e8957ff5f838f0afdb8f99fcffb7a5bd0fb5a4e3eb911f04 SHA1: 14f5c5cd5d818f5826f7664b34879106da39b94d MD5sum: b415823d632443b519fa428cf11dba87 Description: Toggle page content and collapse admonitions in Sphinx (Python 3) Small Sphinx extension that enables toggle buttons for collapsing admonitions (notes, warnings, etc.) and arbitrary content using a collapse directive. . This package installs the library for Python 3. Homepage: https://github.com/executablebooks/sphinx-togglebutton Section: python Priority: optional Filename: pool/main/s/sphinx-togglebutton/python3-sphinx-togglebutton_0.3.2-1.1~bpo12+1_all.deb Package: python3-sphinxcontrib-globalsubs Source: sphinxcontrib-globalsubs Version: 0.1.2-2~bpo12+1 Installed-Size: 26 Maintainer: Debian Python Team Architecture: all Depends: python3-sphinx, python3:any Size: 4876 SHA256: 09467656a8bb6a08ad3f4c51b9a82ed2e767dc84c5b9740006e7a97f4c971075 SHA1: 7d0b8ad0a3c15f5e3c5d90a71d7b0e2fb6953b8c MD5sum: 449cdbc1047671ee3e72681ac01b4029 Description: sphinx extension to support global substitutions Sphinx extension for adding global substitutions to conf.py. One of the main use cases are central abbreviation lists, but any valid reST markup can be substituted. . This contains the Python 3 version. Homepage: https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs Section: python Priority: optional Filename: pool/main/s/sphinxcontrib-globalsubs/python3-sphinxcontrib-globalsubs_0.1.2-2~bpo12+1_all.deb Package: python3-sshpubkeys Source: sshpubkeys Version: 3.3.1-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Python Team Architecture: all Depends: python3-cryptography (>= 2.1.4), python3-ecdsa, python3:any Size: 11416 SHA256: 5e1ea0a964f67e4f1c3197606d108b6cb19d8b1eb7f2ec3d8f1a2d470fb71327 SHA1: d3154583256fc35040de2d3c6260f83a53ad5e71 MD5sum: b9c6c6bfcda0f704f8e3f7ccb1030c33 Description: SSH public key parser - Python 3 This module provides a native implementation for validating OpenSSH public keys. Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves are supported. . This package contains the module for Python 3. Homepage: https://github.com/ojarva/python-sshpubkeys Section: python Priority: optional Filename: pool/main/s/sshpubkeys/python3-sshpubkeys_3.3.1-1~bpo12+1_all.deb Package: python3-streamlink Source: streamlink Version: 7.1.3-1~bpo12+1 Installed-Size: 1800 Maintainer: Alexis Murzeau Architecture: all Depends: python3-certifi, python3-exceptiongroup | python3 (>> 3.11), python3-isodate, python3-lxml, python3-pycountry, python3-pycryptodome, python3-requests, python3-socks, python3-trio | python3 (<< 3.13), python3-trio | python3 (>> 3.13), python3-trio-websocket, python3-urllib3, python3-websocket, python3:any Recommends: ffmpeg Suggests: streamlink, python3-streamlink-doc Size: 316768 SHA256: 4858d3ce3c6d31d238e9a7cc6d97611d2ad62fb0905277d0ee8c620ee1d56897 SHA1: ebf7a563345ee7e03a570c1f4944369af0096f74 MD5sum: 30341c03a56c4d44efaa9374a5ac2400 Description: Python module for extracting video streams from various websites Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. . This package makes Streamlink APIs accessible in Python 3. Homepage: https://streamlink.github.io/ Section: python Priority: optional Filename: pool/main/s/streamlink/python3-streamlink_7.1.3-1~bpo12+1_all.deb Package: python3-streamlink-doc Source: streamlink Version: 7.1.3-1~bpo12+1 Installed-Size: 2837 Maintainer: Alexis Murzeau Architecture: all Depends: libjs-sphinxdoc (>= 5.2), fonts-fork-awesome Suggests: python3-streamlink Size: 309396 SHA256: 4bf38ee17e7ce87955a42f92463d6050aec47b7e91c92cd9f850507d2b4e1dd8 SHA1: 7ef946cf8c61f31e7abef1f907bde9a49c772412 MD5sum: 7fb9f72434e70950447755ca343f96e7 Description: CLI for extracting video streams from various websites (documentation) Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. . This package contains the Streamlink usage, API and plugins documentation in HTML format. Multi-Arch: foreign Homepage: https://streamlink.github.io/ Section: doc Priority: optional Filename: pool/main/s/streamlink/python3-streamlink-doc_7.1.3-1~bpo12+1_all.deb Package: python3-talloc Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 207 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: python3-talloc-dev Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.17), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213) Breaks: python3-talloc-dev Size: 48572 SHA256: fbae4ece52cda1f954b702b2109572354604c61f90d1558ea892775c4752e8b5 SHA1: 6f74d253545afc1b6cb188a9e4261cf1955a915b MD5sum: c0b8fc68394222510f320b9283870f74 Description: hierarchical pool based memory allocator - Python3 bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python 3 bindings. Multi-Arch: same Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-talloc_2.4.3+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: python3-talloc-dev Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 39 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: pkg-config, python3-talloc (= 2.4.2-1~bpo12+1) Size: 9536 SHA256: efe5ebd1d3c0bfae4e74f07c62acaee8741771a3bde0b1edf078a4264d317b18 SHA1: 23e5b01e0e93f4c6e868fad9bfb0d0f841c37fd7 MD5sum: 296dd634b12a6fad6dad897258357bf2 Description: talloc Python 3 bindings - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files for the Python 3 bindings. Multi-Arch: same Homepage: https://talloc.samba.org/ Section: libdevel Priority: optional Filename: pool/main/t/talloc/python3-talloc-dev_2.4.2-1~bpo12+1_arm64.deb Package: python3-tango Source: pytango Version: 10.0.2-1~bpo12+1 Installed-Size: 18036 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-gevent, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-packaging, python3-psutil, python3-typing-extensions | python3 (>> 3.13), python3:any, libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py311, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 11), libtango10 (>= 10.0.2+dfsg1) Size: 1108648 SHA256: 41bb62ac275d8501f735c05e7820c3a7a74ac1d5d0585113f78944b0da0afbaa SHA1: 01d59d1f98273aacb9bc4a97c8dafa9e149e5e1a MD5sum: 365c86182c71966d997f1dcd9ee9d0eb Description: API for the TANGO control system (Python 3) TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This is the Python 3 version of the package. Homepage: https://pytango.readthedocs.io/en/latest/ Section: python Priority: optional Filename: pool/main/p/pytango/python3-tango_10.0.2-1~bpo12+1_arm64.deb Package: python3-taurus Source: taurus Version: 5.1.8-1~bpo12+1 Installed-Size: 93152 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-numpy, python3-click, python3-packaging, python3-pint, python3:any, python3-guiqwt, python3-h5py, python3-lxml, python3-ply, python3-pyqt5, python3-pyqt5.qtopengl, python3-setuptools, python3-tango Recommends: python3-pymca5, qttools5-dev-tools Suggests: python-taurus-doc Size: 4549336 SHA256: 59ed29dc41d31d4e9ce189b5ff77ba2942af1fb85c0bd424f8e06f4f18e58725 SHA1: 940cf494dc63d6be4437d821a91e21646603ac33 MD5sum: 438ea82451dffd4a4a9a89d219618e42 Description: Framework for scientific/industrial CLIs and GUIs - Python3 Taurus is a Python framework for control and data acquisition CLIs and GUIs in scientific/industrial environments. It supports multiple control systems or data sources: Tango, EPICS, ... New control system libraries can be integrated through plugins. . This is the Python 3 version of the package. Homepage: http://www.taurus-scada.org Section: python Priority: optional Filename: pool/main/t/taurus/python3-taurus_5.1.8-1~bpo12+1_all.deb Package: python3-taurus-pyqtgraph Source: taurus-pyqtgraph Version: 0.8.0-1~bpo12+1 Installed-Size: 270 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-click, python3-lxml, python3-ply, python3-pyqtgraph, python3-taurus, python3:any Size: 45696 SHA256: a16fa37b74a8f0eb7ccc1a6c61bfa6db08713f63b773b3a63777484bf61a126a SHA1: 6f365e697b6cfee30b428f44d0fa2dd9b058c8dc MD5sum: e61fe8f931dd5fba124054b7012ac2d9 Description: Taurus extension providing pyqtgraph-based widgets (Python 3) taurus_pyqtgraph is an extension for the python3-taurus package. It adds the taurus.qt.qtgui.tpg submodule which provides pyqtgraph-based widgets. Homepage: https://github.com/taurus-org/taurus_pyqtgraph Section: python Priority: optional Filename: pool/main/t/taurus-pyqtgraph/python3-taurus-pyqtgraph_0.8.0-1~bpo12+1_all.deb Package: python3-tdb Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 140 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libtdb1 (>= 1.3.11) Size: 50532 SHA256: 518e0bb98ff255f7ba371b4e62bba049f19dde96910c8d10c1202fe856c63b37 SHA1: d4066f8303e3567f806b8fa2bdf87ee58f1764dc MD5sum: ea829f32d5e1c8eb3259d1f75e79124c Description: Python3 bindings for TDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python3 bindings. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-tdb_1.4.13+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: python3-tomoscan Source: tomoscan Version: 2.2.0~dev0-2~bpo12+1 Installed-Size: 684 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-dicttoxml, python3-lxml, python3-numpy, python3-packaging, python3-pkg-resources, python3-psutil, python3-silx, python3:any Size: 102500 SHA256: e41d47172cd7913bcd89a385d09ce12ff4e4f68aadcf31750d5c1e0b3f7b195a SHA1: 6e206b99470ecdaff469e3d45193145c7449b53a MD5sum: 1eb402d192066ad4597fb6b082206b9c Description: utility to access tomography data at esrf This library is offering an abstraction to access tomography data from various file formats. . It can read: - acquisitions from spec (.edf) and bliss (.hdf5) - volumes: - single frame file: EDF, JP2K, tiff - multi frame: HDF5, multitiff Homepage: https://gitlab.esrf.fr/tomotools/tomoscan Section: python Priority: optional Filename: pool/main/t/tomoscan/python3-tomoscan_2.2.0~dev0-2~bpo12+1_all.deb Package: python3-trezor Source: python-trezor Version: 0.13.9-4~bpo12+1 Installed-Size: 944 Maintainer: Debian Python Team Architecture: all Depends: python3-click (<< 8.2), python3-click (>= 7), python3-construct, python3-construct-classes, python3-ecdsa (>= 0.9), python3-mnemonic (>= 0.20), python3-requests (>= 2.4.0), python3-typing-extensions, python3-usb1, python3:any Recommends: python3-cryptography, python3-pil, python3-pyqt5 Suggests: cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, python3-hid Breaks: electrum (<< 3.1.0) Size: 159276 SHA256: fbb7ba1b4cdb4731c53c62d4343c19100b4fceb79d9c7ba6dc1c2d914d450671 SHA1: 7d8bcca35c0f2497b3edd8421d97860bf2d83363 MD5sum: 0f2260538fd4fa8b65fafc330e1b17c4 Description: library for communicating with TREZOR Bitcoin HW wallet (Python 3) No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the Python 3 version of python-trezor. Homepage: https://github.com/trezor/trezor-firmware/tree/main/python Section: python Priority: optional Filename: pool/main/p/python-trezor/python3-trezor_0.13.9-4~bpo12+1_all.deb Package: python3-uno Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 589 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libreoffice-common (<< 1:4.4.0~beta2), libreoffice-core (= 1:4.3.0~beta1-1) Depends: libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:25.2.3-2~bpo12+1) | libreoffice-core (= 4:25.2.3-2~bpo12+1), python3:any, python3 (<< 3.12), python3 (>= 3.11~), python3.11, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 5.4.0~alpha), libuno-salhelpergcc3-3 (>= 3.6.0~beta), uno-libs-private Pre-Depends: ucf, awk Enhances: libreoffice Conflicts: python-uno Size: 155528 SHA256: e42536a9175af6eaf48a0765fdc60afc8495f76cafc20b2f551a5a22f3024a87 SHA1: beaf901d4d86693ebf3a7c5757e6d16ac25f06b7 MD5sum: 56714591c5b7e13672af57b9d9cf0494 Description: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://udk.openoffice.org/python/python-bridge.html Section: python Priority: optional Filename: pool/main/libr/libreoffice/python3-uno_25.2.3-2~bpo12+1_arm64.deb Package: python3-varlink Source: python-varlink Version: 31.0.0-2~bpo12+1 Installed-Size: 118 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 27444 SHA256: 4c1fd01e9dc276fef100f7e2e3f0dd33533a045d968ab4d5e76e4cf3d51ed292 SHA1: e318279f32fd7b91da53aaab1b428c3fd897724a MD5sum: 03634bf01ad2c73798f01761dbbd6720 Description: Python implementation of the Varlink protocol A Python module that natively implements the Varlink protocol, with client and server support. . This package contains the Python 3.x module. Homepage: https://varlink.org/python/ Section: python Priority: optional Filename: pool/main/p/python-varlink/python3-varlink_31.0.0-2~bpo12+1_all.deb Package: python3-virt-firmware Source: virt-firmware Version: 24.2-1~bpo12+1 Installed-Size: 310 Maintainer: dann frazier Architecture: all Depends: python3-cryptography, python3-pefile, python3-pkg-resources, python3:any Size: 76656 SHA256: e2ff0cb9ede775507d1e4573fdae87d9c6303bbe4b80913784ff85141bc13a62 SHA1: dd12e2b9a5180ce3fe14a725195be51de5311605 MD5sum: 5991a939a33a0d80827e96665ed8cbdf Description: Tools for manipulating edk2 (ovmf/qemu-efi) firmware images This is a collection of tools for edk2 firmware images. They support decoding and printing the content of firmware volumes. Variable stores (e.g. OVMF_VARS.fd) can be modified, for example to enroll secure boot certificates. Tools included: . virt-fw-dump - Decodes and prints the content of firmware volumes. . virt-fw-vars - Print and edit variable store volumes. Currently focused on enrolling certificates and enabling secure boot. . virt-fw-sigdb - Print and edit EFI signature database files. . host-efi-vars - Read efi variables from linux efivarfs and decode/print them. . kernel-bootcfg - Manage efi boot configuration for UKIs (unified kernel images) when using direct boot (without boot loader like grub or systemd-boot). . pe-dumpinfo - Information dump for pe (the format used by EFI) binaries. . pe-listsigs - List signatures and certificate chain for pe binaries. Can also extract certificates & signatures. . This package installs the library for Python 3. Multi-Arch: foreign Homepage: https://gitlab.com/kraxel/virt-firmware Section: python Priority: optional Filename: pool/main/v/virt-firmware/python3-virt-firmware_24.2-1~bpo12+1_all.deb Package: python3-xapian-haystack Source: python-xapian-haystack Version: 3.1.0-3~bpo12+1 Installed-Size: 98 Maintainer: Debian Python Team Architecture: all Depends: python3-django-haystack, python3-xapian, python3-django, python3-filelock, python3:any Enhances: python3-django-haystack Size: 24104 SHA256: e7d112c1e6e90c01b5bbaeebcad17afe1d724218fde4f3930e9c3020333147e5 SHA1: 2b035f934adef80475fe301919790bbca1257953 MD5sum: 6c2e0b9b35d567abb1702c7657d2db96 Description: Xapian backend for Django-Haystack (Python3 version) Xapian-haystack is a backend of Django-Haystack for the Xapian search engine. It provides all the standard features of Haystack: * Weighting * Faceted search (date, query, etc.) * Sorting * Spelling suggestions * EdgeNGram and Ngram (for autocomplete) The endswith search operation is not supported. . This package contains the Python 3 version of the library. Homepage: https://github.com/notanumber/xapian-haystack/ Section: python Priority: optional Filename: pool/main/p/python-xapian-haystack/python3-xapian-haystack_3.1.0-3~bpo12+1_all.deb Package: python3-yara Source: yara-python Version: 4.5.1-1~bpo12+1 Installed-Size: 89 Maintainer: Hilko Bengen Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.17), libyara10 (>= 4.3.0~) Size: 17968 SHA256: a9f224e49ef71a89e5328309ddf4c0b79161630615f4a0e8c836cf2fd985394b SHA1: 7a54abfdfbbcace0c6038a5c0e41ddb84ac58723 MD5sum: 83838407638624fe6ae043dd9f2e793e Description: Python 3 bindings for YARA YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides Python 3 bindings. Homepage: https://github.com/VirusTotal/yara-python Python-Version: , Section: python Priority: optional Filename: pool/main/y/yara-python/python3-yara_4.5.1-1~bpo12+1_arm64.deb Package: python3-yubihsm Source: python-yubihsm Version: 3.1.0-1~bpo12+2 Installed-Size: 141 Maintainer: Debian Security Tools Architecture: all Depends: python3-cryptography (>= 2.6), python3:any Recommends: python3-requests Suggests: python3-usb, yubihsm-connector Size: 23168 SHA256: 748834cae83a21fdc841009535ae495cd874d9d1138453abff542bcc083680d0 SHA1: 5786cef1071e30235eaa460bfff9ba20be523514 MD5sum: bc4cd538e690ea5fee7e0a12c416b0df Description: Python interface to the YubiHSM 2 The YubiHSM 2 is a USB-attached device for managing cryptographic keys. This package contains a Python interface to it. . Install python3-requests if you intend to communicate with the device over HTTP via a running yubihsm-connector, or python3-usb if you intend to communicate directly with the device via USB. Homepage: https://developers.yubico.com/python-yubihsm/ Section: python Priority: optional Filename: pool/main/p/python-yubihsm/python3-yubihsm_3.1.0-1~bpo12+2_all.deb Package: python3-zopfli Source: python-zopfli Version: 0.2.3.post1-1~bpo12+1 Installed-Size: 100 Maintainer: Debian Python Team Architecture: arm64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libzopfli1 Size: 10592 SHA256: 3c8cd7c44242ce88cb687a52c979994c7290f990a6363faf18d35aba4ef5bc7f SHA1: 4e840d627ce65232af973be49c14c0e002aeebe0 MD5sum: dc4cf0f2283246847e1e64a6c3d9dd4a Description: cPython bindings for zopfli (Python 3) pyzopfli is a straight forward wrapper around zopfli's ZlibCompress method. pyzopfli also wraps GzipCompress, but the API point does not try to mimic the gzip module. Homepage: https://github.com/fonttools/py-zopfli Section: python Priority: optional Filename: pool/main/p/python-zopfli/python3-zopfli_0.2.3.post1-1~bpo12+1_arm64.deb Package: qdiskinfo Version: 0.3+git20250416+ds-1~bpo12+1 Installed-Size: 628 Maintainer: Boyuan Yang Architecture: arm64 Depends: pkexec, qt6-wayland, smartmontools, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Size: 103720 SHA256: ac83d7b9dc5b47c5f87fc608dbe0f222001e634dafa023f2b07a4b768860d85b SHA1: 3970e0d8eea2ec725528624b4a949181a3bce596 MD5sum: a0d9cdf1549df4fbd1a699bce8d57168 Description: CrystalDiskInfo alternative for Linux QDiskInfo is a frontend for smartctl. It provides a user experience similar to CrystalDiskInfo. It shows the SMART (Self-Monitoring, Analysis, and Reporting Technology) data of modern hard disk drives. Homepage: https://github.com/edisionnano/QDiskInfo Section: utils Priority: optional Filename: pool/main/q/qdiskinfo/qdiskinfo_0.3+git20250416+ds-1~bpo12+1_arm64.deb Package: qdl Version: 1.0+git20250319.30ac3a8-1~bpo12+1 Installed-Size: 212 Maintainer: Christopher Obbard Architecture: arm64 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.16), libxml2 (>= 2.7.4) Size: 23444 SHA256: 43ef41ad3d35f285f93dcc0ad80b8197e68248300f7366e087b0d955b6c23fa9 SHA1: 27aa7e81e1646d4716d59099485875116d3e7ffd MD5sum: 4dc454a538bc9d68a3250ffa68eae2fa Description: tool to flash images to Qualcomm processors This package provides a tool to flash signed images to various Qualcomm processors which support the Emergency Download Mode (EDL) mode of operation. Homepage: https://github.com/linux-msm/qdl Section: utils Priority: optional Filename: pool/main/q/qdl/qdl_1.0+git20250319.30ac3a8-1~bpo12+1_arm64.deb Package: qemu-block-extra Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 492 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-block-supplemental Depends: libc6 (>= 2.17), libcurl3-gnutls (>= 7.16.3), libgfapi0 (>= 10.3), libiscsi7 (>= 1.18.0), libnfs13 (>= 1.11.0), librados2 (>= 16.2.15+ds), librbd1 (>= 16.2.6+ds), libssh-4 (>= 0.8.4), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2) | qemu-utils (= 1:10.0.0+ds-2~bpo12+2) Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-ppc, qemu-system-riscv, qemu-system-s390x, qemu-system-sparc, qemu-system-x86, qemu-utils Size: 100476 SHA256: 0543664f588c7f20d6e7896037ecdb8a3997e4b2bee6373d61cb799de68ad8e5 SHA1: 50e24a8d21df2c4469bf26d9584cc4168c0879e2 MD5sum: 4d274715f2fc86dbe48ca90129d9991d Description: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-block-extra_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-guest-agent Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 3799 Maintainer: Debian QEMU Team Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.63.3), libnuma1 (>= 2.0.11), libudev1 (>= 183), liburing2 (>= 2.3) Pre-Depends: init-system-helpers (>= 1.54~) Size: 514676 SHA256: 42273979692a4425382c56680e549c83efceb456c15ee7375925e7b31f9addbf SHA1: dfeef837258c438568b95f7c324e83c63650620a MD5sum: b9dc7249844292fa9cd1483c6196db18 Description: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-guest-agent_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 76 Maintainer: Debian QEMU Team Architecture: arm64 Depends: qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-riscv, qemu-system-s390x, qemu-system-sparc, qemu-system-x86, qemu-system-misc Size: 49340 SHA256: e420ecc46a027fc8b306056aadc053346d894188f35f7fdb260e3e5d569a6c85 SHA1: cd67a0f566f718054974a16d631f9aad86d5b074 MD5sum: 5c54e6e12a8905803eb96839f1366ead Description: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-arm Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 64093 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-kvm (= 1:10.0.0+ds-2~bpo12+2), qemu-system-aarch64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-arm64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-armel (= 1:10.0.0+ds-2~bpo12+2), qemu-system-armhf (= 1:10.0.0+ds-2~bpo12+2), qemu-system-native (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.30.0), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~) Recommends: qemu-utils, ipxe-qemu, seabios, qemu-efi-aarch64, qemu-efi-arm, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Conflicts: qemu-kvm Size: 9053052 SHA256: ff14e6bb6e2c005ff4a88be20f50a28d897611abb5b5d711fd4bd9a21d957691 SHA1: bed90f31c5bc39b2bcd6c3d5718f1b30e9bfc210 MD5sum: 31e4cc5700255027fc3627412b0687ec Description: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 (arm64) arm (armel armhf). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-arm_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-common Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 3643 Maintainer: Debian QEMU Team Architecture: arm64 Depends: libasound2 (>= 1.0.16), libbrlapi0.8 (>= 6.5), libc6 (>= 2.34), libcacard0 (>= 2.2), libcap-ng0 (>= 0.7.9), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libncursesw6 (>= 6), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.11), libpixman-1-0 (>= 0.19.6), libtinfo6 (>= 6), liburing2 (>= 2.3), libusb-1.0-0 (>= 2:1.0.23~), libusbredirparser1 (>= 0.8.0) Breaks: libvirt-daemon (<< 7.2.0-1) Size: 840404 SHA256: 0c398806f1ea6bc8f9e2e93febc0354d746a2d29c42f88b0ce6c5fca5e70ef8e SHA1: 206c60079c56d8b4f9adbc5d5445d9e3f8a63811 MD5sum: dcaf0324212561cb0813bd75973c7441 Description: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-common_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-data Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 18498 Maintainer: Debian QEMU Team Architecture: all Replaces: openbios-ppc, openbios-sparc, qemu-slof, qemu-system-common (<< 1:8.2.2+ds-1~), qemu-system-ppc (<< 1:6.1-4~), sgabios Provides: openbios-ppc, openbios-sparc, qemu-keymaps, qemu-skiboot, qemu-slof, sgabios Conflicts: openbios-ppc, openbios-sparc, qemu-skiboot, qemu-slof, sgabios Breaks: qemu-system-common (<< 1:8.2.2+ds-1~), qemu-system-misc (<< 1:9.1.1+ds-1~), qemu-system-ppc (<< 1:6.1-4~), qemu-system-s390x (<< 1:9.2.0~) Size: 2111932 SHA256: 0e69b351a508459931f757492161e4673a4cec95a0d2be7a2b026e182757274b SHA1: d30484a6708e7857415b4b608a8b43265c08ce34 MD5sum: ff10bae184fe023d15083e26d075256e Description: QEMU full system emulation (data files) This package provides architecture-neutral data files (such as keyboard definitions, icons) for system-mode QEMU emulation (qemu-system-*) packages. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-data_10.0.0+ds-2~bpo12+2_all.deb Package: qemu-system-gui Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 1422 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-common (<< 1:6.1+dfsg-4~) Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libepoxy0 (>= 1.0), libgbm1 (>= 12.0.0~0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.61.2), libgtk-3-0 (>= 3.21.4), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libnuma1 (>= 2.0.11), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.19.6), libpulse0 (>= 0.99.1), libsdl2-2.0-0 (>= 2.0.12), libvirglrenderer1 (>= 0.8.0), libvte-2.91-0 (>= 0.49.92), libx11-6, qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), libgl1 Size: 312256 SHA256: e5ccae2c2ebe6c169a3d0b3e0288c2f88fdf1e13627d43e321886b6cbe80a97d SHA1: 001db601a4af5baab99d101beb4cc208637fe21d MD5sum: 53c41d55d38f4e04260e8229633cff8d Description: QEMU full system emulation binaries (graphical display and audio modules) This package provides optional graphical guest display modules (currently GTK and SDL) and audio backend modules for full system emulation (qemu-system-*) packages. . This package is not a management/control/GUI interface for qemu, use something else (like virt-manager) for that. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-gui_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-mips Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 63404 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-mips64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-mips64el (= 1:10.0.0+ds-2~bpo12+2), qemu-system-mipsel (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Size: 13223176 SHA256: 6c61b85fd77aa63670d360ed24d1015ac604ef2615a5c4d733b89ced955c795b SHA1: 630fa070d2b1aabf9bf756d02f39d1da33cedd08 MD5sum: 14a32f924abb6e4e79ef8fee03b79434 Description: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-mips_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-misc Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 175076 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-system-alpha (= 1:10.0.0+ds-2~bpo12+2), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-avr (= 1:10.0.0+ds-2~bpo12+2), qemu-system-hppa (= 1:10.0.0+ds-2~bpo12+2), qemu-system-loong64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-loongarch64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-m68k (= 1:10.0.0+ds-2~bpo12+2), qemu-system-microblaze (= 1:10.0.0+ds-2~bpo12+2), qemu-system-microblazeel (= 1:10.0.0+ds-2~bpo12+2), qemu-system-or1k (= 1:10.0.0+ds-2~bpo12+2), qemu-system-rx (= 1:10.0.0+ds-2~bpo12+2), qemu-system-sh4 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-sh4eb (= 1:10.0.0+ds-2~bpo12+2), qemu-system-tricore (= 1:10.0.0+ds-2~bpo12+2), qemu-system-xtensa (= 1:10.0.0+ds-2~bpo12+2), qemu-system-xtensaeb (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~), qemu-system-riscv, qemu-system-s390x Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Size: 37112844 SHA256: acd13cddd64fa37644787d7d5475895479102d1a33105302d80aa08696311e01 SHA1: 59f489054cb624c87e6102a3866a51f2375db2a9 MD5sum: 6a5ec74cee16a13182cc324e17145e54 Description: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha avr hppa m68k loongarch64 (loong64) microblaze microblazeel or1k rx sh4 sh4eb tricore xtensa xtensae. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-misc_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-modules-opengl Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 1122 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Depends: libc6 (>= 2.17), libepoxy0 (>= 1.3), libgbm1 (>= 7.11~1), libglib2.0-0 (>= 2.43.2), libpixman-1-0 (>= 0.25.2), libvirglrenderer1 (>= 0.8.0), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Size: 165256 SHA256: 49f1f971ea84016d5c2a67aca8d3e9c0e1a774d597bf4b153a142bb7a61dc7cf SHA1: 65cdcae1b9e3f1226a89e16911ed2e53f37e5d02 MD5sum: bab9be24360e2f85e94200379c05c6ea Description: QEMU full system emulation binaries (OpenGL display modules) This package provides optional OpenGL display support modules for QEMU full system emulation (qemu-system-*) packages. It also provides D-Bus display type. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-modules-opengl_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-modules-spice Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 476 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.30.0), libpixman-1-0 (>= 0.19.6), libspice-server1 (>= 0.14.2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Size: 99620 SHA256: a120f8bc40c31e93a5b35d93a039f6ee4a4c62663d2979a8ad73cc3f5025d029 SHA1: c3ec23ecc2c4fe202fab4fa40b865f50706826c4 MD5sum: 2bc3995a37ef1c78997d539c23350282 Description: QEMU full system emulation binaries (spice display modules) This package provides optional spice display (qxl and spice-app) and audio support modules for QEMU full system emulation (qemu-system-*) packages. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-modules-spice_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-ppc Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 36159 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-powerpc (= 1:10.0.0+ds-2~bpo12+2), qemu-system-ppc64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-ppc64el (= 1:10.0.0+ds-2~bpo12+2), qemu-system-ppc64le (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Size: 7394960 SHA256: 0cbdeb4f1cd7c3c94cff4974c7429bd176952c758c71edad27f45150a0e6bd96 SHA1: e170606546d74ae0162ee02c513135aa2ab04c9f MD5sum: 0e1135b919d4017210412d5132031ae8 Description: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc (powerpc) ppc64 (ppc64le ppc64el). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-ppc_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-riscv Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 35563 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-data (<< 1:9.1.0+ds-4~), qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-riscv32 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-riscv64 (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~), opensbi (>> 1.5.1-1~) Recommends: qemu-utils, ipxe-qemu Suggests: samba, vde2 Breaks: qemu-system-data (<< 1:9.1.0+ds-4~), qemu-system-misc (<< 1:9.1.0+ds-9~) Size: 6881360 SHA256: 44867a2e6d235dee94dfe822957ed799b8d4116a754bf4d5e7d47e0437e73702 SHA1: 71b4b1831a81d73aca4fc5b4f10fc430fb451e92 MD5sum: 8c6abec45f3baccc007c91599d7d4b0b Description: QEMU full system emulation binaries (riscv) QEMU is a fast processor emulator: currently the package supports riscv emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following riscv hardware: riscv32 riscv64. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-riscv_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-s390x Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 13538 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~) Recommends: qemu-utils, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Breaks: qemu-system-misc (<< 1:9.1.0+ds-9~) Size: 2864952 SHA256: 9129286328f5819ab980126639940fbce32bc7c6bd811ca80c8192e66d81f193 SHA1: fbc5e183f66552e0f18df75f45e8d9551d61ca40 MD5sum: db86f256664b74a065bc9bec112b4f13 Description: QEMU full system emulation binaries (s390x) QEMU is a fast processor emulator: currently the package supports s390x emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following s390x hardware: s390x. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-s390x_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-sparc Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 23753 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-sparc64 (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Size: 5186512 SHA256: 2e728f3e164fcde6f48998b6823fc7b3d464fb1210fe2d3eed9f4cf5bae4c016 SHA1: 8a22cd8b99996ccc17a5102de43d1505a92138b4 MD5sum: 449201f37e6a7ea73b6a53193058fda7 Description: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-sparc_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-system-x86 Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 55614 Maintainer: Debian QEMU Team Architecture: arm64 Provides: qemu-system-amd64 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-any (= 1:10.0.0+ds-2~bpo12+2), qemu-system-i386 (= 1:10.0.0+ds-2~bpo12+2), qemu-system-x86-64 (= 1:10.0.0+ds-2~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:10.0.0+ds-2~bpo12+2), qemu-system-data (>> 1:10.0.0+ds~), seabios (>> 1.16.3-1~), ipxe-qemu Recommends: qemu-utils, ovmf, qemu-system-gui (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-spice (= 1:10.0.0+ds-2~bpo12+2), qemu-system-modules-opengl (= 1:10.0.0+ds-2~bpo12+2), qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Suggests: samba, vde2 Size: 7146800 SHA256: 9f4b0d3aaaa85f176eba0a9c9268513785a20beb455f748f859fef0c58d8be28 SHA1: a8ee9d964cd2ac5123949e5cfd2568dbb442a3f6 MD5sum: 50a7d305db3019dc4b8318d94ae1e0f0 Description: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64 (amd64). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-x86_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-user Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 155730 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-user-binfmt (<< 1:9.1.0), qemu-user-static (<< 1:9.1.0) Recommends: qemu-user-binfmt Breaks: qemu-user-binfmt (<< 1:9.1.0), qemu-user-static (<< 1:9.1.0) Size: 17968628 SHA256: 5afd122e06ecfb45f1b261fff9593a33dcb1dbd0944e14d1e50bf8f9a214bc52 SHA1: d8ada43f024b355cc42c82ef96b354be003be8d9 MD5sum: df2fa6e29a7ab059c4f56401221d5be8 Description: QEMU user mode emulation (static binaries) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides statically linked user mode emulation binaries. In user mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel automatically so it will be possible to run foreign binaries directly. Without qemu-user-binfmt, it is possible to register certain binfmt(s) by using: cat /usr/share/qemu/binfmt.d/qemu-ARCH.conf \ > /proc/sys/fs/binfmt_misc/register Multi-Arch: foreign Homepage: http://www.qemu.org/ Static-Built-Using: gcc-12 (= 12.2.0-14+deb12u1), glib2.0 (= 2.74.6-2+deb12u6), glibc (= 2.36-9+deb12u10), zlib (= 1:1.2.13.dfsg-1) Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-user-binfmt Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 40 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-user-static (<< 1:9.1.0) Depends: qemu-user (= 1:10.0.0+ds-2~bpo12+2) Recommends: systemd Breaks: qemu-user-static (<< 1:9.1.0) Size: 2064 SHA256: eb0b672419698ce2481ff7f38914a43d6d2efb5a208b47a48860cb0e5875e0c8 SHA1: 09d9713b34c443e75d35449c6b6cc5d14f787ebc MD5sum: 8ef5a600af9719098fef5448f7f4f79e Description: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user-mode emulation binaries from qemu-user. This package does not contain additional binaries, just (sym)links to binfmt registration data in /usr/lib/binfmt.d/ so it is picked up automatically by, eg, systemd. Actual files are provided by qemu-user package. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-binfmt_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-user-static Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 155 Maintainer: Debian QEMU Team Architecture: arm64 Depends: qemu-user (>= 1:10.0.0+ds-2~bpo12+2), qemu-user-binfmt (>= 1:10.0.0+ds-2~bpo12+2) Size: 51244 SHA256: 519ca2fb775f54dfaa1aaef6b6ff393fb3cf2a52e806c5aa489a59f22fac3634 SHA1: ffc5f81b20bca230c2aadcecd87ec880cd591634 MD5sum: 01c11099a58bc5dc9f18649c8cea6af6 Description: QEMU user mode emulation (compat/transitional package) In the past, this package provided statically-built qemu user-mode emulation binaries. Now this functionality is provided by qemu-user package, and this package just to help migration to qemu-user. . This package provides old/compatibility symlinks from qemu-user-static binaries pointing to corresponding qemu-user binaries, and old qemu-debootstrap script. Neither of these should be used in practice. . Please remove this package once you ensure nothing is using the old interfaces. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-static_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-utils Source: qemu Version: 1:10.0.0+ds-2~bpo12+2 Installed-Size: 12735 Maintainer: Debian QEMU Team Architecture: arm64 Replaces: qemu-system-common (<< 1:8.0+dfsg-5~) Depends: libaio1 (>= 0.3.93), libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libnettle8 (>= 3.8~), libnuma1 (>= 2.0.11), libselinux1 (>= 3.1~), liburing2 (>= 2.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: qemu-block-extra (= 1:10.0.0+ds-2~bpo12+2) Breaks: qemu-system-common (<< 1:8.0+dfsg-5~) Size: 1854204 SHA256: e797ddf435f525e3aa4dffb0c0d2a4ebf59550e7e82a88de25c41ce4139f78f7 SHA1: 959eb533074a24378fc3f82fe6e934a3ee91ec63 MD5sum: dbe9dbf06e035a35366bb4fbb4cbed78 Description: QEMU utilities QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-utils_10.0.0+ds-2~bpo12+2_arm64.deb Package: qemu-web-desktop Version: 23.06.22+ds1-2~bpo12+1 Installed-Size: 1823 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: sysuser-helper (>= 1.3.3), apache2, libapache2-mod-perl2, libapache2-mpm-itk, websockify, qemu-system-arm, bridge-utils, iptables, dnsmasq, guestfs-tools, libcgi-pm-perl, liblist-moreutils-perl, libsys-cpu-perl, libsys-cpuload-perl, libsys-meminfo-perl, libnet-dns-perl, libproc-background-perl, libproc-processtable-perl, libemail-valid-perl, libnet-smtps-perl, libmail-imapclient-perl, libnet-ldap-perl, libjson-perl, libtext-qrcode-perl, novnc, confget, adduser Recommends: apache2 (>= 2.4.6-4~) | httpd Suggests: qemu-system Size: 1672568 SHA256: 5f7add95ef89d7a620e13b03bed180003af2283ee8a5af2d16e88f642af72f74 SHA1: a6e7a6cbef9a45cc279830bd90ce565a28ac3284 MD5sum: 85e6ce29cbde6b1473458631ed9fbaa5 Description: Remote desktop service with virtual machines in a browser. A remote desktop service that launches virtual machines and displays them in your browser. Place virtual machine files (ISO, QCOW2, VDI, VMDK...) into /var/lib/qemu-web-desktop/machines, add their name in the /etc/qemu-web-desktop/machines.conf file, and run qwdctl refresh. You can tune the service settings in the /etc/qemu-web-desktop/config.pl . Once installed, connect to http://server/qemu-web-desktop Homepage: https://gitlab.com/soleil-data-treatment/soleil-software-projects/remote-desktop Section: science Priority: optional Filename: pool/main/q/qemu-web-desktop/qemu-web-desktop_23.06.22+ds1-2~bpo12+1_arm64.deb Package: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 10992 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-common (<< 3.4.5), qgis-provider-grass (<< 2.14.0) Depends: python3-qgis (= 3.40.6+dfsg-1~bpo12+1), qgis-common (= 3.40.6+dfsg-1~bpo12+1), qgis-providers (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.40.6 (>= 3.40.6+dfsg), libqgis-analysis3.40.6 (>= 3.40.6+dfsg), libqgis-app3.40.6 (>= 3.40.6+dfsg), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Recommends: qgis-plugin-grass Suggests: gpsbabel Conflicts: uim-qt3 Breaks: qgis-common (<< 3.4.5), qgis-provider-grass (<< 2.14.0) Size: 7856040 SHA256: 25c65a4008ad1387157f9a723167d8174db16d803cb6d798cbe4a25d55c8b6aa SHA1: 73dfc0d50c0527c674a459fc767516a855633ca0 MD5sum: a708e823efc6b0124f1ebf07d9b9b747 Description: Geographic Information System (GIS) A Geographic Information System (GIS) manages, analyzes, and displays databases of geographic information. QGIS supports shape file viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly, map composition, and a number of other features via a plugin interface. QGIS also supports display of various georeferenced raster and Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-api-doc Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3425096 Maintainer: Debian GIS Project Architecture: all Recommends: qt5-doc-html Size: 2783310168 SHA256: ea160dae8ad2a7b9a17895144bca7c6d2c8cddcc0f1fcf0dcd8e5edb408573c9 SHA1: d9d8597efd3587eff6d836f4f5a2a330620d2ace MD5sum: 8e4f62941c862cc90823d3824298871f Description: QGIS API documentation QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS API documentation. Homepage: https://qgis.org/ Section: doc Priority: optional Filename: pool/main/q/qgis/qgis-api-doc_3.40.6+dfsg-1~bpo12+1_all.deb Package: qgis-common Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 150551 Maintainer: Debian GIS Project Architecture: all Replaces: qgis (<< 2.18.17) Depends: libjs-jquery, libjs-leaflet, qml-module-qtcharts Breaks: qgis (<< 2.18.17) Size: 26527996 SHA256: 775a1dd66b41acd24984191d565bff29beec9b5333c4efe66eb333190337fa59 SHA1: 4e444ec26391b64d4c5ffd20fabfdd1c13e1e7e7 MD5sum: 0ceffe6950b87bcefbb968772cde7a7f Description: QGIS - architecture-independent data QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent supporting data files for use with QGIS. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-common_3.40.6+dfsg-1~bpo12+1_all.deb Package: qgis-plugin-grass Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4587 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-provider-grass (<< 2.11.0+git20151002) Depends: qgis (= 3.40.6+dfsg-1~bpo12+1), qgis-plugin-grass-common (= 3.40.6+dfsg-1~bpo12+1), qgis-provider-grass (= 3.40.6+dfsg-1~bpo12+1), grass-core (>= 8.2.0), grass821, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-app3.40.6 (>= 3.40.6+dfsg), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqgisgrass8-3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.11.0~rc1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-provider-grass (<< 2.11.0+git20151002) Size: 3769892 SHA256: 901abb16b93543f479523bf1cb3d9192174be5d46f895a2cb75fcac567032de6 SHA1: 1938ca2d14ccf27a4d62a3c883f5bbe672cb1d62 MD5sum: 25247ed65154cbb2219d79a805f3a1b1 Description: GRASS plugin for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This plugin enables GRASS data access in QGIS. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-plugin-grass_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-plugin-grass-common Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 5629 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 1.5) Depends: python3:any Breaks: qgis-common (<< 1.5) Size: 3819480 SHA256: 9d4e438847fb36860fae43df58630fd74e2b047b9412553a0119ae3743c0746d SHA1: 5e3d79c3cbf82317559a5a47763c5d2f950ab8c5 MD5sum: 23efe6219770915063ddef93cf9e3b40 Description: GRASS plugin for QGIS - architecture-independent data QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent supporting data files for use with the QGIS GRASS plugin. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-plugin-grass-common_3.40.6+dfsg-1~bpo12+1_all.deb Package: qgis-provider-grass Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3959 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqgisgrass8-3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Size: 3444148 SHA256: f3b8a31f1059d666749606bc8cba3341adb3fdcc3e78d3956d50b9948a28fffb SHA1: 1c2ea94ba882f9984bdb6623172b4bdb13d43b96 MD5sum: 08383dcd36180aec5b9c802e81f9f7b9 Description: GRASS provider for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This provider enables GRASS data access in QGIS. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-provider-grass_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-providers Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 15352 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis (<= 1.6) Depends: qgis-providers-common (= 3.40.6+dfsg-1~bpo12+1), libqca-qt5-2-plugins, libqt5sql5-sqlite, qt5-image-formats-plugins, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 2.0.1), libhdf5-103-1, libnetcdf19 (>= 4.0.1), libodbc2 (>= 2.3.1), libpq5, libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.0.2), libqgis-analysis3.40.6 (>= 3.40.6+dfsg), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-gui3.40.6 (>= 3.40.6+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5network5 (>= 5.15.1), libqt5sql5 (>= 5.3.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.2.0), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 11), libxml2 (>= 2.7.4), qtbase-abi-5-15-8 Pre-Depends: dpkg (>= 1.16.1) Recommends: qt5-image-formats-plugin-pdf Breaks: qgis (<= 1.6) Size: 5958288 SHA256: df3656e30498cac5e3af1a16c5e836aeca5a938ae7c15579a8c9c4fc5b93dded SHA1: 417ee239b94822ea1468399f204474adbeafa5fa MD5sum: 7c06b96f969c6b4bc8aeb91b81c7e242 Description: collection of data providers to QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the provider plugins for QGIS. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-providers_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-providers-common Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 21618 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 3.4.11) Breaks: qgis-common (<< 3.4.11) Size: 4823724 SHA256: d0c0e6a5fb3c637a358c5398f2f04813b2607d387e016ce986d70c8e84932e0a SHA1: 2c17fd9d7e25169ec11d948b0f3c23d30ffa384e MD5sum: 6d2bd1da4eb9504499ed2a37da16d76a Description: collection of data providers to QGIS - architecture-independent files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent files for the QGIS providers. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-providers-common_3.40.6+dfsg-1~bpo12+1_all.deb Package: qgis-server Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3424 Maintainer: Debian GIS Project Architecture: arm64 Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), qgis-server-landingpage (= 3.40.6+dfsg-1~bpo12+1), qgis-server-wcs (= 3.40.6+dfsg-1~bpo12+1), qgis-server-wfs (= 3.40.6+dfsg-1~bpo12+1), qgis-server-wfs3 (= 3.40.6+dfsg-1~bpo12+1), qgis-server-wms (= 3.40.6+dfsg-1~bpo12+1), qgis-server-wmts (= 3.40.6+dfsg-1~bpo12+1) Size: 3383340 SHA256: 923846b821c0a3bcd81ef2f5fbccb15185adaf6716c7eb6314dbbe6b958fdb5f SHA1: 2ad07b642bdd83716cb608c18f0383d8de13e44a MD5sum: be4416b1926f305c1af1696c6693c8b9 Description: QGIS server providing various OGC services QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This metapackage depends on the individual QGIS server components. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-bin Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4140 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-common (= 3.40.6+dfsg-1~bpo12+1), python3-qgis (= 3.40.6+dfsg-1~bpo12+1), qgis-providers (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 12) Breaks: qgis-server (<< 3.16) Size: 3513896 SHA256: 6e9ba2998bfb54aaba5786b2cf478a0ce0e170e980b0fea44678799d00b980b0 SHA1: 3c4bcff9b1df2946cec150074a53e343a77f94e7 MD5sum: df2258a10e4cf5fb8d1a2c2b37b0d11f Description: QGIS server providing various OGC services (executables) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS server executables. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-bin_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-common Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4022 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-server (<< 3.16) Breaks: qgis-server (<< 3.16) Size: 3566768 SHA256: dd3c06f31e583e7bbbbfcf89e9e1bcbd4cb93846274883a1aa611d0aef11d820 SHA1: 501439253adc7847b6a66094b7903c663d3cb393 MD5sum: cb8efc53295f1ecbe3cb4f5d195d39aa Description: QGIS server providing various OGC services (data) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS server data. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-common_3.40.6+dfsg-1~bpo12+1_all.deb Package: qgis-server-dummy Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3301 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.15+dfsg-1~bpo12+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libqgis-server3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3194096 SHA256: 80705b113a0fb943885e1b66a5300e10072f2dcb587f3f4bec528d7b7a4a7ef3 SHA1: aa496e4a18bc945a2fa9912facd1829e9a0b4c67 MD5sum: 2404f7a07b87f0717b3430cfa01b52cc Description: QGIS server providing various OGC services (dummy) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the sample service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-dummy_3.34.15+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-landingpage Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3688 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3448888 SHA256: 92ab6806bed626551b5eee05b4c5a490e648675abb2e452f6e7574dd6939b441 SHA1: 27e9d76c04a202637a6b195ee82470f4b3a76c12 MD5sum: d918bc4bdf397d1d6b2c93170e44fa41 Description: QGIS server providing various OGC services (landing page) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the landing page service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-landingpage_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-wcs Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3557 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3409624 SHA256: 15c6700c3f7d6d8cabcce1cf117c6ba0e65dfe414567bd4658cd333e18c7cea0 SHA1: 8a257459b38cc72b8b8c8434276ceec4c7dd227e MD5sum: 41f1350517ebee1b72c2fb8e60a8e432 Description: QGIS server providing various OGC services (WCS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WCS service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-wcs_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-wfs Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3942 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-server (<< 3.16) Size: 3512236 SHA256: 8a479062279172a6befceb0388f6352e9076f317d9e0bd13d62a4fb6488dffd4 SHA1: 1b0af18fc72dfd8bf6afe5d3cee453d7df76782f MD5sum: 1d93261e7007182b9c22197dd728ea8b Description: QGIS server providing various OGC services (WFS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WFS service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-wfs_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-wfs3 Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3941 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3532860 SHA256: f7677cdde3dc777130b62746b279d0a2616ed8b6a6f838fd94f9d38062ea5c36 SHA1: a4730c41fb6d55decacf27a789eb07657444a9e0 MD5sum: 2d90f01488670a61e5bfd9b4519d8328 Description: QGIS server providing various OGC services (WFS 3) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WFS 3 service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-wfs3_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-wms Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 4262 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3617748 SHA256: 2172d8eb0205db702ac6338104f33a276d3eebaffcf07e1e6d1868305aa489de SHA1: 17cac5c7f15bad41b64973e5089a5a1c7bdd0bcd MD5sum: 40e558db20f202b603e19698a1c76c18 Description: QGIS server providing various OGC services (WMS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WMS service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-wms_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-server-wmts Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 3622 Maintainer: Debian GIS Project Architecture: arm64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.6+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.40.6 (>= 3.40.6+dfsg), libqgis-server3.40.6 (>= 3.40.6+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-server (<< 3.16) Size: 3433700 SHA256: 33e1fa5c8a7329db0a29c9f66d0972322d1e06041453f7b2317295f48ee50855 SHA1: f723f22f4ebb64dfc7074e08881b3fb3b186b43d MD5sum: 5c2a1f45d07fe9275e00b8452bf1f1e7 Description: QGIS server providing various OGC services (WMTS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WMTS service. Homepage: https://qgis.org/ Section: science Priority: optional Filename: pool/main/q/qgis/qgis-server-wmts_3.40.6+dfsg-1~bpo12+1_arm64.deb Package: qgis-sip Source: qgis Version: 3.40.6+dfsg-1~bpo12+1 Installed-Size: 13020 Maintainer: Debian GIS Project Architecture: all Size: 4408832 SHA256: 8f6fe15893df35acbad7b8017dbb9180ee5d0bfd5a72791f55ec3a31582e4560 SHA1: 5a93f3afc458c7486f3490bbd63fd5c79e6e9c74 MD5sum: 2fa4f053ee9da42841338bf13ceaf71a Description: SIP specification files for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the SIP specification files. Homepage: https://qgis.org/ Section: devel Priority: optional Filename: pool/main/q/qgis/qgis-sip_3.40.6+dfsg-1~bpo12+1_all.deb Package: qmapshack Version: 1.17.1-1~bpo12+1 Installed-Size: 58844 Maintainer: Debian GIS Project Architecture: arm64 Depends: libqt5sql5-sqlite, libalglib3.19 (>= 3.19.0), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgdal32 (>= 3.4.0), libjpeg62-turbo (>= 1.3.1), libproj25 (>= 7.1.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5help5 (>= 5.15.1), libqt5network5 (>= 5.15.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5webenginewidgets5 (>= 5.7.1), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libquazip5-1 (>= 0.9.1), libroutino0 (>= 3.1), libstdc++6 (>= 5.2) Recommends: gdal-bin, routino Suggests: gpsd Size: 49007492 SHA256: 5e374e7e2907e7e194e51d0849a017cb051b4b8f8f74aa51b35698d0ec34963d SHA1: 536bf1e946bedf7f46fd2b8f128e0af4973b895d MD5sum: 960a8fce7fa570c3dc8964cb6cf6f35d Description: GPS mapping (GeoTiff and vector) and GPSr management This package provides a versatile tool for GPS maps in GeoTiff format as well as Garmin's img vector map format. You can also view and edit your GPX tracks. QMapShack is the successor of QLandkarteGT. . Main features: - Use of several workspaces. - Use several maps on a workspace. - Handle data project-oriented. Homepage: https://github.com/Maproom/qmapshack/wiki Section: science Priority: optional Filename: pool/main/q/qmapshack/qmapshack_1.17.1-1~bpo12+1_arm64.deb Package: qml-module-qtquick-pdf Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 414 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: qml-module-qtgraphicaleffects (>= 5.12), qml-module-qtquick-controls2 (>= 5.14), qml-module-qtquick-shapes (>= 5.14), qml-module-qtquick-templates2 (>= 5.14), qml-module-qtquick-window2, qml-module-qtquick2 (>= 5.14), qt5-image-formats-plugin-pdf, libc6 (>= 2.17), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5pdf5 (>= 5.15.1), libqt5qml5 (>= 5.9.0~beta), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libstdc++6 (>= 5), qtdeclarative-abi-5-15-8 Size: 97580 SHA256: a33db7a9878176138838b2bff461d248888c5305c194bfe44cda03e60d746fa9 SHA1: d179ac2bc30fd98d5e10967a1536e337c76b5ed0 MD5sum: 46d4fae306589917b927c8f19a44fd64 Description: Qt Quick PDF QML module The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt Quick PDF QML module. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qml-module-qtquick-pdf_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qml-module-qtwebengine Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 504 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: qml-module-qtquick2, libc6 (>= 2.17), libqt5core5a (>= 5.10.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5webengine5 (>= 5.9.0), libqt5webenginecore5 (>= 5.14.1), libstdc++6 (>= 5), qtwebengine-abi-5-15-18 Size: 75696 SHA256: ec2b3a9b34163ccc05ed7a2aa4180822f7a20ab227f425bee899a5291f8703a3 SHA1: 044644390d94a669f92b2d69d63aa9667501385e MD5sum: af5882ff9527d82ff08b3d8f98391175 Description: Qt WebEngine QML module QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the WebEngine QML module for QtDeclarative. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qml-module-qtwebengine_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qml6-module-qtwayland-client-texturesharing Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 98 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libqt6qml6 (>= 6.4.2+dfsg~), libqt6quick6 (>= 6.4.2+dfsg~), libqt6waylandclient6 (>= 6.2.2), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), qt6-base-abi (= 6.4.2) Size: 23216 SHA256: a0f6610751e03035901b3b34048ea587491a6d299032314bc743fcc7af506496 SHA1: 3343a8847f0c127b0c9302098396c9932b99b884 MD5sum: af4f1f6dbd9084b16dce7551b56d9f11 Description: Qt 6 Wayland Shared Texture Provider QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This module allows Qt Wayland clients to use graphical resources exported by the compositor, without allocating any graphics memory in the client. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/qml6-module-qtwayland-client-texturesharing_6.4.2-5~bpo12+1_arm64.deb Package: qml6-module-qtwayland-compositor Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 729 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6qml6 (>= 6.4.2+dfsg~), libqt6quick6 (>= 6.4.2+dfsg~), libqt6waylandcompositor6 (>= 6.3.0), libstdc++6 (>= 5), libwayland-server0 (>= 1.8.0), qt6-base-abi (= 6.4.2) Size: 82176 SHA256: 2b8efe9b2d2a64ee218ef61a529ac6cac04e70ae9a0dea8432236b5e9ffdf6aa SHA1: 9e9963eca5747f8f0ec3c5855782f9c29ededba8 MD5sum: e421a0a29bf64980779fa73a5580b650 Description: Qt 6 Wayland Compositor QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Wayland Compositor modules provide QML types that can be used to create custom display servers supporting the Wayland protocol. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/qml6-module-qtwayland-compositor_6.4.2-5~bpo12+1_arm64.deb Package: qt5-image-formats-plugin-pdf Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 234 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libqt5core5a (>= 5.4.0), libqt5gui5 (>= 5.9.0~beta) | libqt5gui5-gles (>= 5.9.0~beta), libqt5pdf5 (>= 5.15.1), libstdc++6 (>= 5) Size: 49040 SHA256: d2d60ecccc1dcc1b22324f3184d1610e822923e26ac935964b9d263ab35d4be7 SHA1: 5957fdc97f859d931d56c689a854e3fbe60f8245 MD5sum: 2000c6dc172e9c20ebf1d821b848cc34 Description: Qt 5 PDF image format plugin The Qt PDF module contains classes and functions for rendering PDF documents. . This package provides an image plugin that allows image-viewing applications to view PDF files (the first page of PDF will be shown). Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qt5-image-formats-plugin-pdf_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1500 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libegl1, libopengl0, libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libqt6waylandclient6 (>= 6.4.0), libqt6waylandcompositor6 (>= 6.2.2), libqt6waylandeglclienthwintegration6 (>= 6.2.2), libqt6waylandeglcompositorhwintegration6 (>= 6.2.2), libqt6wlshellintegration6 (>= 6.2.2), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.8.0), qt6-base-abi (= 6.4.2) Size: 113500 SHA256: 264147226fcd1c13d7391579ef88896ad0c4b4211898fabf32626e8b554d1df5 SHA1: 8f156d6cedcbaeb47c9e47d7d5895107c179b606 MD5sum: f44374b1c078959232c0141f844fb52a Description: Qt 6 Wayland platform plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the QtWayland platform plugin, which allows users to run Qt 6 applications under Wayland, and the qtwaylandscanner binary. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libs Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland_6.4.2-5~bpo12+1_arm64.deb Package: qt6-wayland-dev Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 859 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libqt6waylandcompositor6 (= 6.4.2-5~bpo12+1), libqt6waylandeglclienthwintegration6 (= 6.4.2-5~bpo12+1), libqt6waylandeglcompositorhwintegration6 (= 6.4.2-5~bpo12+1), libqt6wlshellintegration6 (= 6.4.2-5~bpo12+1), libwayland-dev, qt6-wayland-dev-tools (= 6.4.2-5~bpo12+1) Size: 55772 SHA256: fe451101e610d3c25c16292be8bfa794c020f810d140952eb147f43a84280a8f SHA1: 538a871f77a23d94ee483b2af1611ac9a643b850 MD5sum: 93a012f0684899ecbe4862f7ef6f8b3d Description: Qt 6 Wayland - development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the development files for QtWayland client and compositor libraries. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libdevel Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland-dev_6.4.2-5~bpo12+1_arm64.deb Package: qt6-wayland-dev-tools Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 93 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libqt6core6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5) Size: 26360 SHA256: cfbfabe5acff10d5b60647849841d0932a5b5a680ce60ebde706d5d66b524703 SHA1: 95bd875515c62145a28def0d4061b4270c368b51 MD5sum: a51f009975c5109988ec656f75f22310 Description: Qt 6 Wayland developer tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the QtWayland developer tools. At the moment there is only qtwaylandscanner tool here. Multi-Arch: foreign Homepage: https://www.qt.io/developers/ Section: devel Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland-dev-tools_6.4.2-5~bpo12+1_arm64.deb Package: qt6-wayland-doc Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 865 Maintainer: Debian Qt/KDE Maintainers Architecture: all Depends: qt6-base-doc Size: 617732 SHA256: 45b3d72aae3d36cd83a8734d6070a918e961b140cf5a00824449c3c986fb8c7a SHA1: 8bf24131d0e671856b90a71e7242206bab328c87 MD5sum: c7ebc5025b07c24ffc9e5b7a2cf92b9f Description: Qt 6 wayland documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 6 wayland. Multi-Arch: foreign Homepage: https://www.qt.io/developers/ Section: doc Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland-doc_6.4.2-5~bpo12+1_all.deb Package: qt6-wayland-doc-html Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 2326 Maintainer: Debian Qt/KDE Maintainers Architecture: all Depends: qt6-base-doc-html Size: 364420 SHA256: 1b097e5ecd51f5f2f5604c7bafd46ba7159699eb3537b5556db112abe7554939 SHA1: 745eac0f0c5b764fefae84b91587b94b77f9fada MD5sum: 0c26f3a7f3dcff57b2beec0e6bf992ec Description: Qt 6 wayland HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 6 wayland. Multi-Arch: foreign Homepage: https://www.qt.io/developers/ Section: doc Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland-doc-html_6.4.2-5~bpo12+1_all.deb Package: qt6-wayland-private-dev Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1650 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Replaces: qt6-wayland-dev (<< 6.4.2-4) Depends: qt6-wayland-dev (= 6.4.2-5~bpo12+1) Breaks: qt6-wayland-dev (<< 6.4.2-4) Size: 163524 SHA256: af09bda4864cbcb9bb2bc514c92c681056b0bc1d46c8f4e65a9bcd6750a37406 SHA1: bc317d75e98121c084e0aaed8348df09d2914fa5 MD5sum: 9718fb0dda0d2395ead852a8cc1d969f Description: Qt 6 Wayland - private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtWayland is a Qt 6 module that wraps the functionality of Wayland. . This package contains the private header development files for QtWayland client and compositor libraries. . Use at your own risk. Multi-Arch: same Homepage: https://www.qt.io/developers/ Section: libdevel Priority: optional Filename: pool/main/q/qt6-wayland/qt6-wayland-private-dev_6.4.2-5~bpo12+1_arm64.deb Package: qtpdf5-dev Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 276 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt5pdf5 (= 5.15.18+dfsg-2~bpo12+1), libqt5pdfwidgets5 (= 5.15.18+dfsg-2~bpo12+1), qtbase5-dev Size: 52464 SHA256: b47581908b57aeafdd16da53a2dad25ff2ef1b80970926e623ecb59f0cc7a80c SHA1: ea9c65456086ba624b7dc7d3c11a325d595fad99 MD5sum: 27636459e8f379c6fe191dd0eccf1322 Description: Qt 5 PDF library - development files The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the development files needed to build Qt 5 applications using Qt PDF library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libdevel Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtpdf5-dev_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qtpdf5-doc Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 377 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 145192 SHA256: 5514693f98d25903b0905913ed13b74b99040a16c2e9039c37dc680eecbd95ee SHA1: 94fc9b2fdb0928b808b1dbda5d5eed1db646467c MD5sum: feb429112c2f15a4eaaa81848989f875 Description: Qt 5 PDF documentation The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qttools5-dev-tools package. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: doc Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtpdf5-doc_5.15.18+dfsg-2~bpo12+1_all.deb Package: qtpdf5-doc-html Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 919 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 108324 SHA256: bfb49e679133abe7684d934ed195562d516bf47791dbc0f7c55c740a16404135 SHA1: e8868a40a21199252cd219ba68768fae96e0edf1 MD5sum: b4f9f6e0310ccc1386be17bbb869dcd8 Description: Qt 5 PDF HTML documentation The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the HTML documentation. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: doc Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtpdf5-doc-html_5.15.18+dfsg-2~bpo12+1_all.deb Package: qtpdf5-examples Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 846 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: qml-module-qtquick-pdf (= 5.15.18+dfsg-2~bpo12+1), libc6 (>= 2.34), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5pdf5 (>= 5.15.1), libqt5pdfwidgets5 (>= 5.15.1), libqt5qml5 (>= 5.1.0), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5) Size: 153860 SHA256: 4c505d16cc9785f97b6a9107aa7cd463e0aa98a72f3ae475c8d62470bef350ba SHA1: c77ee3f3915b5a92f19b5d52e5928461b461fb03 MD5sum: 2490bee0a71a0167670d810b5cf90e0b Description: Qt PDF - examples The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the PDF examples. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtpdf5-examples_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qtwebengine5-dev Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 482 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libqt5webchannel5-dev, libqt5webengine5 (= 5.15.18+dfsg-2~bpo12+1), libqt5webenginecore5 (= 5.15.18+dfsg-2~bpo12+1), libqt5webenginewidgets5 (= 5.15.18+dfsg-2~bpo12+1), qtbase5-dev, qtdeclarative5-dev, qtpositioning5-dev, libc6 (>= 2.17), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Recommends: qtwebengine5-doc Size: 72120 SHA256: e24b894fef1c171081706ca687ce5acfe450fe1bae2f6e9b81d412695601a3d2 SHA1: af41b8338bafb464284110e5a9b491bd1744e6f6 MD5sum: 4999e4b0279e82874a0943354e592136 Description: Web content engine library for Qt - development files QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the development files needed to build Qt 5 applications using QtWebEngine library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libdevel Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-dev_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qtwebengine5-dev-tools Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 754 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: qtchooser, libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libqt5core5a (>= 5.10.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 208008 SHA256: 0e8ad6c2c527e99d256702e6f86b3bf8a7bf9cc035a02e837eb10e343cf4f74d SHA1: e02173872ea67490471f0b534ea753d1004e38a8 MD5sum: feefd3874ccd21cfdfc91eef26603f37 Description: Qt WebEngine tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains qwebengine_convert_dict tool which converts hunspell 'dic' dictionaries to binary 'bdic' format, which is required by spellchecker in Qt WebEngine. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: devel Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-dev-tools_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qtwebengine5-doc Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 2557 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1929160 SHA256: c4f897916b35a6db8bacff5b260b481fb3db41dff878e543ddb4f4d4e86073aa SHA1: 562b1952e9d918e36ac1682aed8f1d90da218fe0 MD5sum: c9e53975ebaa797ecf1278309bc92f05 Description: Qt 5 webengine documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 webengine libraries. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: doc Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-doc_5.15.18+dfsg-2~bpo12+1_all.deb Package: qtwebengine5-doc-html Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 7550 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1241088 SHA256: ceda80bf5887f3a86baaf9e2f5ff64843253f8a3e2a155aadec8a38639760a84 SHA1: 684f55ef0c2ff4da5c926d074344b9e81718c3a9 MD5sum: a3ee0e1d301d71d854c5e16580086dc2 Description: Qt 5 webengine HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 webengine libraries. Multi-Arch: foreign Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: doc Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-doc-html_5.15.18+dfsg-2~bpo12+1_all.deb Package: qtwebengine5-examples Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 3271 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: libjs-jquery, libjs-marked, qml-module-qt-labs-settings, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-layouts, qml-module-qtquick-window2, qml-module-qtwebengine, libc6 (>= 2.34), libqt5core5a (>= 5.14.1), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.1.0), libqt5quickcontrols2-5 (>= 5.7.1), libqt5webchannel5 (>= 5.6.1), libqt5webengine5 (>= 5.7.1), libqt5webenginecore5 (>= 5.14.1), libqt5webenginewidgets5 (>= 5.14.1), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 5) Recommends: qt5-qmake, qtwebengine5-dev, qtwebengine5-dev-tools Suggests: build-essential Size: 622848 SHA256: 4879075536e9b18809f631896314114416017fdb807065a2d9ec564bba199055 SHA1: ba75b18c00fd568893d5d032ea106e06d9548552 MD5sum: 65de8d0db1b51de8a7c7a744c08e3dab Description: Qt WebEngine - Examples QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the WebEngine examples. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libs Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-examples_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: qtwebengine5-private-dev Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 387 Maintainer: Debian Qt/KDE Maintainers Architecture: arm64 Depends: qtwebengine5-dev (= 5.15.18+dfsg-2~bpo12+1) Size: 63016 SHA256: 1d830e36f638ac112193aac441dbe60342a495d19c9d526a442ac559a6fd4372 SHA1: 82f95c56060a1d6e766f1edfdb76b83b76aebd82 MD5sum: 16182e1081d9602d6de7ba40320f7547 Description: Web content engine library for Qt - private development files QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the private development files needed to build Qt 5 applications using QtWebEngine library. Multi-Arch: same Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html Section: libdevel Priority: optional Filename: pool/main/q/qtwebengine-opensource-src/qtwebengine5-private-dev_5.15.18+dfsg-2~bpo12+1_arm64.deb Package: racket Version: 8.14+dfsg1-1~bpo12+1 Installed-Size: 424131 Maintainer: David Bremner Architecture: arm64 Replaces: racket-common (<< 8.0~) Depends: racket-common (= 8.14+dfsg1-1~bpo12+1), libc6 (>= 2.35), liblz4-1 (>= 1.8.0), libtinfo6 (>= 6), zlib1g (>= 1:1.2.2.3) Recommends: libgdk-pixbuf-2.0-0, libgdk-pixbuf-xlib-2.0-0, libglib2.0-0, libgtk2.0-0, libjpeg62-turbo, libpangocairo-1.0-0, libpng16-16, libssl3, racket-doc (>= 8.14+dfsg1) Breaks: racket-common (<< 8.6~) Size: 116816696 SHA256: 8b3115cdea9d89f8642139952d86985faabf63574364f1536e5aa771e9e3fede SHA1: c98f674424e1d732143ae0cbc8d4d12342b8d588 MD5sum: a3626b0cab4bb14037752f3f09f8bc7c Description: extensible programming language in the Scheme family Racket (previously PLT Scheme) is a programming language suitable for scripting and application development, including GUIs and web services. . It supports the creation of new programming languages through a rich, expressive syntax system. Supplied languages include Typed Racket, ACL2, FrTime, and Lazy Racket, and R6RS Scheme. . Racket includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, tools for creating stand-alone executables, the Racket web server, extensive libraries, and documentation for both beginners and experts. Homepage: https://www.racket-lang.org/ Section: lisp Priority: optional Filename: pool/main/r/racket/racket_8.14+dfsg1-1~bpo12+1_arm64.deb Package: racket-common Source: racket Version: 8.14+dfsg1-1~bpo12+1 Installed-Size: 69316 Maintainer: David Bremner Architecture: all Replaces: racket (<< 8.6~) Recommends: racket (>= 8.14+dfsg1), racket-doc (>= 8.14+dfsg1), sensible-utils Breaks: racket (<< 8.6~) Size: 15700812 SHA256: f2adc2d71a39ecdea6bdc68050574ef7af1cc079ef161c35fd2b08d967cbc526 SHA1: 49b20af5f65609cda1c1220907a1833878b385e4 MD5sum: 06c67d5fb7cfeabefe6e1f4752712669 Description: extensible programming language in the Scheme family (shared files) This package includes the architecture independent files for Racket (but not the documentation, see racket-doc for that). Homepage: https://www.racket-lang.org/ Section: lisp Priority: optional Filename: pool/main/r/racket/racket-common_8.14+dfsg1-1~bpo12+1_all.deb Package: racket-doc Source: racket Version: 8.14+dfsg1-1~bpo12+1 Installed-Size: 215146 Maintainer: David Bremner Architecture: all Recommends: racket (>= 8.14+dfsg1) Enhances: racket Size: 35266040 SHA256: 69b51e858806e384d8803fe57ed6fb5b25269e73e85ea716cf94f887aa032b43 SHA1: 566e943c64338634f849f74703e213d5679bd8fd MD5sum: eceff54dc84f08339d8f0d342976483b Description: extensible programming language in the Scheme family (documentation) This package includes all of the documentation for Racket. Homepage: https://www.racket-lang.org/ Section: doc Priority: optional Filename: pool/main/r/racket/racket-doc_8.14+dfsg1-1~bpo12+1_all.deb Package: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 3798 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.4+dfsg) Recommends: libradare2-dev Size: 181060 SHA256: 70312840816cbf4c45c3cee9185c3151307c8f5d44defc54c3d872ff0bc6370c SHA1: 370776720ef020a0de653d1210b0a98b6578146a MD5sum: e0d0087c51710e1510ca18ccd74ac578 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. Homepage: https://www.radare.org Section: devel Priority: optional Filename: pool/main/r/radare2/radare2_5.9.4+dfsg-1~bpo12+1_arm64.deb Package: radsecproxy Version: 1.11.2-1~bpo12+1 Installed-Size: 354 Maintainer: Sven Hartge Architecture: arm64 Provides: radius-server Depends: adduser, libc6 (>= 2.34), libnettle8, libssl3 (>= 3.0.0) Pre-Depends: init-system-helpers (>= 1.54~) Size: 109332 SHA256: 026f34b1521a8bd62a42b1626351138beb4c611d21fbe904872a8138ac7f84ba SHA1: c3e6c08b2848fdc57a579459038dd4818a18d5bb MD5sum: 1a424d2c5b53af5a0cee486f9eb63b2f Description: RADIUS protocol proxy supporting RadSec radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport also supports TLS (RadSec). It aims to be flexible while at the same time small in size and memory footprint, efficient and easy to configure. . It can be useful as a proxy on site boundaries or in other complex RADIUS routing topologies. It supports both IPv4 and IPv6. Homepage: https://radsecproxy.github.io/ Section: net Priority: optional Filename: pool/main/r/radsecproxy/radsecproxy_1.11.2-1~bpo12+1_arm64.deb Package: radvd Version: 1:2.20-1~bpo12+1 Installed-Size: 200 Maintainer: Geert Stappers Architecture: arm64 Depends: libbsd0 (>= 0.0), libc6 (>= 2.34), adduser Size: 72608 SHA256: cb09386c05e1bb6b7f1b49b5d59d19612d2596a9fc88b7d8a0c8ef4b150c6fd8 SHA1: 6d39e0155490377d84dec0b51e4da00acc731921 MD5sum: 808fba1552dcee3f4217e1fd280c883e Description: Router Advertisement Daemon IPv6 has a lot more support for autoconfiguration than IPv4. But for this autoconfiguration to work on the hosts of a network, the routers of the local network have to run a program which answers the autoconfiguration requests of the hosts. . On Linux this program is called radvd, which stands for Router ADVertisement Daemon. This daemon listens to router solicitations (RS) and answers with router advertisement (RA). Furthermore unsolicited RAs are also sent from time to time. Homepage: http://www.litech.org/radvd/ Section: net Priority: optional Filename: pool/main/r/radvd/radvd_2.20-1~bpo12+1_arm64.deb Package: radvdump Source: radvd Version: 1:2.20-1~bpo12+1 Installed-Size: 97 Maintainer: Geert Stappers Architecture: arm64 Depends: libc6 (>= 2.34) Conflicts: radvd (<= 1:2.16-1) Size: 27000 SHA256: 561ea210239786798382765e4655b4afb5e20e5ad8cac633a41e901812d21ac1 SHA1: dc7afec4984355e739c60bfe0985f4e20f31475e MD5sum: e48a051a890b87edd83fd2525904c73d Description: dumps Router Advertisements Tool for IPv6 network administrators. Dumps RA, Router Advertisements. Homepage: http://www.litech.org/radvd/ Section: net Priority: optional Filename: pool/main/r/radvd/radvdump_2.20-1~bpo12+1_arm64.deb Package: rasdaemon Version: 0.8.1-3~bpo12+1 Installed-Size: 499 Maintainer: Taihsiang Ho (tai271828) Architecture: arm64 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.7.14), libtraceevent1 (>= 5.4), perl:any, sqlite3, libdbd-sqlite3-perl Pre-Depends: init-system-helpers (>= 1.54~) Size: 114596 SHA256: 0b39c7fe2a7ce583c0c6d2ccdcc0fb53ef4245055f457a02ad124b229a69a866 SHA1: 2cdcc04b1067575576d61c75602665721bdbec31 MD5sum: 254c523181d2fc1fb0dffa5640a75ed8 Description: utility to receive RAS error tracings rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It currently records memory errors, using the EDAC tracing events. EDAC are drivers in the Linux kernel that handle detection of ECC errors from memory controllers for most chipsets on x86 and ARM architectures. This userspace component consists of an init script which makes sure EDAC drivers and DIMM labels are loaded at system startup, as well as a utility for reporting current error counts from the EDAC sysfs files. Homepage: https://github.com/mchehab/rasdaemon Section: admin Priority: optional Filename: pool/main/r/rasdaemon/rasdaemon_0.8.1-3~bpo12+1_arm64.deb Package: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 17 Maintainer: Debian Redict Maintainers Architecture: all Depends: redict-server (<< 7.3.2+ds-1~bpo12+1.1~), redict-server (>= 7.3.2+ds-1~bpo12+1) Size: 4416 SHA256: 34a876327584d379d7c60a4129b982dde528cd96018b9bdf1de58ae860226e55 SHA1: e8526f713dc9f34857cc4e04ec9145013464571d MD5sum: 4538dd05b4f0dc147501bf74bc279832 Description: Persistent key-value database with network interface (metapackage) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package depends on the redict-server package. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict_7.3.2+ds-1~bpo12+1_all.deb Package: redict-sentinel Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Redict Maintainers Architecture: arm64 Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 13104 SHA256: 25a07dabc17f926efbba315ca012d7e47e4db3fd2348636f8215ead0bd9577b9 SHA1: 88370065986260491ab58029a3e4bf8234a028fc MD5sum: 74b5eb23cc99e7d838482d799ee48036 Description: Persistent key-value database with network interface (monitoring) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the Redict Sentinel monitoring software. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-sentinel_7.3.2+ds-1~bpo12+1_arm64.deb Package: redict-server Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 156 Maintainer: Debian Redict Maintainers Architecture: arm64 Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 41168 SHA256: 54e44a652fa343210827c04aa073d21a2460868af2ea3f9a35a295d73b72b626 SHA1: 716ed30311bd82babff7aba4e6614851930524df MD5sum: 7dbc43a5d019d8b0d1e05c44de165cf4 Description: Persistent key-value database with network interface Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the Redict database server. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-server_7.3.2+ds-1~bpo12+1_arm64.deb Package: redict-tools Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 6252 Maintainer: Debian Redict Maintainers Architecture: arm64 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libatomic1 (>= 4.8), libc6 (>= 2.34), libhiredict1.3.1 (>= 1.3.1), libjemalloc2 (>= 3.5.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 982576 SHA256: 37e3b443f36c792bdc3eac2cd50bf1a71b43a503e2d0772612486beacbb74864 SHA1: 516c50bee2bc6d566a8e50861611a6ef9152d374 MD5sum: 35251cf38b02ecf833e8ecede0e27bf7 Description: Persistent key-value database with network interface (client) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the command line client and other tools. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-tools_7.3.2+ds-1~bpo12+1_arm64.deb Package: rednotebook Version: 2.39+ds-2~bpo12+1 Installed-Size: 2010 Maintainer: Phil Wyett Architecture: all Depends: python3:any, gir1.2-gdk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gio-2.0, gir1.2-girepository-2.0, gir1.2-glib-2.0, gir1.2-gobject-2.0, gir1.2-gtk-3.0, gir1.2-gtksource-4, gir1.2-pango-1.0, gir1.2-webkit2-4.1, python3-gi, python3-yaml Recommends: python3-enchant Size: 405620 SHA256: f7582949b56565ca9901e8c8a1de85a0b59a9d1d8416170e186daf8d3d2c451f SHA1: 7c6e9e7c515fa3d3f0a77f09ad42b18f4b65dfde MD5sum: 76e48d773da44cf122f975cb14b41c92 Description: Modern desktop diary and personal journaling tool It lets you format, tag and search your entries. You can also add pictures, links and customisable templates, spell check your notes, and export to plain text, HTML, LaTeX or PDF. Homepage: https://rednotebook.app Section: text Priority: optional Filename: pool/main/r/rednotebook/rednotebook_2.39+ds-2~bpo12+1_all.deb Package: registry-tools Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 341 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), libc6 (>= 2.34), libndr6 (>= 2:4.17.2), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213) Size: 64304 SHA256: fc3b195899569e7b1d3bb0df472e1aa564632bb16b5566112f5db6c9075350af SHA1: 14e82876793bd3fd6cb13acb6e1eaca3ea0d0614 MD5sum: 9d4ee9117a61ad1b2a08fbfafc35688c Description: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/registry-tools_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 673 Maintainer: Felix Zielcke Architecture: arm64 Depends: libreiserfscore0 (= 1:3.6.27-8~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libuuid1 (>= 2.16) Suggests: fdisk | util-linux (<< 2.29.2-3~) Size: 135420 SHA256: f1a00f9d3cdafddf5aaae1f95dea501cc6155969ea6c2f75818229038a7dcd16 SHA1: 4d03b0b0bad75dc57e25284e8076a3e25952bd57 MD5sum: 2f46cdbebef6bb03c569edee87f24f37 Description: User-level tools for ReiserFS filesystems This package contains utilities to create, check, resize, and debug ReiserFS filesystems. Section: admin Priority: optional Filename: pool/main/r/reiserfsprogs/reiserfsprogs_3.6.27-8~bpo12+1_arm64.deb Package: rhsrvany Version: 1.1-2~bpo12+1 Installed-Size: 579 Maintainer: Debian Libvirt Maintainers Architecture: all Enhances: virt-v2v Size: 135212 SHA256: b5a8bb03f8154407b31a1d1addffd1d51652379604486f9baef82ad4db083cfc SHA1: 90168b8db7c98796e515439da36dc3923820e16d MD5sum: 2b59b7430fbfad4f8b44d3dc982f2836 Description: Turn any Windows program or script into a Windows service This package contains open-source replacements for proprietary Windows tools, SrvAny (RHSrvAny) and pnp_wait. They are used by the virt-v2v tool when converting Windows virtual machines. Homepage: https://github.com/rwmjones/rhsrvany Section: otherosfs Priority: optional Filename: pool/main/r/rhsrvany/rhsrvany_1.1-2~bpo12+1_all.deb Package: riseup-vpn Version: 0.24.10+ds1-1~bpo12+1 Installed-Size: 23069 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: ca-certificates, iproute2, iptables, libqt6svg6, openvpn, pkexec, policykit-1-gnome | polkit-1-auth-agent, procps, python3:any, qml6-module-qt-labs-platform, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtqml-workerscript, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Recommends: qt6-wayland Size: 8931264 SHA256: ebb7411130aaeb9f55cc794f9b3ac8856cce7e5ae5b8efc581d0c45189162e94 SHA1: 6e7fed849b483449683561892864252f08891d78 MD5sum: c005b2468a6db838d60d32e420206840 Description: Easy, fast, and secure VPN service from riseup.net Riseup offers Personal VPN service for censorship circumvention, location anonymization and traffic encryption. To make this possible, it sends all user's internet traffic through an encrypted connection to riseup.net, where it then goes out onto the public internet. Homepage: https://0xacab.org/leap/bitmask-vpn Built-Using: golang-1.23 (= 1.23.5-1~bpo12+1), golang-filippo-edwards25519 (= 1.0.0~rc1+git20210721-0.1), golang-github-andybalholm-brotli (= 1.0.4-3), golang-github-asaskevich-govalidator (= 9+git20180720.0.f9ffefc3-1.1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-coreos-bbolt (= 1.3.6-2), golang-github-cretz-bine (= 0.2.0+ds-2), golang-github-go-openapi-analysis (= 0.21.2-1), golang-github-go-openapi-errors (= 0.20.2-1), golang-github-go-openapi-jsonpointer (= 1:0.19.5-4), golang-github-go-openapi-jsonreference (= 1:0.19.6-2), golang-github-go-openapi-loads (= 0.21.1-2), golang-github-go-openapi-runtime (= 0.23.3-1), golang-github-go-openapi-spec (= 1:0.20.4-2), golang-github-go-openapi-strfmt (= 0.21.2-1), golang-github-go-openapi-swag (= 1:0.21.1-1), golang-github-go-openapi-validate (= 0.21.0-1), golang-github-go-stack-stack (= 1.8.0-1), golang-github-google-uuid (= 1.3.0-1), golang-github-josharian-intern (= 1.0.0-3), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-klauspost-reedsolomon (= 1.9.13-1), golang-github-lucas-clemente-quic-go (= 0.46.0-2~bpo12+1), golang-github-mailru-easyjson (= 0.7.7-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.17-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-oklog-ulid (= 2.0.2+ds-2), golang-github-opennota-urlesc (= 0.0~git20160726.0.5bd2802-1.1), golang-github-opentracing-opentracing-go (= 1.2.0-2), golang-github-pion-datachannel (= 1.5.5-1), golang-github-pion-dtls.v2 (= 2.2.6-1), golang-github-pion-ice.v2 (= 2.3.1-1), golang-github-pion-interceptor (= 0.1.12-1), golang-github-pion-logging (= 0.2.2-2), golang-github-pion-mdns (= 0.0.7-1), golang-github-pion-randutil (= 0.1.0-2), golang-github-pion-rtcp (= 1.2.10-1), golang-github-pion-rtp (= 1.7.13-1), golang-github-pion-sctp (= 1.8.6-1), golang-github-pion-sdp (= 3.0.6-1), golang-github-pion-srtp.v2 (= 2.0.12-1), golang-github-pion-stun (= 0.6.1-1~bpo12+1), golang-github-pion-transport (= 2.0.2-1), golang-github-pion-turn.v2 (= 2.1.0-1), golang-github-pion-udp (= 2.0.1-1), golang-github-pion-webrtc.v3 (= 3.1.56-2), golang-github-pkg-errors (= 0.9.1-2), golang-github-prometheus-community-pro-bing (= 0.4.0-1~bpo12+1), golang-github-protonmail-go-autostart (= 0.0~git20181114.c527205-2.1), golang-github-puerkitobio-purell (= 1.1.1-1), golang-github-rs-zerolog (= 1.29.1-1~bpo12+1), golang-github-templexxx-cpu (= 0.0.9-3), golang-github-templexxx-xorsimd (= 0.4.1-2), golang-github-tjfoc-gmsm (= 1.3.0+ds-4), golang-github-xtaci-kcp (= 5.6.1-2), golang-github-xtaci-smux (= 1.5.16+ds-1), golang-gitlab-yawning-edwards25519-extra (= 0.0~git20211229.2f91fcc-2), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.7.0-1), golang-goptlib (= 1.2.0-1), golang-mongodb-mongo-driver (= 1.8.4+ds1-3), golang-refraction-networking-utls (= 1.2.1-2), golang-yaml.v2 (= 2.4.0-4), snowflake (= 2.5.1-1) Section: net Priority: optional Filename: pool/main/r/riseup-vpn/riseup-vpn_0.24.10+ds1-1~bpo12+1_arm64.deb Package: rmail Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 365 Maintainer: Debian QA Group Architecture: arm64 Depends: sendmail-bin | mail-transport-agent, libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4) Conflicts: courier-mta, exim, exim-tls, exim4, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light, masqmail, postfix, smail, zmailer Size: 246780 SHA256: cf44623e255427db4e1c6bd0bf254d6ddd1dd0dff8fb1a8f2b6ddeb15502c80a SHA1: a5af3ccad98bc5f1f603c0f4b9fecdfca4c36171 MD5sum: 072e3e2795ecc06c53b4ae21b99dff6c Description: MTA->UUCP remote mail handler Rmail handles mail received via uucp and passes it to the local sendmail (or workalike). . This version comes from the sendmail source package and the only change is the call to sendmail (from -obq to -obi). Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/rmail_8.18.1-6~bpo12+1_arm64.deb Package: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 1744 Maintainer: Debian GIS Project Architecture: arm64 Depends: routino-common (= 3.4.3-1~bpo12+1), libbz2-1.0, libc6 (>= 2.34), libroutino-slim0 (>= 3.1), libroutino0 (>= 3.1), zlib1g (>= 1:1.1.4) Size: 419960 SHA256: 97f3689739fc37c92ab35a4249561a7d945622e46c2d7bd4d57a4e51b19621a5 SHA1: 5cb8737d88acef7ea374d07d71eefc093486a06d MD5sum: 1682da5b8ed865d1a6dabeb34f07fa14 Description: Set of tools to find a path between two points Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap Homepage: https://www.routino.org/ Section: misc Priority: optional Filename: pool/main/r/routino/routino_3.4.3-1~bpo12+1_arm64.deb Package: routino-common Source: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 376 Maintainer: Debian GIS Project Architecture: all Replaces: routino (<< 3.0-2~) Breaks: routino (<< 3.0-2~) Size: 108688 SHA256: b56bcefd060d45c719bf5a35941f63c89a29b4e765a13b414c724d5f0cf5d471 SHA1: 4162c474a47e5d757c77ac161e88cd05cdc3f03d MD5sum: c0162ca5dc558c19efc8f9b941e53816 Description: Routino data Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This package provides the common data for Routino. Homepage: https://www.routino.org/ Section: misc Priority: optional Filename: pool/main/r/routino/routino-common_3.4.3-1~bpo12+1_all.deb Package: routino-www Source: routino Version: 3.4.3-1~bpo12+1 Installed-Size: 1380 Maintainer: Debian GIS Project Architecture: all Depends: apache2 | httpd, libjs-leaflet, javascript-common, routino, sensible-utils, perl:any Size: 207900 SHA256: e414f623b02b4e1da8695dde32407ebe946b767a0c11e3b73fea776584dc32dc SHA1: 382bd3e4ba7cdf48e6bb0e2ecfebdf78b324fd61 MD5sum: dc41a10d71a6f8dae41d6daa7041578d Description: Web frontend for routino Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This is the web frontend to the router. Homepage: https://www.routino.org/ Section: web Priority: optional Filename: pool/main/r/routino/routino-www_3.4.3-1~bpo12+1_all.deb Package: rpki-client Version: 9.5-1~bpo12+1 Installed-Size: 445 Maintainer: Marco d'Itri Architecture: arm64 Depends: libc6 (>= 2.36), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), libtls26 (>= 3.5.0), zlib1g (>= 1:1.1.4), systemd | systemd-standalone-sysusers | systemd-sysusers, rsync, rpki-trust-anchors Size: 134492 SHA256: ce0bedda43d3c3c2f6f4d188db2441ac3493975d083a6f9eb17d9ed3c8396a4f SHA1: da55518dfee061ddeb37fab818053007b7913a60 MD5sum: 3ed28a236724db52cf9d92738e3f664b Description: OpenBSD RPKI validator rpki-client is an RPKI relying party software: it downloads and validates the RPKI repositories. Multi-Arch: foreign Homepage: https://rpki-client.org/ Section: net Priority: optional Filename: pool/main/r/rpki-client/rpki-client_9.5-1~bpo12+1_arm64.deb Package: rtla Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 910 Maintainer: Debian Kernel Team Architecture: arm64 Depends: libc6 (>= 2.34), libtraceevent1 (>= 5.4), libtracefs1 (>= 1.3.0) Size: 794888 SHA256: 8ceb5109ff2147ec0dacb9d65e999729f6e01469be02292284eb56474bcec2a3 SHA1: 841e25d4fa790e2e43f1de9a61287a17ab6fbacb MD5sum: 64691fe123e80261ad68d285d6816b46 Description: Real-Time Linux Analysis tools rtla provides a set of commands for analysing the real-time properties of Linux. rtla uses kernel tracing capabilities to provide precise information about the properties and root causes of unexpected results. Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/rtla_6.6.13-1~bpo12+1_arm64.deb Package: ruby-jekyll-polyglot Version: 1.9.0-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Ruby Team Architecture: all Depends: jekyll (>= 4.0) Enhances: jekyll Size: 16200 SHA256: 17d1214b00c2468f69ea7d8c569ace3df057e47464c95ef076185870b478f2cc SHA1: c7a5d8a287da4d9bc250a15af59f61bfba405a97 MD5sum: ff4984ccb51d455c320c92211301aa1c Description: localization plugin for Jekyll websites Polyglot is a fast, painless, open-source internationalization plugin for Jekyll websites. Polyglot is easy to setup and use with any Jekyll project, and it scales to the languages you want to support. With fallback support for missing content, automatic url relativization, and powerful SEO tools, Polyglot allows any multi-language Jekyll blog to focus on content without the cruft. Homepage: https://polyglot.untra.io/ Section: ruby Priority: optional Filename: pool/main/r/ruby-jekyll-polyglot/ruby-jekyll-polyglot_1.9.0-1~bpo12+1_all.deb Package: ruby-mdl Version: 0.13.0-4~bpo12+1 Installed-Size: 12 Maintainer: Norwid Behrnd Architecture: all Depends: markdownlint Size: 3892 SHA256: 72c341756dae3dd993b1ecf1de1fa197694b020d247a88fcd11cd7da2a2f3f7a SHA1: be1664cc2a880d98d290b20db71b9d5bf7aa0eee MD5sum: 0e780760a6754060b188bbfbd5e1afaa Description: Markdown lint tool - transitional dummy package This is a transitional package for markdownlint. It can be safely removed. Homepage: https://github.com/markdownlint/markdownlint Section: oldlibs Priority: optional Filename: pool/main/r/ruby-mdl/ruby-mdl_0.13.0-4~bpo12+1_all.deb Package: ruby-notmuch Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 86 Maintainer: Carl Worth Architecture: arm64 Depends: libc6 (>= 2.17), libnotmuch5 (>= 0.32~rc0), libruby3.1 (>= 3.1.2), libtalloc2 (>= 2.0.4~git20101213) Size: 18464 SHA256: eb9444fde3746a66db9322dc54f6ced7bfb0814ad5dcd37e17c1a4e270a7ef67 SHA1: e382c19df863202ebefacdfd5ec38d83ccb9c94c MD5sum: eaa073f486eadcffc07573f9d077d07f Description: Ruby interface to the notmuch mail search and index library Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a Ruby interface to the notmuch functionality, directly interfacing with a shared notmuch library. Homepage: https://notmuchmail.org/ Section: ruby Priority: optional Filename: pool/main/n/notmuch/ruby-notmuch_0.38.1-1~bpo12+1_arm64.deb Package: runsc Source: golang-gvisor-gvisor Version: 0.0~20240729.0-4~bpo12+2 Installed-Size: 28245 Maintainer: Debian Go Packaging Team Architecture: arm64 Size: 6013996 SHA256: b984477f968f9dfe15564d19f6654863327e01244935526d8eecd1741a0bd49d SHA1: c2eeb6d0ec72f57ddfeb28eff2a8d31453b0973b MD5sum: d85208bfe084a6ede587e483cdb796d9 Description: gVisor container sandbox runtime gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel. . This package provides runsc runtime, which can be integrated to Docker and Kubernetes. Homepage: https://github.com/google/gvisor Built-Using: golang-1.22 (= 1.22.1-1~bpo12+1), golang-dbus (= 5.1.0-1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cilium-ebpf (= 0.9.1-1), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-gofrs-flock (= 0.8.1-1), golang-github-google-btree (= 1.0.0-1), golang-github-google-subcommands (= 1.2.0-2), golang-github-mohae-deepcopy (= 0.0~git20170929.c48cc78-4), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-time (= 0.3.0-1), golang-google-protobuf (= 1.28.1-3), golang-pty (= 1.1.6-2) Section: admin Priority: optional Filename: pool/main/g/golang-gvisor-gvisor/runsc_0.0~20240729.0-4~bpo12+2_arm64.deb Package: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 8292 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: passwd, procps, samba-common (= 2:4.22.1+dfsg-1~bpo12+1), samba-common-bin (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.6.0), libc6 (>= 2.34), libcups2 (>= 1.7.0), libdbus-1-3 (>= 1.9.14), libgnutls30 (>= 3.7.0), libldap-2.5-0 (>= 2.5.4), libldb2 (>= 2:2.6.1), libndr6 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.0), libtasn1-6 (>= 4.14), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libtirpc3 (>= 1.0.2), liburing2 (>= 2.3), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: attr, python3-samba, samba-ad-dc Suggests: ctdb, ufw, winbind, samba-vfs-ceph, samba-vfs-glusterfs Breaks: samba-ad-dc (<< 2:4.20.1+dfsg-2~), samba-ad-provision (<< 2:4.22.1+dfsg), samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 1248328 SHA256: 397d6095de15c817628afc401397325d1696a1e289c2e7c357acaec548e1ae6c SHA1: 69621d97c4032ad23b7796c08bb018c72b20cc84 MD5sum: 9f9ee34ab44b73eb709932c9881c12d2 Description: SMB/CIFS file, print, and login server for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an Active Directory or NT4-style domain controller, and can integrate with Active Directory realms or NT4 domains as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server or as an NT4 domain controller. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. To use samba as an Active Directory domain controller (AD DC), please install samba-ad-dc package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-ad-dc Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 228 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-common-bin (<< 2:4.20.1+dfsg-2~) Depends: samba (= 2:4.22.1+dfsg-1~bpo12+1), python3-samba (= 2:4.22.1+dfsg-1~bpo12+1), python3-dnspython, samba-dsdb-modules (= 2:4.22.1+dfsg-1~bpo12+1), winbind (= 2:4.22.1+dfsg-1~bpo12+1), python3:any, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libldb2 (>= 0.9.21), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.16), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libnss-winbind, libpam-winbind, samba-ad-provision, python3-gpg Suggests: bind9, bind9utils, ldb-tools, time-daemon | chrony | ntpsec Enhances: bind9, ntpsec Conflicts: samba (<< 2:4.20.1+dfsg-2~) Breaks: samba-ad-provision (<< 2:4.22.1+dfsg), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 75568 SHA256: 7b6dae867c77b8aaaf319e1b23a2f8ffecc5cbc3c18568a5d09eecf656ae2603 SHA1: 965280a2aa22566c9a70ecafdb75efcca0df3f0b MD5sum: 19015f7a38b69b4b70f823f9238e9da7 Description: Samba control files to run AD Domain Controller Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains control files to run an Active Directory Domain Controller (AD DC). For now, this is just a metapackage pulling in all the required dependencies. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-ad-dc_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-ad-provision Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 17389 Maintainer: Debian Samba Maintainers Architecture: all Replaces: samba (<< 2:4.17.3+dfsg-4~) Depends: python3-markdown Breaks: samba (<< 2:4.17.3+dfsg-4~) Size: 503324 SHA256: 2c1820edb0d66cf3dc5e1c3b6fcd158259c944762e84b23f466c7f92231470f4 SHA1: 2b0e919b8ea1c3d6508636af50674657c5c5ab90 MD5sum: 9703781d4fcddd49c229ff164b5e9229 Description: Samba files needed for AD domain provision Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains files to setup an Active Directory Domain Controller (AD DC). Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-ad-provision_4.22.1+dfsg-1~bpo12+1_all.deb Package: samba-common Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 114 Maintainer: Debian Samba Maintainers Architecture: all Depends: ucf Recommends: samba-common-bin Size: 56812 SHA256: aa8a08a2eb0fc1a0b80ac492ed7456c5e661700f9eb23d0752d0a63323a82f37 SHA1: 629e65449bf4765ccea4fab43a69ab991748fe79 MD5sum: b5d0991d796c0d1a6f79cf1c7b2cef90 Description: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains common files used by all parts of Samba. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-common_4.22.1+dfsg-1~bpo12+1_all.deb Package: samba-common-bin Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 5425 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.19.0~), winexe (<< 2:4.21.1+dfsg-3~) Provides: winexe (= 2:4.22.1+dfsg-1~bpo12+1) Depends: samba-common (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libcups2 (>= 1.7.0), libgnutls30 (>= 3.7.0), libjansson4 (>= 2.14), libldap-2.5-0 (>= 2.5.4), libncurses6 (>= 6), libndr6 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libtinfo6 (>= 6), libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Recommends: python3-samba Suggests: heimdal-clients Breaks: samba (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.19.0~), winexe (<< 2:4.21.1+dfsg-3~) Size: 1237972 SHA256: 25df7dfe4007fa9c2f637b54917bba02061b5456878c15b30cd476ebbb7d2086 SHA1: d09ea6ef675a8a66d355863856ffef8950882c2c MD5sum: 7295c3b50a89c4a786ac561c7acb0cc8 Description: Samba common files used by both the server and the client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains the common files that are used by both the server (provided in the samba package) and the client (provided in the smbclient package). Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-common-bin_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-dev Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 1435 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Depends: libc6-dev, libldb-dev, libpopt-dev, libtalloc-dev, libtdb-dev, libtevent-dev, libwbclient-dev, samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Breaks: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Size: 205624 SHA256: b1d5133fc56dcc4d5fdd25215dd2232a5a72c87079ced85783ed12b214abff26 SHA1: 6b788a3d98b57a067d2fbcb1dd5709c656cd8583 MD5sum: 3cf0b9c54c18525d5484b6f641029d04 Description: tools for extending Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains include files shared by the various Samba-based libraries. Multi-Arch: same Homepage: https://www.samba.org Section: devel Priority: optional Filename: pool/main/s/samba/samba-dev_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-dsdb-modules Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 3470 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), libldb2 (= 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.33), libgnutls30 (>= 3.7.0), libgpgme11 (>= 1.2.0), libndr6 (>= 2:4.20.0~rc1), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Enhances: libldb2 Size: 314732 SHA256: e803afa18cfce477841caf0a0dbc2e87920ee09bdcabb445a5d35322a68cd0dc SHA1: 864cfeeb718e82fd999bb9964f30b3291c70729d MD5sum: e3aff619dfda36023c19d7a4815b292d Description: Samba Directory Services Database Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains LDB plugins which add support for various Active Directory features to the LDB library. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/samba-dsdb-modules_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-libs Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 30399 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~) Provides: libndr5 (= 2:4.22.1+dfsg-1~bpo12+1), libndr6 (= 2:4.22.1+dfsg-1~bpo12+1), libsmbldap2 (= 2:4.22.1+dfsg-1~bpo12+1) Depends: libacl1 (>= 2.2.23), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libbsd0 (>= 0.5.0), libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.1.0), libgnutls30 (>= 3.7.5), libicu72 (>= 72.1~rc-1~), libjansson4 (>= 2.14), libkeyutils1 (>= 1.5.9), libldap-2.5-0 (>= 2.5.4), libldb2 (= 2:2.11.0+samba4.22.1+dfsg-1~bpo12+1), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libsystemd0, libtalloc2 (>= 2:2.4.3+samba4.22.1+dfsg-1~bpo12+1), libtdb1 (>= 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1), libtevent0 (>= 2:0.16.2+samba4.22.1+dfsg-1~bpo12+1), libtirpc3 (>= 1.0.2), libwbclient0 (>= 2:4.5.0+dfsg), zlib1g (>= 1:1.1.4) Breaks: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~), sssd-ad (<< 2.9.4-1+b1), sssd-ad-common (<< 2.9.4-1+b1), sssd-ipa (<< 2.9.4-1+b1) Size: 5608960 SHA256: 10c82b7972eb565bc321ba0f3cb9cbd68ebd0e2e6973cdcc2e76b9f804df51e9 SHA1: 10cb78fdff8f701156b5f62cc09a041ee6fd1505 MD5sum: b7627e14de3abac3d196bf09e8439bcb Description: Samba core libraries Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains the shared libraries. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/samba-libs_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-testsuite Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 10777 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-libs (<< 2:4.19.0~) Depends: samba-common-bin, samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:2.8.0), libndr6 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.12.0+dfsg), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libwbclient0 (>= 2:4.0.3+dfsg1), python3-samba (= 2:4.22.1+dfsg-1~bpo12+1), winbind (= 2:4.22.1+dfsg-1~bpo12+1) Suggests: subunit Breaks: samba-libs (<< 2:4.19.0~) Size: 2139636 SHA256: e6c55ee501b555df5758369ed4381d2142d3f47493ad1b17c5a9f07b279b854a SHA1: f69675cce4aba68046d1a70f2e15d74249a331a7 MD5sum: a568ffdfc52f8e96e698b7b06a887a5b Description: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-testsuite_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-vfs-ceph Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 343 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: samba (= 2:4.22.1+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34), libcephfs2 (>= 16.2.6+ds), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Enhances: samba Breaks: samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 97380 SHA256: 10f4cd7842a32b9230bea4e46c6f52ab8a1d2bc2100373bb10fcd4f25370b550 SHA1: 2f52df6eccb0124cf372e3a319421ce6dc1a6125 MD5sum: ea9f3d32c68480c8bbf12cccec78bbe0 Description: Samba Virtual FileSystem ceph modules Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package provides vfs_ceph and vfs_ceph_snapshots modules. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-ceph_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-vfs-glusterfs Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 210 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba-vfs-modules (<< 2:4.20.2+dfsg-3~), samba-vfs-modules-extra (<< 2:4.20.2+dfsg-3~) Depends: samba (= 2:4.22.1+dfsg-1~bpo12+1), libc6 (>= 2.33), libgfapi0 (>= 10.3), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Enhances: samba Breaks: samba-vfs-modules (<< 2:4.20.2+dfsg-3~), samba-vfs-modules-extra (<< 2:4.20.2+dfsg-3~) Size: 67708 SHA256: b1e0eae217bce1abdedd557465c8d6740e4d5a16c06ffce0eac21ff425f627f3 SHA1: c19a29d694cd84a89017a4087bea108baf50dd52 MD5sum: 44b35174ee2b6b7e6769570df65cbcf9 Description: Samba Virtual FileSystem glusterfs modules Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package provides vfs_glusterfs and vfs_glusterfs_fuse modules. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-glusterfs_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: samba-vfs-modules Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Samba Maintainers Architecture: arm64 Size: 42740 SHA256: 21476ffc442050d800da3ad81bc60e0af2aa54405c589131647bd93ea5ed20b0 SHA1: e97f95873db8b70835fe70693bcac1d0492597ed MD5sum: 33940e0f2d416c2465e954e1fbb1497f Description: Samba Virtual FileSystem plugins (transitional package) Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package used to provide VFS modules for samba, but since version 4.20.2+dfsg-3, most of the modules were merged into main samba package, or into their own separate packages - samba-vfs-ceph and samba-vfs-glusterfs. . This package can safely be removed. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-modules_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: sbuild Version: 0.88.4~bpo12+2 Installed-Size: 277 Maintainer: sbuild maintainers Architecture: all Depends: adduser, libsbuild-perl (= 0.88.4~bpo12+2), perl:any Recommends: autopkgtest (>= 4.0.4), debootstrap, schroot (>= 1.6.0), uidmap, mmdebstrap (>= 1.4.0), iproute2 Suggests: e2fsprogs, kmod, wget Size: 109744 SHA256: 109bd31cb2494bf61f32b12ae86bdb77d630897db04c54691caffb842c1c48e5 SHA1: 1dd58ce4e64f400476bf26079d7d5f2b4cc86709 MD5sum: 2ddeab54d99f0d2ce44f8111e0c56f05 Description: Tool for building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. sbuild does the actual package building. . sbuild uses chroots to build packages, which act as virtual, minimal operating system installations dedicated to package building. This means that a number of environments may be used for building simultaneously on the same machines, for example stable, testing, unstable and experimental. When coupled with schroot to create snapshots of chroots, sbuild may be used to build many packages in parallel. A chroot environment allows packages to be built in a controlled, clean environment. sbuild installs only essential and build-essential packages, plus those in the package build dependencies. Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild_0.88.4~bpo12+2_all.deb Package: sbuild-debian-developer-setup Source: sbuild Version: 0.88.4~bpo12+2 Installed-Size: 44 Maintainer: sbuild maintainers Architecture: all Replaces: sbuild (<< 0.77.0-5) Depends: apt-cacher-ng | apt-cacher, cron | cron-daemon, sbuild (>= 0.77.0-5), schroot, debootstrap, perl:any Breaks: sbuild (<< 0.77.0-5) Size: 22008 SHA256: d08f2308803e54d8f42f86cccd28cb20edf6b098fa4a331a888ef83881b381b0 SHA1: f12986aefbe283984ed2e8c97258d504b046c21a MD5sum: 055e2a9d85f7d458a00a589e263373da Description: Convenience script to set up an sbuild environment for Debian Developers Run "sudo sbuild-debian-developer-setup" to add the current user to the sbuild group, create an schroot for building packages for Debian unstable, and create a cronjob which updates said schroot daily. . This script assumes you are on an un-metered internet connection (daily schroot updates might be costly otherwise). Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild-debian-developer-setup_0.88.4~bpo12+2_all.deb Package: sbuild-qemu Source: sbuild Version: 0.88.4~bpo12+2 Installed-Size: 82 Maintainer: sbuild maintainers Architecture: all Replaces: qemu-sbuild-utils (<< 0.2.1~) Depends: autopkgtest (>= 5.17~), python3-pexpect, python3-psutil, qemu-system-x86, qemu-utils, sbuild, vmdb2 (>= 0.22), python3:any Recommends: qemu-system-arm, qemu-system-ppc Breaks: qemu-sbuild-utils (<< 0.2.1~) Size: 35300 SHA256: b9ed3ea661d306fb0817829e764cffadfc08ab5310f0b99e2680d5ef8d970a5b SHA1: 4b5674aef61985bf9003a8df96166657f41c3246 MD5sum: 10b009d8ae97f1190755af19bcee6034 Description: Utilities for using sbuild with QEMU images These utilities facilitate the use of sbuild together with QEMU images using sbuild's --chroot-mode=autopkgtest. Currently, amd64 and i386 guest architectures are supported, with more in the works. . The following utilities are provided: . * sbuild-qemu-create Create an image suitable for building packages * sbuild-qemu-update Run apt-get update within the image * sbuild-qemu Use sbuild with the image to build a package Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild-qemu_0.88.4~bpo12+2_all.deb Package: sbws Version: 1.8.1-1~bpo12+1 Installed-Size: 412 Maintainer: Debian Privacy Tools Maintainers Architecture: all Depends: adduser, python3-psutil, python3-socks, python3-stem (>= 1.8.0), python3-versioneer, tor, python3-requests, python3:any Recommends: systemd Size: 104384 SHA256: afb9a1f54660d25aa1a7c9e6c3ff09298a4aa6a47700835cdf007de9499140eb SHA1: 539cedac6a0dbe65fbd1ba9c6b95b0773368b628 MD5sum: 291cb6de9f8c218144059eb4da6eff4b Description: Simple Bandwidth Scanner for the Tor network Simple Bandwidth Scanner (sbws) scan the Tor network and generates bandwidth list files (also called measurements). . Bandwidth list files contain the Tor relays' bandwidths scaled. The are read by the Tor directory authorities to assign weights to the relays during heir votes. The specification of the Bandwidth list format is in https://gitweb.torproject.org/torspec.git/tree/bandwidth-file-spec.txt . The scanner (also called generator) builds two hop circuits consisting of the relay being measured and a fast exit. Over these circuits it measures download performance. . **WARNING**: This software is intended to be run by researchers using a test Tor network, such as chutney or shadow, or by the Tor bandwidth authorities on the public Tor network. Please do not run this software on the public Tor network unless you are one of the Tor bandwidth authorities, to avoid creating unnecessary traffic. Homepage: https://tpo.pages.torproject.net/network-health/sbws/ Section: net Priority: optional Filename: pool/main/s/sbws/sbws_1.8.1-1~bpo12+1_all.deb Package: sbws-doc Source: sbws Version: 1.8.1-1~bpo12+1 Installed-Size: 3994 Maintainer: Debian Privacy Tools Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 1375208 SHA256: 247bf83e9bd59ca5f26d3ae81ed27251dc0b8232869b416792e3398f37e4fc6b SHA1: b040dd6624f15cd1c26ed0d3f3b34d01b19a7b36 MD5sum: 289af550d1500e6c2a16a1eff310e43e Description: Simple Bandwidth Scanner Tor bandwidth scanner that generates bandwidth list (measurements) files to be read by Directory Authorities. . This package contains the sbws documentation. Homepage: https://tpo.pages.torproject.net/network-health/sbws/ Section: doc Priority: optional Filename: pool/main/s/sbws/sbws-doc_1.8.1-1~bpo12+1_all.deb Package: scrot Version: 1.10-1~bpo12+1 Installed-Size: 147 Maintainer: Joao Eriberto Mota Filho Architecture: arm64 Depends: libc6 (>= 2.34), libimlib2 (>= 1.4.5), libx11-6, libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4) Size: 76440 SHA256: a5f60f13a154b5d5c9bb4df519b7d4d33af4426d55efa383404b28771c00a4d7 SHA1: 574b54703c24aa7c45d422de58905a30331caddc MD5sum: 0b84f639279d96a37fe8cf6606cfb415 Description: command line screen capture utility scrot (SCReenshOT)is a simple command line screen capture utility. It uses imlib2 to grab and save images. . scrot has many useful features: - Support for multiple image formats: JPG, PNG, GIF, and others. - The screenshot's quality is configurable. - It is possible to capture a specific window or a rectangular area on the screen. - Other features. . Because scrot is a command line utility, it can easily be scripted and put to novel uses. For instance, scrot can be used to monitor a desktop PC in absence and register unwanted activities. Homepage: https://github.com/resurrecting-open-source-projects/scrot Section: graphics Priority: optional Filename: pool/main/s/scrot/scrot_1.10-1~bpo12+1_arm64.deb Package: sdkmanager Version: 0.6.11-1~bpo12+1 Installed-Size: 100 Maintainer: Hans-Christoph Steiner Architecture: all Depends: python3-requests, python3-urllib3, python3:any Recommends: python3-argcomplete Size: 34068 SHA256: c3f25ffbbb81db7ce510af27211a0814d311fe9b3eb6a3a3182e4b18721ce122 SHA1: 246f19e27c003ad069c9695ce3e24f63a5337676 MD5sum: b3ff1103111c64603a205177f1270d71 Description: Package manager for Android SDK packages A drop-in replacement for sdkmanager from the Android SDK written in Python. It implements the exact API of the sdkmanager (https://developer.android.com/studio/command-line/sdkmanager) command line. It only deviates from that API if it can be done while being 100% compatible. . The project also attempts to maintain the same terminal output so it can be compatible with things that scrape sdkmanager output. Homepage: https://f-droid.org Section: devel Priority: optional Filename: pool/main/s/sdkmanager/sdkmanager_0.6.11-1~bpo12+1_all.deb Package: seabios Version: 1.16.3-2~bpo12+1 Installed-Size: 862 Maintainer: Debian QEMU Team Architecture: all Size: 164452 SHA256: 48390d0a534c66d11789e39518aa219773a9d3677b29fe1af8799dfb563ec713 SHA1: cc01b34e4ebb3b0da072fdf667cf8607e979290a MD5sum: 02e17f8d8c668244bd2eac152b9f321a Description: Legacy BIOS implementation SeaBIOS is a legacy BIOS implementation, aimed at supporting not only emulated hosts such as QEMU, but also real hardware. . Note, however, that SeaBIOS does not handle early initialization of core chipsets, so don't even think of flashing it to your board (look at Coreboot for that). Multi-Arch: foreign Homepage: https://www.seabios.org Section: misc Priority: optional Filename: pool/main/s/seabios/seabios_1.16.3-2~bpo12+1_all.deb Package: sendemail Version: 1.56-5.2~bpo12+1 Installed-Size: 108 Maintainer: Alejandro Garrido Mota Architecture: all Depends: perl:any, libio-socket-inet6-perl Suggests: libio-socket-ssl-perl, libnet-ssleay-perl Size: 32600 SHA256: be9d73e63552610f16e382c7cfe4f0ee665dd96bf34293f98478fe5ee2c7a9b0 SHA1: 53c6d40a35c69b6795f264c84454744ec3fded8d MD5sum: 215bcefb46589284a2f5eb8a7c64653f Description: lightweight, command line SMTP email client SendEmail is a lightweight, completely command line based, SMTP email agent. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. . SendEmail is written in Perl and is unique in that it requires no special modules. It has a straight forward interface, making it very easy to use. Homepage: http://caspian.dotconf.net/menu/Software/SendEmail/ Section: mail Priority: optional Filename: pool/main/s/sendemail/sendemail_1.56-5.2~bpo12+1_all.deb Package: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 228 Maintainer: Debian QA Group Architecture: all Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda Suggests: sendmail-doc, rmail Size: 219672 SHA256: 12d03c1fa9d39500f133347f7fbfe73511d5883ec40a6bdf0c9c2d423b5e9328 SHA1: b0c275d67957bf5a9136bd822f3d1c5c35edd03a MD5sum: 994e312f114e842413ac72f64d1f969a Description: powerful, efficient, and scalable Mail Transport Agent (metapackage) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail_8.18.1-6~bpo12+1_all.deb Package: sendmail-base Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 844 Maintainer: Debian QA Group Architecture: all Depends: m4, make, adduser, netbase, lockfile-progs, perl:any Recommends: postfix-mta-sts-resolver Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf Size: 340424 SHA256: d57aee92f544bbf22251c63527dca3a302e4418035021a7d8ab273e4edd4b820 SHA1: 29797ae6631bd739c5163c02a7043ae88691d745 MD5sum: c803d48a782c8546fe589e3f7042f8fc Description: powerful, efficient, and scalable Mail Transport Agent (arch independent files) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the base, architecture independent, portions of the sendmail packages. Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-base_8.18.1-6~bpo12+1_all.deb Package: sendmail-bin Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 2196 Maintainer: Debian QA Group Architecture: arm64 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: sendmail-base (= 8.18.1-6~bpo12+1), sendmail-cf (= 8.18.1-6~bpo12+1), procps, libc6 (>= 2.34), libdb5.3, libldap-2.5-0 (>= 2.5.4), liblockfile1 (>= 1.0), libnsl2 (>= 1.0), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Pre-Depends: debconf, init-system-helpers (>= 1.54~) Suggests: sendmail-doc, sasl2-bin, libsasl2-modules, openssl Conflicts: mail-transport-agent Size: 681332 SHA256: 0c7798cfdb3abcdd469a7648677be24e12d5ab7171b233f1454ce3c4a190013f SHA1: d312c73d3a7acb885e801e2d3448815232846302 MD5sum: 5e79db2c092f587a021d66e11c660564 Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-bin_8.18.1-6~bpo12+1_arm64.deb Package: sendmail-cf Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 691 Maintainer: Debian QA Group Architecture: all Depends: m4 Suggests: sendmail-doc Size: 291348 SHA256: a7ccf64c5be9f8de269cab3ef654171943e8bd43b8eea5032853e51446738f5c SHA1: 6746792bc6db01ea45d850a7d85f70c82fea01a7 MD5sum: da9c2e1922480458063fa553456e6865 Description: powerful, efficient, and scalable Mail Transport Agent (config macros) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the .m4 (configuration files) for the sendmail packages. Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-cf_8.18.1-6~bpo12+1_all.deb Package: sendmail-doc Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 1082 Maintainer: Debian QA Group Architecture: all Size: 912048 SHA256: e79a29d51e67d32898820cec5d578817d05e63f5b76e78a62df164a3675b3a61 SHA1: f6539a843fa2c877f947373cabc194d20286012e MD5sum: 7a3df30828c68cce2b57f4bd9077a4dc Description: powerful, efficient, and scalable Mail Transport Agent (documentation) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Don't try anything fancy in sendmail without using this for guidance. . Because of the complexity, you may find yourself wanting to peruse the documentation files included herein. The main files are: cf.README.gz -- A reference for all things in sendmail.{mc,cf} op.{ps,txt}.gz -- The care and feeding of Sendmail. faq.txt.gz -- Sendmail FAQ, current as of the package date. . Other files include the references for smrsh and libmilter. Multi-Arch: foreign Homepage: http://www.sendmail.org Section: doc Priority: optional Filename: pool/main/s/sendmail/sendmail-doc_8.18.1-6~bpo12+1_all.deb Package: sensible-mda Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 298 Maintainer: Debian QA Group Architecture: arm64 Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.34) Size: 221756 SHA256: 6dad8e0fc20861ee7b3eb13e7043fed736168f06ad4e79c9bd11ac759591fe8d SHA1: 92d9f2743861f27fed36cd7e544e89d2fa634c7d MD5sum: b076980da013b0897d2c1e21fbc6dea3 Description: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sensible-mda_8.18.1-6~bpo12+1_arm64.deb Package: ser2net Version: 4.6.2-1~bpo12+1 Installed-Size: 286 Maintainer: Marc Haber Architecture: arm64 Depends: libc6 (>= 2.34), libgensio6 (>= 2.8.6-1~bpo12+2), libpam0g (>= 0.99.7.1), libyaml-0-2 Pre-Depends: init-system-helpers (>= 1.58) Suggests: telnet | telnet-client Size: 89408 SHA256: 267ef49210498fbb481da5637b04c8cbb6840d7c9547b149764d49cad9829375 SHA1: 9807dd5e534c797a540c4f2b648284c130721fd1 MD5sum: 5adf3b0559b1732bd674d0746722d608 Description: Serial port to network proxy This daemon allows telnet and tcp sessions to be established with a host's serial ports. Combined with a terminal emulator, this can be a very simple means to configure network devices or other equipment with a serial port. This is remarkably similar to the reverse telnet feature of some Cisco routers. Homepage: https://github.com/cminyard/ser2net Section: utils Priority: optional Filename: pool/main/s/ser2net/ser2net_4.6.2-1~bpo12+1_arm64.deb Package: sigsum-go Version: 0.11.1-1~bpo12+1 Installed-Size: 22090 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 3744624 SHA256: 9bb96462cee1a6039320662093e6bdfe05dde0415dea5fa9e5b76ef719713028 SHA1: 52517764a3778c930db2f2964970beb7defc5730 MD5sum: 8f283ff0528e23d2656c1a2e3da7789c Description: tools for public and transparent logging of signed checksums The goal of Sigsum is to provide building blocks that can be used to enforce public logging of signed checksums. . This package contains the sigsum-key, sigsum-submit, sigsum-verify, and sigsum-monitor command line tools. Homepage: https://git.glasklar.is/sigsum/core/sigsum-go Built-Using: golang-1.23 (= 1.23.5-1~bpo12+1), golang-github-dchest-safefile (= 0.0~git20151022.0.855e8d9-1.1), golang-github-golang-mock (= 1.6.0-2), golang-github-pborman-getopt (= 1.1.0-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-text (= 0.7.0-1) Section: golang Priority: optional Filename: pool/main/s/sigsum-go/sigsum-go_0.11.1-1~bpo12+1_arm64.deb Package: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 65 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-silx (>= 1.1.2+dfsg-2~bpo12+1), python3-numpy, python3:any Size: 31292 SHA256: c889e23a59afc06445ed164baaf802ea44cea061777ebe28db3822925d46dd24 SHA1: 11447d614674c8a0ae4410bd6e7b009542cd6a6b MD5sum: 044cec1da547e03cf1a09a15d267b525 Description: Toolbox for X-Ray data analysis - Executables The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis applications at synchrotron radiation facilities. It aims at providing reading/writing different file formats, data reduction routines and a set of Qt widgets to browse and visualize data. . The current version provides : . * reading HDF5 file format (with support of SPEC file format) * histogramming * fitting * 1D and 2D visualization using multiple backends (matplotlib or OpenGL) * image plot widget with a set of associated tools (See changelog file). * Unified browser for HDF5, SPEC and image file formats supporting inspection and visualization of n-dimensional datasets. * Unified viewer (silx view filename) for HDF5, SPEC and image file formats * OpenGL-based widget to display 3D scalar field with isosurface and cutting plane. . This uses the Python 3 version of the package. Homepage: https://github.com/silx-kit/silx Section: science Priority: optional Filename: pool/main/s/silx/silx_1.1.2+dfsg-2~bpo12+1_all.deb Package: smartmontools Version: 7.4-2~bpo12+1 Installed-Size: 2365 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: debianutils (>= 2.2), sysvinit-utils (>= 3.05-4~), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgcc-s1 (>= 3.0), libselinux1 (>= 3.1~), libstdc++6 (>= 11), libsystemd0 Suggests: gsmartcontrol, smart-notifier, mailx | mailutils, curl | wget | lynx, gpg Conflicts: smartsuite, ucsc-smartsuite Size: 599908 SHA256: 2c6d4c2639b7bfc419f3bc5eb786ddf2d242f7017c6bde1bb5771f608b3b1e22 SHA1: 9b7214bb9451f2322a635590be8cc756bd4267cc MD5sum: 3efdd04d965cb8a5da422aa3df7a00de Description: control and monitor storage systems using S.M.A.R.T. The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI-5 disks. It should run on any modern Linux system. Homepage: https://www.smartmontools.org/ Section: utils Priority: optional Filename: pool/main/s/smartmontools/smartmontools_7.4-2~bpo12+1_arm64.deb Package: smbclient Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 2561 Maintainer: Debian Samba Maintainers Architecture: arm64 Provides: samba-client Depends: samba-common (= 2:4.22.1+dfsg-1~bpo12+1), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1), libarchive13 (>= 3.0.4), libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libndr6 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.10.0+dfsg), libtalloc2 (>= 2.4.0), libtevent0 (>= 0.15.0) Suggests: cifs-utils, heimdal-clients Size: 484252 SHA256: 7b44ffd54676124c22d40ff647075dc0de8dc84ed9f699b1be4764a9ef9aabe9 SHA1: faa11a422e55d552645455ae867a1984b4de8462 MD5sum: e1fd0c84c444c8f8d87c746e92e9e0b9 Description: command-line SMB/CIFS clients for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/smbclient_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: snac2 Version: 2.75-2~bpo12+1 Installed-Size: 764 Maintainer: James Valleroy Architecture: arm64 Depends: adduser, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libssl3 (>= 3.0.0) Recommends: apache2 (>= 2.4.6-4~) | httpd, ssl-cert Suggests: certbot Size: 232880 SHA256: 76e264b0ea69690b6ebf054114e103c3c4eebb37f7d524c5dbc671cb9309dafb SHA1: 7bff50462a42de2d70b9386126e7c8674d0160a5 MD5sum: 47e8ee9af986a2f01bf933f9fa601d26 Description: simple, minimalistic ActivityPub instance Runs as a daemon (proxied by a TLS-enabled real httpd server) and provides the basic services for a Fediverse / ActivityPub instance (sharing messages and stuff from/to other systems like Mastodon, Pleroma, Friendica, etc.). . It is lightweight, with minimal dependencies, and no database is needed. It has extensive support of ActivityPub operations, and is tested for interoperability with similar software. It also features a simple but effective web interface with an easily-accessed Mute button. Homepage: https://codeberg.org/grunfink/snac2 Section: web Priority: optional Filename: pool/main/s/snac2/snac2_2.75-2~bpo12+1_arm64.deb Package: snapclient Source: snapcast Version: 0.30.0-1~bpo12+1 Installed-Size: 956 Maintainer: Felix Geyer Architecture: arm64 Depends: libasound2 (>= 1.0.18), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libpulse0 (>= 0.99.1), libsoxr0 (>= 0.1.0), libstdc++6 (>= 12), libvorbis0a (>= 1.1.2), adduser Pre-Depends: init-system-helpers (>= 1.54~) Recommends: avahi-daemon Size: 295508 SHA256: 37c6a504d2137a93f2f99cb60d1255db62db3786b1bf5577600e2f020220d63a SHA1: 81d56a38f6b779a7c8d59c8c1dd5863e2c89654b MD5sum: 727a3d11be878b815c824d2f3497d045 Description: Snapcast client Snapcast is a multi-room client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It's not a standalone player, but an extension that turns your existing audio player into a Sonos-like multi-room solution. . This package contains the client which connects to the server and plays the audio. Homepage: https://github.com/badaix/snapcast Section: sound Priority: optional Filename: pool/main/s/snapcast/snapclient_0.30.0-1~bpo12+1_arm64.deb Package: snapserver Source: snapcast Version: 0.30.0-1~bpo12+1 Installed-Size: 4118 Maintainer: Felix Geyer Architecture: arm64 Depends: libasound2 (>= 1.0.18), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libsoxr0 (>= 0.1.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), adduser Pre-Depends: init-system-helpers (>= 1.54~) Recommends: avahi-daemon, python3:any Suggests: python3-dbus, python3-gi, python3-mpd, python3-musicbrainzngs, python3-requests, python3-websocket Size: 932780 SHA256: a183425f81677972a55100ab66c7c878991220450c966bcd0deff811c6b0b340 SHA1: 134072d76d485f0522ae46fdf7521c1e9e2b3da6 MD5sum: f4b49b1eb1d9b3c3dfdb7003928394a5 Description: Snapcast server Snapcast is a multi-room client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It's not a standalone player, but an extension that turns your existing audio player into a Sonos-like multi-room solution. . The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed into this file will be send to the connected clients. One of the most generic ways to use Snapcast is in conjunction with the music player daemon or Mopidy, which can be configured to use a named pipe as audio output. Homepage: https://github.com/badaix/snapcast Section: sound Priority: optional Filename: pool/main/s/snapcast/snapserver_0.30.0-1~bpo12+1_arm64.deb Package: sngrep Version: 1.8.2-1~bpo12+1 Installed-Size: 289 Maintainer: Debian VoIP Team Architecture: arm64 Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libncursesw6 (>= 6), libpcap0.8 (>= 1.0.0), libpcre2-8-0 (>= 10.22), libtinfo6 (>= 6) Size: 81324 SHA256: c283bbbca6bf9d20c6b22dc833e7494ff1d31dab01654fc0b36764caa42b53c1 SHA1: b8eb481799885c44a7e8cfb26b7705ee6313233b MD5sum: d3d357a2abc4c7519353a79114c8f34e Description: Ncurses SIP Messages flow viewer sngrep displays SIP Messages grouped by Call-Id into flow diagrams. It can be used as an offline pcap viewer or online capture using libpcap functions. . It supports SIP UDP and TCP transports (when each message is delivered in one packet). Homepage: https://github.com/irontec/sngrep Section: comm Priority: optional Filename: pool/main/s/sngrep/sngrep_1.8.2-1~bpo12+1_arm64.deb Package: sniproxy Version: 0.6.1+git20240321-0.1~bpo12+1 Installed-Size: 181 Maintainer: Jan Dittberner Architecture: arm64 Depends: libc6 (>= 2.34), libev4 (>= 1:4.04), libpcre2-8-0 (>= 10.22) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: logrotate Size: 37736 SHA256: 816401bb043107857430188dc6e59ace18a240698c9679f055f6761379a8b32b SHA1: f8beded5328f7bb7484d7690cbeddd3c0cfcf725 MD5sum: 4520b4fb04eb26f4be6dac7301d72143 Description: Transparent TLS and HTTP layer 4 proxy with SNI support Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session. This enables HTTPS name-based virtual hosting to separate backend servers without installing the private key on the proxy machine. Homepage: https://github.com/dlundquist/sniproxy Section: web Priority: optional Filename: pool/main/s/sniproxy/sniproxy_0.6.1+git20240321-0.1~bpo12+1_arm64.deb Package: socat Version: 1.8.0.0-4~bpo12+1 Installed-Size: 1888 Maintainer: Laszlo Boszormenyi (GCS) Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Size: 392712 SHA256: 16cc2a5c03b0a8cfc6a9c94715055e9ca6063feabf551e9855c93fc860760858 SHA1: 7871bd6b145ca3099c4b9438ce771f1a0dc23910 MD5sum: dba7f00d3c3e15325e0572fe2722f24f Description: multipurpose relay for bidirectional data transfer Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. . It can be used, for example, as a TCP relay (one-shot or daemon), as an external socksifier, as a shell interface to Unix sockets, as an IPv6 relay, as a netcat and rinetd replacement, to redirect TCP-oriented programs to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts inside network connections. Socat supports sctp as of 1.7.0. Homepage: https://www.dest-unreach.org/socat/ Section: net Priority: optional Filename: pool/main/s/socat/socat_1.8.0.0-4~bpo12+1_arm64.deb Package: solaar Version: 1.1.13+dfsg-1~bpo12+1 Installed-Size: 1853 Maintainer: Stephen Kitt Architecture: all Depends: debconf (>= 0.5) | debconf-2.0, udev, passwd | adduser, gir1.2-ayatanaappindicator3-0.1, gir1.2-gtk-3.0, gir1.2-notify-0.7, python3-dbus, python3-evdev, python3-gi, python3-psutil, python3-pyudev, python3-xlib, python3-yaml, python3:any Recommends: upower Size: 348220 SHA256: b51fab67db416cedc9730ae621205d17840fb2d51e05f32e61f5019025ce72bb SHA1: e43bccabf1fed97cc65d5c81085c6ac96087895f MD5sum: dfaa2ac5c5229cfe85c353e37949ddb3 Description: Logitech Unifying Receiver peripherals manager for Linux Solaar is a Linux device manager for Logitech's Unifying Receiver wireless peripherals. It is able to pair/unpair devices to the receiver, and for some devices to read battery status. Homepage: https://pwr-solaar.github.io/Solaar/ Section: misc Priority: optional Filename: pool/main/s/solaar/solaar_1.1.13+dfsg-1~bpo12+1_all.deb Package: sos Version: 4.9.1-1~bpo12+1 Installed-Size: 2150 Maintainer: sosreport Dev Team Architecture: all Replaces: sosreport (<< 4.8.2-4~) Depends: python3-magic, python3-packaging, python3-pexpect, python3-yaml, python3:any Recommends: e2fsprogs, lsof, mount, python3-boto3 Breaks: sosreport (<< 4.8.2-4~) Size: 364832 SHA256: d4d3b8bae59311e3975a8226aaa036a7b1401a9798b07ba9f2b3886c09062965 SHA1: f27648c54892d6fc4b3e4c54b2a39c86f3150c54 MD5sum: 58c175f5d5ff2048906dee65c09f0fc6 Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers. Homepage: https://github.com/sosreport/sos Section: admin Priority: optional Filename: pool/main/s/sos/sos_4.9.1-1~bpo12+1_all.deb Package: sosreport Source: sos Version: 4.9.1-1~bpo12+1 Installed-Size: 28 Maintainer: sosreport Dev Team Architecture: all Depends: sos, python3:any Size: 10492 SHA256: 208f0df51f6d1f8378cdf34bb3924ca2b765c101774a34ce3813fed0b8852189 SHA1: 978dffd8f7ea0b7775aafed502f4fbe65bae726f MD5sum: 5586308b4b790d9d3b4a3919822383ec Description: transitional package for sos This is a transitional package, it can be safely removed. This currently ships the old commands that have been deprecated. Homepage: https://github.com/sosreport/sos Section: admin Priority: optional Filename: pool/main/s/sos/sosreport_4.9.1-1~bpo12+1_all.deb Package: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 28604 Maintainer: Debian TTS Team Architecture: arm64 Depends: adduser, speech-dispatcher-audio-plugins (= 0.12.0-4~bpo12+1), init-system-helpers (>= 1.52), libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.67.3), libltdl7 (>= 2.4.7), libsndfile1 (>= 1.0.20), libspeechd-module0 (>= 0.12.0), libspeechd2 (>= 0.12.0~), libsystemd0 Recommends: speech-dispatcher-espeak-ng, sound-icons Suggests: libttspico-utils, espeak, mbrola, speech-dispatcher-doc-cs, speech-dispatcher-festival, speech-dispatcher-cicero, speech-dispatcher-flite, speech-dispatcher-espeak Breaks: cl-speech-dispatcher (<< 0.9~), libspeechd2 (<< 0.9~), python-speechd (<< 0.9~), python3-speechd (<< 0.9~), speech-dispatcher-baratinoo (<< 0.10.2-1~), speech-dispatcher-ibmtts (<< 0.10.2-1~), speech-dispatcher-kali (<< 0.10.2-1~) Size: 3983500 SHA256: 6dcb859a8af03bc0eb47b65fd12ba9a7f01258f6953a89885950971875abedb3 SHA1: 3d214cbb01e87124fd44c51f7d672ce2c353c8fa MD5sum: 92465aaa1ae39bb86303e99a75854b89 Description: Common interface to speech synthesizers Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains Speech Dispatcher itself. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-audio-plugins Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 422 Maintainer: Debian TTS Team Architecture: arm64 Depends: libao4 (>= 1.1.0), libasound2 (>= 1.0.18), libaudio2, libc6 (>= 2.34), libglib2.0-0 (>= 2.36), libpipewire-0.3-0 (>= 0.3.6), libpulse0 (>= 0.99.1) Size: 34208 SHA256: 143075f4d31d1b6fc8a025bc1345a3cfd522482aeaccf5adb65bbb7fae8c5cd0 SHA1: 0dc9e40cd8dd94d4fb6bad0fdf4ed87c81c688f2 MD5sum: bd7ad5ca91e04e51402f9e33e2d48ce9 Description: Speech Dispatcher: Audio output plugins Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains all the speech-dispatcher audio output plugins. Multi-Arch: same Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-audio-plugins_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-cicero Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 87 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0), speech-dispatcher (= 0.12.0-4~bpo12+1) Size: 24016 SHA256: 1d838b521db5eb9b328a97d1c0c6e7b427f887aa8b8551b04a66de50431a2c48 SHA1: f54637e705186ea98145861ee79705219bb61deb MD5sum: b4a567ad7eff05eeb4c7c13c8aeb4f07 Description: Speech Dispatcher: Cicero output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the cicero speech synthesizer. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-cicero_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-doc-cs Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 45 Maintainer: Debian TTS Team Architecture: all Suggests: speech-dispatcher Size: 35068 SHA256: 7f5b5f3cd156d36b15be0b57db82c271389bcaea971a2a57e9de3001554378a5 SHA1: 5d7b687ca102d52165ff4cdf285c19a03aae8e0a MD5sum: 9ed3fe6df732e23276c90f385e8eeae6 Description: Speech Dispatcher documentation in Czech Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains Czech documentation of Speech Dispatcher. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: doc Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-doc-cs_0.12.0-4~bpo12+1_all.deb Package: speech-dispatcher-espeak Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 87 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libespeak1 (>= 1.48.15+dfsg), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0), speech-dispatcher (= 0.12.0-4~bpo12+1) Size: 25268 SHA256: bac128b2e21f1b6be9129ba72921c8aaa2a1ce2d2879adce33fd7ac90788e7f3 SHA1: 267b638aab4916099e6e51fa9066ad0749e6b173 MD5sum: 50d38f2f350a3382a76c79d895f7402c Description: Speech Dispatcher: Espeak output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the espeak speech synthesizer. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-espeak_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-espeak-ng Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 88 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libespeak-ng1 (>= 1.51+dfsg), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0), speech-dispatcher (= 0.12.0-4~bpo12+1) Size: 26228 SHA256: 00ee754e74866530921a285a61753650f43f46d537e2d252355d8cb7c4ca5854 SHA1: b18ce9182073b1c79da1592f713e0cbe5482f53e MD5sum: 03e20b0ec482f7e4fe6f156c39c23d07 Description: Speech Dispatcher: Espeak-ng output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the espeak-ng speech synthesizer. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-espeak-ng_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-festival Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 89 Maintainer: Debian TTS Team Architecture: arm64 Depends: festival, festival-freebsoft-utils, speech-dispatcher (= 0.12.0-4~bpo12+1), libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0) Recommends: sound-icons Size: 32984 SHA256: 01850c2aa6c4044d34a06775d6c9f22ec542430d213b321664452926deed5714 SHA1: 1801a8d74d3b8dece346c3f47e586ec6155677ef MD5sum: 8a370b07c36c4d556d13cd5d5da5b2c1 Description: Festival support for Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains dependencies on packages necessary for running Speech Dispatcher with Festival. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-festival_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-flite Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 87 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libflite1 (>= 1.4-release-9~), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0), speech-dispatcher (= 0.12.0-4~bpo12+1) Size: 22404 SHA256: 957455b00eab48cce732f79d0e4f3225dff2b4c28565160ebc2211add4c8f827 SHA1: b3372af8d9f5c54bdf753d54030357229b4a6b3e MD5sum: 7c9bf538953c1b9520ce1c8dfe749e50 Description: Speech Dispatcher: Flite output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the flite speech synthesizer. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-flite_0.12.0-4~bpo12+1_arm64.deb Package: speech-dispatcher-openjtalk Source: speech-dispatcher Version: 0.12.0-4~bpo12+1 Installed-Size: 87 Maintainer: Debian TTS Team Architecture: arm64 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), libspeechd-module0 (>= 0.12.0), open-jtalk, speech-dispatcher (= 0.12.0-4~bpo12+1) Recommends: open-jtalk-mecab-naist-jdic, hts-voice-nitech-jp-atr503-m001 Size: 22512 SHA256: 281d8cc1ef4e81d494d8381aab071ca123028ba0a310f09c76ac63d59d67cc26 SHA1: e0f18c59ff6f27774b35a5ff74e9b4b57943c1cc MD5sum: becb5af0e8b046fa9c43b2e47871910e Description: Speech Dispatcher: Espeak-ng output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the openjtalk speech synthesizer. Multi-Arch: foreign Homepage: http://devel.freebsoft.org/speechd Section: sound Priority: optional Filename: pool/main/s/speech-dispatcher/speech-dispatcher-openjtalk_0.12.0-4~bpo12+1_arm64.deb Package: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 1837 Maintainer: Debian QA Group Architecture: arm64 Depends: libsqlcipher1 (= 4.6.1-2~bpo12+1), libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Size: 749496 SHA256: 19116e0fa21a6e81fef3628978ea123e53384b5e12987026789f9cc31423f8ab SHA1: a9683bedb750f2f4e874116f7e2b2d14dffdf060 MD5sum: bca598ae89cc0bf4e2b21a902060ea91 Description: Command line interface for SQLCipher SQLCipher is a C library that implements an encryption in the SQLite 3 database engine. Programs that link with the SQLCipher library can have SQL database access without running a separate RDBMS process. It allows one to have per-database or page-by-page encryption using AES-256 from OpenSSL. . SQLCipher has a small footprint and great performance so it’s ideal for protecting embedded application databases and is well suited for mobile development. . * as little as 5-15% overhead for encryption * 100% of data in the database file is encrypted * Uses good security practices (CBC mode, key derivation) * Zero-configuration and application level cryptography * Algorithms provided by the peer reviewed OpenSSL crypto library. . SQLCipher has broad platform support for with C/C++, Obj-C, QT, Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and Xamarin.Android. . This package provides the command line interface to sqlcipher. Multi-Arch: foreign Homepage: http://sqlcipher.net/ Section: database Priority: optional Filename: pool/main/s/sqlcipher/sqlcipher_4.6.1-2~bpo12+1_arm64.deb Package: sqlite-modern-cpp-dev Source: sqlite-modern-cpp Version: 3.2+git20231203-3~bpo12+1 Installed-Size: 75 Maintainer: Debian QA Group Architecture: all Size: 13828 SHA256: 3eff60f6236c336124ead8cb45113ffbb4b99c7fd12624cc7f988dff96bbd300 SHA1: b2cb109d399887fc24682f4a7969ab55a4cd29fc MD5sum: 02b2749fd7ff3497c01419073d0c3763 Description: Modern sqlite cpp wrapper - development files This library is a lightweight modern C++ wrapper around sqlite C API. . This package provides the header-only library for sqlite-modern-cpp. Multi-Arch: foreign Homepage: https://github.com/SqliteModernCpp/sqlite_modern_cpp Section: libdevel Priority: optional Filename: pool/main/s/sqlite-modern-cpp/sqlite-modern-cpp-dev_3.2+git20231203-3~bpo12+1_all.deb Package: ss-dev Source: e2fsprogs (1.47.2~rc1-2~bpo12+2) Version: 2.0-1.47.2~rc1-2~bpo12+2 Installed-Size: 121 Maintainer: Theodore Y. Ts'o Architecture: arm64 Depends: libc6-dev | libc-dev, libss2 (= 1.47.2~rc1-2~bpo12+2), comerr-dev Size: 35436 SHA256: 68d9214158d71e80a2080135bb8212aafce69051990ec6fd3c38d4f6b2d4a0ef SHA1: 7a033baf569e2f926898b0b16b6e8444a8afc743 MD5sum: eef5c29fac8e4f624e4727c0538de008 Description: command-line interface parsing library - headers and static libraries This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. . It was originally inspired by the Multics SubSystem library. . This package contains the development environment for the ss library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/ss-dev_2.0-1.47.2~rc1-2~bpo12+2_arm64.deb Package: ssh Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 155 Maintainer: Debian OpenSSH Maintainers Architecture: all Depends: openssh-client (>= 1:10.0p1-5~bpo12+2), openssh-server (>= 1:10.0p1-5~bpo12+2) Size: 146800 SHA256: 077f5026e9f24ac14d56a1121f90a0cbf453fe7703d22b1923ae1ecea3dbf85c SHA1: 9eeaa3c6eae7dab474264263c6d38f08edbb2c60 MD5sum: 053042eeacdb4921fe1c7811ba65ac98 Description: secure shell client and server (metapackage) This metapackage is a convenient way to install both the OpenSSH client and the OpenSSH server. It provides nothing in and of itself, so you may remove it if nothing depends on it. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: net Priority: optional Filename: pool/main/o/openssh/ssh_10.0p1-5~bpo12+2_all.deb Package: ssh-askpass-gnome Source: openssh Version: 1:10.0p1-5~bpo12+2 Installed-Size: 239 Maintainer: Debian OpenSSH Maintainers Architecture: arm64 Replaces: ssh (<< 1:3.5p1-3) Provides: ssh-askpass Depends: openssh-client | ssh (>= 1:1.2pre7-4), libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.19.12) Size: 160168 SHA256: 2ed28f28c4969fc1ad1c28038d7c816d39e380f9df97df43ffaae378cc24ab94 SHA1: 8c25063fece90097fc59c43cd11f5a8b4d6261b3 MD5sum: b34bc731a08fa4864ef8508ab90513dd Description: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Multi-Arch: foreign Homepage: https://www.openssh.com/ Section: gnome Priority: optional Filename: pool/main/o/openssh/ssh-askpass-gnome_10.0p1-5~bpo12+2_arm64.deb Package: stayrtr Version: 0.6.2-1~bpo12+1 Installed-Size: 22448 Maintainer: Marco d'Itri Architecture: arm64 Depends: libc6 (>= 2.34), systemd | systemd-standalone-sysusers | systemd-sysusers Recommends: rpki-client Conflicts: gortr Size: 5580184 SHA256: 58df3b4e7ed1920caf4f47b0014965fd33a61482b55c2ffa72d4bbee4fccd02a SHA1: a23e383db6d9692d129ace477e0e3e2e4127cc4e MD5sum: 4751f6bcf1033143bd9c0eb7ff984611 Description: RPKI to Router server StayRTR is an implementation of the RPKI to Router protocol (RFC 6810): it can be used to publish Resource Public Key Infrastructure (RFC 6480) prefix origin data from a trusted cache to BGP routers. Homepage: https://github.com/bgp/stayrtr Built-Using: golang-1.19 (= 1.19.8-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-sys (= 0.3.0-1), golang-google-protobuf (= 1.28.1-3), golang-logrus (= 1.9.0-1), golang-protobuf-extensions (= 1.0.1-3) Section: net Priority: optional Filename: pool/main/s/stayrtr/stayrtr_0.6.2-1~bpo12+1_arm64.deb Package: stlink-gui Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 144 Maintainer: Luca Boccassi Architecture: arm64 Depends: libstlink1 (= 1.8.0-1~bpo12+1), stlink-tools (= 1.8.0-1~bpo12+1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0) Size: 33172 SHA256: bdf262ac522a4fa4d826e4f4e8e1059e975e6fa27c001e7209f608e64fa43350 SHA1: 973b0e861d0435cbb8b064d24c8b0f403ab4dc66 MD5sum: 0e204a6b3933116522569eae97b6d399 Description: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains a GUI tool for stlink. Homepage: https://github.com/stlink-org/stlink Section: electronics Priority: optional Filename: pool/main/s/stlink/stlink-gui_1.8.0-1~bpo12+1_arm64.deb Package: stlink-tools Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 388 Maintainer: Luca Boccassi Architecture: arm64 Depends: libstlink1 (= 1.8.0-1~bpo12+1), libc6 (>= 2.34) Size: 53348 SHA256: b17ddb719a52718487dfef829d3dde54315277f00180c3d7dedcf384fd552648 SHA1: cbc1e7461c54b20672d5a66cc8fcb13b993e55e3 MD5sum: 7817ac16bc3b7ebee36b9677acdcd4d3 Description: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains commandline utilities for stlink, and modprobe and udev rules. Homepage: https://github.com/stlink-org/stlink Section: electronics Priority: optional Filename: pool/main/s/stlink/stlink-tools_1.8.0-1~bpo12+1_arm64.deb Package: streamlink Version: 7.1.3-1~bpo12+1 Installed-Size: 261 Maintainer: Alexis Murzeau Architecture: all Depends: python3:any, python3-streamlink (= 7.1.3-1~bpo12+1) Suggests: vlc | mpv | mplayer Size: 85308 SHA256: 095a1886f3b119ed99079891298f0bd3a6ac1c79426ca1663303ebea98fe4e50 SHA1: 510a3536531e26bdbbceaadf7ac602387c1c3d14 MD5sum: 5a9ae759fe52a585da2880bac2ccd422 Description: CLI for extracting video streams from various websites to a video player Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. Homepage: https://streamlink.github.io/ Section: video Priority: optional Filename: pool/main/s/streamlink/streamlink_7.1.3-1~bpo12+1_all.deb Package: suricata Version: 1:7.0.10-1~bpo12+1 Installed-Size: 10078 Maintainer: Pierre Chifflier Architecture: arm64 Replaces: suricata-hyperscan Depends: python3:any, libbpf1 (>= 1:0.7.0), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libevent-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 4.2), libhiredis0.14 (>= 0.14.1), libhtp2 (>= 1:0.5.50-1~bpo12+1~), libjansson4 (>= 2.14), liblz4-1 (>= 0.0~r127), libmagic1 (>= 5.12), libmaxminddb0 (>= 1.0.2), libnet1 (>= 1.1.5), libnetfilter-log1 (>= 0.0.13), libnetfilter-queue1 (>= 1.0.2), libnfnetlink0 (>= 1.0.2), libnuma1 (>= 2.0.11), libpcap0.8 (>= 1.0.0), libpcre2-8-0 (>= 10.22), librte-eal23 (>= 22.11), librte-ethdev23 (>= 22.11), librte-mbuf23 (>= 22.11), librte-mempool23 (>= 22.11), librte-net-bond23 (>= 22.11), libxdp1 (>= 1.2.0), libyaml-0-2, zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3, snort-rules-default, suricata-update Suggests: libtcmalloc-minimal4 Conflicts: libhtp1, suricata-hyperscan Size: 2818992 SHA256: 23caf091a1276259518e88346ed1f3afedb77128fa5a9d53af8df48be58be900 SHA1: 24d878f2b16703dd1843e9e352e05ffd6ec3cca1 MD5sum: 5c5d4c51575133c134285ec84eab3fce Description: Next Generation Intrusion Detection and Prevention Tool Suricata is a network Intrusion Detection System (IDS). It is based on rules (and is fully compatible with snort rules) to detect a variety of attacks / probes by searching packet content. . It can also be used as Intrusion Prevention System (IPS), and as higher layer firewall. . This new Engine supports Multi-Threading, Automatic Protocol Detection (IP, TCP, UDP, ICMP, HTTP, TLS, FTP and SMB), Gzip Decompression, Fast IP Matching and coming soon hardware acceleration on CUDA and OpenCL GPU cards. . This version has inline (NFQUEUE) support enabled. Homepage: https://suricata.io Section: net Priority: optional Filename: pool/main/s/suricata/suricata_7.0.10-1~bpo12+1_arm64.deb Package: suricata-update Version: 1.3.4-1~bpo12+1 Installed-Size: 362 Maintainer: Sascha Steinbiss Architecture: arm64 Depends: python3:any, ca-certificates, python3-yaml Size: 64424 SHA256: 0a1562c6e5a209545c79af0336708990018b1bddba0a5d5b8a4851c1924531d1 SHA1: b5b76d649fd8d0552d944ab2b913a4cf407667b9 MD5sum: a532f716c6e50f11a3b192c6c31266cc Description: tool for updating Suricata rules suricata-update is a tool to easily and reliably fetch and update rule sets for the Suricata IDS/IPS system. It queries external upstream rule sources such as Emerging Threat/Proofpoint's rule sets and others, taking into account user accounts and preferences, and merges all rules into one file to be loaded into Suricata. Homepage: https://github.com/OISF/suricata-update Section: net Priority: optional Filename: pool/main/s/suricata-update/suricata-update_1.3.4-1~bpo12+1_arm64.deb Package: survex Version: 1.4.16-1~bpo12+1 Installed-Size: 2498 Maintainer: Olly Betts Architecture: arm64 Depends: libc6 (>= 2.35), libproj25 (>= 8.0.0) Recommends: survex-aven (= 1.4.16-1~bpo12+1) Suggests: vim-addon-manager Size: 871500 SHA256: d924142d240ef2aa3f569eebbb89f84c608c13b01f7947dd0023b7906a3d4443 SHA1: 03ae3a28a4a2359f24dbe5744132ae350475e986 MD5sum: f423dcb04cbdfca0855e68b32f683f2a Description: cave surveying and mapping software A software suite to process, view, and print cave survey data. Survex is cross-platform (Linux, Unix, macOS, Microsoft Windows). It has been translated into many languages. It can deal with extremely large and complex datasets and can read survey data from many sources. Homepage: https://survex.com/ Section: science Priority: optional Filename: pool/main/s/survex/survex_1.4.16-1~bpo12+1_arm64.deb Package: survex-aven Source: survex Version: 1.4.16-1~bpo12+1 Installed-Size: 3334 Maintainer: Olly Betts Architecture: arm64 Depends: survex (= 1.4.16-1~bpo12+1), libavcodec59 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 3.4.0), libgl1, libglu1-mesa | libglu1, libproj25 (>= 6.2.0), libstdc++6 (>= 11), libswscale6 (>= 7:5.0), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2) Size: 1183196 SHA256: 405fa0879e67f5d9c99cbbc5cd6f0640036b39b9082e388ef3bc4b17a76fbf74 SHA1: f46da1500735188a216a8e8a2676839f39e81249 MD5sum: 609c32ec48dbda63f2d0c6013bda484a Description: sophisticated cave survey viewer for Survex An advanced cave survey data viewer for Survex, written using the wxWidgets library, and using OpenGL for rendering. Aven allows searching for stations, highlighting categories of stations such entrances or fixed points, measuring the distance between stations, showing passage walls, showing the terrain above the cave, and supports presentations (pre-recorded fly-throughs). Homepage: https://survex.com/ Section: science Priority: optional Filename: pool/main/s/survex/survex-aven_1.4.16-1~bpo12+1_arm64.deb Package: swugenerator Version: 0.3-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Python Team Architecture: all Depends: python3-libconf, python3:any, opensc, openssl, zstd Size: 11900 SHA256: c111cc57f47d63490c8efb1a42cf815071a1045e3b28eb04cbb6a428f7e07e55 SHA1: 83f87625adedf96bcbf10ed8dabac09dffb29234 MD5sum: 9503a39b26a828295ebd8e7ab9046586 Description: Generates SWU update packages for swupdate (Python 3) swugenerator is a command line tool to create and modify SWUpdate's SWU update files based on templates. openssl is used to sign the SWU. . Features that swugenerator supports: * replace occurrencies of variables found in the CONFIG file * add sha256 to each artifact * check if an artifact should be encrypted and encrypts it * sign sw-description with one of the methods accepted by SWUpdate Homepage: https://github.com/sbabic/swugenerator Section: embedded Priority: optional Filename: pool/main/s/swugenerator/swugenerator_0.3-1~bpo12+1_all.deb Package: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 1522 Maintainer: Bastian Germann Architecture: arm64 Depends: libarchive13 (>= 3.0.4), libblkid1 (>= 2.17.2), libbtrfsutil1 (>= 5.6), libc6 (>= 2.34), libconfig9, libcurl3-gnutls (>= 7.56.1), libext2fs2 (>= 1.43), libfdisk1 (>= 2.31.1), libgpiod2 (>= 1.1), libjson-c5 (>= 0.15), liblua5.4-0 (>= 5.4.4), librsync2 (>= 1.0.0), libswupdate0.1 (>= 2023.12), libsystemd0, libubootenv0.1 (>= 0.3.5), liburiparser1 (>= 0.6.0), libuuid1 (>= 2.16), libwebsockets17 (>= 2.4.1), libwolfssl35 (>= 5.2.0), libzck1 (>= 1.2.0+ds1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd | systemd-standalone-sysusers | systemd-sysusers Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libebgenv0 Size: 387820 SHA256: be5f905acdbb37a929168a089beecf65a8a258bbbc171cc1d4ddc66d1cbdc5c9 SHA1: 0804b4e12ea89dff99db08822091326824a9054a MD5sum: b89ee0241513a5ce88cbb3e47c927af2 Description: Software update framework for embedded systems swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Homepage: https://sbabic.github.io/swupdate Built-Using: mtd-utils (= 1:2.1.5-1) Section: embedded Priority: optional Filename: pool/main/s/swupdate/swupdate_2024.12.1+dfsg-1~bpo12+1_arm64.deb Package: swupdate-doc Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 4584 Maintainer: Bastian Germann Architecture: all Size: 4655800 SHA256: c20c735ff5926d2c2304df0049efe65a6b0c712717e4862d8b66e3db0dc7e792 SHA1: 2609606e55add43b4d975d80feb4cd1de2571be6 MD5sum: ad9c4eeabf8b669033798f73be96ce36 Description: Documentation for swupdate framework This package contains the documentation for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: foreign Homepage: https://sbabic.github.io/swupdate Section: doc Priority: optional Filename: pool/main/s/swupdate/swupdate-doc_2024.12.1+dfsg-1~bpo12+1_all.deb Package: swupdate-www Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 1235 Maintainer: Bastian Germann Architecture: all Depends: fonts-fork-awesome, libjs-dropzone, node-bootstrap, node-jquery Size: 994056 SHA256: 9676baa3d98ba0146ae187d16c3c2dab76edb36b3c2104facd0aa34910ed461f SHA1: 88c04d8bd9550c9daf77c909a56e997c60a5f9c0 MD5sum: 9fa88fe3b657ba0ef326dd60e1658838 Description: Web Application for swupdate This package contains a web application for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Homepage: https://sbabic.github.io/swupdate Built-Using: bootstrap-html (= 5.2.3+dfsg-8) Section: embedded Priority: optional Filename: pool/main/s/swupdate/swupdate-www_2024.12.1+dfsg-1~bpo12+1_all.deb Package: syslog-summary Version: 1.14-2.3~bpo12+1 Installed-Size: 29 Maintainer: David Paleino Architecture: all Depends: python3:any Recommends: python3-magic Size: 8220 SHA256: 6a7870572fd7d26dc62f29993825f73a62e7f9b748e6f097c7c684fa33aa7522 SHA1: 082e112836fd2f8c96c75e8a08c69f17791758bc MD5sum: 1967fcc2f482ad858efe544ccfd08f7c Description: summarize the contents of a syslog log file This program summarizes the contents of a log file written by syslog, by displaying each unique (except for the time) line once, and also the number of times such a line occurs in the input. The lines are displayed in the order they occur in the input. . It is also possible to define some "ignore rules" using regular expressions. Homepage: https://github.com/shtrom/syslog-summary Section: admin Priority: optional Filename: pool/main/s/syslog-summary/syslog-summary_1.14-2.3~bpo12+1_all.deb Package: systemd Version: 254.26-1~bpo12+1 Installed-Size: 13929 Maintainer: Debian systemd Maintainers Architecture: arm64 Provides: systemd-sysusers (= 254.26-1~bpo12+1), systemd-tmpfiles (= 254.26-1~bpo12+1) Depends: libacl1 (>= 2.2.23), libaudit1 (>= 1:2.2.1), libcryptsetup12 (>= 2:2.4), libfdisk1 (>= 2.33), libkmod2 (>= 15), libp11-kit0 (>= 0.23.18.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 254.26-1~bpo12+1), libsystemd0 (= 254.26-1~bpo12+1), systemd-dev (>= 254.26-1~bpo12+1), mount Pre-Depends: libblkid1 (>= 2.30.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2) Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, libfido2-1, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu0, libtss2-rc0, polkitd, python3:any, python3-pefile Conflicts: consolekit, libpam-ck-connector, systemd-shim Breaks: less (<< 563), sicherboot (<< 0.1.6) Size: 3095264 SHA256: dd1b7c081727323a63da1bf4d11f9838ea4f0f42632345896f18fcce54016134 SHA1: a4058b4f0360f95837442ef4d2842c001d1baebc MD5sum: 290b67ab2cb69e45284913aa19aa1421 Description: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . Installing the systemd package will not switch your init system unless you boot with init=/lib/systemd/systemd or install systemd-sysv in addition. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/systemd_254.26-1~bpo12+1_arm64.deb Package: systemd-boot Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 384 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 251.2-3~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.26-1~bpo12+1), systemd-boot-efi (= 254.26-1~bpo12+1) Recommends: efibootmgr Breaks: systemd (<< 251.2-3~) Size: 103704 SHA256: f3c3cf888808a2966b75424aa3923a095ce925d01798817f3dc6f20d5cb86bd1 SHA1: 56d81655fa073420147bb681940ed24b7ffb5f72 MD5sum: 6433b4ceaa04548ec48095469e061905 Description: simple UEFI boot manager - tools and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . Installing systemd-boot will configure and install it in the ESP. . This package contains various tools and services to manage systems using systemd-boot. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-boot_254.26-1~bpo12+1_arm64.deb Package: systemd-boot-efi Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 199 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 251.2-3~) Breaks: systemd (<< 251.2-3~) Size: 92648 SHA256: b333b7af2b53b7dce68139c04525ff0197132b8a6ca3115e24488158deacb927 SHA1: d5ae72c2c844a8825f92babff4889f823a172ecf MD5sum: 2b39c65f030df3164bc780fcdde8f917 Description: simple UEFI boot manager - EFI binaries systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . This package contains the EFI binaries. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-boot-efi_254.26-1~bpo12+1_arm64.deb Package: systemd-container Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 1598 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.3), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 254.26-1~bpo12+1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus Recommends: libnss-mymachines Size: 433288 SHA256: 9f6592f01129ac3a4533fe100af6cb91a300528e35c39d681067dc214c5d9dfe SHA1: 400e07f522bdb5e2375053bc2fdd04ad2e102572 MD5sum: 5962e224e8cda8971c556ecbacb3b0c3 Description: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd * systemd-portabled and portablectl Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-container_254.26-1~bpo12+1_arm64.deb Package: systemd-coredump Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 369 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: core-dump-handler Provides: core-dump-handler Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libsystemd-shared (= 254.26-1~bpo12+1), libzstd1 (>= 1.5.2), systemd Recommends: libdw1 Conflicts: core-dump-handler Size: 96600 SHA256: 83014792e6a1e1708e33b35c424014c6f5130b3695e12aec5ae494823d8ef966 SHA1: d2bd4b986eebd2c14e01f6dce7d3b980aa1b3038 MD5sum: 337dac6b17b8fb2c11bbd6a6b2eed2ab Description: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-coredump_254.26-1~bpo12+1_arm64.deb Package: systemd-cron Version: 2.3.0-1~bpo12+1 Installed-Size: 346 Maintainer: Debian Systemd Maintainers Architecture: arm64 Replaces: anacron Provides: anacron, cron-daemon Depends: systemd-sysv, libc6 (>= 2.34), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), systemd | systemd-standalone-sysusers | systemd-sysusers Pre-Depends: cron-daemon-common Suggests: default-mta | exim4 | mail-transport-agent Conflicts: anacron, cron-daemon Size: 75428 SHA256: 119020f372f5dd85126316ca12b6dd996c013167378f26de8a87d3ff6f057ae1 SHA1: 9548cfaff0ec3ec310466e41fbd7ffec3ef2c39a MD5sum: 2d576447fdf848ee4a5eaefcc1a3df3c Description: systemd generator that provides cron daemon & anacron functionality This is a generator that dynamicaly translates /etc/crontab, /etc/cron.{d|hourly|daily|weekly|monthly|yearly}/* and user cronjobs into systemd .timer & .service units. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. Homepage: https://github.com/systemd-cron/systemd-cron Section: admin Priority: optional Filename: pool/main/s/systemd-cron/systemd-cron_2.3.0-1~bpo12+1_arm64.deb Package: systemd-dev Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 650 Maintainer: Debian systemd Maintainers Architecture: all Replaces: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Breaks: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Size: 55148 SHA256: 02e3f3c7ea0e44bb278ff36aec6e4178cc2998a5dcecd6b978eee41fa2983ff6 SHA1: 0679ee164e05a7aef0df32e0774df37d3d507a86 MD5sum: bcdbe06d4abf00563a44869fec63c60c Description: systemd development files This package contains the systemd and udev pkg-config files. Note that these are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: devel Priority: optional Filename: pool/main/s/systemd/systemd-dev_254.26-1~bpo12+1_all.deb Package: systemd-homed Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 1181 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libfdisk1 (>= 2.33), libp11-kit0 (>= 0.23.18.1), libpam0g (>= 1.1.1), libssl3 (>= 3.0.0), libsystemd-shared (= 254.26-1~bpo12+1), systemd-userdbd (= 254.26-1~bpo12+1), systemd (= 254.26-1~bpo12+1), libpam-runtime Pre-Depends: init-system-helpers (>= 1.64~) Size: 375904 SHA256: e4ef7022fc59ecd85dda1fcbcc1a27ba4278d0b42a72526d694055c33af4f158 SHA1: 68b29da1d7d8b58211d2a1d45f860a4c4e99b0ec MD5sum: 2abc6a4c888fad4dbfab85138040938a Description: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home directories on user login, tools and documentation. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-homed_254.26-1~bpo12+1_arm64.deb Package: systemd-journal-remote Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 326 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libmicrohttpd12 (>= 0.9.50), libsystemd-shared (= 254.26-1~bpo12+1), systemd Size: 97284 SHA256: a47153f952bbee2d474c03295da69beadba5ab29d86bc4566c0fcf78d4010f51 SHA1: 3832fecf7c7caf1a2202d159b2a65631a62a111e MD5sum: c66666a5ba47c373f4066e37d2531f1d Description: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-journal-remote_254.26-1~bpo12+1_arm64.deb Package: systemd-oomd Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 245 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 250.2-2~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.26-1~bpo12+1), systemd | systemd-standalone-sysusers | systemd-sysusers Breaks: systemd (<< 250.2-2~) Size: 70952 SHA256: da7ceef01a08fa5fe9cd212415b6c2d31f9898a38d6cb05b6a005cdb77daabe2 SHA1: 71b2b2b8408bf47766261a0ce1bc4a060e1bdbb5 MD5sum: fd389f2b9b1171650fc610cae66f910c Description: userspace out-of-memory (OOM) killer systemd-oomd is a system service that uses cgroups-v2 and pressure stall information (PSI) to monitor and take action on processes before an OOM occurs in kernel space. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-oomd_254.26-1~bpo12+1_arm64.deb Package: systemd-resolved Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 865 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: resolvconf, systemd (<< 251.3-2~) Provides: resolvconf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 254.26-1~bpo12+1), systemd (= 254.26-1~bpo12+1), default-dbus-system-bus | dbus-system-bus Recommends: libnss-myhostname, libnss-resolve Suggests: polkitd Conflicts: resolvconf Breaks: systemd (<< 251.3-2~) Size: 291276 SHA256: c7859dd62b2de0e54520088040aaf8da2f2fa17b658ea3c4b8c52c6ebd7dfeaa SHA1: 48de3a40a7cb932f6fabd65ae7745c9bf531f026 MD5sum: 41ad33d45aae17db238f8cfabbc6295b Description: systemd DNS resolver This package provides systemd's DNS resolver and the command line tool to manage it. . Installing this package automatically overwrites /etc/resolv.conf and switches it to be managed by systemd-resolved. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-resolved_254.26-1~bpo12+1_arm64.deb Package: systemd-standalone-sysusers Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 325 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 249.3-3), systemd-sysusers Provides: systemd-sysusers (= 254.26-1~bpo12+1) Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libselinux1 (>= 3.1~) Conflicts: systemd (<< 249.3-3), systemd-sysusers Size: 136548 SHA256: 1101d270b882fb48dd4e6f2693162e252c1af356b31aa7e864c581a6c662e4c5 SHA1: bb4311a1dc11d4eecc9f5b08110666afd3949650 MD5sum: 84b85c8f982820eb2f8496a3e8d08020 Description: standalone sysusers binary for use in non-systemd systems Standalone sysusers binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-standalone-sysusers_254.26-1~bpo12+1_arm64.deb Package: systemd-standalone-tmpfiles Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 399 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 249.3-3), systemd-tmpfiles Provides: systemd-tmpfiles (= 254.26-1~bpo12+1) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~) Conflicts: systemd (<< 249.3-3), systemd-tmpfiles Size: 180764 SHA256: 23ee0f89fc675992c768c1879607a298dd9451f1853a02667174060d2a45ee5f SHA1: 418dc9391cc8c665b517e430d08e46d1191633eb MD5sum: 6c4437d8573de2763f8f644809afe264 Description: standalone tmpfiles binary for use in non-systemd systems Standalone tmpfiles binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-standalone-tmpfiles_254.26-1~bpo12+1_arm64.deb Package: systemd-sysv Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 76 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: sysvinit-core Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: file-rc, initscripts, orphan-sysvinit-scripts, systemd-shim, sysvinit-core Size: 45944 SHA256: 139aeb67873855d1257ae024b79ca4e206babe7d60bced2d517ccdf20e6615c1 SHA1: b3425452914db81086324b7bff23245f92e8df16 MD5sum: e2a4c59f65a1a3a7cb3d62ac4a1172a5 Description: system and service manager - SysV compatibility symlinks This package provides manual pages and compatibility symlinks needed for systemd to replace sysvinit. . Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/systemd-sysv_254.26-1~bpo12+1_arm64.deb Package: systemd-tests Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 38937 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libdbus-1-3 (>= 1.9.14), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.26.0), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 254.26-1~bpo12+1), libsystemd0 (= 254.26-1~bpo12+1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 254.26-1~bpo12+1), python3 Size: 4517972 SHA256: 55da83ee51c6c3e8ee1a06d1530ef30b5e91290a91ef0181d0586fd647dbdd6e SHA1: 726c06444092149ee4cc9af9a489d0be58ad23bc MD5sum: 1738659e836f5be446db1ed75d039651 Description: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-tests_254.26-1~bpo12+1_arm64.deb Package: systemd-timesyncd Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 162 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: time-daemon Provides: time-daemon Depends: libc6 (>= 2.34), libsystemd-shared (= 254.26-1~bpo12+1), systemd Conflicts: time-daemon Size: 66180 SHA256: d3172a14c634b3d48bd98179948acd29b4326c8c2837f7e8604094f97a4524ad SHA1: 292bb9cff107a7e23488c013acf04a5ce39f37a2 MD5sum: 366fc4cca18bbacc11d8829f65e5ac10 Description: minimalistic service to synchronize local time with NTP servers The package contains the systemd-timesyncd system service that may be used to synchronize the local system clock with a remote Network Time Protocol server. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/systemd-timesyncd_254.26-1~bpo12+1_arm64.deb Package: systemd-userdbd Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 281 Maintainer: Debian systemd Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libsystemd-shared (= 254.26-1~bpo12+1), libnss-systemd (= 254.26-1~bpo12+1), systemd (= 254.26-1~bpo12+1) Size: 73140 SHA256: 104a08fb7c2257fe6ac6ef8e9e2f2333c938fa7614b89f7426def2a23978509d SHA1: 5cf9de1b06ba22dd0c84c021525c689e3cad51d9 MD5sum: b9967747d131543e3835842e330d628f Description: dynamic user/group manager systemd-userdbd is a system service that multiplexes user/group lookups to all local services that provide JSON user/group record definitions to the system. In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards compatibility. It may also pick up statically defined JSON user/group records from drop-in files. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-userdbd_254.26-1~bpo12+1_arm64.deb Package: sysv-rc Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 88 Maintainer: Debian sysvinit maintainers Architecture: all Depends: insserv, startpar (>= 0.62-1~), sysvinit-utils (>= 3.05-1) Size: 38540 SHA256: bdcf4e1d8f597b6f4a70b0b1d857e8fd4e270d8d7b9fe014693127ede6b25907 SHA1: 2038f41f84c3ae9bf696b53bd680fe75c64ce31f MD5sum: 879496e1bf3dbf9caffe7e39a141251d Description: System-V-like runlevel change mechanism This package provides support for the System-V like system for booting, changing runlevels, and shutting down, configured through symbolic links in /etc/rc?.d/. Multi-Arch: foreign Homepage: https://github.com/slicer69/sysvinit Section: admin Priority: optional Filename: pool/main/s/sysvinit/sysv-rc_3.08-3~bpo12+2_all.deb Package: sysvinit-core Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 518 Maintainer: Debian sysvinit maintainers Architecture: arm64 Replaces: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~), runit-init, systemd-sysv, sysvinit (<< 2.88dsf-44~) Depends: initscripts, sysv-rc | file-rc | openrc, sysvinit-utils (>= 2.86.ds1-66), mount, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libselinux1 (>= 3.1~) Recommends: orphan-sysvinit-scripts Suggests: bootlogd Conflicts: runit-init, systemd-sysv Breaks: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~) Size: 201996 SHA256: d395bb55b74c059b8cac7c5fafcbf5fd33c16e3892482fd3ee8999f8409f572d SHA1: 5db0f15a33075f66041ad0661191a92d4e7aa41f MD5sum: 7b0f4dd15e84595bf8672fb9762a36ed Description: System-V-like init This package contains programs required for booting a Debian system and doing basic process management. . The most important program in the package is /sbin/init. It is the first process started on boot and continues to run as process number 1 until the system halts. All other processes are descended from it. Homepage: https://github.com/slicer69/sysvinit Section: admin Priority: optional Filename: pool/main/s/sysvinit/sysvinit-core_3.08-3~bpo12+2_arm64.deb Package: sysvinit-utils Source: sysvinit Version: 3.08-3~bpo12+2 Essential: yes Installed-Size: 194 Maintainer: Debian sysvinit maintainers Architecture: arm64 Replaces: lsb-base Provides: lsb-base (= 11.1.0) Depends: libc6 (>= 2.34) Conflicts: lsb-base (<< 11.3~) Size: 31496 SHA256: fdbfd08bf017015747ac6f15b4016a6087a42585c426d58216192263b9271872 SHA1: 977841903af0d9b9d80ffe45ebdc8c366988823f MD5sum: 98b3561e1e2a9199364f209121344c1c Description: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: init-d-script, fstab-decode, killall5, pidof . It also contains the library scripts sourced by init-d-script and other initscripts that were formally in lsb-base. Multi-Arch: foreign Homepage: https://github.com/slicer69/sysvinit Section: admin Priority: required Filename: pool/main/s/sysvinit/sysvinit-utils_3.08-3~bpo12+2_arm64.deb Package: tango-accesscontrol Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 420 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: libtango-tools, tango-db, tango-starter, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libmariadb3 (>= 3.0.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 11), libtango10 (>= 10.0.2+dfsg1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 62888 SHA256: 4e83ec9f7a00c11c33599b44fff7322e739ee3de8acc2dc27aa7d1ecc0af16fc SHA1: e31e5c90b196d2f8fe57ceb085ad49a8a31e480d MD5sum: 11ee0474a51621f5e90a951a09928bbe Description: TANGO distributed control system - accesscontrol server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO accesscontrol server. It can be used to manage the users and IP addresses that are permitted to access TANGO devices. Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/tango-accesscontrol_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: tango-common Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 25 Maintainer: Debian Science Maintainers Architecture: all Depends: adduser, opentelemetry-cpp, debconf (>= 0.5) | debconf-2.0 Size: 8140 SHA256: 6f80bb18c12b962bf7e6fd6eb37877b15e770acd82e5d190ca87cd6442d3ea5a SHA1: a27a2ee297c374c2eda985a7a0deaa59ceac6891 MD5sum: 0439211026003ae2e94d751ef3481e7e Description: TANGO distributed control system - common files This package provides shared files for the TANGO distributed control system, and sets up the required infrastructure. It is for now an empty package Multi-Arch: foreign Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/tango-common_10.0.2+dfsg1-1~bpo12+1_all.deb Package: tango-db Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 1184 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: dbconfig-mysql | dbconfig-no-thanks, libtango-tools, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libmariadb3 (>= 3.0.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 11), libtango10 (>= 10.0.2+dfsg1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: default-mysql-client Size: 175388 SHA256: 8cf1909ba9ccecb6b1a68b69e6480b2b46a0ec6c4dbf060b2dadc4c99cb63ffe SHA1: d28c022b29c2196304c531a4c50520a5d8ce07f5 MD5sum: 4620d17d7a1cf1defbe84597131dfe51 Description: TANGO distributed control system - database server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO database server using MySQL/MariaDB. Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/tango-db_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: tango-starter Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 422 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: libtango-tools, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 11), libtango10 (>= 10.0.2+dfsg1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 82480 SHA256: 1d5fa78ddce6710a543cfcf0f85af2db7a45aecaf8a119f29bd2de252d6c8d4a SHA1: 3baf355881142c8ab261842bfd83c05072a5d0c5 MD5sum: 64f8af3ebc3f12b145fa47cb6d65fa23 Description: TANGO distributed control system - starter server TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO device control server. It can start, stop, or report the status of other TANGO components. Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/tango-starter_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: tango-test Source: tango Version: 10.0.2+dfsg1-1~bpo12+1 Installed-Size: 531 Maintainer: Debian Science Maintainers Architecture: arm64 Depends: tango-starter, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.3+ds1), libomnithread4 (>= 4.3.3+ds1), libstdc++6 (>= 9), libtango10 (>= 10.0.2+dfsg1) Size: 92028 SHA256: ecdc5e792453e6708f207acb15ea1f327ffd0315fc0d5b1211fa3eea60f83f9a SHA1: 2a8963d96a6d440cf4d7340e8b37347d08cb7a0d MD5sum: ca1fc988f27af7d8166d88bb1c6b8dd7 Description: TANGO distributed control system - test device TANGO is an object oriented distributed control system. It allows communication between TANGO device processes running on the same computer or distributed over the network. These processes can provide services to the control system all over the network, such as hardware control or data processing. . This package provides a TANGO device which implements all TANGO attribute types, and can be used for testing the installation. Homepage: https://www.tango-controls.org Section: net Priority: optional Filename: pool/main/t/tango/tango-test_10.0.2+dfsg1-1~bpo12+1_arm64.deb Package: tclspice Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 6995 Maintainer: Debian Electronics Team Architecture: arm64 Depends: blt, ngspice (= 44.2+ds-1~bpo12+1), tcl8.6, tk8.6, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5), tk8.6-blt2.5 (>= 2.5.3) Size: 2111920 SHA256: 14ec53ba112d4018a6aa9d55d3354d95326f9c987ff4d2822b10635bade41aa8 SHA1: b41419d1ad8ce2d02d700a89658a33f046a931fa MD5sum: 80d81dad60d58280c27b7ac286929a08 Description: NGSpice library for Tcl This package provides the NGSpice simulation engine for your Tcl-scripts by the library libspice. All spice directives are available as Tcl functions and it features some new commands that are useful for the integration into the Tcl environment. It includes Xspice. It supports also compiled Verilog-A models through the built-in OSDI interface. GUI is handled by Tk using BLT vectors. Homepage: https://ngspice.sourceforge.io Section: libs Priority: optional Filename: pool/main/n/ngspice/tclspice_44.2+ds-1~bpo12+1_arm64.deb Package: tdb-tools Source: samba (2:4.22.1+dfsg-1~bpo12+1) Version: 2:1.4.13+samba4.22.1+dfsg-1~bpo12+1 Installed-Size: 342 Maintainer: Debian Samba Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libtdb1 (>= 1.2.11) Size: 61832 SHA256: a4a908e4afaaf4b2bb93f85fb927c9cbcd1dbdb7a4a4f64ad7fd13d5e6413686 SHA1: e49bf4395118f427ec2eb37bf0d675138f6babf7 MD5sum: 8906afde9bcffc3746e6952f1e99e08e Description: Trivial Database - bundled binaries This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains bundled test and utility binaries Homepage: https://www.samba.org Section: utils Priority: optional Filename: pool/main/s/samba/tdb-tools_1.4.13+samba4.22.1+dfsg-1~bpo12+1_arm64.deb Package: telegram-desktop Version: 4.8.1+ds-2~bpo12+1 Installed-Size: 82403 Maintainer: Nicholas Guriev Architecture: arm64 Depends: qt5-image-formats-plugins, libabsl20220623 (>= 0~20220623.0-1), libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.40.0), libglibmm-2.68-1 (>= 2.74.0), libhunspell-1.7-0, libjpeg62-turbo (>= 1.3.1), libkf5coreaddons5 (>= 5.96.0), liblz4-1 (>= 0.0~r130), libminizip1 (>= 1.1), libopenal1 (>= 1.14), libopus0 (>= 1.1), libqrcodegencpp1 (>= 1.2.1), libqt5core5a (>= 5.15.2), libqt5gui5 (>= 5.15.2) | libqt5gui5-gles (>= 5.15.2), libqt5network5 (>= 5.15.2), libqt5qml5 (>= 5.15.2), libqt5quickwidgets5 (>= 5.15.2), libqt5svg5 (>= 5.6.0~beta), libqt5waylandcompositor5 (>= 5.7.0), libqt5widgets5 (>= 5.15.2), librlottie0-1 (>= 0~git20200305.a717479+dfsg), libsigc++-3.0-0 (>= 2.2.0), libsrtp2-1 (>= 2.0.0+20161214), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0), libvpx7 (>= 1.12.0), libwayland-client0 (>= 1.20.0), libx11-6, libxcb-keysyms1 (>= 0.4.0), libxcb-record0, libxcb-screensaver0, libxcb1, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrandr2 (>= 2:1.5.0), libxtst6, libxxhash0 (>= 0.6.5), qtbase-abi-5-15-8, zlib1g (>= 1:1.1.4) Recommends: fonts-open-sans, libwebkit2gtk-4.0-37 | libwebkit2gtk-4.1-0 Size: 27963592 SHA256: 6b441fb4b77ed3dddd6c8879901f86c50d2eb972ab1040e62171fd1f4ce9b4c2 SHA1: 4989615c7c3203651f1f59ad483c16a1316decea MD5sum: 0466003d4b3735002722a626263c69be Description: fast and secure messaging application Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers. Homepage: https://desktop.telegram.org Built-Using: libtgowt (= 0~git20230105.5098730+dfsg-2), ms-gsl (= 4.0.0-2), range-v3 (= 0.12.0-1), tl-expected (= 1.0.0~dfsg-3) Section: net Priority: optional Filename: pool/main/t/telegram-desktop/telegram-desktop_4.8.1+ds-2~bpo12+1_arm64.deb Package: terminator Version: 2.1.3-1~bpo12+2 Installed-Size: 2237 Maintainer: Debian Python Team Architecture: all Provides: x-terminal-emulator Depends: python3-cairo, python3-configobj, python3-dbus, python3-gi, python3-gi-cairo, python3-psutil, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-vte-2.91, gsettings-desktop-schemas, python3:any Recommends: default-dbus-session-bus | dbus-session-bus, gir1.2-keybinder-3.0, gir1.2-notify-0.7, xdg-utils Size: 357196 SHA256: 82b418697bcc730b9fbbf1f82d27e43318fa5ed7aa5ace3f40e1f345b03e7a4d SHA1: fdc2491a325584c354f3b0a07f4d4fd0a52b8558 MD5sum: e58260b704bffbf9034506fb92d3e712 Description: multiple GNOME terminals in one window Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals. . The user can have multiple terminals in one window and use key bindings to switch between them. See the manpage for details. Homepage: https://github.com/gnome-terminator/terminator Section: misc Priority: optional Filename: pool/main/t/terminator/terminator_2.1.3-1~bpo12+2_all.deb Package: testssl.sh Version: 3.2~rc4+dfsg-1~bpo12+1 Installed-Size: 3507 Maintainer: Debian Security Tools Architecture: all Depends: openssl, bsdextrautils, procps, bind9-dnsutils Recommends: libengine-gost-openssl Size: 813652 SHA256: 98e34783becce6586ad7d7da139d4d82c481d9b479d3495576df19853fd28983 SHA1: 8249bade7c5d482ad60839944b81232f41513fe6 MD5sum: 2b3f45435cae3f29388c1b61c75bff76 Description: Command line tool to check TLS/SSL ciphers, protocols and cryptographic flaws testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. . Key features . * Clear output: you can tell easily whether anything is good or bad . * Ease of installation: It works for Linux, Darwin, FreeBSD and MSYS2/Cygwin out of the box: no need to install or configure something, no gems, CPAN, pip or the like. . * Flexibility: You can test any SSL/TLS enabled and STARTTLS service, not only webservers at port 443 . * Toolbox: Several command line options help you to run YOUR test and configure YOUR output . * Reliability: features are tested thoroughly . * Verbosity: If a particular check cannot be performed because of a missing capability on your client side, you'll get a warning . * Privacy: It's only you who sees the result, not a third party . * Freedom: It's 100% open source. You can look at the code, see what's going on and you can change it. Heck, even the development is open (github) Multi-Arch: foreign Homepage: https://testssl.sh/ Section: utils Priority: optional Filename: pool/main/t/testssl.sh/testssl.sh_3.2~rc4+dfsg-1~bpo12+1_all.deb Package: thunar-font-manager Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 84 Maintainer: Debian Fonts Task Force Architecture: arm64 Depends: font-manager (= 0.8.9-1~bpo12+1), thunar (>= 1.8), font-manager-common (>= 0.8.9), libc6 (>= 2.17), libglib2.0-0 (>= 2.44), libjson-glib-1.0-0 (>= 1.5.2), libthunarx-3-0 (>= 1.7.0) Size: 11900 SHA256: daef2d4507012facae6efc7135cc788840186dc57b24ab3fee4abc69dc2eeb65 SHA1: 5eaf8f6605ba785921a80407933eb9220640e8c5 MD5sum: e2d3bf526efaec0a5f03c6b4bedf28fd Description: Thunar extension for Font Manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides integration with the Thunar file manager for Font Manager. Multi-Arch: same Homepage: https://fontmanager.github.io/ Section: xfce Priority: optional Filename: pool/main/f/font-manager/thunar-font-manager_0.8.9-1~bpo12+1_arm64.deb Package: tinyproxy Version: 1.11.2-1~bpo12+1 Installed-Size: 88 Maintainer: Mike Gabriel Architecture: all Depends: adduser, logrotate, lsb-base (>= 3.0-6), tinyproxy-bin (<< 1.11.2-1~bpo12+1.1~), tinyproxy-bin (>= 1.11.2-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 28724 SHA256: 6ce36dd1ae594289cb2bfc27f2af66ded7588ba0361722c4c33316fa3ef1ea2a SHA1: b1a239bc8de90af729ce275c14faf88eeb9ef58e MD5sum: b4b356e8d829e9230d8d95497da53d5c Description: Lightweight, non-caching, optionally anonymizing HTTP proxy An anonymizing HTTP proxy which is very light on system resources, ideal for smaller networks and similar situations where other proxies (such as Squid) may be overkill and/or a security risk. Tinyproxy can also be configured to anonymize HTTP requests (allowing for exceptions on a per-header basis). . This package contains everything for running tinyproxy as a system-wide service. Homepage: https://tinyproxy.github.io/ Section: web Priority: optional Filename: pool/main/t/tinyproxy/tinyproxy_1.11.2-1~bpo12+1_all.deb Package: tinyproxy-bin Source: tinyproxy Version: 1.11.2-1~bpo12+1 Installed-Size: 156 Maintainer: Mike Gabriel Architecture: arm64 Depends: libc6 (>= 2.34) Size: 42332 SHA256: 07af230b3cc2fda207bcc4bea82edbc982c6a0a4f7535465ec33c422f5bf38e4 SHA1: 411846e666f1659b32a513a2c61b78d00de6d32e MD5sum: 0e436095cf69b7ff8d02e02101c6f2df Description: Lightweight, non-caching, optionally anonymizing HTTP proxy (executable only) An anonymizing HTTP proxy which is very light on system resources, ideal for smaller networks and similar situations where other proxies (such as Squid) may be overkill and/or a security risk. Tinyproxy can also be configured to anonymize HTTP requests (allowing for exceptions on a per-header basis). . This package contains the minimal set of files required for running the tinyproxy executable. Homepage: https://tinyproxy.github.io/ Section: web Priority: optional Filename: pool/main/t/tinyproxy/tinyproxy-bin_1.11.2-1~bpo12+1_arm64.deb Package: tio Version: 3.8-1~bpo12+1 Installed-Size: 250 Maintainer: Jakob Haufe Architecture: arm64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), liblua5.4-0 (>= 5.4.4) Size: 90984 SHA256: b57b2aad4f8defd32d651cff7fcc347334bb2cb71d4ec1921a4adcb23c3c3bcd SHA1: b864cadd721e3aea3b2036cc01fe38d9304b3f56 MD5sum: 3dfd7055a278866d1350cef9d52435df Description: simple TTY terminal I/O application tio is a serial device tool which features a straightforward command-line and configuration file interface to easily connect to serial TTY devices for basic I/O operations. . It has support for X- and Y-modem file upload, RS-485, character remapping (NL, CR, etc.), hexadecimal mode, timestamps, file logging, pipe and socket redirect support, and Lua scripting support. . Besides that, it is able to automatically reconnect to TTY devices which disappear intermittently, e.g. USB-to-serial converters. Homepage: https://tio.github.io/ Section: comm Priority: optional Filename: pool/main/t/tio/tio_3.8-1~bpo12+1_arm64.deb Package: tippecanoe Version: 2.52.0-1~bpo12+1 Installed-Size: 2181 Maintainer: Debian GIS Project Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), zlib1g (>= 1:1.2.0.2) Size: 470068 SHA256: e82c56a0797e3cc20773b89b830a99bfdb880c7180bf2c6ea4c38dcdeff089ef SHA1: b27b2159429e1777d8c00c039a3c2635d5c97400 MD5sum: 2647dc0da20247f41f799f2903e7123a Description: build vector tilesets from large collections of GeoJSON features Tippecanoe builds vector tilesets from large (or small) collections of GeoJSON, FlatGeobuf, or CSV features. . The goal of Tippecanoe is to enable making a scale-independent view of your data, so that at any level from the entire world to a single building, you can see the density and texture of the data rather than a simplification from dropping supposedly unimportant features or clustering or aggregating them. . If you give it all of OpenStreetMap and zoom out, it should give you back something that looks like "All Streets" rather than something that looks like an Interstate road atlas. . If you give it all the building footprints in Los Angeles and zoom out far enough that most individual buildings are no longer discernable, you should still be able to see the extent and variety of development in every neighborhood, not just the largest downtown buildings. . If you give it a collection of years of tweet locations, you should be able to see the shape and relative popularity of every point of interest and every significant travel corridor. Homepage: https://github.com/felt/tippecanoe Section: science Priority: optional Filename: pool/main/t/tippecanoe/tippecanoe_2.52.0-1~bpo12+1_arm64.deb Package: tlp Version: 1.8.0-1~bpo12+1 Installed-Size: 845 Maintainer: Raphaël Halimi Architecture: all Depends: hdparm, iw, pciutils, rfkill, usbutils Recommends: tlp-rdw, ethtool Suggests: tp-smapi-dkms, smartmontools Conflicts: laptop-mode-tools, power-profiles-daemon, tuned Size: 110088 SHA256: 69429740aa346cf1d0d837abb763d5c3fde0fb6317f597a4655004c428f0acdb SHA1: 9d2e307ec77158a51aee69d3bf35438dceb0159e MD5sum: 016e5233d864786b634edd6a8f8309bb Description: Optimize laptop battery life TLP is a feature-rich command-line utility, saving laptop battery power without the need to delve deeper into technical details. . TLP’s default settings are already optimized for battery life and implement Powertop’s recommendations out of the box. Moreover TLP is highly customizable to fulfil specific user requirements. . Settings are organized into two profiles, allowing to adjust between savings and performance independently for battery (BAT) and AC operation. In addition TLP can enable or disable Bluetooth, NFC, Wi-Fi and WWAN radio devices on boot. . For ThinkPads and selected other laptops it provides a unified way to configure charge thresholds and recalibrate the battery. Homepage: https://linrunner.de/tlp Section: utils Priority: optional Filename: pool/main/t/tlp/tlp_1.8.0-1~bpo12+1_all.deb Package: tlp-rdw Source: tlp Version: 1.8.0-1~bpo12+1 Installed-Size: 45 Maintainer: Raphaël Halimi Architecture: all Depends: network-manager, tlp (= 1.8.0-1~bpo12+1) Size: 5860 SHA256: a910119ba09eff5abc02a9756280667a7c6e66d4c5957030100f072443acf425 SHA1: a5629ae10c3a8cd8806940b6a9ce85909198f9e6 MD5sum: 3b2c19ee1fff5d395fbcf48e55f4301d Description: Radio device wizard Radio device wizard is an add-on to TLP. It provides event based switching of bluetooth, NFC, Wi-Fi and WWAN radio devices on: - network connect/disconnect - dock/undock Homepage: https://linrunner.de/tlp Section: utils Priority: optional Filename: pool/main/t/tlp/tlp-rdw_1.8.0-1~bpo12+1_all.deb Package: tmux Version: 3.5a-2~bpo12+1 Installed-Size: 1237 Maintainer: Romain Francoise Architecture: arm64 Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libjemalloc2 (>= 2.1.1), libsystemd0 (>= 221), libtinfo6 (>= 6) Size: 450768 SHA256: bdbb9fc634fadd7b9dde2366826033e09d03381a578e3b47d4fd9a18a327e80c SHA1: 2f09450181182cca677463f8800f5c63fc1e60fd MD5sum: 3c6762b135b5ec379cd06f69578572dd Description: terminal multiplexer tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a number of sessions, each of which may have a number of windows linked to it. Any number of clients may connect to a session, or the server may be controlled by issuing commands with tmux. Communication takes place through a socket, by default placed in /tmp. Moreover tmux provides a consistent and well-documented command interface, with the same syntax whether used interactively, as a key binding, or from the shell. It offers a choice of vim or Emacs key layouts. Homepage: https://tmux.github.io/ Section: admin Priority: optional Filename: pool/main/t/tmux/tmux_3.5a-2~bpo12+1_arm64.deb Package: tomcat-jakartaee-migration Version: 1.0.8-1~bpo12+1 Installed-Size: 760 Maintainer: Debian Java Maintainers Architecture: all Depends: libbcel-java (>= 6.5.0), libcommons-compress-java (>= 1.25.0), libcommons-io-java (>= 2.16.1) Size: 669008 SHA256: b50afa20c75aef3f908fbd874ab6a07a80c9ab3e8b44e145cb1c77a5553e2d77 SHA1: f41cb4d18d5f690a48121355f94e8b0ac91354e0 MD5sum: 1a444abfe089484c9b3e396b9996829b Description: Apache Tomcat migration tool for Jakarta EE The aim of the Apache Tomcat migration tool for Jakarta EE is to take a web application written for Java EE 8 that runs on Apache Tomcat 9 and convert it automatically so it runs on Apache Tomcat 10 which implements Jakarta EE 9. Homepage: https://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat-jakartaee-migration/tomcat-jakartaee-migration_1.0.8-1~bpo12+1_all.deb Package: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 298 Maintainer: Debian Java Maintainers Architecture: all Depends: systemd (>= 238) | systemd-sysusers, systemd (>= 238) | systemd-tmpfiles, tomcat10-common (>= 10.1.40-1~bpo12+1), ucf Recommends: libtcnative-1 (>= 1.2.18) Suggests: tomcat10-admin (>= 10.1.40-1~bpo12+1), tomcat10-docs (>= 10.1.40-1~bpo12+1), tomcat10-examples (>= 10.1.40-1~bpo12+1), tomcat10-user (>= 10.1.40-1~bpo12+1) Size: 41328 SHA256: 44ade7817a283caea50a65959820aaf4dfe07b058cbbeb552b392f81c1a8ab40 SHA1: c524cfb9523670aad4910abd40e2ece31bafe7c9 MD5sum: b177f0dde8c4ff31ad8ae7afebaf3154 Description: Apache Tomcat 10 - Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat10-docs and tomcat10-examples packages if you want them. Install tomcat10-user instead of this package if you don't want Tomcat to start as a service. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/tomcat10_10.1.40-1~bpo12+1_all.deb Package: tomcat10-admin Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 321 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.40-1~bpo12+1) Size: 71556 SHA256: 83dbce3203afa6fc0de6d991901400cecbc3b04c2d444922210b2df0fb7a5b81 SHA1: 2b005e3434edf95fb5789f373ee8b229b5c23bb8 MD5sum: a05f60043ef7abe5be25c8fd6ffcee99 Description: Apache Tomcat 10 - Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/tomcat10-admin_10.1.40-1~bpo12+1_all.deb Package: tomcat10-common Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 176 Maintainer: Debian Java Maintainers Architecture: all Depends: default-jre-headless | java11-runtime-headless | java11-runtime, libtomcat10-java (>= 10.1.40-1~bpo12+1) Size: 66056 SHA256: 02c09413c32927c1446bf7409e163a01fead9f1874e4816910fdefbca24a17f0 SHA1: c69359e3989fa0c355ab549ef4773624997e935b MD5sum: 1e94bdb521233024698f9becf0be7eab Description: Apache Tomcat 10 - Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat10 and tomcat10-user packages (Tomcat 10 scripts and libraries). Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/tomcat10-common_10.1.40-1~bpo12+1_all.deb Package: tomcat10-docs Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 3995 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.40-1~bpo12+1) Size: 1244576 SHA256: 904ba1b3668ed7792c60f0f2bd92b8e3cdd54fb03e9f941c74e1dc332b2dfd3d SHA1: 43c0236b646883568471292875bf7e68b9779d73 MD5sum: 5fbe2ccf352c01dcc049ef79d0237618 Description: Apache Tomcat 10 - Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Homepage: http://tomcat.apache.org Section: doc Priority: optional Filename: pool/main/t/tomcat10/tomcat10-docs_10.1.40-1~bpo12+1_all.deb Package: tomcat10-examples Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 1429 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.40-1~bpo12+1) Size: 392024 SHA256: d72d69af4e8161be118fc1596f32445c071c2f86231e7e76d28749062682d47d SHA1: e32b0431deb147d988ebab055d2062434f07b11c MD5sum: a954e20916a806c58f6817ee285e4a47 Description: Apache Tomcat 10 - Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/tomcat10-examples_10.1.40-1~bpo12+1_all.deb Package: tomcat10-user Source: tomcat10 Version: 10.1.40-1~bpo12+1 Installed-Size: 253 Maintainer: Debian Java Maintainers Architecture: all Depends: netcat-openbsd, tomcat10-common (>= 10.1.40-1~bpo12+1) Suggests: tomcat10 (>= 10.1.40-1~bpo12+1), tomcat10-admin (>= 10.1.40-1~bpo12+1), tomcat10-docs (>= 10.1.40-1~bpo12+1), tomcat10-examples (>= 10.1.40-1~bpo12+1) Size: 37580 SHA256: c70d3dea69fa13f91e4da9dab4a72bfdc25c02c6f9e5db944e3fcd5b63369343 SHA1: 45fb91a8d1f0d24930a10433729b86628dad7e5e MD5sum: bad8ad9230702821f6d7b9773f22dcc7 Description: Apache Tomcat 10 - Servlet and JSP engine -- tools to create user instances Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains files needed to create a user Tomcat instance. This user Tomcat instance can be started and stopped using the scripts provided in the Tomcat instance directory. Homepage: http://tomcat.apache.org Section: java Priority: optional Filename: pool/main/t/tomcat10/tomcat10-user_10.1.40-1~bpo12+1_all.deb Package: tor Version: 0.4.8.14-1~bpo12+1 Installed-Size: 5762 Maintainer: Peter Palfrader Architecture: arm64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libevent-2.1-7 (>= 2.1.8-stable), liblzma5 (>= 5.1.1alpha+20120614), libssl3 (>= 3.0.0), libsystemd0, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), adduser, runit-helper (>= 2.14.0~), lsb-base Recommends: logrotate, tor-geoipdb, torsocks Suggests: mixmaster, torbrowser-launcher, socat, apparmor-utils, nyx, obfs4proxy Conflicts: libssl0.9.8 (<< 0.9.8g-9) Breaks: runit (<< 2.1.2-51~) Size: 1962576 SHA256: 6d93ec1e03475a4d85b422d7eac58bccec45498237a786056eece2604885c6c6 SHA1: aa598f4042e9cb3f891010df1074573b493f832c MD5sum: 9b97af60901582351d7e2328fd43061d Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system. . Clients choose a source-routed path through a set of relays, and negotiate a "virtual circuit" through the network, in which each relay knows its predecessor and successor, but no others. Traffic flowing down the circuit is decrypted at each relay, which reveals the downstream relay. . Basically, Tor provides a distributed network of relays. Users bounce their TCP streams (web traffic, ftp, ssh, etc) around the relays, and recipients, observers, and even the relays themselves have difficulty learning which users connected to which destinations. . This package enables only a Tor client by default, but it can also be configured as a relay and/or a hidden service easily. . Client applications can use the Tor network by connecting to the local socks proxy interface provided by your Tor instance. If the application itself does not come with socks support, you can use a socks client such as torsocks. . Note that Tor does no protocol cleaning on application traffic. There is a danger that application protocols and associated programs can be induced to reveal information about the user. Tor depends on Torbutton and similar protocol cleaners to solve this problem. For best protection when web surfing, the Tor Project recommends that you use the Tor Browser Bundle, a standalone tarball that includes static builds of Tor, Torbutton, and a modified Firefox that is patched to fix a variety of privacy bugs. Homepage: https://www.torproject.org/ Section: net Priority: optional Filename: pool/main/t/tor/tor_0.4.8.14-1~bpo12+1_arm64.deb Package: tor-geoipdb Source: tor Version: 0.4.8.14-1~bpo12+1 Installed-Size: 19881 Maintainer: Peter Palfrader Architecture: all Replaces: tor (<< 0.2.4.8) Depends: tor (>= 0.4.8.14-1~bpo12+1) Breaks: tor (<< 0.2.4.8) Size: 2425332 SHA256: cbff953b5b93b9747a471f1aaf6fbe0621b2c19b3b733833e90e3e337ad513d9 SHA1: f0fe9dec28768d855bbee3040d2e8b816b92a4c9 MD5sum: 642c1b20733d291e8ba3a748c0113ca5 Description: GeoIP database for Tor This package provides a GeoIP database for Tor, i.e. it maps IPv4 addresses to countries. . Bridge relays (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they see connections from. These statistics enable the Tor network operators to learn when certain countries start blocking access to bridges. . Clients can also use this to learn what country each relay is in, so Tor controllers like arm or Vidalia can use it, or if they want to configure path selection preferences. Homepage: https://www.torproject.org/ Section: net Priority: optional Filename: pool/main/t/tor/tor-geoipdb_0.4.8.14-1~bpo12+1_all.deb Package: tp-smapi-dkms Source: tp-smapi Version: 0.44-1~bpo12+1 Installed-Size: 131 Maintainer: Evgeni Golov Architecture: all Depends: dkms (>= 2.1.0.0) Size: 41860 SHA256: 1463d1c67ab1d8c7fdb53b320200214dc5ca3bd7ca29ae4bb6096da4d88a7eba SHA1: 6a5b31ed2570399f69ba4488baf3403bc260c3cf MD5sum: c1068a57280965f57d570c0e159eee90 Description: ThinkPad hardware/firmware access modules source - dkms version The tp_smapi kernel module exposes some features of the ThinkPad hardware/firmware via a sysfs interface. Currently, the main implemented functionality is control of battery charging and extended battery status. The underlying hardware interfaces are SMAPI and direct access to the embedded controller. . This package also brings the source for an improved version of HDAPS which should work on newer ThinkPads too (the stock kernel version does not). . This package contains the source to be built with dkms. Homepage: https://github.com/linux-thinkpad/tp_smapi Section: kernel Priority: optional Filename: pool/main/t/tp-smapi/tp-smapi-dkms_0.44-1~bpo12+1_all.deb Package: tpm2-tss-engine-dev Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 28 Maintainer: Luca Boccassi Architecture: all Depends: libengine-tpm2-tss-openssl (>= 1.2.0-2~bpo12+1), libtss2-dev Size: 9704 SHA256: e4567a13a99ef4e08c593f0093987863d8fd4ca6c6a1fe164fd10d4d10b99c46 SHA1: a0eb614db75f42f65a41fac31cf31535cfd31db6 MD5sum: 7a90de53e99888a6d0ef069b37874fe8 Description: OpenSSL engine for tpm2-tss (development files) With this engine for OpenSSL you can use OpenSSL library and command line tools with any TPM2 implementation as backend for the crypto operations. . This package contains the development headers and manual pages. Multi-Arch: foreign Homepage: https://github.com/tpm2-software/tpm2-tss-engine Section: libdevel Priority: optional Filename: pool/main/t/tpm2-tss-engine/tpm2-tss-engine-dev_1.2.0-2~bpo12+1_all.deb Package: tpm2-tss-engine-tools Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 92 Maintainer: Luca Boccassi Architecture: arm64 Depends: libengine-tpm2-tss-openssl (= 1.2.0-2~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 11396 SHA256: d079a14d2f0035ebb3fd906373288756fe73f26a03d7d9de2fb1093f86e296fb SHA1: 3a241c7cadf35435c25ad75e6b343541e8638c46 MD5sum: c567dc9b801e2728fe3fdb75d81e9f32 Description: OpenSSL engine for tpm2-tss (tools) With this engine for OpenSSL you can use OpenSSL library and command line tools with any TPM2 implementation as backend for the crypto operations. . This package contains a command line helper to generate keys. Homepage: https://github.com/tpm2-software/tpm2-tss-engine Section: utils Priority: optional Filename: pool/main/t/tpm2-tss-engine/tpm2-tss-engine-tools_1.2.0-2~bpo12+1_arm64.deb Package: trac Version: 1.6-2~bpo12+1 Installed-Size: 7971 Maintainer: Debian Python Team Architecture: all Depends: libjs-excanvas, libjs-jquery, libjs-jquery-ui, libjs-jquery-timepicker, python3-jinja2, python3-setuptools, python3-pkg-resources, python3:any Recommends: apache2 | httpd, python3-babel, python3-docutils, python3-pygments, python3-subversion, python3-tz Suggests: libapache2-mod-wsgi, python3-psycopg2, python3-textile, trac-accountmanager, trac-authopenid, trac-bitten, trac-bzr (>= 0.2+bzr45), trac-customfieldadmin, trac-email2trac, trac-graphviz, trac-ja-resource, trac-mastertickets, trac-mercurial (>= 0.11.0.4), trac-spamfilter, trac-wikiprint, trac-wikirename, trac-wysiwyg, trac-xmlrpc Size: 1439676 SHA256: fa42ab6819e7f21ad6ac0a27438b355c5d2bdce0fa4c75064b88b4f2ff986426 SHA1: 6506e37a2bc9679562af3b1f709f7b8243cb162f MD5sum: 48209de4813e04a8a1e87170e657bd61 Description: Enhanced wiki and issue tracking system for software development projects Trac uses a minimalistic approach to web-based software project management. Its mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones. Homepage: http://trac.edgewall.com Section: web Priority: optional Filename: pool/main/t/trac/trac_1.6-2~bpo12+1_all.deb Package: trac-accountmanager Version: 0.6.0-1~bpo12+1 Installed-Size: 535 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac (>= 1.6), python3-aiosmtpd Size: 110672 SHA256: ed313f866e1e47ec8b5154ce8988c97093503c087f955a9ecff70ed31fe5f5e4 SHA1: 713ffa7f52ea0e8df40b31f9a4ac5f85a943dc8f MD5sum: 253767effe13f6cc599222b0fe96f371 Description: account management plugin for Trac Offers several features for managing user accounts on Trac: - allow users to register new accounts - login via an HTML form instead of using HTTP authentication - allow existing users to change their passwords or delete their accounts Homepage: http://trac-hacks.org/wiki/AccountManagerPlugin Section: python Priority: optional Filename: pool/main/t/trac-accountmanager/trac-accountmanager_0.6.0-1~bpo12+1_all.deb Package: trac-customfieldadmin Version: 0.4.0+svn18456-2~bpo12+1 Installed-Size: 57 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 10452 SHA256: 9f87be203ea496b2fdc906dfe3d6f52e83e6a2a2174023a50301ecec764efc56 SHA1: 0407c00c842c6dd72422a799af9dcba93293d094 MD5sum: a14c768f3e883cea41ae5c4a2453d102 Description: panel for administrating custom ticket fields in Trac This Trac plugin is a web admin panel for administrating custom fields - adding, modifying and deleting them without editing the trac.ini file directly. Homepage: http://trac-hacks.org/wiki/CustomFieldAdminPlugin Section: web Priority: optional Filename: pool/main/t/trac-customfieldadmin/trac-customfieldadmin_0.4.0+svn18456-2~bpo12+1_all.deb Package: trac-httpauth Version: 1.3-2~bpo12+1 Installed-Size: 24 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac-accountmanager, trac Size: 4848 SHA256: 66514bdbff2a7d153f80df544e63abde2d4d9f3a479ee78aab2236839244fec2 SHA1: 40b4bee6746e0659ae54a41e70443f4fd5d33c82 MD5sum: d096502095e504cf0c20642b308cbdf9 Description: Force HTTP authentication from within Trac Allows you to protect certain paths with HTTP authentication, while the AccountManagerPlugin is used to check passwords. Primarily this is meant to be used with the XmlRpcPlugin so it will work while using AccountManager's form-based logins. Homepage: http://trac-hacks.org/wiki/HttpAuthPlugin Section: web Priority: optional Filename: pool/main/t/trac-httpauth/trac-httpauth_1.3-2~bpo12+1_all.deb Package: trac-roadmap Version: 0.4.3-1~bpo12+1 Installed-Size: 44 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 7680 SHA256: e37eeda7ca9b222888776acc1fbbe02c65a8eee8f7ec08dd5d19657bdf503eb2 SHA1: 055adb1183c6b14bba77266f3b373e5c88ab4104 MD5sum: 98611da5092b67e8877c8dd571d6cca0 Description: enhances the Trac roadmap with sorting and filtering This plugin for Trac adds simple milestone sorting and filtering options to the roadmap view. Homepage: http://trac-hacks.org/wiki/RoadmapPlugin Section: web Priority: optional Filename: pool/main/t/trac-roadmap/trac-roadmap_0.4.3-1~bpo12+1_all.deb Package: trac-subcomponents Version: 1.3.3-2~bpo12+1 Installed-Size: 50 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac (>= 1.6) Recommends: libjs-jquery, graphviz Size: 10944 SHA256: 1bc6528871fa61e5631856d7fba022650b12f64ff0900097257be904f70ed05e SHA1: 5fad0e68634f7d82aaf5d280e2051caaa77a5209 MD5sum: 56c79b34918bbd9285bd08ea3cb2f646 Description: use multiple layers of components in Trac This plugin alters Trac's behaviour so that the interface supports multiple layers of components. In project with lots of components, rearranging these components into several layers can clear up the list of components. Components need to be slash ("/") separated. Homepage: https://trac-hacks.org/wiki/SubcomponentsPlugin Section: web Priority: optional Filename: pool/main/t/trac-subcomponents/trac-subcomponents_1.3.3-2~bpo12+1_all.deb Package: trac-wikiprint Version: 4.0.0+svn18614-1~bpo12+1 Installed-Size: 74 Maintainer: Debian Python Team Architecture: all Depends: python3-pdfkit, python3:any, trac Size: 13996 SHA256: 91da57c3a44ee25f75c8b24a3990c1536f6f1a795d7edf0b80dcdd6df06f603f SHA1: d864e573d47fc6fd43264bc2fd172098428a9a00 MD5sum: 448e11db3664ec88c6a2e3d7688e6936 Description: Make Trac wiki pages printable, exporting to PDF or printable HTML This Trac plugin allows export of one or multiple wiki pages in PDF or HTML format. It features: * Fully customizable header/footers for PDF * Syntax highlighting in exported format, using pygments * Customizable front page for PDF book format * Automatic creation of Table of Contents if [[PageOutline]] Macro is used The style of the resulting PDF or HTML can be fully customized using CSS files. Homepage: http://trac-hacks.org/wiki/TracWikiPrintPlugin Section: web Priority: optional Filename: pool/main/t/trac-wikiprint/trac-wikiprint_4.0.0+svn18614-1~bpo12+1_all.deb Package: trac-wysiwyg Version: 0.12.0.7+svn18546-2~bpo12+1 Installed-Size: 188 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac, libjs-jquery Size: 35172 SHA256: 9a177f42058ae65305ad5740fa2ad950020d7758bf2ace58e113d310ebe6464b SHA1: 58245f90e76e3208ebc6bbf3e14c940b5e686e6b MD5sum: 6a4f4c75d07e6d278a1a477b817d2fa4 Description: WYSIWYG style editor for the Trac issue tracking system trac-wysiwyg allows the user to edit all textarea fields in Trac in a WYSIWYG style, e.g. in wiki pages, ticket descriptions, ticket comments and so on. Users may freely switch between the traditional and WYSIWYG editing mode during editing. Especially the aid in editing tables justifies the installation of this plugin. Homepage: https://trac-hacks.org/wiki/TracWysiwygPlugin Section: web Priority: optional Filename: pool/main/t/trac-wysiwyg/trac-wysiwyg_0.12.0.7+svn18546-2~bpo12+1_all.deb Package: trac-xmlrpc Version: 1.2.0+svn18521-2~bpo12+1 Installed-Size: 117 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 24064 SHA256: 0c4ec896d733d6b07b412d263f34e962dca30e9d3e3cdc269b3f60ce614fb211 SHA1: f3343bd84b11a4047890d109c7735360e544197d MD5sum: 2596ef55c6b5ccefb1fb4efa00955db6 Description: XML-RPC interface to the Trac wiki and issue tracking system This plugin allows Trac plugins to export select parts of their interface via XML-RPC. It also includes some exported functions for manipulating tickets, with plans to include interfaces to other parts of Trac's API. Homepage: https://trac-hacks.org/wiki/XmlRpcPlugin Section: web Priority: optional Filename: pool/main/t/trac-xmlrpc/trac-xmlrpc_1.2.0+svn18521-2~bpo12+1_all.deb Package: trezor Source: python-trezor Version: 0.13.9-4~bpo12+1 Installed-Size: 41 Maintainer: Debian Python Team Architecture: all Replaces: python-trezor Depends: python3-trezor (= 0.13.9-4~bpo12+1), python3:any Recommends: python3-cryptography, python3-pil, python3-pyqt5 Suggests: cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, python3-hid Breaks: python-trezor Size: 22624 SHA256: 46fb7250dc7ac601c28811476d4693aa3e8a7f1976fd8ca60e09c6fb40e723d4 SHA1: 9bca5cf385102c767795d8ec2dffef46dcb638b9 MD5sum: e266d4e37222fcbd6cae8d2b5009edda Description: utilities for communicating with TREZOR Bitcoin HW wallet No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the trezorctl binary for interacting with a TREZOR wallet, and the udev rules needed to make the device accessible. Homepage: https://github.com/trezor/trezor-firmware/tree/main/python Section: utils Priority: optional Filename: pool/main/p/python-trezor/trezor_0.13.9-4~bpo12+1_all.deb Package: trurl Version: 0.16-1~bpo12+1 Installed-Size: 92 Maintainer: Michael Ablassmeier Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.88.1) Size: 27500 SHA256: 7092d3d9dc6173871f90d637e09d58b9045d5a62614311b7c8ad4061861f36c7 SHA1: 944052254feb8eb4a075b587a3f22a111bcd6bbd MD5sum: d35ef232fd6c16a0eb3ef05fa280efd0 Description: command line tool for URL parsing and manipulation trurl is a cli tool that parses and manipulates URLs, designed to help shell script authors everywhere. Typically you pass in one or more URLs and decide what of that you want output. Posssibly modifying the URL as well. . trurl knows URLs and every URL consists of up to ten separate and independent "components". These components can be extracted, removed and updated with trurl and they are referred to by their respective names: scheme, user, password, options, host, port, path, query, fragment and zoneid. Homepage: https://github.com/curl/trurl Section: web Priority: optional Filename: pool/main/t/trurl/trurl_0.16-1~bpo12+1_arm64.deb Package: trustedqsl Version: 2.7.5-1~bpo12+1 Installed-Size: 29479 Maintainer: Debian Hamradio Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.56.1), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), zlib1g (>= 1:1.2.3.3) Size: 1412212 SHA256: 63ca315572199557fe652cc22d61516625fc00f3047dfb1f88780a8c6db08184 SHA1: 83926b22f21ec8e539bb7fa0512f028de7efb6d1 MD5sum: ab52add5416c46533ad8fb9bfeac2804 Description: QSL log signing for the Logbook of the World (LoTW) Open source libraries and utilities to support using digital signatures for amateur radio QSL information. . A QSL is a confirmation of contact between two amateur radio stations. The ARRL Logbook of the World project is a database which collects data about contacts between amateur stations (QSOs). This package provides the 'tqsl' program for maintaining your digital certificates for LoTW and signing and uploading QSO log files. Homepage: https://sourceforge.net/projects/trustedqsl/ Section: hamradio Priority: optional Filename: pool/main/t/trustedqsl/trustedqsl_2.7.5-1~bpo12+1_arm64.deb Package: tuigreet Version: 0.8.0-4~bpo12+1 Installed-Size: 2261 Maintainer: Johannes Schauer Marin Rodrigues Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Size: 665456 SHA256: eda1031f4a8c53d28f7f90263ec7d877519d8ac306492737ac0894ced9529f83 SHA1: c07da3a918cef4d4a57d03a001a325949e63f133 MD5sum: 7a27a76da0c2a9c2fc49ccfa5222df33 Description: Graphical console greeter for greetd A terminal greeter for the greetd login manager daemon using Rust tui to render login prompt widgets to the terminal. It supports: . - displaying the current date and time - fetching sessions from /usr/share/xsessions and /usr/share/wayland-sessions - remembering the last user and their chosen session - shutdown and reboot - displaying all usernames returned by NSS in a drop-down menu Homepage: https://github.com/apognu/tuigreet Section: misc Priority: optional Filename: pool/main/t/tuigreet/tuigreet_0.8.0-4~bpo12+1_arm64.deb Package: ubuntu-archive-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 9 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2776 SHA256: 74f0eed16a85a1b7c23e96b97690bf1dc1d65520c29c4eb5dd57a38c04473358 SHA1: 06c657323536cf88d90d4ec8f084a72d5c0dff3e MD5sum: 7ac65166eb89231a57c1b4ddce7827d2 Description: GnuPG keys of the Ubuntu archive - transition package This is a transitional package, it can be safely removed. Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-archive-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-cloud-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 13 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2928 SHA256: 73d98db096a90eae1fec653802b3fda263aeac25d4606e85ce30916a8cfa47d4 SHA1: 6b3a7f9b5eed8b43e3fb4978899a04c56bd44115 MD5sum: d6d1c1393fb23cdb5938dcb46781bc04 Description: transitional package for ubuntu-keyring This is a transitional package for ubuntu-keyring Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-cloud-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-dbgsym-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 13 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2972 SHA256: 57d4f0f0c359cbd697eb14c04cccca9115d49d83123a452d46fdf47f26b92b0f SHA1: 4bd270980c7e09875f502cd930fb6148d3d200fc MD5sum: ae752cbcc5dd9f03424dc6529868f4a3 Description: GnuPG keys of the Ubuntu archive - transition package This is a transitional package, it can be safely removed. Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-dbgsym-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 29 Maintainer: Hideki Yamane Architecture: all Replaces: ubuntu-archive-keyring (<< 2023.11.28.1), ubuntu-cloud-keyring (<< 2023.11.28.1), ubuntu-dbgsym-keyring (<< 2023.11.28.1) Provides: ubuntu-archive-keyring, ubuntu-cloud-keyring, ubuntu-dbgsym-keyring Breaks: ubuntu-archive-keyring (<< 2023.11.28.1), ubuntu-cloud-keyring (<< 2023.11.28.1), ubuntu-dbgsym-keyring (<< 2023.11.28.1) Size: 13988 SHA256: 612bed56f89a8e2b95d0b72e69f02735727db641a2f310afa1da9fecad57ae49 SHA1: 8c52872dd831955cb5523cc2fde30cdd3b22c31b MD5sum: 7e5aa06ba0a3e4a8931d283670d17179 Description: all GnuPG keys used by Ubuntu Project The Ubuntu project digitally signs its Release files. This package contains below archive keys used for that. . * ubuntu-archive-keyring - Ubuntu Archive * ubuntu-cloud-keyring.gpg - Cloud Archive * ubuntu-cloudimage-keyring - Cloud Images * ubuntu-dbgsym-keyring - Debug Symbols Archive * ubuntu-oem-keyring.gpg - OEM Archive * ubuntu-master-keyring - key rotation keyring Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: misc Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: udev Source: systemd Version: 254.26-1~bpo12+1 Installed-Size: 11421 Maintainer: Debian systemd Maintainers Architecture: arm64 Replaces: systemd (<< 254.5-1~bpo12+2~) Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.35), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), systemd | systemd-standalone-sysusers | systemd-sysusers, libudev1 (= 254.26-1~bpo12+1), systemd-dev (>= 254.26-1~bpo12+1) Breaks: systemd (<< 254.5-1~bpo12+2~) Size: 1731888 SHA256: 96628accaef6b3e80dfcf87c601481be5078058e2151e936372527408c15d58d SHA1: 9d8e15f2040a53add668e9dc230edaaa478abf1b MD5sum: e9ace5eba941a97b45ac4fafdbfd1b6e Description: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/udev_254.26-1~bpo12+1_arm64.deb Package: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 5912 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 1649836 SHA256: 6d736f890ed00be379e10695d4a872955e387d5b77b6ff5a8d407d6952cf5e05 SHA1: eb21d3e1ebf0d57979a8214070a944eab05f9b93 MD5sum: 8f3e334f289f6f5bf08081854f84ed1d Description: Open Container Images manipulation tool umoci creates and modifies Open Container images. See the official website (https://umo.ci/) for more accessible documentation about how to use umoci. . umoci intends to be a complete manipulation tool for OCI images (https://github.com/opencontainers/image-spec). In particular, it should be seen as a more end-user-focused version of the oci-image-tools provided by the OCI (https://github.com/opencontainers/image-tools). The hope is that all of this tooling will eventually be merged with the upstream repository, so that it is always kept up-to-date by the Open Container Initiative community. . umoci provides tooling that can abstract all of the internals of the OCI specification into a single CLI interface. Homepage: https://umo.ci Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.19 (= 1.19.8-2), golang-blackfriday-v2 (= 2.1.0-1), golang-github-apex-log (= 1.1.1-3), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cyphar-filepath-securejoin (= 0.2.3-1), golang-github-docker-go-units (= 0.4.0-4), golang-github-fatih-color (= 1.7.0-1), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-pgzip (= 1.2.5-2), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.17-1), golang-github-opencontainers-go-digest (= 1.0.0-2), golang-github-opencontainers-image-spec (= 1.1.0~rc4-3~bpo12+1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1), golang-github-pkg-errors (= 0.9.1-2), golang-github-rootless-containers-proto (= 0.1.2-2), golang-github-urfave-cli (= 1.22.9-2), golang-github-vbatts-go-mtree (= 0.4.4-2), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-sys (= 0.3.0-1), golang-google-protobuf (= 1.28.1-3), golang-logrus (= 1.9.0-1), runc (= 1.1.5+ds1-1) Section: devel Priority: optional Filename: pool/main/u/umoci/umoci_0.4.7+ds-4~bpo12+1_arm64.deb Package: uno-libs-private Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 721 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: uno-libs3 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 5.3.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 4:7.5.0~), libreoffice-core-nogui (<< 4:7.5.0~), libuno-cppuhelpergcc3-3 (<< 4:7.5.0~), uno-libs3 Size: 202404 SHA256: 67028739ec97d1ad708e8a77039decd2dd1b128361abf3f66f22f9f790db793d SHA1: 209c32c073a1c50ead39f5639ce5d963db3754e5 MD5sum: 232eae12a86e4c7dc3583da93d78a9f4 Description: LibreOffice UNO runtime environment -- private libraries used by public ones The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains some private UNO/URE libraries which are used by public ones (e.g. cppu). Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/uno-libs-private_25.2.3-2~bpo12+1_arm64.deb Package: upx-ucl Version: 4.2.2-3~bpo12+1 Installed-Size: 2491 Maintainer: Robert Luberda Architecture: arm64 Provides: upx Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11) Size: 578724 SHA256: 21a9d82943ea9f058b6835adc5cab2becdb1b37f1c94221dcda64a8cdb743c5e SHA1: 39e9db575b9df7f8f607d296677f58fcabaa6d8b MD5sum: 339b7a5eaadd005029ab28d17d4f8430 Description: efficient live-compressor for executables UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times etc. The current version can compress executables for DOS, Linux/ELF (i386, amd64, ppc32) and some other files for different OS. . NOTE: This package is based on the UCL library, which is licensed under GPL. Homepage: https://upx.github.io/ Section: utils Priority: optional Filename: pool/main/u/upx-ucl/upx-ucl_4.2.2-3~bpo12+1_arm64.deb Package: ure Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 4636 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: libjuh-java (<< 1:6.4.0~rc1-6), libjurt-java (<< 1:6.4.0~rc1-6), libreoffice-common (<< 1:4.5.0), libreoffice-core (<< 1:5.3.0~beta1~), libridl-java (<< 1:6.4.0~rc1-6), libunoloader-java (<< 1:6.4.0~rc1-6), ure-java (<< 1:7.1.1~rc2-1) Depends: uno-libs-private (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), liblangtag1 (>= 0.4.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-purpenvhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libxml2 (>= 2.7.4) Breaks: libjuh-java (<< 1:6.4.0~rc1-6), libjurt-java (<< 1:6.4.0~rc1-6), libreoffice-common (<< 1:4.5.0), libreoffice-core (<< 1:7.4.0~), libreoffice-core-nogui (<< 1:7.4.0~), libridl-java (<< 1:6.4.0~rc1-6), libunoloader-java (<< 1:6.4.0~rc1-6), ure-java (<< 1:7.1.1~rc2-1) Size: 1136032 SHA256: 5b4511a1b9408f0d0769d57fd1035f03492de3e2a1abea3e2f30be96431e4807 SHA1: 9e57c80af4e0599d6e1e0a3b06a610f2a9ce06c3 MD5sum: 2276361a7a11dcfe9a2ea8da28a9a088 Description: LibreOffice UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: libs Priority: optional Filename: pool/main/libr/libreoffice/ure_25.2.3-2~bpo12+1_arm64.deb Package: ure-java Source: libreoffice Version: 4:25.2.3-2~bpo12+1 Installed-Size: 589 Maintainer: Debian LibreOffice Maintainers Architecture: arm64 Replaces: ure (<< 4:24.2.0~rc1~) Depends: libunoloader-java, uno-libs-private (= 4:25.2.3-2~bpo12+1), ure (= 4:25.2.3-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: liblibreoffice-java, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: ure (<< 4:24.2.0~rc1~) Size: 194384 SHA256: 018da5a176bde71e8d34d46bfd4f943d2bb99d9cefc03551f05d6063fdf7ec70 SHA1: aa5a1ce100477633b666a3bed69a7fa3e0d01747 MD5sum: 7fc03acc4366f936f1dfbf1153aaf380 Description: LibreOffice UNO runtime environment -- Java support The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the Java support in the URE. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: java Priority: optional Filename: pool/main/libr/libreoffice/ure-java_25.2.3-2~bpo12+1_arm64.deb Package: usbip Source: linux (6.6.13-1~bpo12+1) Version: 2.0+6.6.13-1~bpo12+1 Installed-Size: 884 Maintainer: Debian Kernel Team Architecture: arm64 Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Size: 782068 SHA256: d048b122dcaf57007c90c04ca6f8381023b86598686587f4dddf77e157cb3ed2 SHA1: f3af3e8818a3c64a4896b7ca802ae08d7def766a MD5sum: b5bae4b8e0a257af502d9220763cfb63 Description: USB device sharing system over IP network USB/IP is a system for sharing USB devices over the network. . To share USB devices between computers with their full functionality, USB/IP encapsulates "USB requests" into IP packets and transmits them between computers. . Original USB device drivers and applications can be used for remote USB devices without any modification of them. A computer can use remote USB devices as if they were directly attached. . Currently USB/IP provides no access control or encryption. It should only be used in trusted environments. . This package provides the server component 'usbipd' and the client tool 'usbip'. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/usbip_2.0+6.6.13-1~bpo12+1_arm64.deb Package: v4l2loopback-dkms Source: v4l2loopback Version: 0.13.2-1~bpo12+1 Installed-Size: 144 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: all Depends: dkms (>= 2.1.0.0) Suggests: v4l2loopback-utils Size: 50272 SHA256: fea08332aefeae5b11f1fd772b343f01a7a4909766d840f97d2cee9e8f952aab SHA1: 1acec47ee10dfbf10a2418f5e60dc95e7f616411 MD5sum: cb686498e2fc952e31c151d76cc0bf04 Description: Source for the v4l2loopback driver (DKMS) This module allows you to create "virtual video devices". Normal (v4l2) applications will read these devices as if they were ordinary video devices, but the video will not be read from e.g. a capture card but instead it is generated by another application. . This package provides the source code for the v4l2loopback kernel modules to be built with dkms. Homepage: https://github.com/umlaeute/v4l2loopback Section: kernel Priority: optional Filename: pool/main/v/v4l2loopback/v4l2loopback-dkms_0.13.2-1~bpo12+1_all.deb Package: v4l2loopback-source Source: v4l2loopback Version: 0.13.2-1~bpo12+1 Installed-Size: 82 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: all Depends: bzip2, debhelper, make Recommends: module-assistant Size: 73148 SHA256: 891864afca4200acea59058589f7fb9028240991ca4dd7c2fbaef433444b6c79 SHA1: 4570e080d093ad35e9e13bca3a96a1d837a1208e MD5sum: ccc23076f895d03024e2d2054f00a79d Description: Source for the v4l2loopback driver This module allows you to create "virtual video devices". Normal (v4l2) applications will read these devices as if they were ordinary video devices, but the video will not be read from e.g. a capture card but instead it is generated by another application. . This package provides the source code for the v4l2loopback kernel modules. Homepage: https://github.com/umlaeute/v4l2loopback Section: kernel Priority: optional Filename: pool/main/v/v4l2loopback/v4l2loopback-source_0.13.2-1~bpo12+1_all.deb Package: v4l2loopback-utils Source: v4l2loopback Version: 0.13.2-1~bpo12+1 Installed-Size: 109 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: arm64 Depends: libc6 (>= 2.34) Recommends: gstreamer1.0-tools, sudo, v4l-utils, v4l2loopback-dkms | v4l2loopback-modules Size: 40564 SHA256: c6d56196fe6a10007212e3266470b45e9482337bf133e5fbc8407cbbadfad574 SHA1: 6f8bc599a791ea47fa1a0342f580c2b02dc4ac72 MD5sum: 7a579cbc44ac98fda60b0e9116d71ab5 Description: Commandline utilities for the for the v4l2-loopback module This package contains applications to interact with v4l2-loopback devices ("virtual video devices"). Currently there is only a single command line utility: . v4l2loopback-ctl: tool to set framerate, format and timeout image Homepage: https://github.com/umlaeute/v4l2loopback Section: graphics Priority: optional Filename: pool/main/v/v4l2loopback/v4l2loopback-utils_0.13.2-1~bpo12+1_arm64.deb Package: valkey-sentinel Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 78 Maintainer: Lucas Kanashiro Architecture: arm64 Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 23968 SHA256: 18c7da5e31885316aad8bcc4242328886e0fe3d5786c74bf0c6db9a0bc4afe44 SHA1: 152d6d779eca1a8f6acfe8f01ae6f8168b0054a3 MD5sum: 15ae39380859ad39af887a7bcf8bf958 Description: Persistent key-value database with network interface (monitoring) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Valkey Sentinel monitoring software. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-sentinel_8.0.1+dfsg1-1~bpo12+1_arm64.deb Package: valkey-server Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 178 Maintainer: Lucas Kanashiro Architecture: arm64 Provides: valkey Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 56356 SHA256: 2d21a38b463aeec184f809e72356a53f07f9e58762755bba19f2c1406e336167 SHA1: d923d3f5901169552b6d199a908c9281f448f220 MD5sum: d9c13ead45e29223043081d8e4b56485 Description: Persistent key-value database with network interface Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-server_8.0.1+dfsg1-1~bpo12+1_arm64.deb Package: valkey-tools Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 6664 Maintainer: Lucas Kanashiro Architecture: arm64 Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.34), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 1058324 SHA256: e95a3d0a605f7e5d7e8d95d31292b4589abbc14d08a4df34a2a676dac1767163 SHA1: 8722896bd7a429c8e2916befb9bb3e0be3b87500 MD5sum: e05e345bc144ce85c2ff6bddceeb7c0e Description: Persistent key-value database with network interface (client) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-tools_8.0.1+dfsg1-1~bpo12+1_arm64.deb Package: vdo Version: 8.3.0.71-1~bpo12+1 Installed-Size: 1123 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: arm64 Depends: dmsetup, lvm2, mount, libblkid1 (>= 2.17.2), libc6 (>= 2.34), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: bash-completion Size: 146152 SHA256: 69f4e770a0319c225697438925c9001b6aa6a6fa4aa3436deb87883ac56261bc SHA1: 24e014adfd49082bb1d79adea6c79aad241fae05 MD5sum: 733e0318582f44817a6e0cca938223a5 Description: Management tools for Virtual Data Optimizer Virtual Data Optimizer (VDO) is a device mapper target that delivers block-level deduplication, compression, and thin provisioning. . This package provides the user-space management tools for VDO. Homepage: https://docs.kernel.org/admin-guide/device-mapper/vdo.html Section: admin Priority: optional Filename: pool/main/v/vdo/vdo_8.3.0.71-1~bpo12+1_arm64.deb Package: vdr-markad Source: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 419 Maintainer: Debian VDR Team Architecture: arm64 Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libswresample4 (>= 7:5.0) Size: 135040 SHA256: 3e21cbde7fb788213b4b22f1976267416ebb77bf20334f01f1e989c99126dc51 SHA1: 562528b8ef8bdf68539130b917a43bedad24c97b MD5sum: 8c095ddbfe57ee7de8b9868e73e50966 Description: Tool to mark advertisements in VDR recordings This standalone tool provides the same functionality as the Markad plugin for the Linux Video Disc Recorder VDR. It will search for and mark advertisements in VDR recordings. Homepage: http://projects.vdr-developer.org/projects/list_files/plg-markad Section: video Priority: optional Filename: pool/main/v/vdr-plugin-markad/vdr-markad_3.4.5-3~bpo12+1_arm64.deb Package: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 189 Maintainer: Debian VDR Team Architecture: arm64 Depends: vdr-markad, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), vdr-abi-2.6.0-debian Size: 39900 SHA256: a588e962bede3cfd819d6171c9a23037e609d75699cf549649146c429e08113e SHA1: 4cbf78e30d6513e60f706b8efd95a396f89783b3 MD5sum: f8374d04052f43ef64c0841609a6d08f Description: Plugin for VDR to mark advertisements in recordings This plugin for the Linux Video Disc Recorder VDR will search for and mark advertisements in VDR recordings. Homepage: http://projects.vdr-developer.org/projects/list_files/plg-markad Section: video Priority: optional Filename: pool/main/v/vdr-plugin-markad/vdr-plugin-markad_3.4.5-3~bpo12+1_arm64.deb Package: vite Version: 1.4-1~bpo12+1 Installed-Size: 4213 Maintainer: Samuel Thibault Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglu1-mesa | libglu1, libopen-trace-format2-10 (>= 3.0.2), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 1423732 SHA256: 663f9cbca7e2c92ebd7b711eb02c02740d246b7a00b817fe46b5d5f591f739db SHA1: f8a81bf9d327c37cbca0e417ce9199fa8a5b8d78 MD5sum: f8ee2b4aa24e25c0ce9282a87ef6c054 Description: Efficient visual trace explorer ViTE is a powerful portable and open source profiling tool to visualize the behaviour of parallel applications. Thanks to its scalable design, ViTE helps programmers to efficiently analyze the performance of potentially large applications. . ViTE currently enables the visualisation of traces using the Pajé format (open format, see http://www-id.imag.fr/Logiciels/paje/) and has various functionalities such as exporting a view in a svg format to integrate the results easily in a report, or viewing statistics. Multi-Arch: foreign Homepage: https://solverstack.gitlabpages.inria.fr/vite/ Section: devel Priority: optional Filename: pool/main/v/vite/vite_1.4-1~bpo12+1_arm64.deb Package: vkroots-headers Source: vkroots Version: 0~202301281308git2675710-1~bpo12+1 Installed-Size: 896 Maintainer: Debian Games Team Architecture: arm64 Size: 67596 SHA256: b02f478ca889f78c385dcb74d3a8ab6605fae0a68e9102cdc7a88a9e75ead45b SHA1: 48993ea83fe226419620b603ac878c674ac7a1e5 MD5sum: 7aaf5670283abf0048907aabf160069c Description: Development files for vkroots framework vkroots is a framework for writing Vulkan layers that takes all the complexity and hastle away. It consits of a single C++20 header. Homepage: https://github.com/Joshua-Ashton/vkroots Section: games Priority: optional Filename: pool/main/v/vkroots/vkroots-headers_0~202301281308git2675710-1~bpo12+1_arm64.deb Package: voctomix-outcasts Version: 1.0.0-1~bpo12+1 Installed-Size: 69 Maintainer: Holger Levsen Architecture: all Depends: gir1.2-gst-plugins-base-1.0, gstreamer1.0-plugins-good, python3-gi, python3:any Recommends: gstreamer1.0-alsa, gstreamer1.0-x, python3-usb Size: 12988 SHA256: a7b304d71db50714cbf322c4150a453c1ecb3bbefe3e3a5458946d25cdb00807 SHA1: 1baf60297cc9ec61b2ef9cd088a6e89c3acfee08 MD5sum: 5d0cc0c38b936b6054bf7eaa77698fff Description: Additional scripts to be used with Voctomix A collection of helper scripts for Voctomix, which have not been included in Voctomix itself. . This package does not depend on any of Voctomix, as it can be installed on any client machine that connects to a another machine running voctomix-core. Homepage: https://github.com/CarlFK/voctomix-outcasts Section: video Priority: optional Filename: pool/main/v/voctomix-outcasts/voctomix-outcasts_1.0.0-1~bpo12+1_all.deb Package: wasi-libc Version: 0.0~git20240708.3f43ea9-2~bpo12+1 Installed-Size: 7286 Maintainer: Debian Rust Maintainers Architecture: all Size: 1019036 SHA256: ab95a83896093f1f640f9954a5a64ef8e9635332e56fdbb3ed396aed13fe627f SHA1: 6080285d5acd3b759d58fa76a1743206a68eadf4 MD5sum: 1694ec0a04f3149813ed74f7b8415307 Description: WASI libc implementation for WebAssembly This is a work in progress. It's usable for many purposes, though the APIs aren't stable yet. For example, this is used by the Rust compiler to build its standard library for the wasm32-wasi target. . First, it's a usable libc. It builds a "libc" which can be used by compilers, such as Clang 8.0, using the wasm32-wasi target. It's a work in progress, but it is already sufficient to run basic programs. . Second, it's a "reference" implementation, which means the interfaces defined here can be used by other tools and libraries, even if they don't use all the actual implementations here. For example, we don't expect everyone will want to use the exact malloc implementation provided here, but tools and libraries using an ABI-compatible malloc interface will be able to interoperate regardless of which actual implementation is used. . Third, it's an example showing the use of the WASI API. The libc functionality is implemented using calls to WASI functions. Multi-Arch: foreign Homepage: https://github.com/CraneStation/wasi-libc Section: devel Priority: optional Filename: pool/main/w/wasi-libc/wasi-libc_0.0~git20240708.3f43ea9-2~bpo12+1_all.deb Package: wayland-protocols Version: 1.43-1~bpo12+1 Installed-Size: 1034 Maintainer: Debian X Strike Force Architecture: all Size: 122212 SHA256: 552bed55415fb4f894ca2f57ebb9a18195b7448a5af28341179f368bc4a5e551 SHA1: 7b28e357f1240d1f9494ed223fe44a2618f638d1 MD5sum: 708ab0950a632df9a9bfb0631eedcad2 Description: wayland compositor protocols Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. Multi-Arch: foreign Homepage: https://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland-protocols/wayland-protocols_1.43-1~bpo12+1_all.deb Package: webkit2gtk-driver Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 1446 Maintainer: Debian WebKit Maintainers Architecture: arm64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.39.90), libicu72 (>= 72.1~rc-1~), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 12), libsystemd0 Conflicts: webkitgtk-webdriver Size: 388172 SHA256: 6c3590875e9cfccf183a3847673c01f5f24051d2a4b8e5e0e68293c29621bb56 SHA1: 50541fd38e1f02ef7084a8a1b21507559dd2bd0a MD5sum: 8eb7edd04d9fd5b896d915b6a0b87d42 Description: WebKitGTK WebDriver support WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package provides the WebDriver service implementation for WebKitGTK. Homepage: https://webkitgtk.org/ Section: web Priority: optional Filename: pool/main/w/webkit2gtk/webkit2gtk-driver_2.46.1-2~bpo12+1_arm64.deb Package: webp Source: libwebp Version: 1.5.0-0.1~bpo12+1 Installed-Size: 741 Maintainer: Jeff Breidenbach Architecture: arm64 Depends: libc6 (>= 2.34), libgif7 (>= 5.1), libglut3.12 (>= 3.4.0), libjpeg62-turbo (>= 1.3.1), libopengl0, libpng16-16 (>= 1.6.2-1), libsharpyuv0 (>= 1.5.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.5.0), libwebpdemux2 (>= 1.5.0), libwebpmux3 (>= 1.5.0) Size: 196208 SHA256: d59a333a47e1e9a0e8c9332ab3d3ea0921fa8d6bb1fce907c8f924ba9183558a SHA1: cac3186ed92520fc590b9f89dfe6be4514340a88 MD5sum: c246474f7de11bb94ffdfa4a3dfaa04d Description: Lossy compression of digital photographic images (utilities) Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. . This package provides executable utilities provided by libwebp project. Homepage: https://developers.google.com/speed/webp/ Section: graphics Priority: optional Filename: pool/main/libw/libwebp/webp_1.5.0-0.1~bpo12+1_arm64.deb Package: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 97 Maintainer: Emmanuel Bouthenot Architecture: all Depends: weechat-curses (>= 4.4.3-1~bpo12+1) | weechat-headless (>= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 88740 SHA256: ebb818d638860b0fa67ec57dfa8740248e49d8c262c9cd884ed3558785727830 SHA1: 2ce3f38d943e13b20f66e76f57103dab3e3ca6a0 MD5sum: f56b2f7cd25353f51d44d5ed8c93c676 Description: Fast, light and extensible chat client (metapackage) WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat_4.4.3-1~bpo12+1_all.deb Package: weechat-core Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 5374 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 1023408 SHA256: 10afecbaa8d1c83398bc1c41776c82b272285323661b7afd428f6475cb14705c SHA1: d6e4ca0278858f9aacdd3550212d4b68c8c9aa1a MD5sum: 29d182c1f3f88a0e3d5b6a558baee0ed Description: Fast, light and extensible chat client - core files WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides core plugins and locales files for WeeChat. It currently ships the following plugins: alias, buflist, charset, fset, irc, logger and xfer. It is useless without weechat-curses or weechat-headless. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-core_4.4.3-1~bpo12+1_arm64.deb Package: weechat-curses Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 1342 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libncursesw6 (>= 6), libtinfo6 (>= 6), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), weechat-core (= 4.4.3-1~bpo12+1) Recommends: weechat-plugins (= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 485048 SHA256: 9659e38555b0b0e528dea8693ba4065144b731f5f3b9f6f4c3e2665fcfbaf101 SHA1: 70a1bd29e89196509654393cad055430f862b4d4 MD5sum: b48a7e014b8cebedf69672cf714c82bd Description: Fast, light and extensible chat client - console client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! . This package provides the console client (ncurses). Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-curses_4.4.3-1~bpo12+1_arm64.deb Package: weechat-dev Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 249 Maintainer: Emmanuel Bouthenot Architecture: arm64 Size: 103628 SHA256: adf8a286c23bbd3b422e810a98e801e4d2980b99da0dc3f6eda938a270d52c51 SHA1: b2515767e633503b0abf90dbd1e7c9081b9037bf MD5sum: f016e2905e5c53cb64558e859eba7e7f Description: Fast, light and extensible chat client - development headers WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the headers needed to build plugins. Homepage: https://weechat.org/ Section: devel Priority: optional Filename: pool/main/w/weechat/weechat-dev_4.4.3-1~bpo12+1_arm64.deb Package: weechat-doc Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 19828 Maintainer: Emmanuel Bouthenot Architecture: all Depends: fonts-font-awesome Size: 1003092 SHA256: e92215d071c26eb69aac02986cd1614c3f9625b3e385ef71b1e722665b5ea16a SHA1: f7bba9646fd393f2ab2de50d8a8f5d22bf5cc6a0 MD5sum: bc73819cf296b417625693bbe12639e0 Description: Fast, light and extensible chat client - documentation WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the html documentation for WeeChat. Homepage: https://weechat.org/ Section: doc Priority: optional Filename: pool/main/w/weechat/weechat-doc_4.4.3-1~bpo12+1_all.deb Package: weechat-guile Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 424 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: guile-3.0-libs, libc6 (>= 2.33), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 145384 SHA256: 3f4271626d1acc40a164741a31c1bcad7207f77c29655e1d93cabb71e305bd8b SHA1: bc5c09e65ccb2c34d6cd990557483389637d1929 MD5sum: 919f7e702e8df688fbc9fa1de8cbc950 Description: Fast, light and extensible chat client - Guile plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Guile scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-guile_4.4.3-1~bpo12+1_arm64.deb Package: weechat-headless Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 1322 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), weechat-core (= 4.4.3-1~bpo12+1) Recommends: weechat-plugins (= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 481248 SHA256: 276f0db3f9d2bcb6f447cd85f703174dec7216cc23da5195079ec8fc21088541 SHA1: 2e3c3535c5262f39f747c1494b36164f188eef9c MD5sum: cf73772effcab18778f697f56bd31ff7 Description: Fast, light and extensible chat client - headless client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! . This package provides the headless client. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-headless_4.4.3-1~bpo12+1_arm64.deb Package: weechat-lua Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 361 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), liblua5.3-0, weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 131588 SHA256: 9d6ae2baafeb29c4fdb3a0e0dcdcc3ae6e5191ac3c51732add0ef9d928c15a1b SHA1: 126eb794b573b7531b5d0504ea4eaf96baf74c81 MD5sum: 291f2155d54cc361896adab322074d32 Description: Fast, light and extensible chat client - Lua plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Lua scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-lua_4.4.3-1~bpo12+1_arm64.deb Package: weechat-perl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 488 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 149592 SHA256: 6125a987f33043e15c6cee1491850dd3189b5c349d39d34f6625dd0b8a6fbde2 SHA1: df192991ed23f2d4f09eac00a07e0df32ff9684d MD5sum: cfd8f9890bf5c801d36fdeb4f91e7b06 Description: Fast, light and extensible chat client - Perl plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Perl scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-perl_4.4.3-1~bpo12+1_arm64.deb Package: weechat-php Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 425 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1), libphp-embed Size: 135504 SHA256: 6816fa1f7ba479b00ff3d5c543a45f7a2089c46256021bd75d63e22a71c9eac5 SHA1: ff5c2c6171784997135c7c9c2d6555924ed0ce89 MD5sum: 8be51928ca2b3a2f9edcb4ef8e5b29a1 Description: Fast, light and extensible chat client - PHP plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the PHP scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-php_4.4.3-1~bpo12+1_arm64.deb Package: weechat-plugins Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 960 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libaspell15 (>= 0.60.8), libc6 (>= 2.33), libcjson1 (>= 1.7.13), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.11.dfsg), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Recommends: weechat-perl, weechat-python, weechat-ruby Suggests: weechat-scripts (>> 20090221-1) Size: 281944 SHA256: 5ee5f01cdcf2767036ef79255f52f6f4625315969bbd8f48bc13edbb98e49a5a SHA1: 626f81a1b35b685cffdf30bc875adb8387b22141 MD5sum: 2485a896929caf3abe5d0c487588a5f5 Description: Fast, light and extensible chat client - plugins WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides some plugins to enhance WeeChat. It currently ships the following plugins: - script manager - Spell checking (thanks to aspell) - FIFO pipe for remote control - Relay (IRC proxy and WeeChat protocol) - Trigger - Typing Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-plugins_4.4.3-1~bpo12+1_arm64.deb Package: weechat-python Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 368 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), libpython3.11 (>= 3.11.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 134440 SHA256: 45964ecc85d963f87cfc9fc1b67a59be6b1ff68606d30d1ec5ab8385c1c55513 SHA1: 818a6e9fcf74fd1eade8862b3ec52462638af752 MD5sum: 5654caab61036725adac496c351c1bf9 Description: Fast, light and extensible chat client - Python 3 plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Python 3 scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-python_4.4.3-1~bpo12+1_arm64.deb Package: weechat-ruby Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 360 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), libruby3.1 (>= 3.1.0~preview1), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 134896 SHA256: deb5f8de009c25e74a832f0e8b740941b29efeae63a6313648bed2b28038aada SHA1: c12aee10fd10e570538974fdd25d493385e2945b MD5sum: d876ae96bfa8c55c6dff649e322c2a8c Description: Fast, light and extensible chat client - Ruby plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Ruby scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-ruby_4.4.3-1~bpo12+1_arm64.deb Package: weechat-tcl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 360 Maintainer: Emmanuel Bouthenot Architecture: arm64 Depends: libc6 (>= 2.33), libtcl8.6 (>= 8.6.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 133172 SHA256: 4d4c555f4b081acf07438e0f3c49783773e3c711de4033081951e2fd4dbd6c34 SHA1: 03cf038db90a544c0545815a5c12a72a596439b3 MD5sum: 95c19f28fad09b70923adca3834fbd97 Description: Fast, light and extensible chat client - Tcl plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Tcl scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-tcl_4.4.3-1~bpo12+1_arm64.deb Package: wesnoth Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (>= 1:1.18.2-1~bpo12+1), wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1) Size: 1232 SHA256: d21f989dd98c1d08d35590494753764d8fc0933906ae50d268467d965075d700 SHA1: 147e8d4fbcbd9fed582043dc891766e97c46b22b MD5sum: c7588ef93434e461e3a8471190333951 Description: fantasy turn-based strategy game (metapackage) This metapackage pulls in the main Wesnoth package which allows you to play using the latest stable version. If you only want to play a few official campaigns, multiplayer games over the network with other players, user-made add-ons, and/or without music, install this package without recommended packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 9 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.16.11-1~bpo12+1.~), wesnoth-1.16-core (>= 1:1.16.11-1~bpo12+1), wesnoth-1.16-data (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-did (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-dm (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-dw (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-ei (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-httt (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-l (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-low (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-nr (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-sof (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-sota (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-sotbe (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-thot (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-trow (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-tsg (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-ttb (= 1:1.16.11-1~bpo12+1), wesnoth-1.16-utbs (= 1:1.16.11-1~bpo12+1) Recommends: wesnoth-1.16-music (= 1:1.16.11-1~bpo12+1) Size: 1492 SHA256: b0a87c8d5e8ea17baf3ac559f4e81a7dcbeff6c72536da420d2e9fc16dee0f0c SHA1: 9a949c98670324ddfd2ad4dbb0b9b8560db491a3 MD5sum: 01fbde7066e15007bcc1e0921bcdfe3b Description: fantasy turn-based strategy game - complete suite (branch 1.16) This package depends on the complete set of packages built from the wesnoth source package but the server (which can be found in the wesnoth-1.16-server package), most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-1.16-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-core Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 20718 Maintainer: Debian Games Team Architecture: arm64 Depends: wesnoth-1.16-data (= 1:1.16.11-1~bpo12+1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.35), libcairo2 (>= 1.6.0), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libreadline8 (>= 6.0), libsdl2-2.0-0 (>= 2.0.12), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-mixer-2.0-0 (>= 2.6.0), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libvorbisfile3 (>= 1.2.0) Suggests: wesnoth Size: 4611296 SHA256: 248e8e3de006fdfc77b9c8b3b104e0d71503f2d641926e4a6cf476c41bf4c219 SHA1: 77037a27329c4bed992259c9e73a7120b3e6f06b MD5sum: fbd1bd608514985b142c4ea3259a8b5c Description: fantasy turn-based strategy game (branch 1.16) This package contains the main program for wesnoth. It can be used to play multiplayer games. If you want to play campaigns you will have to install them individually, but if you prefer to have all the official campaigns installed please be advised to install the wesnoth-1.16 package which depends on all of them. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-core_1.16.11-1~bpo12+1_arm64.deb Package: wesnoth-1.16-data Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 193386 Maintainer: Debian Games Team Architecture: all Depends: fonts-adf-oldania, fonts-dejavu-core, fonts-dejavu-extra, fonts-droid-fallback, fonts-lato Suggests: wesnoth-1.16-music Size: 146326448 SHA256: a5a2274c141bf0438f5b64231048b0ef9a000105a3a5acfb869fdac858a11eaf SHA1: e92149d6f3146b6bffd232a78709c38cd39b5c03 MD5sum: 108d546ed54f153bb4f545a1714b6fd8 Description: data files for Wesnoth (branch 1.16) This package contains the sound files and graphics for Wesnoth. It is required for being able to play wesnoth or create maps with the editor. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-data_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-did Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 8782 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5791084 SHA256: 66606c221040403c276db02426067339bb6ebdbff47c9808e5db7f2af44e63f0 SHA1: cdec9b91b70ff279fa38c24b225c42ec5e8e5ee6 MD5sum: d277a64a6ed6884abb54a8be077a0d0e Description: "Descent Into Darkness" official campaign for Wesnoth (branch 1.16) This package contains the "Descent Into Darkness" campaign for Wesnoth: "Learn the dark arts of necromancy in order to save your people from an orcish incursion." (Intermediate level, 12 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-did_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-dm Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 9079 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5397100 SHA256: d6cb0f1c073b61be9c08fca24178b80fd0d7eb10b21d283f7c63749f9fd8721b SHA1: 4a1a199f9a975b85389dd6e9e94d623ec7ad8bdc MD5sum: 0dd00877716cdb8da47103d74ff78969 Description: "Delfador's Memoirs" official campaign for Wesnoth (branch 1.16) This package contains the "Delfador's Memoirs" campaign for Wesnoth: "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?" (Intermediate level, 19 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-dm_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-dw Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 7416 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5181908 SHA256: 018b2dea07034d9b035dce2811d37690b7374777719e5157dfd4f7254d9c7e47 SHA1: 0f710ef325e0aea9c0f51dbbf603abc8cbdbbd88 MD5sum: 85f4675f517e0c65bab166396d3648d3 Description: "Dead Water" official campaign for Wesnoth (branch 1.16) This package contains the "Dead Water" campaign for Wesnoth: "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!" (Intermediate level, 10 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-dw_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-ei Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 8416 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5896968 SHA256: 95173a1de165e57e6bfaf95172ff75b8ac20dfcada2fdbfc225ce84d81f56f92 SHA1: 77aecfa461717b448342495ffbe411f6f47d10c1 MD5sum: 13e0d0fc2eb428ef391e76fb3b728830 Description: "The Eastern Invasion" official campaign for Wesnoth (branch 1.16) This package contains the "The Eastern Invasion" campaign for Wesnoth: "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening." (Intermediate level, 16 scenarios.)" . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-ei_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-httt Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 20605 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 12909204 SHA256: 249a7350a3153a2a58039572633e4ec1f7d31f8dc64e4d6717b19a802cbbbddf SHA1: 086aa4d036cf97016d7e3a6051979b2fdc91ea86 MD5sum: 9fc8c0a5b4c00329f6097cd855327820 Description: "Heir to the Throne" official campaign for Wesnoth (branch 1.16) This package contains the "Heir to the Throne" campaign for Wesnoth: "Fight to regain the throne of Wesnoth, of which you are the legitimate heir." (Novice level, 23 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-httt_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-l Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 7285 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5535940 SHA256: 3d293e7056c8eb137290fcf63130839929511db19c45f8c5996f70e49fcc9bee SHA1: 1b7cd21ad0558b73858ff629eab2004b253a4ae5 MD5sum: 1b8efd3566670dca44190f50b85f80b7 Description: "Liberty" official campaign for Wesnoth (branch 1.16) This package contains the "Liberty" campaign for Wesnoth: "As the shadow of civil war lengthens across Wesnoth, a band of hardy marchlanders revolts against the tyranny of Queen Asheviere. To win their way to freedom, they must defeat not just the trained blades of Wesnothian troops but darker foes including orcs and undead." (Intermediate level, 8 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-l_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-low Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 12701 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 9036004 SHA256: 8bfa70f616e8f58e5864723e0b11e7f595b4a5ced867e1c7353ddb11007aa0d2 SHA1: 264f6cb4c86b1227bcdc72d83b670a841fde8537 MD5sum: a3ab66008851a1eed5f43e324280a962 Description: "Legend of Wesmere" official campaign for Wesnoth (branch 1.16) This package contains the "Legend of Wesmere" campaign for Wesnoth: "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves." (Intermediate level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-low_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-music Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 151335 Maintainer: Debian Games Team Architecture: all Size: 153247860 SHA256: b8a3cf44ae6c1d5e948a8806482d0c135746d65f5f40215b9dc556d7154d8b63 SHA1: 3a7f718f94179fa7a5e3fb96e3a2c06beaceed6f MD5sum: 1b37db1e2a8960f2ca08a8edf044176b Description: music files for Wesnoth (branch 1.16) This package contains the music files for Wesnoth. It is not required but gives nice background music and encouraged. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-music_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-nr Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 13334 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 8076856 SHA256: 201a0024d2cc4eb0deaa570f5b7330f260c230ee6cd2d0d78ded57b3ac428ec3 SHA1: 016e4098e0200448f78040af14c56ea9fd4a727a MD5sum: 086abca428b7bb0ac5f11cedf0d2b6d2 Description: "Northern Rebirth" official campaign for Wesnoth (branch 1.16) This package contains the "Northern Rebirth" campaign for Wesnoth: "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known." (Expert level, 13 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-nr_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-server Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 2336 Maintainer: Debian Games Team Architecture: arm64 Depends: libboost-coroutine1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 957844 SHA256: 199ef6c9fbb72cf53dbfbc6c19397a2c9c30467347e9b76efee9fd897d0b2485 SHA1: 0b7c97241bbdabd165dac3603f483fe595a97361 MD5sum: e94893d4b07b1e6c41d5282a77ba6a0a Description: multiplayer network server for Wesnoth (branch 1.16) This package contains the multiplayer network server for Wesnoth. You need it if you want to host multiplayer games on your computer and don't want to use the official servers. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-server_1.16.11-1~bpo12+1_arm64.deb Package: wesnoth-1.16-sof Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 9726 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 7025980 SHA256: 6df9cef4507e55729b836d23b5d728589e2b4678085a5941cd3dda4ff88b7593 SHA1: d707ae5116fd1f7a7d978ec5fd6bc3ee0c405510 MD5sum: 2a4a8b1c4abb048b892ad414226f76d2 Description: "The Sceptre of Fire" official campaign for Wesnoth (branch 1.16) This package contains the "The Sceptre of Fire" campaign for Wesnoth: "The land of Wesnoth's banner bold Comes not from its own land; It comes from Dwarfdom, grim and old Made by a runesmith's hand. So now I tell from whence it came - The Fire-sceptre great - And of the makers of the same, Their tale I now relate..." (Expert level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-sof_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-sota Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 9301 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 6679444 SHA256: f05e4dd1016051e209e7578db13b9298393f246ca3b10b1a544874f6faa79a06 SHA1: b389927825d2224fe24c3bd22c3bfc4c7f7e651d MD5sum: 84ea71dec970fac0b3471960e24556ca Description: "Secrets of the Ancients" official campaign for Wesnoth (branch 1.16) This package contains the "Secrets of the Ancients" campaign for Wesnoth: "Rediscover the secrets known by the lich lords of the Green Isle. They knew how to live forever, so why can't you?" (Intermediate level, 21 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-sota_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-sotbe Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 9958 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 6728020 SHA256: 6f119f2c9b50c166accfc0b639d32d9fc9ea5955c233c74405288900d1e56ece SHA1: a867dedbcdfdf2730a4068554064c31c384fb1be MD5sum: 39cf305fc69672f764f4b59f3d938bf7 Description: "Son of the Black-Eye" official campaign for Wesnoth (branch 1.16) This package contains the "Son of the Black-Eye" campaign for Wesnoth: "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it's up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their wose-born allies to the land of the dead!" (Expert level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-sotbe_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-thot Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 8126 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 6528872 SHA256: 099e184f7f8a87ff17e81bb83afa6529d25f610e3c30b7aace624f24b91ce5c5 SHA1: a0e36e8abf696c7d301853e02c089d8b60f73d6e MD5sum: 45276e391d2b0e2fd074d15796c2a53e Description: "The Hammer of Thursagan" official campaign for Wesnoth (branch 1.16) This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-thot_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-tools Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 2129 Maintainer: Debian Games Team Architecture: all Depends: python3:any, wesnoth-1.16-data (= 1:1.16.11-1~bpo12+1) Recommends: imagemagick | graphicsmagick-imagemagick-compat Enhances: wesnoth-1.16-core Size: 668584 SHA256: cb1b080c274cc1c938f7d0ebf20389acf901e33d6a30884bf7be29824a42bea0 SHA1: 1358d361fdfddd8a4d900a8fcabe3e5b79849e4f MD5sum: 2378c2903ee53dd76ac14f47c3375825 Description: tools for campaign developers for Wesnoth (branch 1.16) This package contains various tools for Wesnoth that are especially useful for campaign developers, including but not limited to scripts supporting the generation and checking of WML (Wesnoth Markup Language). You can find them in the directory /usr/share/games/wesnoth/1.16/data/tools after installation of the package. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-tools_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-trow Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 24863 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 19633556 SHA256: aab610ff8e02cf344979f8fc323946c9a69f00bb86160b36a9a4f3bcd3a42f3a SHA1: 1b87a1326bd778389ee23f8f13227b6a01af4f59 MD5sum: b8519eefe47f6332604ab532fb78babb Description: "The Rise of Wesnoth" official campaign for Wesnoth (branch 1.16) This package contains the "The Rise of Wesnoth" campaign for Wesnoth: "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits..." (Intermediate level, 24 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-trow_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-tsg Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 11079 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 8121612 SHA256: f9650346e132639622f8524b39d49a38a04683c6b40e0d844a303001ec65f68a SHA1: 71facc2732dd81658704ff3be7936db0140bbc3a MD5sum: f3519665e9296dffcc9655352167faa9 Description: "The South Guard" official campaign for Wesnoth (branch 1.16) This package contains the "The South Guard" campaign for Wesnoth: "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players." (Novice level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-tsg_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-ttb Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 7415 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 5975504 SHA256: dfbd0a9cfba511400536542fbaa33e81e0634e04a35799fe8009f52691b0de07 SHA1: 1bfe3dfb784a2327c44e1db755042416ebac1b1b MD5sum: afcb549cd657c047bf794718f97909f4 Description: "A Tale of Two Brothers" official campaign for Wesnoth (branch 1.16) This package contains the "A Tale of Two Brothers" campaign for Wesnoth: "An evil mage is threatening the small village of Maghre and its inhabitants. The village’s mage sends to his warrior brother for help, but not all goes as planned. Can you help?" (Novice level, 4 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-ttb_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.16-utbs Source: wesnoth-1.16 Version: 1:1.16.11-1~bpo12+1 Installed-Size: 28069 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.16-core (<< 1:1.17), wesnoth-1.16-core (>= 1:1.16) Size: 13233936 SHA256: 7dd51ede3876b082e8786b4b940d3c1cfe6bad7a4c8aa2607f976a9b1ab2ea31 SHA1: 972917df1a737cfa57f3206958c8a5dc9d050f53 MD5sum: 619ed372993fe0f89c8e8367fccf4883 Description: "Under the Burning Suns" official campaign for Wesnoth (branch 1.16) This package contains the "Under the Burning Suns" campaign for Wesnoth: "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home." (Expert level, 10 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: http://wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.16/wesnoth-1.16-utbs_1.16.11-1~bpo12+1_all.deb Package: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 21541 Maintainer: Debian Games Team Architecture: arm64 Replaces: wesnoth-1.18-core (<< 1:1.16.11-1.~) Depends: wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.35), libcairo2 (>= 1.10.0), libcurl4 (>= 7.16.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.44.3), libpangocairo-1.0-0 (>= 1.44.0), libreadline8 (>= 6.0), libsdl2-2.0-0 (>= 2.0.18), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-mixer-2.0-0 (>= 2.6.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libvorbisfile3 (>= 1.2.0) Recommends: wesnoth-1.18-did (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-dm (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-dw (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-ei (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-httt (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-l (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-low (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-music (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-nr (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-sof (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-sota (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-sotbe (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-thot (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-trow (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-tsg (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-ttb (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-utbs (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-wof (= 1:1.18.2-1~bpo12+1) Breaks: wesnoth-1.18-core (<< 1:1.16.11-1.~) Size: 4823736 SHA256: de1db346535fafa3046144a9c6fa8d7dd62c08f7573a7262ace57be524f5f947 SHA1: 2e7040ca90ff342331062db04eec6775c76d148c MD5sum: e026e42022bf3fd7320b255c7dc66409 Description: fantasy turn-based strategy game (branch 1.18) This package contains the main program for Wesnoth. If you only want to play a few official campaigns, multiplayer games over the network with other players, user-made add-ons, and/or without music, install this package without recommended packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18_1.18.2-1~bpo12+1_arm64.deb Package: wesnoth-1.18-data Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 181564 Maintainer: Debian Games Team Architecture: all Depends: fonts-adf-oldania, fonts-dejavu-core, fonts-dejavu-extra, fonts-droid-fallback, fonts-lato, fonts-lohit-beng-bengali Suggests: wesnoth-1.18-music Size: 128219344 SHA256: 97e48583db36b22f1617bdff062cafff3bf04b84903f1382ab1879450aacb23e SHA1: 39e92b075b8a1d2721e78d44ba721be49b3a249c MD5sum: b24071cf957812d4e46c1237fe498f59 Description: data files for Wesnoth (branch 1.18) This package contains the sound files and graphics for Wesnoth. It is required for being able to play wesnoth or create maps with the editor. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-data_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-did Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 8540 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 4443752 SHA256: 80dc96245380569d48b1f61d5c97ff3fab9727c4ec2c39452ba6847594dbf645 SHA1: 8d89dd34dd73ec485acb054399c5aec19c330ceb MD5sum: 068c99fb35fa89916963e41558e47c89 Description: "Descent Into Darkness" official campaign for Wesnoth (branch 1.18) This package contains the "Descent Into Darkness" campaign for Wesnoth: "Learn the dark arts of necromancy in order to save your people from an orcish incursion." (Intermediate level, 12 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-did_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-dm Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 8423 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 3829820 SHA256: 1774c647b66e630730c8eb6ae3f6318dd718db397c54831d6f0b83cdb820c82a SHA1: bbec7c31db2932f48690ed35e38995d05f641170 MD5sum: 1d006c04a7216923ad779df1d363c606 Description: "Delfador's Memoirs" official campaign for Wesnoth (branch 1.18) This package contains the "Delfador's Memoirs" campaign for Wesnoth: "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?" (Intermediate level, 19 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-dm_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-dw Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6619 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 3750712 SHA256: 8c87dd4fb7c6645b5dc83a27d35e28c7d6f10f7a9aa9840d0d13ed77d71ab867 SHA1: 61b073db0f5b35b7891b93855b5e977f1d0565e1 MD5sum: 95fbcaaabfd02c9bbe465fc6caeab3b6 Description: "Dead Water" official campaign for Wesnoth (branch 1.18) This package contains the "Dead Water" campaign for Wesnoth: "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!" (Intermediate level, 10 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-dw_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-ei Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 35822 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 30259468 SHA256: 7bd009fcdd1a51497e8528ac0d756223fd5808af7686ed026d948e4548306d03 SHA1: f86af3523dbc0780150098b39ef451dee873e321 MD5sum: 7ef132b60214f6cd306c2693842925ec Description: "The Eastern Invasion" official campaign for Wesnoth (branch 1.18) This package contains the "The Eastern Invasion" campaign for Wesnoth: "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening." (Intermediate level, 16 scenarios.)" . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-ei_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-httt Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 17843 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 9307368 SHA256: 3bdd053641886a11f65905e51e2fd8ba1806004cddebc94cc2dfbaccbeb14d62 SHA1: 6cbb2633531e32cc20b902395412257763d2fe97 MD5sum: 4c4c1c09b338cee01ecf3fb49cc71a61 Description: "Heir to the Throne" official campaign for Wesnoth (branch 1.18) This package contains the "Heir to the Throne" campaign for Wesnoth: "Fight to regain the throne of Wesnoth, of which you are the legitimate heir." (Novice level, 23 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-httt_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-l Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6657 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 4159644 SHA256: c936538b292a4382fc228ef23cd8c68a996911fe8c332e7120b154d33ce12bf9 SHA1: 95a3d376e3441cf1ca0e5789060df009ec48fc1c MD5sum: 281e0ee0ccf8a93c5d47ddde0beb6e1d Description: "Liberty" official campaign for Wesnoth (branch 1.18) This package contains the "Liberty" campaign for Wesnoth: "As the shadow of civil war lengthens across Wesnoth, a band of hardy marchlanders revolts against the tyranny of Queen Asheviere. To win their way to freedom, they must defeat not just the trained blades of Wesnothian troops but darker foes including orcs and undead." (Intermediate level, 8 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-l_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-low Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 11619 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 7163008 SHA256: 25b8ecc43ec9ab278d2cbaf53f2c0cd472b152cbec0156cf4c3fd4073f976231 SHA1: 8667f1bb1c45ca3338294d72b16eb16b0f416f63 MD5sum: 0819599e22c9f40dcf9f027c37fa2387 Description: "Legend of Wesmere" official campaign for Wesnoth (branch 1.18) This package contains the "Legend of Wesmere" campaign for Wesnoth: "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves." (Intermediate level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-low_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-music Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 151946 Maintainer: Debian Games Team Architecture: all Size: 153308768 SHA256: bef59835cecc0c2fc75e96b58e088cefde45906a054d9f81757b041880a785b6 SHA1: cbb531a39d502469fb2cfa3c5a2e113ad3a601fc MD5sum: 9bfa4e1b5dd4f58032216ccbdb00f456 Description: music files for Wesnoth (branch 1.18) This package contains the music files for Wesnoth. It is not required but gives nice background music and encouraged. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-music_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-nr Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 11370 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 5960292 SHA256: f8d3d64c9617c4af514db53871ba1e22ae62527f4bf3a5c15fbf0d00f7ce921b SHA1: 1687a8faa5561376b1241f6f7d6de2a3a5ed615c MD5sum: 04504b9aee543bbacc7d90bfa01fa1b4 Description: "Northern Rebirth" official campaign for Wesnoth (branch 1.18) This package contains the "Northern Rebirth" campaign for Wesnoth: "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known." (Expert level, 13 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-nr_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-server Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 2939 Maintainer: Debian Games Team Architecture: arm64 Depends: adduser, libboost-coroutine1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1011532 SHA256: ea26e9651f643989346b7b22f75df41c50e33f6f9f2f43c4f4e407e9d3e5b5c8 SHA1: 4a9eb250ae9810b3bfdb461fdf31d79ef8a48212 MD5sum: 140be9b2be5823522ed4ee5d6f3a2cfb Description: multiplayer network server for Wesnoth (branch 1.18) This package contains the multiplayer network server for Wesnoth. You need it if you want to host multiplayer games on your computer and don't want to use the official servers. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-server_1.18.2-1~bpo12+1_arm64.deb Package: wesnoth-1.18-sof Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 8710 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 5242084 SHA256: 60fd38249bf11d50840fe828a413a557530cd4504b76097fb438645251378645 SHA1: 905fc45226526e3ab9c9568e10a24ca50ba05a2f MD5sum: df4ce9a4561a09b282d879c066c37ace Description: "The Sceptre of Fire" official campaign for Wesnoth (branch 1.18) This package contains the "The Sceptre of Fire" campaign for Wesnoth: "The land of Wesnoth's banner bold Comes not from its own land; It comes from Dwarfdom, grim and old Made by a runesmith's hand. So now I tell from whence it came - The Fire-sceptre great - And of the makers of the same, Their tale I now relate..." (Expert level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-sof_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-sota Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 8589 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 5207848 SHA256: 8e2e4c16cd2f8ce0b7a38d3702fc0b2a1a77459941fa93ce57016ef3acf6e9b6 SHA1: a5e0cdabae240a79f1f8d2a33a00f7d88ff010ad MD5sum: 3be3ae1c5ee216a997bc9996cd3fc07e Description: "Secrets of the Ancients" official campaign for Wesnoth (branch 1.18) This package contains the "Secrets of the Ancients" campaign for Wesnoth: "Rediscover the secrets known by the lich lords of the Green Isle. They knew how to live forever, so why can't you?" (Intermediate level, 21 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-sota_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-sotbe Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 8882 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 4965812 SHA256: 619f8341f97d64123a9b158a161689adc759262e3f370939136b61a67e2c2baa SHA1: 9098ea184408ab6fe7905c97b299b6cc6d5ace51 MD5sum: 600287166a017af476f3dc11c203735a Description: "Son of the Black-Eye" official campaign for Wesnoth (branch 1.18) This package contains the "Son of the Black-Eye" campaign for Wesnoth: "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it's up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their wose-born allies to the land of the dead!" (Expert level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-sotbe_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-thot Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6956 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 4583828 SHA256: c567cba9b43bb19d4f9eba89860868dd20be627ba17512031b111449eaff5030 SHA1: 69a327c5235cda328174ba280380bbba8b44d248 MD5sum: 49ae3a38d53c053160063ac75a6ef20d Description: "The Hammer of Thursagan" official campaign for Wesnoth (branch 1.18) This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-thot_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-tools Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 3356 Maintainer: Debian Games Team Architecture: all Depends: python3:any, wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1), perl:any Recommends: imagemagick | graphicsmagick-imagemagick-compat Enhances: wesnoth-1.18 (>> 1:1.16.11-1.~), wesnoth-1.18-core (<< 1:1.16.11-1.~) Size: 822596 SHA256: ee92bfc1bd677d8c43c83278a95c096f128abb864a6291d588565c57dfec132a SHA1: b2c7c834535e62c212ab7dbf6db5bfd1a159c76a MD5sum: 958888a1c8fdad32f33bac8d9782568a Description: tools for campaign developers for Wesnoth (branch 1.18) This package contains various tools for Wesnoth that are especially useful for campaign developers, including but not limited to scripts supporting the generation and checking of WML (Wesnoth Markup Language). You can find them in the directory /usr/share/games/wesnoth/1.18/data/tools after installation of the package. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-tools_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-trow Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 20585 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 14287640 SHA256: f628bea04b38799b36d1c3c51ec431cf69705d3b1ef905e3680f489af9cf6de4 SHA1: 2b7edabfeb7f69b41a823103dfc91d3f28c0f313 MD5sum: 828915af0e420edea40e03dfe039156a Description: "The Rise of Wesnoth" official campaign for Wesnoth (branch 1.18) This package contains the "The Rise of Wesnoth" campaign for Wesnoth: "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits..." (Intermediate level, 24 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-trow_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-tsg Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 9698 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 5914284 SHA256: eb13235a567b946680c854f16d7e106b1badfd2a0c07733d9e1ade4358cce66c SHA1: bc8e30214d6aed93e73aaa36c2f7fe3ca545aea7 MD5sum: 3831de489b8472f84907b50fb84c36ac Description: "The South Guard" official campaign for Wesnoth (branch 1.18) This package contains the "The South Guard" campaign for Wesnoth: "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players." (Novice level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-tsg_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-ttb Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6487 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 4392116 SHA256: 6cd775d7863c44e1c241a394583463237a6a846b728b220e84a0e4809901a2e8 SHA1: bf51242c7d91dfc78a6b421bb2905da41b2e4c1d MD5sum: 2c7fbe231bd4a2992bd844093d5dce6d Description: "A Tale of Two Brothers" official campaign for Wesnoth (branch 1.18) This package contains the "A Tale of Two Brothers" campaign for Wesnoth: "An evil mage is threatening the small village of Maghre and its inhabitants. The village’s mage sends to his warrior brother for help, but not all goes as planned. Can you help?" (Novice level, 4 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-ttb_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-utbs Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 26804 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 10969996 SHA256: ae96226fd17708e3fc684ac99d85285fd1e0ddd1c8c7c9f3fb084fbb4c8fac0f SHA1: 4c51a5383221214819e360fb83af7ec65ae30fc4 MD5sum: 4268d21381b31292ec650777f1ccaf2d Description: "Under the Burning Suns" official campaign for Wesnoth (branch 1.18) This package contains the "Under the Burning Suns" campaign for Wesnoth: "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home." (Expert level, 10 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-utbs_1.18.2-1~bpo12+1_all.deb Package: wesnoth-1.18-wof Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6154 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (<< 1:1.19), wesnoth-1.18 (>= 1:1.18) Size: 3753068 SHA256: f3ad673db73d0dd3bc6c5445e37e361610129b9b7b925ab0a323f351defc90b3 SHA1: c4ac2f941aa80fef8fd1d5bdee5a24e747fc4060 MD5sum: 8446bff27c2f38de30d494c87df12f8e Description: "Winds of Fate" official campaign for Wesnoth (branch 1.18) This package contains the "Winds of Fate" campaign for Wesnoth: "As the once plentiful hunting grounds of Morogor slip below the waves, war looms between drakes driven rogue by hunger and those still honorable. Yet the winds of fate may be shifting, for inspired by legends of vast far away lands, a pack of fledgling hunters makes ready to lead their kind on a journey towards salvation." (Hard level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-1.18-wof_1.18.2-1~bpo12+1_all.deb Package: wesnoth-core Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18 (>= 1:1.18.2-1~bpo12+1), wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1) Size: 1224 SHA256: 9fb8baa23c5bf7a619c7cd013d4c8549b1eed25c2d6ec158da5b884ab9a22028 SHA1: 6fdbfecc8e9f1a45f4e7f4368ae5e51cbb0d814b MD5sum: 99d750e793c67de52580b52898b31222 Description: fantasy turn-based strategy game (transitional package) This is a transitional dummy metapackage. It can safely be removed. To play the latest stable version of Wesnoth, install the wesnoth package. To play multiplayer games or user-made add-ons without installing all the official campaigns and music, install the wesnoth package without recommended packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-core_1.18.2-1~bpo12+1_all.deb Package: wesnoth-music Source: wesnoth-1.18 Version: 1:1.18.2-1~bpo12+1 Installed-Size: 6 Maintainer: Debian Games Team Architecture: all Depends: wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1), wesnoth-1.18-music (= 1:1.18.2-1~bpo12+1) Size: 1136 SHA256: f8014ad9352cb4c477a683467b4182ff51a0a68e8da58fde5d64a689f1c05683 SHA1: 9ab4962169b6f265e0a245a02534e4fc431d78e8 MD5sum: 206333e52dc48583db0ab1c039d20240 Description: music files for Wesnoth (metapackage) This metapackage pulls in the music package for use with the latest stable version of wesnoth. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Multi-Arch: foreign Homepage: https://www.wesnoth.org/ Section: games Priority: optional Filename: pool/main/w/wesnoth-1.18/wesnoth-music_1.18.2-1~bpo12+1_all.deb Package: weston Version: 14.0.2-1~bpo12+1 Installed-Size: 6264 Maintainer: Debian X Strike Force Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libdrm2 (>= 2.4.107), libegl1, libevdev2 (>= 0.9.1), libfontconfig1 (>= 2.12.6), libgbm1 (>= 21.3.0~rc1), libgles2, libglib2.0-0 (>= 2.12.0), libinput10 (>= 1.4.0), libjpeg62-turbo (>= 1:2.0.2), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22.0), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsystemd0, libudev1 (>= 183), libwayland-client0 (>= 1.22.0), libwayland-cursor0 (>= 1.22.0), libwayland-egl1 (>= 1.22.0), libwayland-server0 (>= 1.22.0), libwebp7 (>= 1.2.4), libweston-14-0 (>= 14.0.0), libxkbcommon0 (>= 0.5.0) Recommends: libgl1-mesa-dri, xwayland Suggests: wayland-utils Size: 868804 SHA256: da5fe1fe9b113952bde02429ebfdc6ec9534e378ee5f43fba69a538732ce4dad SHA1: c28478952ac6b092ee0eeafa72665a5f7b3ad0b8 MD5sum: 7fd8121a4d4929a56bc25419ed0bd265 Description: reference implementation of a wayland compositor Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. Homepage: https://wayland.pages.freedesktop.org/weston/ Section: x11 Priority: optional Filename: pool/main/w/weston/weston_14.0.2-1~bpo12+1_arm64.deb Package: weston-dev Source: weston Version: 14.0.2-1~bpo12+1 Installed-Size: 66 Maintainer: Debian X Strike Force Architecture: arm64 Replaces: weston (<< 14.0.0-3) Depends: weston, libweston-14-dev Breaks: weston (<< 14.0.0-3) Size: 16948 SHA256: 55d61a0c5acf22af919d3268fe60bc123e52881fb81aec03588e8e9bbb57d020 SHA1: c5610cc6011370a18da94dacae615bfb10171d86 MD5sum: 68037bfea53e601896a42e111b688a7d Description: reference implementation of a wayland compositor (headers) Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux KMS and ships with a few demo clients. The Weston compositor is a minimal and fast compositor and is suitable for many embedded and mobile use cases. . This package includes the weston headers for plugin development. Homepage: https://wayland.pages.freedesktop.org/weston/ Section: x11 Priority: optional Filename: pool/main/w/weston/weston-dev_14.0.2-1~bpo12+1_arm64.deb Package: whois Version: 5.6.1~bpo12+1 Installed-Size: 484 Maintainer: Marco d'Itri Architecture: arm64 Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libidn2-0 (>= 2.0.3) Size: 69916 SHA256: f40a3fdf3d4bc3f35940c15296aee410d363d7f7c540cb13b8708e10b9ce1711 SHA1: 098dd2d43b724a7bddd30655cf2b40140810062f MD5sum: e11934f06f9b65c52c4eada0091f5490 Description: intelligent WHOIS client This package provides a commandline client for the WHOIS (RFC 3912) protocol, which queries online servers for information such as contact details for domains and IP address assignments. It can intelligently select the appropriate WHOIS server for most queries. . The package also contains mkpasswd, a features-rich front end to the password encryption function crypt(3). Section: net Priority: standard Filename: pool/main/w/whois/whois_5.6.1~bpo12+1_arm64.deb Package: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 41163 Maintainer: Georges Khaznadar Architecture: arm64 Replaces: wims-java-applets (<< 4.05b~dfsg1-4) Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libstdc++6 (>= 5.2), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat, pari-gp, gnuplot, maxima (>= 5.26.0), maxima-share, octave, fortunes, cpp, texlive-base, texlive-latex-base, texlive-fonts-recommended, mailutils | mailx, units-filter (>= 3.5), chemeq (>= 2.12), graphviz, ldap-utils, libapache2-mod-fcgid, qrencode, libwebservice-validator-html-w3c-perl, wims-modules (>= 2:4.27a+dfsg1-3~bpo12+1) Pre-Depends: adduser Recommends: apache2 (>= 2.4.6-4~) | httpd, yacas, gap, wims-help Breaks: wims-java-applets (<< 4.05b~dfsg1-4) Size: 16969712 SHA256: a41417244113860160021554ca9dabe33fcc8cbd5ed485a65b9de4e78417be72 SHA1: c8cfedee17d7df1f97a2072adad0c84b876e77e2 MD5sum: 69ad518686299271acc40190c274d7e1 Description: server for educational content: courses, exercises, and exams The WWW Interactive Multipurpose Server is an educational platform originally developed for mathematics but now also supporting subjects such as physics, chemistry, biology, and languages. . WIMS features a rich set of resources and exercises either for autodidactical use or for training classes, including: . * exercises with automatic feedback and correction, allowing the learners to work at their own pace; * interactive exercises with randomly assigned data, allowing the learners to work on the same type of exercise but with different data and as often as they wish; * exercises with an automatic scoring system, which enhances learner motivation; * user-friendly graphics and calculation tools; * courses and documents with hyperlinks to the exercise pool; examples in the courses can be made random, so the student can get more than one instance of an illustration for tricky concepts; * support for exams with pre-published contents. As each individual exam will have randomly chosen data, training is possible but writing each response in advance is not. . This package contains the WIMS FastCGI server, serving Open Exercise Format (OEF) documents. OEF is a very high-level language which allows authors to focus on pedagogical issues. Section: web Priority: optional Filename: pool/main/w/wims/wims_4.27a+dfsg1-3~bpo12+1_arm64.deb Package: wims-modules Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 55214 Maintainer: Georges Khaznadar Architecture: all Replaces: wims (<< 4.15b~dfsg1-9) Depends: libjs-prototype, node-normalize.css, libjs-jquery, libjs-jquery-metadata, libjs-slick, libjs-jquery-ui, libjs-jquery-ui-theme-smoothness, libjs-asciimathml, libjs-marked, libjs-mootools, libjs-edit-area, node-mathjax-full, jsxgraph, ckeditor, asciidoc-common, yui-compressor Breaks: wims (<< 4.15b~dfsg1-9) Size: 12887672 SHA256: a1887e09de9e9c64f9404c1b68c455850d15d1c57754acdbf32cd81f9e4e5fc5 SHA1: f0d2c98d0c72638002655a8626407f134d740c7b MD5sum: 334e425b20b91894575a973bc607d61f Description: minimal set of modules used by WIMS WIMS uses modules to implement every user interface beyond its main page, including administrative tasks, help, mathematic tools, libraries, and a few interactive exercises. . To get the thousands of exercises which give WIMS its power, consider installing the recommended package wims-extra-all (or other packages which provide wims-extra). . Other educational materials can be downloaded outside of the Debian system by automated updates. See http://wimsedu.info Section: web Priority: optional Filename: pool/main/w/wims/wims-modules_4.27a+dfsg1-3~bpo12+1_all.deb Package: winbind Source: samba Version: 2:4.22.1+dfsg-1~bpo12+1 Installed-Size: 2242 Maintainer: Debian Samba Maintainers Architecture: arm64 Replaces: samba (<< 2:4.16.6+dfsg-5~), samba-libs (<< 2:4.16.6+dfsg-5~) Depends: samba-common (= 2:4.22.1+dfsg-1~bpo12+1), samba-common-bin (= 2:4.22.1+dfsg-1~bpo12+1), libwbclient0 (= 2:4.22.1+dfsg-1~bpo12+1), passwd, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldap-2.5-0 (>= 2.5.4), libldb2 (>= 0.9.21), libndr6 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), samba-libs (= 2:4.22.1+dfsg-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: libnss-winbind, libpam-winbind Enhances: libkrb5-26-heimdal Breaks: libnss-winbind (<< 2:4.16.1+dfsg-7~), libpam-winbind (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.16.6+dfsg-5~), samba-libs (<< 2:4.16.6+dfsg-5~) Size: 397816 SHA256: 5485061ae9d55684cdec9aee266b67446827b401d49b92098b0255fb09d64dac SHA1: a0607440fe0a561f7c4688107d891ed0ba3d7762 MD5sum: 799fbe1236a1aacdd7c2db1023aeeb4b Description: service to resolve user and group information from Windows NT servers Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Multi-Arch: allowed Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/winbind_4.22.1+dfsg-1~bpo12+1_arm64.deb Package: winpr3-utils Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 286 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 41092 SHA256: 61ac887fed60074e5e1e4a15b0f735d7a2abd861ac2646c683645c6d7754dc05 SHA1: 53265390694af47b720348f5bc5026f000a6a972 MD5sum: b2a9e742efedb2e8a30a58b3722fdd17 Description: Windows Portable Runtime library command line utilities WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains WinPR command line utils (winpr-hash, winpr-makecert). Multi-Arch: foreign Homepage: https://www.freerdp.com/ Section: utils Priority: optional Filename: pool/main/f/freerdp3/winpr3-utils_3.10.3+dfsg-1~bpo12+1_arm64.deb Package: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 2687 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 821528 SHA256: f2fd52fbaefef7adecb32b721dd14479e6d393c07e5bd60099385c13ae0c22d0 SHA1: 9a4e13f81b546d5d642073ba82ab961ffc6565ad MD5sum: 0a93c81c1c85848b9a081e6fbff075d2 Description: Userspace implementation of WireGuard in Go (program) This is a userspace implementation of WireGuard in Go. . This package contains the program for using userspace WireGuard. . Most Linux users will want the "wireguard" package instead. Homepage: https://git.zx2c4.com/wireguard-go/about/ Built-Using: golang-1.22 (= 1.22.1-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/w/wireguard-go/wireguard-go_0.0.20231211-1~bpo12+1_arm64.deb Package: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 730 Maintainer: Utopia Maintenance Team Architecture: arm64 Replaces: pipewire-media-session Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.68), libpipewire-0.3-0 (>= 1.0.2), libwireplumber-0.5-0 (= 0.5.8-1~bpo12+1), init-system-helpers (>= 1.52), default-dbus-session-bus | dbus-session-bus, pipewire (>= 1.0.2) Recommends: pipewire-pulse Suggests: libspa-0.2-bluetooth, libspa-0.2-libcamera, wireplumber-doc Conflicts: pipewire-media-session Breaks: asahi-audio (<< 2.0) Size: 106044 SHA256: d4fed0a4a95a31100bc9614cc53b7c0bd86b7550be06e8c897902e9d493cb9a1 SHA1: f835a9485f9b37c4e4a345135e7ff4630ca66718 MD5sum: 843eb6ca3b2b171139a3946a86efa322 Description: modular session / policy manager for PipeWire WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the WirePlumber daemon and command-line utilities. Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: video Priority: optional Filename: pool/main/w/wireplumber/wireplumber_0.5.8-1~bpo12+1_arm64.deb Package: wireplumber-doc Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 7081 Maintainer: Utopia Maintenance Team Architecture: all Size: 3131132 SHA256: 521a833def9d4f4244045a06c01e1a8a238f7a9387b2fdf68ae99eb2aeac44fe SHA1: c16133d06a0b3fb364d28f20775111561021dcb7 MD5sum: 6f4ec56c057eb8b15f9859990e7fad52 Description: modular session / policy manager for PipeWire - documentation WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the WirePlumber documentation. Multi-Arch: foreign Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: doc Priority: optional Filename: pool/main/w/wireplumber/wireplumber-doc_0.5.8-1~bpo12+1_all.deb Package: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 10532 Maintainer: Debian Hamradio Maintainers Architecture: arm64 Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-log1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 4.0), libgfortran5 (>= 10), libgomp1 (>= 4.9), libhamlib4 (>= 4.1), libqcustomplot2.1 (>= 2.1.0+dfsg1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5 (>= 5.15.1), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.10.0), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11), libhamlib-utils, libqt5multimedia5-plugins, libqt5sql5-sqlite, wsjtx-data (= 2.7.0~rc6+dfsg-1~bpo12+1) Recommends: wsjtx-doc Size: 2190420 SHA256: bd671bae46df416747256e95fe93f14cc4f6aaa7303cbf8296afe47c7b76be34 SHA1: 4385d9831195170e151086889dff1dc57f9acf71 MD5sum: db08aa32dffe13d58f805846b5ac5b5a Description: Weak-signal amateur radio communications WSJT-X implements amateur radio communication protocols or "modes" called FST4, FST4W, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . JT4, JT9, and JT65 use nearly identical message structure and source encoding (the efficient compression of standard messages used for minimal QSOs). They use timed 60-second T/R sequences synchronized with UTC. JT4 and JT65 were designed for EME ("moonbounce") on the VHF/UHF/microwave bands. JT9 is optimized for the MF, and HF bands. It is about 2 dB more sensitive than JT65 while using less than 10% of the bandwidth. Q65 offers submodes with a wide range of T/R sequence lengths and tone spacings. . FT4 and FT8 are operationally similar but use T/R cycles only 7.5 and 15 s long, respectively. MSK144 is designed for Meteor Scatter on the VHF bands. These modes offer enhanced message formats with support for nonstandard callsigns and some popular contests. . FST4 and FST4W are designed particularly for the LF and MF bands. On these bands their fundamental sensitivities are better than other WSJT-X modes with the same sequence lengths, approaching the theoretical limits for their rates of information throughput. FST4 is optimized for two-way QSOs, while FST4W is for quasi-beacon transmissions of WSPR-style messages. FST4 and FST4W do not require the strict, independent time synchronization and phase locking of modes like EbNaut. . WSPR mode implements a protocol designed for probing potential propagation paths with low-power transmissions. WSPR is fully implemented within WSJT-X, including programmable "band-hopping". . This package does not contain non-free components required for "superfox" operation. See README.Debian for more details. Homepage: https://sourceforge.net/projects/wsjt/ Section: hamradio Priority: optional Filename: pool/main/w/wsjtx/wsjtx_2.7.0~rc6+dfsg-1~bpo12+1_arm64.deb Package: wsjtx-data Source: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 3755 Maintainer: Debian Hamradio Maintainers Architecture: all Depends: hamradio-files Size: 3702872 SHA256: fe5375c980fecfc55d03a27679fc05e1212d46e7ef2bf7218834cdd6dac66d69 SHA1: 27705eea9ffdd5d28215993ab43a4167793de12c MD5sum: a8245e208aa0d4d0e7b2d516fb520789 Description: Weak-signal amateur radio communications (data files) WSJT-X implements amateur radio communication protocols or "modes" called FT4, FT8, JT4, JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . This package contains architecture-independent data files. Multi-Arch: foreign Homepage: https://sourceforge.net/projects/wsjt/ Section: hamradio Priority: optional Filename: pool/main/w/wsjtx/wsjtx-data_2.7.0~rc6+dfsg-1~bpo12+1_all.deb Package: wsjtx-doc Source: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 6169 Maintainer: Debian Hamradio Maintainers Architecture: all Depends: fonts-font-awesome, fonts-open-sans Size: 4491568 SHA256: 4aa4922a445890ac50d40c03420b91cd9a62a975421eff62569713e721c4e4b4 SHA1: c5c5507a1ff07ad596b333392caea366dcbe0329 MD5sum: c3e6d17c77b5abf596b87e7b238b61ff Description: Documentation and examples for the WSJT-X package WSJT-X implements amateur radio communication protocols or "modes" called FT4, FT8, JT4, JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . This package provides the software documentation. Multi-Arch: foreign Homepage: https://sourceforge.net/projects/wsjt/ Section: doc Priority: optional Filename: pool/main/w/wsjtx/wsjtx-doc_2.7.0~rc6+dfsg-1~bpo12+1_all.deb Package: xbrlapi Source: brltty Version: 6.7-3.1~bpo12+1 Installed-Size: 290 Maintainer: Debian Accessibility Team Architecture: arm64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libx11-6, libxfixes3, libxtst6 Size: 139868 SHA256: d36d05af296b8be209ac40b4d8c2bbd2057d840c5e7c6df441d245aa2800734d SHA1: 0babb5f7f02945aab619ae9502424fd494935023 MD5sum: 03aed1ecabe5259c258a59258da6a05d Description: Access software for a blind person using a braille display - xbrlapi BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package provides xbrlapi, a brltty X11 helper which handles proper keyboard simulation and window selection. Multi-Arch: foreign Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/xbrlapi_6.7-3.1~bpo12+1_arm64.deb Package: xdiskusage Version: 1.60-4~bpo12+1 Installed-Size: 91 Maintainer: Debian QA Group Architecture: arm64 Depends: libc6 (>= 2.34), libfltk1.3 (>= 1.3.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 25644 SHA256: 9ee87aa136eb706b6f18373a3a4707602eb15a688ab48b202d69fce344a56459 SHA1: 0afae973c4f934cb6756b8d83e9cd9a50f8fd4a6 MD5sum: 4518fd5c1e3812134713afac13ba74bb Description: Displays a graphic of your disk usage with du xdiskusage is a user-friendly program to show you what is using up all your disk space. It is based on the design of the "xdu" program written by Phillip C. Dykstra. Changes have been made so it runs "du" for you, and can display the free space left on the disk, and produce a PostScript version of the display. Homepage: http://xdiskusage.sourceforge.net/ Section: x11 Priority: optional Filename: pool/main/x/xdiskusage/xdiskusage_1.60-4~bpo12+1_arm64.deb Package: xfce4-clipman Source: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 1190 Maintainer: Debian Xfce Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.23.0), libglib2.0-0 (>= 2.55.2), libgtk-3-0 (>= 3.22.29), libqrencode4 (>= 3.2.0), libwayland-client0 (>= 1.20.0), libx11-6, libxfce4ui-2-0 (>= 4.15.1), libxfce4util7 (>= 4.9.0), libxfconf-0-3 (>= 4.6.0), libxtst6 Size: 164092 SHA256: 0adc9c2074d046ce63cd4500aa9c422c719af37351f5623e5a779ab802046360 SHA1: 2ea729f1ff445a874017a69a5150b5edc5f6c948 MD5sum: 3896786533e814edf8647a8897bfccdd Description: clipboard history utility Clipman enables you to store and recall X selections, as well as GTK+ clipboard content. You can also define actions to be triggered by selecting some text pattern. . This package uses Xfce libraries but can be used without the Xfce panel and only requires a system tray (notification area). Homepage: https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin Section: xfce Priority: optional Filename: pool/main/x/xfce4-clipman-plugin/xfce4-clipman_1.6.5-1~bpo12+1_arm64.deb Package: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 162 Maintainer: Debian Xfce Maintainers Architecture: arm64 Depends: xfce4-clipman, libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.23.0), libglib2.0-0 (>= 2.55.2), libgtk-3-0 (>= 3.21.5), libqrencode4 (>= 3.2.0), libwayland-client0 (>= 1.20.0), libx11-6, libxfce4panel-2.0-4 (>= 4.17.2), libxfce4ui-2-0 (>= 4.13.5), libxfce4util7 (>= 4.9.0), libxfconf-0-3 (>= 4.6.0), libxtst6 Size: 37744 SHA256: bbee85cd35670728aa02db80b7e02cc8a4629bc6778e951f407e4e4e3357b782 SHA1: 8f4416b2e8ba75ea267b89219304644b74e04d16 MD5sum: 5d12fc5f500a51e46e90955e61860fd5 Description: clipboard history plugin for Xfce panel Clipman enables you to store and recall X selections, as well as GTK+ clipboard content. You can also define actions to be triggered by selecting some text pattern. . This package contains the Xfce panel plugin. Homepage: https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin Section: xfce Priority: optional Filename: pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.6.5-1~bpo12+1_arm64.deb Package: xfce4-weather-plugin Version: 0.11.3-1~bpo12+1 Installed-Size: 4955 Maintainer: Debian Xfce Maintainers Architecture: arm64 Depends: libc6 (>= 2.29), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.1), libgtk-3-0 (>= 3.22), libjson-c5 (>= 0.15), libpango-1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.41.90), libxfce4panel-2.0-4 (>= 4.13.0), libxfce4ui-2-0 (>= 4.13.0), libxfce4util7 (>= 4.9.0), libxfconf-0-3 (>= 4.6.0), libxml2 (>= 2.7.4) Size: 2413016 SHA256: ad50f0756a0f2e08bdc201290b93cc7a462d7719cb0940dd6d3a53fbcf34032f SHA1: 178c80ac0cef55ec6e53a11bd817e4fd1fef7570 MD5sum: e2da77349a66671871fe8792c340fb5c Description: weather information plugin for the Xfce4 panel The weather plugin displays information about the current weather according your timezone and settings. It allows one to search weather location code in the same plugin and displays weather status in little icons. . Features include: - Temperature, atmospheric pressure and state. - Wind speed, gust, and direction. - Humidity, Visibility, Dew-point, UV Index. Multi-Arch: same Homepage: https://docs.xfce.org/panel-plugins/xfce4-weather-plugin Section: xfce Priority: optional Filename: pool/main/x/xfce4-weather-plugin/xfce4-weather-plugin_0.11.3-1~bpo12+1_arm64.deb Package: xmake Version: 2.9.9+ds-1~bpo12+1 Installed-Size: 657 Maintainer: Lance Lin Architecture: arm64 Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 1.7.5), libncurses6 (>= 6), libreadline8 (>= 6.0), libsv1 (>= 1.1), libtinfo6 (>= 6), lua-cjson (>= 2.1.0+dfsg), xmake-data (>= 2.9.9+ds-1~bpo12+1) Recommends: doxygen Size: 248348 SHA256: ce73cb187df13611f9f809ab9d6957bdb8fed5cf3b22ffb7b1e9a46250b27c03 SHA1: b9a70c330f9fdee3373d8a8ba5bf40f0d72242b2 MD5sum: 58c857ef5845a713153a82e47e5cd62a Description: cross-platform build utility based on Lua xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get started in a short time. Let users focus more on actual project development. Homepage: https://xmake.io Section: devel Priority: optional Filename: pool/main/x/xmake/xmake_2.9.9+ds-1~bpo12+1_arm64.deb Package: xmake-data Source: xmake Version: 2.9.9+ds-1~bpo12+1 Installed-Size: 7895 Maintainer: Lance Lin Architecture: all Recommends: make, cmake Size: 772588 SHA256: c9926eb1a07531f685d44699c1653c88450b6d2d8b4ad3a3798b16f3f8c059c4 SHA1: 0080050f1d62165351b81864e857e0f42222e425 MD5sum: 2b3cbe1fec1770fb9c75e29eea5fd097 Description: Data for xmake xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get started in a short time. Let users focus more on actual project development. . This package contains the static data for xmake. Multi-Arch: foreign Homepage: https://xmake.io Section: devel Priority: optional Filename: pool/main/x/xmake/xmake-data_2.9.9+ds-1~bpo12+1_all.deb Package: xmpp-dns Version: 0.4.5-1~bpo12+1 Installed-Size: 5666 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: libc6 (>= 2.34) Size: 1665088 SHA256: 6d87b1f627bf5fc09ad42a1d6db1440efa52775e6d0442eb11a70780089ec60f SHA1: f068adb4e78139a6e41b1fb607708f61ede0e290 MD5sum: e28ba4ca733b63726fd0f05606cdb46f Description: CLI tool to check XMPP SRV records. Xmpp-dns can look up XMPP SRV records, resolve the IPs, test the connection and the certificates. Homepage: https://salsa.debian.org/mdosch/xmpp-dns Built-Using: golang-1.22 (= 1.22.9-2~bpo12+1), golang-debian-mdosch-xmppsrv (= 0.3.3-1~bpo12+1), golang-github-pborman-getopt (= 1.1.0-2), golang-golang-x-net (= 1:0.7.0+dfsg-1) Section: net Priority: optional Filename: pool/main/x/xmpp-dns/xmpp-dns_0.4.5-1~bpo12+1_arm64.deb Package: xrdp Version: 0.9.24-5~bpo12+1 Installed-Size: 3651 Maintainer: Debian Remote Maintainers Architecture: arm64 Depends: adduser, sysvinit-utils (>= 3.06-4), ssl-cert, libc6 (>= 2.34), libfuse2 (>= 2.6), libjpeg62-turbo (>= 1.3.1), libopus0 (>= 1.1), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libx11-6, libxfixes3, libxrandr2 Pre-Depends: init-system-helpers (>= 1.54~) Recommends: fuse, pipewire-module-xrdp, xorgxrdp Suggests: guacamole Size: 467820 SHA256: bb39cc930ee631760cc1ee1907ab0628ea220acdc2a6d7b8d6877132e032ddc4 SHA1: bbc5500404a4a96651e08645f12b88f30d69c195 MD5sum: 0a1a706348f9349e4685ce2a08975f80 Description: Remote Desktop Protocol (RDP) server xrdp offers a graphical login to a remote client using RDP (the Remote Desktop Protocol). xrdp can connect to a locally created X.org session with the xorgxrdp drivers, to a VNC X11 server, and forward to another RDP server. . xrdp accepts connections from freerdp, rdesktop, and the built-in terminal server / remote desktop clients of Microsoft Windows operating systems. In the xorgxrdp (which replaces X11RDP) and VNC modes, it provides a fully functional Linux terminal server, offering an X-Window desktop to the user. In the RDP or VNC forwarding mode, any sort of desktop can be used. Homepage: http://www.xrdp.org/ Section: net Priority: optional Filename: pool/main/x/xrdp/xrdp_0.9.24-5~bpo12+1_arm64.deb Package: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 1917 Maintainer: Tormod Volden Architecture: arm64 Replaces: xscreensaver-gl Depends: xscreensaver-data, init-system-helpers (>= 1.52), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libegl1, libglib2.0-0 (>= 2.49.3), libgtk-3-0 (>= 3.16.2), libpam0g (>= 0.99.7.1), libsystemd0 (>= 243), libx11-6 (>= 2:1.2.99.901), libxext6, libxft2 (>> 2.1.1), libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxrandr2 (>= 2:1.2.99.2), libxt6, libxxf86vm1 Recommends: libjpeg-turbo-progs, xscreensaver-gl, miscfiles | wordlist, perl, fonts-urw-base35 | xfonts-100dpi Suggests: fortune, gdm3 | kdm-gdmcompat, qcam | streamer, www-browser, xdaliclock, xfishtank, xscreensaver-data-extra, xscreensaver-gl-extra Breaks: xscreensaver-gl (<< 6.08+dfsg1-1) Size: 395124 SHA256: f2a3e3eef1d6e8c0ddaec4df0179bb6440acf563a34e8d0dc785b2c732649cee SHA1: 118325db777a6958a1da947eca0557e5be98fda7 MD5sum: 46553d3a68cf65b2875f641444149645 Description: Screensaver daemon and frontend for X11 XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package includes the bare minimum needed to blank and lock your screen. Install this package if you want to use the xscreensaver engine to control screen blanking and launching display modes ("hacks"). If you only want to use other screensaver engines, you don't need to install this package. . The graphical display modes are in the xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl and xscreensaver-gl-extra packages. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-data Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 2863 Maintainer: Tormod Volden Architecture: arm64 Depends: libwww-perl, libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libx11-6, libxext6, libxft2 (>> 2.1.1), libxt6 Suggests: xscreensaver Size: 359412 SHA256: 06aef0dcbd01bbbb775f504c331ea740ab09fd20d4a4f5ffe423d56d8675625f SHA1: 30f5e6ad6ccc9aa6caf29052e5cca326e6d0def8 MD5sum: 6506b072133607aeacc5f4c22b4a9ff2 Description: Screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of graphical screen saver modules (listed below) from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the selected set of non-GL screensavers shipped by default: abstractile, binaryhorizon, binaryring, cwaves, deco, distort, droste, fiberlamp, fuzzyflakes, galaxy, hexadrop, m6502, marbling, metaballs, penrose, ripples, scooter, shadebobs, slidescreen, swirl, tessellimage, xlyap. . More display modes can be found in xscreensaver-data-extra, xscreensaver-gl and xscreensaver-gl-extra packages. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-data_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-data-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 9815 Maintainer: Tormod Volden Architecture: arm64 Depends: dictionaries-common, libjpeg-turbo-progs, netpbm, xscreensaver-data, libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libx11-6, libxext6, libxft2 (>> 2.1.1), libxt6 Size: 1264952 SHA256: 257ffa77343bf0e8216683f9d1f3b1a03ca8c4b7c9b619b7c9652d1d78dd7af6 SHA1: 024deca06f63f0e65ba139b02b3f546187bb206a MD5sum: ccb52943ca87a8854b38456593e6890f Description: Extra screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains the rest of the 2D screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of non-GL screensavers not shipped by default: anemone, anemotaxis, apollonian, apple2, attraction, barcode, blaster, blitspin, bouboule, boxfit, braid, bumps, ccurve, celtic, cloudlife, compass, coral, crystal, cynosure, decayscreen, deluxe, demon, discrete, drift, epicycle, eruption, euler2d, fadeplot, filmleader, fireworkx, flame, flow, fluidballs, fontglide, glitchpeg, goop, grav, greynetic, halftone, halo, helix, hopalong, ifs, imsmap, interaggregate, interference, intermomentary, julia, kaleidescope, kumppa, lcdscrub, loop, maze, memscroller, moire2, moire, mountain, munch, nerverot, noseguy, pacman, pedal, penetrate, petri, phosphor, piecewise, polyominoes, pong, pyro, qix, rd-bomb, rocks, rorschach, rotzoomer, sierpinski, slip, speedmine, spotlight, squiral, starfish, strange, substrate, triangle, truchet, twang, vermiculate, vfeedback, vidwhacker, wander, whirlwindwarp, wormhole, xanalogtv, xflame, xjack, xmatrix, xrayswarm, xspirograph, zoom. . More display modes can be found in the xscreensaver-data, xscreensaver-gl and xscreensaver-gl-extra packages. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-data-extra_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-gl Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 24491 Maintainer: Tormod Volden Architecture: arm64 Depends: libwww-perl, libcap2-bin, libc6 (>= 2.34), libegl1, libgdk-pixbuf-2.0-0 (>= 2.22.0), libgl1, libglib2.0-0 (>= 2.16.0), libglu1-mesa | libglu1, libx11-6, libxext6, libxft2 (>> 2.1.1), libxt6 Suggests: xscreensaver Breaks: xscreensaver (<< 6.08+dfsg1-1) Size: 8395628 SHA256: c1ace3dfeaa06decb7867c26db69e3f577f413bd16f3ad7614e3c2a9bd093ee0 SHA1: 5e1907d5c6177863a6f793c79327c6e14424e8e2 MD5sum: 1990d65c3331f34829fc5d69a0523b84 Description: GL(Mesa) screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of 3D (OpenGL) screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of GL screensavers shipped by default: antinspect, antspotlight, atunnel, beats, blinkbox, bubble3d, chompytower, circuit, cityflow, covid19, crumbler, cubestack, cubestorm, cubetwist, cubocteversion, discoball, dymaxionmap, endgame, energystream, engine, esper, etruscanvenus, flipflop, flipscreen3d, flyingtoasters, gears, geodesic, geodesicgears, gflux, gibson, glblur, glcells, gleidescope, glknots, glmatrix, glschool, glslideshow, glsnake, gltext, headroom, hexstrut, hextrail, hydrostat, hypertorus, jigglypuff, kaleidocycle, lavalite, lockward, mapscroller, maze3d, mirrorblob, moebius, moebiusgears, molecule, morph3d, nakagin, papercube, peepers, pipes, polyhedra, polytopes, projectiveplane, pulsar, quasicrystal, queens, raverhoop, razzledazzle, romanboy, sierpinski3d, skulloop, sonar, sphereeversion, spheremonics, splitflap, splodesic, squirtorus, stonerview, superquadrics, topblock, unicrud, vigilance, voronoi, winduprobot. . More display modes can be found in the xscreensaver-data, xscreensaver-data-extra and xscreensaver-gl-extra packages. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-gl_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-gl-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 11990 Maintainer: Tormod Volden Architecture: arm64 Depends: xscreensaver-gl, libc6 (>= 2.34), libegl1, libgdk-pixbuf-2.0-0 (>= 2.22.0), libgl1, libgle3 (>= 3.1.0), libglib2.0-0 (>= 2.16.0), libglu1-mesa | libglu1, libx11-6, libxext6, libxft2 (>> 2.1.1), libxt6 Size: 4673268 SHA256: 8df5fbb09814542b3036fe4878c6d71a4299f297de6794f7519fcd8d8b0197c5 SHA1: b71221929c1eeb04f70c32fb58a7796b16fe8c9e MD5sum: b471097b1c7ed601da553c8396771f35 Description: Extra GL(Mesa) screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains the rest of the 3D (OpenGL) screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of GL screensavers not shipped by default with xscreensaver-gl: antmaze, atlantis, blocktube, boing, bouncingcow, boxed, cage, carousel, companioncube, crackberg, cube21, cubenetic, cubicgrid, dangerball, deepstars, extrusion, fliptext, flurry, gravitywell, glhanoi, glplanet, handsy, hilbert, hypnowheel, jigsaw, juggler3d, klein, lament, menger, noof, photopile, pinion, providence, rubik, rubikblocks, sballs, skytentacles, sproingies, stairs, starwars, surfaces, tangram, timetunnel, tronbit, unknownpleasures. . More display modes can be found in the xscreensaver-data, xscreensaver-data-extra and xscreensaver-gl packages. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-gl-extra_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-screensaver-bsod Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 437 Maintainer: Tormod Volden Architecture: arm64 Depends: xscreensaver-data, libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libx11-6, libxext6, libxft2 (>> 2.1.1), libxt6 Size: 229180 SHA256: ffc89ff8d1d8317540be607410acbdeb325d70aaeb6136bc69e00aff7ab72201 SHA1: 50334be4dbc4674b542ce3659d3cd790309b0065 MD5sum: e331d0a219a8f93ca13ca2a18cffcb1a Description: BSOD screen saver module from XScreenSaver This package ships the mode BSOD that shows the popular Blue Screens of Death from several OSes including BSD, Windows, Linux, Solaris, Apple and much more. . WARNING: This screensaver could be confused with a real BSOD and could lead an user to reboot the machine with consequences like data loss. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-screensaver-bsod_6.08+dfsg1-1~bpo12+1_arm64.deb Package: xscreensaver-screensaver-webcollage Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 227 Maintainer: Tormod Volden Architecture: arm64 Depends: libwww-perl, xscreensaver-data, libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libjpeg62-turbo (>= 1.3.1) Size: 49608 SHA256: 61280e7d789c07a1f39020a4f03ef3c4496c2805e1617877e9f0147513a126f9 SHA1: 9bb44760f31a4394d37c0196c6495f076614f208 MD5sum: 7f6358cd4e35e812198f90d3368ac99d Description: Webcollage screen saver module from XScreenSaver This package ships the mode webcollage which displays images from random web searches on the Internet. . WARNING: The Internet being what it is, absolutely anything might show up in the collage of search results including -- quite possibly -- pornography, or even nudity. Please act accordingly. Homepage: https://www.jwz.org/xscreensaver/ Section: x11 Priority: optional Filename: pool/main/x/xscreensaver/xscreensaver-screensaver-webcollage_6.08+dfsg1-1~bpo12+1_arm64.deb Package: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 157 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libyara10 (>= 4.3.0~) Size: 23852 SHA256: 496734103f45ebed812935251b81fdfea27e52bcb541aaf8f430cd1313995700 SHA1: d6ae7dbe80914a9887a4149fb9b1cc97f2ffbc86 MD5sum: 76fce3cd98fe7f52822aabd5597e19ab Description: Pattern matching swiss knife for malware researchers YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. Multi-Arch: allowed Homepage: https://virustotal.github.io/yara/ Section: utils Priority: optional Filename: pool/main/y/yara/yara_4.5.2-1~bpo12+1_arm64.deb Package: yara-doc Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 1310 Maintainer: Debian Security Tools Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 141564 SHA256: 80a3650ffab210ba56420e0afe05a247163730fe14425bdf46a9585707c9d628 SHA1: a3fd24e4ab04f3fde8d78f0b76ecbadbe6ccf23f MD5sum: 519ea7deecd71ef46622c3b9cc4178a3 Description: HTML documentation for YARA YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package contains the documentation in HTML format. Multi-Arch: foreign Homepage: https://virustotal.github.io/yara/ Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/y/yara/yara-doc_4.5.2-1~bpo12+1_all.deb Package: yggdrasil Version: 0.5.12-1~bpo12+1 Installed-Size: 16198 Maintainer: Debian Go Packaging Team Architecture: arm64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Size: 4006348 SHA256: 3735cf407dae6c5c00ca664618ac46e35b33f6134f359cba783891e5eff42edd SHA1: 02636588fcf44a0a3cf11a2743dba78f680adc3e MD5sum: a49699a6afc5729bd17ff186192faf67 Description: Fully encrypted global-scale mesh network (program) Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. . This package contains the executables. Homepage: https://github.com/yggdrasil-network/yggdrasil-go Built-Using: golang-1.22 (= 1.22.9-2~bpo12+1), golang-github-arceliar-ironwood (= 0.0~git20241213.743fe2f-1~bpo12+1), golang-github-arceliar-phony (= 0.0~git20220903.530938a-1~bpo12+1), golang-github-bits-and-blooms-bitset (= 1.13.0-1~bpo12+1), golang-github-gologme-log (= 1.3.0-2), golang-github-hashicorp-go-syslog (= 1.0.0-2), golang-github-kardianos-minwinsvc (= 1.0.0-2), golang-github-lucas-clemente-quic-go (= 0.46.0-2~bpo12+1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-vishvananda-netlink (= 1.3.0-2~bpo12+1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-willf-bloom (= 3.7.0-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.16.0-1~bpo12+1), golang-nhooyr-websocket (= 1.8.12-4~bpo12+1), hjson-go (= 4.4.0-1~bpo12+1), wireguard-go (= 0.0.20231211-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/y/yggdrasil/yggdrasil_0.5.12-1~bpo12+1_arm64.deb Package: yorick-gyoto Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 1063 Maintainer: Debian Astronomy Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 11), libxerces-c3.2, yorick (>= 2.1.05), yorick-yutils (>= 1.3), yorick-gy, gir1.2-gtk-3.0 Size: 307492 SHA256: 357818335d4ad864a07b65dea6c873806d94c83447437aa472df73520eb00e23 SHA1: 0d52e99ab528e143708aba58e05c4289f9f26045 MD5sum: 7a933730bfb4275ca51d49bc8979928b Description: General relativistic geodesic integration for the Yorick language Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. . This package provides a plug-in for the Yorick programming language exposing the Gyoto facilities. It allows using Gyoto interactively from the yorick prompt or running complex Gyoto scripts. Multi-Arch: allowed Homepage: http://gyoto.obspm.fr Section: science Priority: optional Filename: pool/main/g/gyoto/yorick-gyoto_2.0.2-1~bpo12+1_arm64.deb Package: yt-dlp Version: 2025.04.30-1~bpo12+1 Installed-Size: 10995 Maintainer: Unit 193 Architecture: all Depends: python3-certifi, python3-mutagen, python3-pycryptodome, python3-requests, python3-urllib3, python3-websockets, python3:any Recommends: aria2 | wget | curl, ca-certificates, ffmpeg Suggests: libfribidi-bin | bidiv, phantomjs Size: 2102284 SHA256: f758a696d81d65a9ab0fd3692f282b0f8622fa47c39746c9258192bfbe4a8dd7 SHA1: ef8fab287aca5e09b1e4b5aa1bf4e0d37b5f5ae2 MD5sum: 285a52f31c6fc90d5ae49735b8bffd8c Description: downloader of videos from YouTube and other sites yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project. . yt-dlp is a small command-line program to download videos from YouTube.com and other sites that don't provide direct links to the videos served. . yt-dlp allows the user, among other things, to choose a specific video quality to download (if available) or let the program automatically determine the best (or worst) quality video to grab. It supports downloading entire playlists and all videos from a given user. . Currently supported sites (or features of sites) are: . 17live, 1News, 1tv, 20min, 23video, 247sports, 24tv.ua, 3qsdn, 3sat, 4tube, 56.com, 6play, 7plus, 8tracks, 9c9media, 9gag, 9News, 9now.com.au, abc.net.au, abcnews, abcotvs, AbemaTV, AbemaTVTitle, acast, AcFunBangumi, AcFunVideo, ADN, ADNSeason, AdobeConnect, adobetv, AdultSwim, aenetworks, AeonCo, AirTV, AitubeKZVideo, AliExpressLive, AlJazeera, Allocine, Allstar, AllstarProfile, AlphaPorno, Alsace20TV, Alsace20TVEmbed, altcensored, Alura, AluraCourse, AmadeusTV, Amara, AmazonMiniTV, AmazonReviews, AmazonStore, AMCNetworks, AmericasTestKitchen, AmericasTestKitchenSeason, AmHistoryChannel, AnchorFMEpisode, anderetijden, Angel, AnimalPlanet, Anvato, aol.com, APA, Aparat, AppleConnect, AppleDaily, ApplePodcasts, appletrailers, archive.org, ArcPublishing, ARD, ARDMediathek, ARDMediathekCollection, Arkena, Art19, Art19Show, arte.sky.it, ArteTV, ArteTVCategory, ArteTVEmbed, ArteTVPlaylist, asobichannel, AsobiStage, AtresPlayer, AtScaleConfEvent, ATVAt, AudiMedia, AudioBoom, audiomack, Audius, AWAAN, axs.tv, AZMedien, BaiduVideo, BanBye, BanByeChannel, bandaichannel, Bandcamp, Bandlab, BandlabPlaylist, BannedVideo, bbc, bbc.co.uk, BBVTV, BBVTVLive, BBVTVRecordings, BeaconTv, BeatBumpPlaylist, BeatBumpVideo, Beatport, Beeg, BehindKink, Bellator, BellMedia, BerufeTV, Bet, bfmtv, Bigflix, Bigo, Bild, BiliBili, Bilibili category extractor, BilibiliAudio, BilibiliAudioAlbum, BiliBiliBangumi, BiliBiliBangumiMedia, BiliBiliBangumiSeason, BilibiliCheese, BilibiliCheeseSeason, BilibiliCollectionList, BiliBiliDynamic, BilibiliFavoritesList, BiliBiliPlayer, BilibiliPlaylist, BiliBiliSearch, BilibiliSeriesList, BilibiliSpaceAudio, BilibiliSpaceVideo, BilibiliWatchlater, BiliIntl, BiliLive, BioBioChileTV, Biography, BitChute, BitChuteChannel, BlackboardCollaborate, BleacherReport, BleacherReportCMS, blerp, blogger.com, Bloomberg, Bluesky, BokeCC, BongaCams, Boosty, BostonGlobe, Box, BoxCastVideo, Bpb, BR, BrainPOP, BrainPOPELL, BrainPOPEsp, BrainPOPFr, BrainPOPIl, BrainPOPJr, BravoTV, BreitBart, Bundesliga, Bundestag, BunnyCdn, BusinessInsider, BuzzFeed, BYUtv, CaffeineTV, Callin, Caltrans, CAM4, Camdemy, CamdemyFolder, CamFMEpisode, CamFMShow, CamModels, Camsoda, CamtasiaEmbed, Canal1, CanalAlpha, canalc2.tv, Canalplus, Canalsurmas, CaracolTvPlay, CartoonNetwork, cbc.ca, CBS, CBSLocal, CBSLocalArticle, CBSLocalLive, cbsnews, cbssports, CCMA, CCTV, CDA, CDAFolder, Cellebrite, CeskaTelevize, CGTN, CharlieRose, Chaturbate, Chilloutzone, cielotv.it, Cinemax, CinetecaMilano, Cineverse, CineverseDetails, CiscoLiveSearch, CiscoLiveSession, ciscowebex, CJSW, Clipchamp, Clippit, ClipRs, ClipYouEmbed, CloserToTruth, CloudflareStream, CloudyCDN, Clubic, Clyp, cmt.com, CNBCVideo, CNN, CNNIndonesia, ComedyCentral, ComedyCentralTV, ConanClassic, CondeNast, CONtv, CookingChannel, Corus, Coub, CozyTV, cp24, cpac, Cracked, Crackle, Craftsy, CrooksAndLiars, CrowdBunker, CrowdBunkerChannel, Crtvg, CSpan, CSpanCongress, CtsNews, CTV, CTVNews, cu.ntv.co.jp, CultureUnplugged, curiositystream, cwtv, Cybrary, CybraryCourse, DacastPlaylist, DacastVOD, DagelijkseKost, DailyMail, dailymotion, DailyWire, DailyWirePodcast, dangalplay, daum.net, DBTV, DctpTv, democracynow, DestinationAmerica, DetikEmbed, DeuxM, DeuxMNews, DHM, DigitalConcertHall, DigitallySpeaking, Digiteka, Digiview, DiscogsReleasePlaylist, DiscoveryLife, DiscoveryNetworksDe, DiscoveryPlus, DiscoveryPlusIndia, DiscoveryPlusIndiaShow, DiscoveryPlusItaly, DiscoveryPlusItalyShow, Disney, dlf, Douyin, DouyuShow, DouyuTV, DPlay, DRBonanza, Drooble, Dropbox, Dropout, DropoutSeason, DrTalks, DrTuber, drtv, DTube, duboku, Dumpert, Duoplay, dvtv, dw, dzen.ru, EaglePlatform, EbaumsWorld, Ebay, EinsUndEinsTV, EinsUndEinsTVLive, EinsUndEinsTVRecordings, eitb.tv, ElementorEmbed, Elonet, ElPais, ElTreceTV, Embedly, EMPFlix, Epicon, EpiconSeries, EpidemicSound, eplus, Epoch, Eporner, Erocast, EroProfile, ERRJupiter, ertflix, ESPN, ESPNArticle, ESPNCricInfo, EttuTv, Europa, EuroParlWebstream, EuropeanTour, Eurosport, EUScreen, EWETV, EWETVLive, EWETVRecordings, Expressen, EyedoTV, facebook, FacebookPluginsVideo, Fathom, faz.net, fc2, Fczenit, Fifa, filmon, Filmweb, FiveThirtyEight, FiveTV, FlexTV, Flickr, Floatplane, FloatplaneChannel, Folketinget, FoodNetwork, FootyRoom, Formula1, FOX, FOX9, FOX9News, foxnews, FoxNewsVideo, FoxSports, fptplay, FrancaisFacile, FranceCulture, FranceInter, francetv, francetvinfo.fr, Freesound, freespeech.org, FreeTvMovies, FrontendMasters, FrontendMastersCourse, FrontendMastersLesson, FujiTVFODPlus7, Funk, Funker530, Fux, FuyinTV, Gab, GabTV, Gaia, GameDevTVDashboard, GameJolt, GameJoltCommunity, GameJoltGame, GameJoltGameSoundtrack, GameJoltSearch, GameJoltUser, GameSpot, GameStar, Gaskrank, Gazeta, GBNews, GDCVault, GediDigital, gem.cbc.ca, generic, Genius, GeniusLyrics, Germanupa, GetCourseRu, GetCourseRuPlayer, Gettr, GettrStreaming, GiantBomb, GlattvisionTV, GlattvisionTVLive, GlattvisionTVRecordings, Glide, GlobalPlayerAudio, GlobalPlayerAudioEpisode, GlobalPlayerLive, GlobalPlayerLivePlaylist, GlobalPlayerVideo, Globo, GloboArticle, glomex, GMANetworkVideo, Go, GoDiscovery, GodResource, GodTube, Gofile, Golem, GoogleDrive, GoPlay, GoPro, Goshgay, GoToStage, GPUTechConf, Graspop, Gronkh, Groupon, Harpodeon, hbo, HearThisAt, Heise, HellPorno, hetklokhuis, HGTVDe, HGTVUsa, HiDive, HistoricFilms, HitRecord, hketv, HollywoodReporter, HollywoodReporterPlaylist, Holodex, HotNewHipHop, hotstar, hrfernsehen, HRTi, HRTiPlaylist, HSEProduct, HSEShow, html5, Huajiao, HuffPost, Hungama, HungamaAlbumPlaylist, HungamaSong, Hypem, Hytale, Icareus, IdolPlus, IflixSeries, ign.com, IGNArticle, IGNVideo, iheartradio, IlPost, Iltalehti, imdb, Imgur, Ina, Inc, IndavideoEmbed, InfoQ, Instagram, InstagramIOS, Internazionale, InternetVideoArchive, InvestigationDiscovery, IPrima, IPrimaCNN, iq.com, iqiyi, IslamChannel, IslamChannelSeries, IsraelNationalNews, ITProTV, ITProTVCourse, ITV, ITVBTCC, ivi, ivideon, Ivoox, IVXPlayer, iwara, Ixigua, Izlesene, Jamendo, JamendoAlbum, JeuxVideo, jiocinema, Joj, JoqrAg, Jove, JStream, JTBC, JWPlatform, Kakao, Kaltura, KankaNews, Karaoketv, Katsomo, KelbyOne, Kenh14Playlist, Kenh14Video, khanacademy, Kicker, KickStarter, Kika, KikaPlaylist, KinoPoisk, Kommunetv, KompasVideo, Koo, KrasView, KTH, Ku6, KukuluLive, la7.it, laracasts, LastFM, LastFMPlaylist, LastFMUser, LaXarxaMes, lbry, LCI, Lcp, LcpPlay, Le, LearningOnScreen, Lecture2Go, Lecturio, LecturioCourse, LecturioDeCourse, LeFigaroVideoEmbed, LeFigaroVideoSection, LEGO, Lemonde, Lenta, LePlaylist, LetvCloud, Libsyn, life, likee, limelight, LinkedIn, Liputan6, ListenNotes, LiTV, LiveJournal, livestream, Livestreamfails, Lnk, loc, Loco, loom, LoveHomePorn, LRTRadio, LRTStream, LRTVOD, LSMLREmbed, LSMLTVEmbed, LSMReplay, Lumni, lynda, maariv.co.il, MagellanTV, MagentaMusik, mailru, MainStreaming, MangoTV, ManotoTV, ManotoTVLive, ManotoTVShow, ManyVids, MaoriTV, Markiza, MarkizaPage, massengeschmack.tv, Masters, MatchTV, MBN, MDR, MedalTV, media.ccc.de, Mediaite, MediaKlikk, Medialaan, Mediaset, MediasetShow, Mediasite, MediasiteCatalog, MediasiteNamedCatalog, MediaStream, MediaWorksNZVOD, Medici, megaphone.fm, megatvcom, Meipai, MelonVOD, Metacritic, mewatch, MicrosoftBuild, MicrosoftEmbed, MicrosoftLearnEpisode, MicrosoftLearnPlaylist, MicrosoftLearnSession, MicrosoftMedius, microsoftstream, minds, Minoto, mirrativ, MirrorCoUK, MiTele, mixch, mixcloud, MLB, MLBArticle, MLBTV, MLBVideo, MLSSoccer, MNetTV, MNetTVLive, MNetTVRecordings, MochaVideo, Mojevideo, Mojvideo, Monstercat, MonsterSirenHypergryphMusic, Motherless, MotherlessGallery, MotherlessGroup, MotherlessUploader, Motorsport, MovieFap, moviepilot, MoviewPlay, Moviezine, MovingImage, MSN, mtg, mtv, mtv.de, mtv.it, mtvjapan, MTVUutisetArticle, MuenchenTV, MujRozhlas, Murrtube, MurrtubeUser, MuseAI, MuseScore, MusicdexAlbum, MusicdexArtist, MusicdexPlaylist, MusicdexSong, Mx3, Mx3Neo, Mx3Volksmusik, Mxplayer, MxplayerShow, MySpace, MySpass, MyVideoGe, MyVidster, Mzaalo, n-tv.de, N1InfoAsset, Nate, NateProgram, NationalGeographicTV, Naver, navernow, nba, NBC, NBCNews, nbcolympics, NBCSports, NBCSportsStream, NBCSportsVPlayer, NBCStations, ndr, NDTV, NekoHacker, NerdCubedFeed, Nest, NestClip, NetPlusTV, NetPlusTVLive, NetPlusTVRecordings, Netverse, NetversePlaylist, NetverseSearch, Netzkino, Newgrounds, NewsPicks, Newsy, NextMedia, NextMediaActionNews, NextTV, Nexx, NexxEmbed, nfb, NFHSNetwork, nfl.com, NhkForSchoolBangumi, NhkForSchoolProgramList, NhkForSchoolSubject, NhkRadioNewsPage, NhkRadiru, NhkRadiruLive, NhkVod, NhkVodProgram, nhl.com, nick.com, nick.de, nickelodeonru, niconico, NiconicoChannelPlus, NiconicoUser, NinaProtocol, Nintendo, Nitter, njoy, NobelPrize, NoicePodcast, NonkTube, NoodleMagazine, Noovo, NOSNLArticle, Nova, NovaEmbed, NovaPlay, nowness, Noz, npo, Npr, NRK, NRKPlaylist, NRKRadioPodkast, NRKSkole, NRKTV, NRKTVDirekte, NRKTVEpisode, NRKTVEpisodes, NRKTVSeason, NRKTVSeries, NRLTV, nts.live, ntv.ru, NubilesPorn, Nuvid, NYTimes, NYTimesArticle, NYTimesCookingGuide, NYTimesCookingRecipe, nzherald, NZOnScreen, NZZ, ocw.mit.edu, Odnoklassniki, OfTV, OfTVPlaylist, OktoberfestTV, OlympicsReplay, on24, OnDemandChinaEpisode, OnDemandKorea, OnDemandKoreaProgram, OneFootball, OnePlacePodcast, onet.pl, onet.tv, OnetMVP, OnionStudios, Opencast, OpencastPlaylist, openrec, OraTV, OsnatelTV, OsnatelTVLive, OsnatelTVRecordings, OutsideTV, OwnCloud, PacktPub, PacktPubCourse, Panopto, PanoptoList, PanoptoPlaylist, ParamountNetwork, ParamountPlus, ParamountPlusSeries, ParamountPressExpress, Parler, parliamentlive.tv, Parlview, patreon, pbs, PBSKids, PearVideo, PeekVids, peer.tv, PeerTube, peloton, PerformGroup, periscope, PGATour, PhilharmonieDeParis, phoenix.de, Photobucket, PiaLive, Piapro, Picarto, PicartoVod, Piksel, Pinkbike, Pinterest, PinterestCollection, PiramideTV, PiramideTVChannel, Pladform, PlanetMarathi, Platzi, PlatziCourse, player.sky.it, playeur, PlayPlusTV, PlaySuisse, Playtvak, PlayVids, Playwire, pluralsight, PlutoTV, PlVideo, PodbayFM, PodbayFMChannel, Podchaser, podomatic, PokerGo, PokerGoCollection, PolsatGo, PolskieRadio, Popcorntimes, PopcornTV, Pornbox, PornerBros, PornFlip, PornHub, PornHubPagedVideoList, PornHubPlaylist, PornHubUser, PornHubUserVideosUpload, Pornotube, PornoVoisines, PornoXO, PornTop, PornTube, Pr0gramm, PrankCast, PrankCastPost, PremiershipRugby, PressTV, ProjectVeritas, prosiebensat1, PRXAccount, PRXSeries, PRXStory, puhutv, Puls4, Pyvideo, QDance, QingTing, qqmusic, QuantumTV, QuantumTVLive, QuantumTVRecordings, R7, R7Article, Radiko, RadikoRadio, radio.de, Radio1Be, radiocanada, RadioComercial, RadioComercialPlaylist, radiofrance, RadioFranceLive, RadioFrancePodcast, RadioFranceProfile, RadioFranceProgramSchedule, RadioJavan, radiokapital, RadioRadicale, RadioZetPodcast, radlive, Rai, RaiCultura, RaiNews, RaiPlay, RaiPlayLive, RaiPlayPlaylist, RaiPlaySound, RaiPlaySoundLive, RaiPlaySoundPlaylist, RaiSudtirol, RayWenderlich, RayWenderlichCourse, RbgTum, RbgTumCourse, RbgTumNewCourse, RCS, RCSEmbeds, RCSVarious, RCTIPlus, RCTIPlusSeries, RCTIPlusTV, RDS, RedBull, RedBullEmbed, RedBullTV, RedBullTVRrnContent, redcdnlivx, Reddit, RedGifs, RedGifsSearch, RedGifsUser, RedTube, RENTV, RENTVArticle, Restudy, Reuters, ReverbNation, RheinMainTV, RideHome, RinseFM, RinseFMArtistPlaylist, RMCDecouverte, RockstarGames, Rokfin, RoosterTeeth, RoosterTeethSeries, RottenTomatoes, RoyaLive, Rozhlas, RozhlasVltava, RTBF, RTDocumentry, RTDocumentryPlaylist, rte, rtl.nl, rtl2, RTLLuLive, RTLLuRadio, RTNews, RTP, RTRFM, RTS, RTVCKaltura, RTVCPlay, RTVCPlayEmbed, rtvslo.si, RudoVideo, Rule34Video, Rumble, RumbleChannel, RumbleEmbed, Ruptly, rutube, RUTV, Ruutu, Ruv, S4C, S4CSeries, safari, Saitosan, SAKTV, SAKTVLive, SAKTVRecordings, SaltTV, SaltTVLive, SaltTVRecordings, SampleFocus, Sangiin, Sapo, SBS, sbs.co.kr, schooltv, ScienceChannel, Screen9, Screencast, Screencastify, ScreencastOMatic, ScreenRec, ScrippsNetworks, Scrolller, SCTE, SCTECourse, sejm, Sen, SenalColombiaLive, senate.gov, SendtoNews, Servus, Sexu, SeznamZpravy, SeznamZpravyArticle, Shahid, ShahidShow, SharePoint, ShareVideosEmbed, ShemarooMe, ShowRoomLive, ShugiinItvLive, ShugiinItvLiveRoom, ShugiinItvVod, SibnetEmbed, simplecast, Sina, Skeb, sky.it, SkylineWebcams, SkyNewsAU, Slideshare, SlidesLive, Slutload, Smotrim, SnapchatSpotlight, Snotr, SoftWhiteUnderbelly, Sohu, SohuV, SonyLIV, SonyLIVSeries, soop, soundcloud, SoundcloudEmbed, soundgasm, southpark.cc.com, southpark.de, southpark.lat, southpark.nl, southparkstudios.dk, SovietsCloset, SovietsClosetPlaylist, SpankBang, SpankBangPlaylist, Spiegel, Sport5, SportBox, SportDeutschland, spotify, Spreaker, SpreakerShow, SpringboardPlatform, Sprout, SproutVideo, SRGSSR, SRGSSRPlay, StacommuLive, StacommuVOD, StagePlusVODConcert, stanfordoc, StarTrek, startv, Steam, SteamCommunityBroadcast, Stitcher, StitcherShow, StoryFire, StoryFireSeries, StoryFireUser, Streaks, Streamable, StreamCZ, StreetVoice, StretchInternet, Stripchat, stvr, Subsplash, Substack, SunPorno, SVT, SVTPage, SVTPlay, SVTSeries, SwearnetEpisode, Syfy, SYVDK, SztvHu, t-online.de, Tagesschau, TapTapApp, TapTapAppIntl, TapTapMoment, TapTapPostIntl, Tass, TBS, TBSJPEpisode, TBSJPPlaylist, TBSJPProgram, Teachable, TeachableCourse, teachertube, TeachingChannel, Teamcoco, TeamTreeHouse, techtv.mit.edu, TedEmbed, TedPlaylist, TedSeries, TedTalk, Tele13, Tele5, TeleBruxelles, TelecaribePlay, Telecinco, Telegraaf, TeleMB, Telemundo, TeleQuebec, TeleQuebecEmission, TeleQuebecLive, TeleQuebecSquat, TeleQuebecVideo, TeleTask, Telewebion, Tempo, TennisTV, TenPlay, TenPlaySeason, TF1, TFO, TheGuardianPodcast, TheGuardianPodcastPlaylist, TheHoleTv, TheIntercept, ThePlatform, ThePlatformFeed, TheStar, TheSun, TheWeatherChannel, ThisAmericanLife, ThisOldHouse, ThisVid, ThisVidMember, ThisVidPlaylist, ThreeSpeak, ThreeSpeakUser, TikTok, TLC, TMZ, TNAFlix, TNAFlixNetworkEmbed, toggle, toggo, ToonGoggles, tou.tv, Toypics, ToypicsUser, TrailerAddict, TravelChannel, Triller, TrillerShort, TrillerUser, Trovo, TrovoChannelClip, TrovoChannelVod, TrovoVod, TrtCocukVideo, TrtWorld, TrueID, TruNews, Truth, TruTV, Tube8, TubeTuGraz, TubeTuGrazSeries, tubitv, Tumblr, TuneInPodcast, TuneInPodcastEpisode, TuneInStation, tv.dfb.de, TV2, TV2Article, TV2DK, TV2DKBornholmPlay, tv2play.hu, tv2playseries.hu, TV4, TV5MONDE, tv5unis, tv8.it, TVANouvelles, TVANouvellesArticle, tvaplus, TVC, TVCArticle, TVer, tvigle, TVIPlayer, tvland.com, TVN24, TVNoe, tvp, TVPlayer, TVPlayHome, tvw, Tweakers, TwitCasting, TwitCastingLive, TwitCastingUser, TwitchCollection, TwitchVideos, TwitchVideosClips, TwitchVideosCollections, twitter, Txxx, udemy, UDNEmbed, UFCArabia, UFCTV, ukcolumn, UKTVPlay, UlizaPlayer, UlizaPortal, Unistra, Unity, uol.com.br, uplynk, Urort, URPlay, USANetwork, USAToday, ustream, ustudio, Varzesh3, Vbox7, Veo, Vesti, Vevo, VevoPlaylist, VGTV, vh1.com, vice, Viddler, Videa, video.arnes.si, video.sky.it, VideoDetective, videofy.me, VideoKen, VideoKenCategory, VideoKenPlayer, VideoKenPlaylist, VideoKenTopic, videomore, VideoPress, Vidflex, Vidio, VidioLive, VidioPremier, VidLii, Vidly, vids.io, Vidyard, viewlift, Viidea, vimeo, ViMP, Viously, Viqeo, Viu, ViuOTTIndonesia, vk, VKPlay, VKPlayLive, vm.tiktok, Vocaroo, VODPl, VODPlatform, voicy, VolejTV, VoxMedia, VoxMediaVolume, vpro, vrsquare, VRT, vrtmax, VTM, VTV, VTVGo, VTXTV, VTXTVLive, VTXTVRecordings, VuClip, VVVVID, VVVVIDShow, Walla, WalyTV, WalyTVLive, WalyTVRecordings, washingtonpost, wat.tv, WatchESPN, WDR, WDRElefant, WDRPage, Webcamerapl, Webcaster, WebcasterFeed, WebOfStories, WebOfStoriesPlaylist, Weibo, WeiboUser, WeiboVideo, WeiqiTV, WeTvSeries, Weverse, WeverseLive, WeverseLiveTab, WeverseMedia, WeverseMediaTab, WeverseMoment, WeVidi, Weyyak, whowatch, Whyp, wikimedia.org, Wimbledon, WimTV, WinSportsVideo, Wistia, WistiaChannel, WistiaPlaylist, wnl, WorldStarHipHop, wppilot, WrestleUniversePPV, WrestleUniverseVOD, WSJ, WSJArticle, WWE, WyborczaPodcast, Xanimu, XboxClips, XHamster, XHamsterEmbed, XHamsterUser, XiaoHongShu, ximalaya, Xinpianchang, XMinus, XNXX, Xstream, XVideos, XXXYMovies, Yahoo, YandexDisk, YandexVideo, YandexVideoPreview, YapFiles, Yappy, YappyProfile, YleAreena, YouJizz, youku, YouNowChannel, YouNowLive, YouNowMoment, YouPorn, YouPornCategory, YouPornChannel, YouPornCollection, YouPornStar, YouPornTag, YouPornVideos, youtube, YoutubeLivestreamEmbed, YoutubeYtBe, Zaiko, ZaikoETicket, Zapiks, Zattoo, ZattooLive, ZattooMovies, ZattooRecordings, zdf, Zee5, ZeeNews, ZenPorn, ZetlandDKArticle, Zhihu, zingmp3, zoom, Zype, generic, Homepage: https://github.com/yt-dlp/yt-dlp Section: web Priority: optional Filename: pool/main/y/yt-dlp/yt-dlp_2025.04.30-1~bpo12+1_all.deb Package: yubihsm-auth Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 89 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0) Size: 18648 SHA256: f718c470fc26807f295ba3a30525ccd57362e31bbaaf952d6ec55711a537cb7d SHA1: 7d4c886bf370fc976b0c303595b1aac450bc961a MD5sum: e0dd662300b48fb07ac52260b4b83bba Description: store YubiHSM 2 authentication keys on a YubiKey The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains the yubihsm-auth command-line tool to store authentication keys for a YubiHSM 2 on a YubiKey. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: utils Priority: optional Filename: pool/main/y/yubihsm-shell/yubihsm-auth_2.6.0-5~bpo12+1_arm64.deb Package: yubihsm-connector Version: 3.0.5-1~bpo12+1 Installed-Size: 8892 Maintainer: Debian Security Tools Architecture: arm64 Depends: adduser, libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.22) Pre-Depends: init-system-helpers (>= 1.54~) Size: 2484324 SHA256: 9d25224df0205acd3a20f418beb666aef45308f1c5c838449edb28d2e43da374 SHA1: 0dccd3a607caeeff9148f02fda1cb62329ad9d17 MD5sum: de952934a57af616212d22a1df1d0945 Description: USB to HTTP bridge for the YubiHSM 2 The YubiHSM 2 is a USB-attached device for managing cryptographic keys. The YubiHSM Connector bridges the USB communication to HTTP, allowing applications to use the device without needing direct access to the device node, or needing to be on the same machine. . The Connector is not a trusted component. Applications establish cryptographic sessions with the device. Homepage: https://developers.yubico.com/yubihsm-connector/ Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-fsnotify (= 1.6.0-2), golang-github-google-gousb (= 1.1.1-2), golang-github-google-uuid (= 1.3.0-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-kardianos-service (= 1.2.1-1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-logrus (= 1.9.0-1), golang-yaml.v2 (= 2.4.0-4) Section: admin Priority: optional Filename: pool/main/y/yubihsm-connector/yubihsm-connector_3.0.5-1~bpo12+1_arm64.deb Package: yubihsm-pkcs11 Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 475 Maintainer: Debian Security Tools Architecture: arm64 Depends: libyubihsm2 (= 2.6.0-5~bpo12+1), libc6 (>= 2.33), libssl3 (>= 3.0.0) Size: 112680 SHA256: 60de417645e1547e2b4d8c3bf29a839e763f9c916de393cb62fbef997b348350 SHA1: 8a7935e0b8b5e643fe837af3c8f7643a76ba88eb MD5sum: 24f638abed1f2cf95ec7e327a5873e52 Description: PKCS#11 module for communication with the YubiHSM 2 The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains a PKCS#11 module, allowing software that supports that interface standard to use a YubiHSM 2 device. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/yubihsm-pkcs11_2.6.0-5~bpo12+1_arm64.deb Package: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 227 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0), libyubihsm2 (>= 2.6.0) Size: 60388 SHA256: f6f3d4a7d29fc86f08313b44df610db0ac01b231bfb09be917a311f1f1707917 SHA1: 10fb56ff11e08f5ef0041d7ccd41ad59269e1995 MD5sum: e938a7661eed273e72e612ab03f160fd Description: command-line and interactive tool for the YubiHSM 2 The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . This package contains the yubihsm-shell command-line tool for interacting with the YubiHSM 2. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: utils Priority: optional Filename: pool/main/y/yubihsm-shell/yubihsm-shell_2.6.0-5~bpo12+1_arm64.deb Package: yubihsm-wrap Source: yubihsm-shell Version: 2.6.0-5~bpo12+1 Installed-Size: 89 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libyubihsm2 (>= 2.6.0) Size: 17500 SHA256: f062ba8779b5cb87d25dccf01dc416d42ffbf41ff09e06385f7ea382ad58efca SHA1: b1bda0c801fb0130ea2c960220523d5881407b31 MD5sum: 9353bd6eaeaff590691152b93a454e3f Description: produce offline wrapped objects for the YubiHSM 2 The YubiHSM 2 is a USB-attached device for managing cryptographic keys. . YubiHSM 2 devices support exporting and importing objects under a Wrap Key, allowing them to be transferred between devices while preserving confidentiality. This package contains the yubihsm-wrap command-line tool to allow creating wrapped objects from a computer. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: utils Priority: optional Filename: pool/main/y/yubihsm-shell/yubihsm-wrap_2.6.0-5~bpo12+1_arm64.deb Package: zabbix-agent Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 1353 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libmodbus5 (>= 3.0.2), libpcre2-8-0 (>= 10.22), zlib1g (>= 1:1.2.0), ucf, adduser, sysvinit-utils (>= 3.05-4~), pciutils Pre-Depends: init-system-helpers (>= 1.54~) Recommends: usbutils, zabbix-sender Suggests: logrotate Size: 757192 SHA256: cb07e1b2d123f37eb8960e9f5f378508d75f940906a4ed83c4337d3136b494c8 SHA1: c12ed0eaf8afc086dc53d03f4f7c9cc173883b11 MD5sum: df4420b122ee9a04832568b5037b3db8 Description: network monitoring solution - agent Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to monitor a host using a Zabbix agent. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-agent_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-agent2 Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 16215 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libsqlite3-0 (>= 3.12.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.0), adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: logrotate Size: 4772072 SHA256: aae1e02bffe746add57b4472df6acdcf41346e81bcd6913e229300652c33d546 SHA1: f1f1c2a650dd8c0ba9d899458099bef6bee8b3ce MD5sum: 136b46c3585e5be3d2981226118be03a Description: Zabbix network monitoring solution - agent2 Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to monitor a host using a Zabbix agent2. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-agent2_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-frontend-php Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 86512 Maintainer: Dmitry Smirnov Architecture: all Depends: fonts-dejavu-core (>= 2.37), ucf, php, php-bcmath, php-gd, php-mbstring, php-xml, php-pgsql | php-mysql | php-sqlite3 Recommends: apache2 (>= 2.4.6-4~) | nginx | httpd, php-curl, php-ldap, libapache2-mod-php | php-fpm, php-php-gettext Size: 24570656 SHA256: 4340dae27e6b0e41deaf987586213598320f9b88b8b290c9b011f976c306eea2 SHA1: 91ed3a73d465772e4a1da1e333289c07bebb759c MD5sum: 69f34d17793d51a371152b3c1a904ceb Description: network monitoring solution - PHP front-end Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides a web-browsable front-end to the Zabbix server, which can display graphs of the data collected from clients. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-frontend-php_7.0.9+dfsg-1~bpo12+1_all.deb Package: zabbix-java-gateway Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 595 Maintainer: Dmitry Smirnov Architecture: all Depends: default-jre-headless | java7-runtime-headless | java8-runtime-headless | java9-runtime-headless | java10-runtime-headless | java11-runtime-headless, jarwrapper (>= 0.5), libandroid-json-java, liblogback-java, libslf4j-java, adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Size: 529760 SHA256: 7ed8c14a0c7259b8302d4ea5b6c266ba61ce53e28dede79fbc8495ca1eb631ad SHA1: 520979df563bc638f626d2da64e97f7e0ba29460 MD5sum: ceebe51346a834f0602829e566bfe858 Description: network monitoring solution - Java gateway Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to monitor Java applications using a Zabbix Java gateway. It collects information from JMX agent. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-java-gateway_7.0.9+dfsg-1~bpo12+1_all.deb Package: zabbix-proxy-mysql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 6919 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libmariadb3 (>= 3.0.0), libodbc2 (>= 2.3.1), libopenipmi0 (>= 2.0.33), libpcre2-8-0 (>= 10.22), libsnmp40 (>= 5.9.3+dfsg), libssh2-1 (>= 1.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0), ucf, fping, adduser, sysvinit-utils (>= 3.05-4~) Recommends: default-mysql-server | virtual-mysql-server Suggests: logrotate Conflicts: zabbix-proxy-pgsql, zabbix-proxy-sqlite3, zabbix-server-mysql, zabbix-server-pgsql Size: 1852756 SHA256: 6389b355f95574357a6f4b66a83dc529715d966f88ef750cf9aca59b7846dac3 SHA1: 0c6b9e628aaeab7ed13f89dde90e89fba01218fd MD5sum: 54d26a3cebf59d20ad17a3df15a07db7 Description: network monitoring solution - proxy (using MySQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in a MySQL database and then passes it to a Zabbix server. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-proxy-mysql_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-proxy-pgsql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 6983 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libodbc2 (>= 2.3.1), libopenipmi0 (>= 2.0.33), libpcre2-8-0 (>= 10.22), libpq5 (>= 9.0~), libsnmp40 (>= 5.9.3+dfsg), libssh2-1 (>= 1.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0), ucf, fping, adduser, sysvinit-utils (>= 3.05-4~) Recommends: postgresql Suggests: logrotate Conflicts: zabbix-proxy-mysql, zabbix-proxy-sqlite3, zabbix-server-mysql, zabbix-server-pgsql Size: 1854156 SHA256: f055417544b4a6729f48f6df7bb150e9a40c476deca7ec55bf9c2c32f4c192f9 SHA1: 9d1df85c5d190d7e41414f7eb727c1559eb1f0f0 MD5sum: a0d8157b2c73e75ed97382290a175c3d Description: network monitoring solution - proxy (using PostgreSQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in a PostgreSQL database and then passes it to a Zabbix server. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-proxy-pgsql_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-proxy-sqlite3 Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 6376 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libodbc2 (>= 2.3.1), libopenipmi0 (>= 2.0.33), libpcre2-8-0 (>= 10.22), libsnmp40 (>= 5.9.3+dfsg), libsqlite3-0 (>= 3.5.9), libssh2-1 (>= 1.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0), ucf, fping, adduser, sysvinit-utils (>= 3.05-4~), sqlite3 Suggests: logrotate Conflicts: zabbix-proxy-mysql, zabbix-proxy-pgsql, zabbix-server-mysql, zabbix-server-pgsql Size: 1718888 SHA256: 41836814c9f5bcbdfa5080d9f9529d595a5fa67deba5abecf22078b737b8996a SHA1: d794a19f7bdb4d03692289a28d48d8e3706dfd81 MD5sum: 854f89fe2d3f5e213d1e7bf52a9ddc3f Description: network monitoring solution - proxy (using SQLite3) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in an SQLite3 database and then passes it to a Zabbix server. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-proxy-sqlite3_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-sender Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 917 Maintainer: Dmitry Smirnov Architecture: arm64 Replaces: zabbix-agent (<< 1:7.0.0) Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libpcre2-8-0 (>= 10.22), zlib1g (>= 1:1.2.0) Breaks: zabbix-agent (<< 1:7.0.0) Size: 609256 SHA256: 204c91669a62422996f6b47f1e10f85ae48d1206caa76ea2704902bd1dec120c SHA1: 7839e964d9652c5899417c213d3a7514947fdd91 MD5sum: beea9d2c619065671a19c3c3e41c42ff Description: Zabbix network monitoring solution - sender Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the command line utility needed to send data to Zabbix server or Zabbix proxy. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-sender_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-server-mysql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 11824 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libmariadb3 (>= 3.0.0), libodbc2 (>= 2.3.1), libopenipmi0 (>= 2.0.33), libpcre2-8-0 (>= 10.22), libsnmp40 (>= 5.9.3+dfsg), libssh2-1 (>= 1.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0), ucf, fping, adduser, sysvinit-utils (>= 3.05-4~) Recommends: default-mysql-server | virtual-mysql-server, snmpd, nmap, traceroute Suggests: zabbix-frontend-php, logrotate, sudo, snmp-mibs-downloader Conflicts: zabbix-proxy-mysql, zabbix-proxy-pgsql, zabbix-proxy-sqlite3, zabbix-server-pgsql Size: 5795808 SHA256: 1b51d5de5bc59a17b028f79d55cc8c2938561eb8876a2b993dc77df7c417f20f SHA1: 55c3e67e7b7f7883d014808da6150c1138e191f7 MD5sum: 92b3b1e8bac29b6788ba0751bd82e30e Description: network monitoring solution - server (using MySQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a MySQL database. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-server-mysql_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-server-pgsql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 11819 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-core-2.1-7 (>= 2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgnutls30 (>= 3.7.5), libldap-2.5-0 (>= 2.5.4), libodbc2 (>= 2.3.1), libopenipmi0 (>= 2.0.33), libpcre2-8-0 (>= 10.22), libpq5 (>= 9.0~), libsnmp40 (>= 5.9.3+dfsg), libssh2-1 (>= 1.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0), ucf, fping, adduser, sysvinit-utils (>= 3.05-4~) Recommends: postgresql, snmpd, nmap, traceroute Suggests: zabbix-frontend-php, logrotate, sudo, snmp-mibs-downloader Conflicts: zabbix-proxy-mysql, zabbix-proxy-pgsql, zabbix-proxy-sqlite3, zabbix-server-mysql Size: 5793660 SHA256: 45133c28d3be00b6c338c2d974e4088a60301fff81ed294eb062a5bd1cdf9b74 SHA1: f4306173e8cc084661dd1c8f81af28c4823c7ab6 MD5sum: d13b82477da78cc3cd15c988bf2273a9 Description: network monitoring solution - server (using PostgreSQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a PostgreSQL database. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-server-pgsql_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zabbix-web-service Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 9977 Maintainer: Dmitry Smirnov Architecture: arm64 Depends: libc6 (>= 2.34), adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: chromium Suggests: logrotate Size: 2914868 SHA256: e8621f6c64935c3832efa5b96c912cad04644f9d5ec724d312790b9f7240971a SHA1: d837ad9e4d477b74c1ffe3c20ebc25ab098655a7 MD5sum: 84a27d9c18753951ee9adf246802f88e Description: Zabbix network monitoring solution - web-service Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides web servce for performing various tasks using headless web browser. Homepage: http://zabbix.com Section: net Priority: optional Filename: pool/main/z/zabbix/zabbix-web-service_7.0.9+dfsg-1~bpo12+1_arm64.deb Package: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 436 Maintainer: RPM packaging team Architecture: arm64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libzck1 (= 1.3.1+ds1-1~bpo12+1) Size: 31448 SHA256: f5e6c4fcc81cc2ca17b484072e525b6e9fd8d90c127a3ac10ebbe4254ab4e7ad SHA1: d9a838e2ffbccf127eab87bf2048eadeeb8097dc MD5sum: 362759f82c781b4193778c2b3e79d48b Description: compress a file into independent chunks zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the command-line tools. Multi-Arch: foreign Homepage: https://github.com/zchunk/zchunk Section: utils Priority: optional Filename: pool/main/z/zchunk/zchunk_1.3.1+ds1-1~bpo12+1_arm64.deb Package: zenmap Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 1699 Maintainer: Debian Security Tools Architecture: all Depends: ndiff, nmap, python3-gi, python3-gi-cairo, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0, python3:any Recommends: pkexec Size: 627024 SHA256: 19cb9948583314e6ce0a038dee6e9c2c3564ff5adeeef4888020a617c69d2177 SHA1: c1aedf9f9c573db52a4868f562786ed43ced1b7b MD5sum: dc1f177ce11d7272ecf9950b983428bb Description: The Network Mapper Front End Zenmap is an Nmap frontend. It is meant to be useful for advanced users and to make Nmap easy to use by beginners. It was originally derived from Umit, an Nmap GUI created as part of the Google Summer of Code. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/zenmap_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb